Jona Abdinghoff
Jona Abdinghoff
yeah this is a big issue for me on nixos where lots of programs are wrapped. if i have something running like `nvim .` it gets serialized as ```shell /home/nixos/.nix-profile/bin/nvim...
if there was some kind of localization system id love to help with german and english translations!
this still makes nextcloud basically unusable on ios :(
i have the same issue on a brand new install of 22.11 Seems this happens due to: https://github.com/NixOS/nix/issues/2033#issuecomment-1366974053
Having a lot of troubles with the makefile https://github.com/L3MON4D3/LuaSnip/blob/0f7bbce41ea152a94d12aea286f2ce98e63c0f58/Makefile#L87 I replaced that with `$(CURDIR)` otherwise PROJECT_ROOT just evaluated to `""`. https://github.com/L3MON4D3/LuaSnip/blob/0f7bbce41ea152a94d12aea286f2ce98e63c0f58/Makefile#L84 and I replaced this with `LUA_LDLIBS?=$(if $(strip $(NEOVIM_BIN_PATH)),-L$("NEOVIM_BIN_PATH") -llua51,)`,...
honestly kind of more an upstream issue maybe. the only real docs are as i said: https://python-poetry.org/docs/pyproject/#scripts but that says it's `reference` when actually it's `callable` and `type` also doesn't...
> I hit the same issue and was very confused by this, Fixing the error message as per the above would have really helped me and would be a very...