-
Would be useful for code completion in editors, as discussed at https://github.com/ojack/hydra/issues/109
I am not familiar with TypeScript or *.ts files, so especially appreciate inputs / developm…
-
perhaps it would make sense to simplify readme file and just point to https://hydra.ojack.xyz/docs/
but maybe it's still better to keep minimal info so the readme is standalone? what do you think, …
-
First of all: thank you so much for this awesome live coding editor! Has been a lot of fun to use.
The only thing that I'm missing would be IntelliSense support, so I don't have to jump between the…
-
https://github.com/hydra-synth/hydra/blob/aeea1cd794f9943356a5079b4911e9f8c3278bdc/frontend/web-editor/src/views/info.js
currently points to english one by default (as I understand correctly) - it …
-
if someone can think of a better title for this please let me know
```js
// doesn't work
nb = o3; // noise buffer
fb = o0; // first buffer
sb = o1; // second buffer
noise(110,8).rotate(0,50).t…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used the …
lwlsn updated
6 months ago
-
This code outputs perfectly fine in the web version of Hydra, however I get the error in the title trying to run this code in Atom. On 64 bit Windows 10
Expected output:
![image](https://user-images…
-
I am thinking it could be useful to host all of the translations within the hydra-docs repo (or possibly somewhere else), and then load them directly as raw json from github, such as in the i18next ex…
ojack updated
2 years ago
-
* perhaps it's better to exclude the bundled files and the entire dist folder (or is it necessary for the server??)
* maybe better to add `build.outDir: "dist"` in vite.config.js to make it explicit
…
-
more than once i wanted to access stuff from index.js that isn't exposed. not saying that everything should be exposed but... maybe an object with some stuff