CNOCTAVE

Results 8 issues of CNOCTAVE

**Description:** copy toolPath to node-installation-path. The real Node PATH can be either toolPath or node-installation-path. **Related issue:** See #1161 **Check list:** - [ v] Mark if documentation changes are required....

**Description:** In some build tool config, developer need to set node path, as https://github.com/flathub/electron-sample-app/blob/master/flatpak/org.flathub.electron-sample-app.yml , line 17. **Justification:** need a node installation path option **Are you willing to submit a...

feature request

### What happened? On Windows Chrome, font-family: monospace; won't show as monospace font. ![Image](https://github.com/user-attachments/assets/7f3b175b-b5b8-4225-83ed-6c6f6e2a589b) ### What did you expect to happen? Change to font-family: courier, monospace; will be a good...

kind/bug 🐞
bug/0-needs-info
Qv2 🔝
flavour/umd
area/style

Example toml string: [a]\n name = "A"\n [a.b]\n name = "B"\n [a.b.c]\n name = "C"\n [a.b.c.d]\n name = "D" ` std::string result = toml::find(data, (const std::size_t) 2); ` will cause...

Example toml string: ` [a]\n name = "A"\n [a.b]\n name = "B"\n [a.b.c]\n name = "C"\n [a.b.c.d]\n name = "D" ` If change string to: ` [a]\nname="A"\n[a.b]\nname="B"\n[a.b.c]\nname="C"\n[a.b.c.d]\nname="D" ` Then toml11...

in linux shell, auto publish built flatpak to Github can run as this: ` - run: gh release upload --repo $GITHUB_REPOSITORY` See https://github.com/CNOCTAVE/octave_zstd/blob/master/.github/workflows/build-and-publish.yml , line 24.

Fix #269

Some Linux Distributions Don't Contain which, the error should not be "No wkhtmltopdf executable found...".