-
**Describe the bug**
The Blocks field stores data in JSON. However, if you have a blocks field within another blocks field, the nested blocks’ data will be double encoded: That’s unnecessary and al…
-
# Description
`dask`'s dashboard `Task Stream` pane (in the `status` page) seems to map horizontal sections within the pane to unique worker thread ids.
On the other hand, when a `client.submit` …
-
```
@persist('object') @observable dataObj = {
employees: [],
equipments: [],
}
```
I have above persist observable object and its properties employees and equipments.
When I push da…
-
Hey,
not really an 'issue' - I've taken your fire animation because I wanted to play with `native`/`viper` and I needed a MicroPython fire animation.. thanks!
I've modified it a little bit and manag…
-
Currently, `Value.from` converts all JS arrays into `ion.dom.List`s and all `Uint8Array`s into `ion.dom.Blob`s. Users hoping to create `ion.dom.SExpression` or `ion.dom.Clob` have to instantiate them …
-
Civet should either gain a "formatter" mode, or its AST should become rich enough to support a separate formatter tool (probably in the same repo still, because AST changes need to be closely tied). H…
-
because the template re-render is executed before and chrome garbages the onchange={{}} because the element has been discarded.
Temporary solved by calling the functions in data-options, but it is …
-
Categories can be in levels 2 deep. They want N levels of depth for Layers.
This means:
- Adding a parent_id field in the layer table
- reworking the UI on the layers edit page to assign parent layer…
-
Reflection of member array types is possible by refining magic_get methods.
## Recursive scheme
Here's a scheme for finding an aggregate's member types one at a time:
Given an aggregate-initia…
-
The below:
```yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-byte-order-marker
- id: check-docstring-fir…