Vint Prox

Results 72 comments of Vint Prox

``` --- Module defaults -- @table Typewriter Typewriter = { utf8 = false, -- whether to use shims in favor of strings containing Unicode characters Mission = { gear =...

2k20 still needed thanks to 3dx and such - putting path arrays with semicolons in values... For those who don't want to waste time searching solution: https://www.npmjs.com/package/js-ini

@tchayen Speaking of which, did you look at [Juggl](https://github.com/HEmile/juggl)? So far, being the graph library for Obsidian, it made available the smooth transitions between additions and other changes. Mention me...

You can safely ignore these warnings in `keybindings.json`, but still, extension itself doesn't `runTerminalByName`. Oof.

Hm, how do I exactly put `screen -ls` check in my commands sequence to deny others to run when it returns existing session? Thank you in advance!

I think, indicating whether change was made or not will do just fine for starters, and right now it's not a feature. I edit diagram, but no indication of it...

Browser typesetting is so behind LaTeX/ConTeXt, we don't even get mention of it ([6 years old exception](https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/)).

To save in alongside the original graph: ```json { "plantuml.exportOutDir": ".", "plantuml.exportSubFolder": false } ```

It's nice to have all project dependencies listed in import map. (Maybe?) However, import map is more appropriate for dependencies that are repetitive, don't take part in initial bootstrapping and...

I'm unlucky in developing under Termux terminal on Android... ``` > [email protected] install /data/data/com.termux/files/home/voxelnoise/node_modules/sharp > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy) info sharp...