-
[Currently](https://github.com/ark-network/ark/blob/master/common/encoding.go#L25-L27), an "Ark address" is a bech32 encoded address that contains both client and server public key. I do propose to en…
tiero updated
3 months ago
-
This package has come a long way, but at the moment it feels a bit like the package equivalent of a [blob design](http://antipatterns.com/briefing/sld024.htm). I am very happy with `MLLabelUtils` beca…
-
## Description
* Currently in TDS Core we don't have a pattern to truncate long names. For the new Bill method notifications we have email addresses with checkboxes and require a TDS pattern to…
-
Your license (Apache 2.0) requires all usages to include full license text with the shipped software.
However, `formik` not including the LICENSE file in the shipped npm package makes it significa…
-
Will there be any meta to specify that the script is not compatible with FireMonkey to warn / alert the user?
for example, if `//@FireMonkey-incompatible true` is added to the userscript, Fire…
-
### Describe the bug
There are a few use cases that `useMany` does not currently seem to support, specifically:
1. **Conditional Rendering:**
```js
const DataGridView = () => {
cons…
-
Consider supporting linear types. Wild proposal for a reasonably major direction. Didn't see it discussed here or in the Google Group. Even something simple like an '@noCopy' annotation would be usefu…
aran updated
5 months ago
-
The site as a whole does not scale well to mobile device screen sizes. Besides #26 , our overspecification of pixels and certain css choices are somewhat uncooperative with the small-screen-high-resol…
fyodr updated
8 years ago
-
It seems that `json-api-normalizer` can't work if I have an entity with type `meta`. Am I right?
Why not use `entities` and `result` top-level keys, like original `normalizr` does?
-
A way to implement equality is this, which may be a little more LUT-friendly depending on where the cell P&R is going.
```scala
~(lhs ^ rhs).andR()
```
I might test this later to explore other…