Matthieu Coudron
Matthieu Coudron
@hmajid2301 feel free to open a new PR with this as a basis as long as you keep the commit authors intact
a good first step would be to have nixGL in nixpkgs
there are various ways to leverage nixpkgs and modules, some prefer to use module for configuration and nix packages, some prefer the opposite so we would need a config to...
similarly I've had a look at the examples and what confuses me is why packagesDir start with a `/` : `packagesDir = "/packages";` . In my repo the package.json is...
It looks a bit odd to look into luarocks packages for health.lua if they are not in rtp. In practice though it doesn't look hard to have sthg robust enough....
can't this become a source of problem for plugins not picking up the new python ? what's the usecase ?
I have the same problem as @zhongweikang , aka lapis can't connect to my postgresql database: `missing password, required for connect`. Is https://github.com/leafo/lapis/issues/612#issuecomment-627083507 the recommended way to set the password...
actually I quite like their format, right now I have to write lua code to decode returned value and inject them in the next step: ``` {% local body =...
note: there is a hurl grammar https://github.com/kjuulh/tree-sitter-hurl
c2dm is now deprecated https://developers.google.com/android/c2dm/