Rémy F.
Rémy F.
We could also add to the returned `getQuickJSSystem` object the following methods: ```js return { //... getWidthOfTerminal() { const [width, _height] = os.ttyGetWinSize(1); return width; }, writeOutputIsTTY() { return os.isatty(1);...
damn, I shall really try nix. this looks really cool instead of the Nix paragraph in the readme, can you put something like [Nix](https://example.com) + [Flakes](https://exemple.com) | blablabla in the...
Changed + merged :tada: @OhMyMndy Would it be possible to move nix-related files into a subfolder ?
ni biggie I'll update to ``` nix run github:yne/dzr ``` Also, the use of `%s` in unscramble printf has broken the key extract (and `brew` CI checks)
@OhMyMndy does using `BINARY_NAME="$0"` break nix ?
I'm rewinding master since it does not work on my NixOS install (only `dzr` is copied into the `/nix/store/`) also too much breaking changes ($0 and key extract)
@OhMyMndy any chance to get this working ?
@fabioz good to know, I'll take a look
@fabioz : I've updated the relevant generator in 617dd1dba7235e0bff288054fd86fde80fa876d0 then run a pass of generation that I've put in a 3rd commit 7f9fadc3d3c34f6d7137f0e36169d8f7a16c3d0d Tell me if I forgot any other...
@ggrossetie In addition to the quickjs tests, also added a compile step for Linux and MacOS that build asciidoctor as standalone binaries. Possible improvement: - compile qjs and run qjs...