Anthony
Anthony
@tonsky Hello! Take a look at #80 when you will have time.
I'm very interested in implementing this metric. I do start working in my fork, but couldn't grasp the whole point of metric in relation to Python. If anyone want to...
Possible solution would be to add dependency on a [`shellenv`](https://github.com/codexns/shellenv) "Package Control dependency": > ## Usage > > To have a package require `shellenv`, add a file named `dependencies.json` into...
See #1900.
Guix exports `LIBRARY_PATH` especially for that purpose: ```console $ ./pre-inst-env guix shell -D [email protected] --search-paths | grep LIBRARY export LIBRARY_PATH="/gnu/store/dy0hhdbz7z2gzy57m0jz9zdl6543dymm-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH" ``` Tried to solve it this kind of "way" (only...
Finally managed to pass desired parameters through manual hacking: ```console $ rg 'zig2 build' build/CMakeFiles/ build/CMakeFiles/stage3.dir/build.make 73: build/zig2 build --prefix build/stage3 --zig-lib-dir lib -Dconfig_h=build/config.h -Denable-llvm -Dno-langref -Dno-autodocs -Dtarget=native -Dcpu=native -Dversion-string=0.11.0...
> Our use case includes having a self-contained nix executable directly output some pretty-pretty documentation on the terminal without relying on other programs. Personally I want to state that such...
Personally I, again, would recommend to move from Markdown (it is not Holly Graal) to something more suitable for writing *documentation*, eg. https://gitlab.com/ddevault/scdoc/-/blob/master/scdoc.5.scd Please note that I'm random outsider, brought...
I bet you should use `ring.middleware.params/wrap-params` to get form-data in `:form-params` map of request. Then, your form data will appear in this sub-map with keys corresponding to names of `input`s...
I'm happy with mentioned `commonmark` executable. 😊