Tom van Dijk
Tom van Dijk
Compiler output: ``` Compiling xplr v0.17.0 (/data/data/com.termux/files/home/xplr) error: linking with `cc` failed: exit status: 1 | = note: "cc" "-Wl,--allow-multiple-definition" "/data/data/com.termux/files/home/xplr/target/release/deps/xplr-ad66d81f4c6d084b.xplr.1b821203-cgu.0.rcgu.o" "-Wl,--as-needed" "-L" "/data/data/com.termux/files/home/xplr/target/release/deps" "-L" "/data/data/com.termux/files/home/xplr/target/release/build/mlua-b77dc0e1dbfa7140/out/luajit-build/lib" "-L" "/data/data/com.termux/files/usr/lib/rustlib/aarch64-linux-android/lib" "-Wl,-Bstatic" "/data/data/com.termux/files/usr/tmp/rustcYhgQRH/libmlua-6cbbf93d6ac37f01.rlib"...
I am using `st` (https://github.com/dtomvan/st). `procs --version`: `procs 0.12.2`. `procs --pager disable --theme dark` works. `procs` hangs. `procs --debug` also prints nothing and hangs. I am on (vanilla) Arch Linux....
For some reason while trying to compile tab-rs, its dependency-check errors: ``` ❯ cargo install tab 15:17:53 Updating crates.io index Installing tab v0.5.7 error: failed to compile `tab v0.5.7`, intermediate...
This looks really nice, but I have a suggestion: With the (almost there) release of nvim 0.7, `:h vim.keymap.set()` was introduced. Maybe this could take similar syntax, but with an...
Relevant code: https://github.com/simrat39/desktop-notify.nvim/blob/5519667934520468e2a9da3979055091b46dfeec/plugin/desktop_notify.vim#L1 Error: ``` E174: Command already exists: add ! to replace it: Notifications :lua require('desktop-notify').open_history() ``` This occurs when using something like rcarriga/nvim-notify, which defines a command with...
In a c or project, often times you will find c or cpp files bearing the same name and path as a neighbor h or hpp file, respectively. I saw...
Hi, I have a feature request about conditional snippets Normal conditions already exist: https://github.com/L3MON4D3/LuaSnip/blob/663d54482b11bca1ce94f56993b9f6ab485a13dc/DOC.md?plain=1#L164 These decide wether to show and/or expand at all. I would like it if I could...
So I created [a fork](https://github.com/dtomvan/rust-ce) of your project and I tried some things out. Good stuff. I changed my Makefile.toml to use `cargo rustc`, so you can use some dependencies...
Hi, I've noticed a small inconsistency in the `zellij ac` interface. Currently, you are able to do: ```bash $ zellij ac new-pane -- vim /path/to/file1.txt /other/path.txt ``` But this won't...
``` running 1 test test main ... FAILED failures: ---- main stdout ---- thread 'main' panicked at 'welp: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', src/lib.rs:15:33 note:...