Glenn 'devalias' Grant
Glenn 'devalias' Grant
Feature request via email: > Please add a shortcut that Opens the Current Tab and Tabs To The Right Each In Separate, Maximized Windows. In other words, I love opening...
- fixes https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/13 - fixes https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/21 For current status/plans/etc, refer to that issue; for example, from this comment: - https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/13#issuecomment-2376146972
Consider properly implementing localisation ~(or cleanup the unused files in `_locales`)~ - https://developer.chrome.com/docs/extensions/develop/ui/i18n - https://developer.chrome.com/docs/extensions/how-to/ui/localization-message-formats - https://developer.chrome.com/docs/extensions/reference/api/i18n - https://developer.chrome.com/docs/extensions/reference/api/i18n#overview-predefined - > Predefined messages - > The special message `@@extension_id` can...
It would be good to explore what the modern options for Chrome Extension boilerplates / frameworks / bundlers / supporting tooling are; ideally something that supports [TypeScript](https://www.typescriptlang.org/), and probably that...
In the README, the "Tutorial: Neural Synthesis in a DAW with RAVE" link is broken: - https://forum.ircam.fr/article/detail/neural-synthesis-in-a-daw-with-rave/ Searching the forum, it seems it should be: - https://forum.ircam.fr/article/detail/tutorial-neural-synthesis-in-a-daw-with-rave/ https://github.com/acids-ircam/RAVE/blob/44498a0d6ea80349be5cf65ccd9e8d64a0edfbdb/README.md?plain=1#L15-L18
- fixes https://github.com/acids-ircam/RAVE/issues/315 > In the README, the "Tutorial: Neural Synthesis in a DAW with RAVE" link is broken: > > * [forum.ircam.fr/article/detail/neural-synthesis-in-a-daw-with-rave](https://forum.ircam.fr/article/detail/neural-synthesis-in-a-daw-with-rave/) > > Searching the forum, it seems...
I tend to use the online hosted version of this tool a lot: - https://derlin.github.io/bitdowntoc/ And I was thinking it would be cool if we were able to pass through...
I was reading the `node-llama-cpp` docs, and they mention that the `ipull` package can be useful for improved model download speeds: - https://withcatai.github.io/node-llama-cpp/guide/#getting-a-model-file - > For improved download speeds, you...
```shell ⇒ touch foo.js ⇒ npx humanifyjs local --disableGpu foo.js (node:98609) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show...
> @jehna It might be a neat/useful feature to be able to run `humanify` against a source file (or multiple files/directory of files/etc) while bypassing the `webcrack` step; that way...