Daniel Perez Alvarez
Daniel Perez Alvarez
> if i remember correctly, exit code 100 means that it couldnt find the database directory (ie it is "working" but couldnt find a user-defined directory), would need more of...
@hasezoey after manually installing `libcrypto.so.1.1` I got it to work in both debian and ubuntu
For reference, this is an extract of my home manager config: ```nix programs.bash.bashrcExtra = '' export PATH="$VOLTA_HOME/bin:$PATH" export LD_LIBRARY_PATH="${ lib.makeLibraryPath (with pkgs; [ stdenv.cc.cc openssl openssl_1_1 # https://discourse.nixos.org/t/how-to-fix-library-is-missing-or-cannot-be-opened-libcrypto-so-1-1/30730, https://github.com/nodkz/mongodb-memory-server/issues/782 lzlib...
@hasezoey I haven't been able to try it again with your suggestion. Just passing by to leave a configuration that works for me: ```nix { inputs = { nixpkgs =...
> To remove the binary files (e.g. agent.js), we need to provide a way for users to install them with a compatible version (automatically download the copilot.vim repo). Also, we...
An alternative would be to allow changing the underlying commands, this will make it easier to support any other package managers and I suspect this will make it easier to...
Hey @mastondzn > A fix to allow for easier programmatic usage is to include the transformer (and other things, why not) as a named export along the default export, this...
Hey @sammko, sorry for the late reply. Can you please add some unit tests to check for this issue. Other than that LGTM.
Sure: ``` $ prettier --write main.lua main.lua [error] main.lua: SyntaxError: [20:0] unexpected keyword 'end' near '' [error] at raise (/home/daniel/var/npm/lib/node_modules/@prettier/plugin-lua/node_modules/luaparse/luaparse.js:492:15) [error] at unexpected (/home/daniel/var/npm/lib/node_modules/@prettier/plugin-lua/node_modules/luaparse/luaparse.js:556:14) [error] at parseChunk (/home/daniel/var/npm/lib/node_modules/@prettier/plugin-lua/node_modules/luaparse/luaparse.js:1367:29) [error] at...
Could you expand a little more in what is the expected input&output here?