-
Hello,
Thank you for the PainterNode, it seems that it may be immensely helpful for controlling composition.
I am having an issue where if I apply the CTRL+Z command to Undo, the PainterNode res…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Summary
When you install `DesiredStat…
-
There was a comment/question from Rebecca Buchholz at the Demo yesterday; she was sitting next to me, and you may not have heard it. She asked about using initial_conditions.csv to set t…
-
**Describe the bug**
From the docs:
> Warning
>
> Note that nix path-info does not build or substitute the installables you specify. Thus, if the corresponding sto…
-
I'd like to use the package to minimize a payload. Data is received from an endpoint in JSON and I would like to encode it array-like in messagepack. However this currently seems hard/impossible to do…
RynoM updated
8 hours ago
-
Work Fine with ios Platform
if (this.platform.is('ios')) {
this.platform.ready().then(() => {
this.store.verbosity = CdvPurchase.LogLevel.DEBUG;
CdvPurchase.sto…
-
If possible the frontend styling should be at least partially configurable via the backend, so that there is a simple way for the blog owner to customize styles. Can be sent to front end as json along…
-
Github action sample
```
- uses: w9jds/setup-firebase@main
with:
gcp_sa_key: ${{ secrets.GCP_SA_KEY_BASE64_DEV }}
project_id: "develop"
env:
GOOGLE_APPLICATION_CREDENTIALS: "/…
-
Running `go test -json` can provide more details that the frontend can show to the user. To simplify displaying these details, we should add a field to the `Score` object. We should decide whether to …
-
Currently, the ttxdb stored the metadata as a json structure. This makes more complex running select by this metadata.
The issues asks to store the metadata in a different table and then allow select…