oldaccountdeadname

Results 20 comments of oldaccountdeadname

On FreeBSD, setting the RUSTFLAGS environment variable in my .shrc like the below works: ```bash export RUSTFLAGS="-C link-args=-L/usr/local/lib" ``` Will follow up with a patch as soon as I get...

Addressing the sidenote, not the actual issue. > = note: /spare/local/szafar/.conda/envs/rules-engine/bin/ld: warning: libXdmcp.so.6, needed by /usr/lib/x86_64-linux-gnu/libxcb.so, not found (try using -rpath or -rpath-link) > > ... > error: could not...

> If you have something like `let char: char = 'ア' // some extra text > to jump to` and try to symbol-jump to the text after the ア (this...

> The percentage seems based on the cursor position, but it might be > better to use the last visible line of the window. That would prevent > the number...

I rebased the commits to fix up the merge conflict. The hashes mentioned above are now out-of-date, but hopefully the log is clear enough - thanks!

I [forked](https://github.com/lincolnauster/amp) this very recently to add 'reflowing' (I called it justification). I've begun to implement just the simple greedy algorithm in a new selection::justify command. I still at the...

You could potentially use the same pop-up as for file/command completion. Not having the pop-up where the text would be inserted might be a bit weird, but overall I think...

I second this suggestion for `Esc[0m` backgrounds and 16-color themes in general - it would make themeing a ton easier across TUI apps and also allow amp to display over...

> Duplicate of #52? > On Ubuntu the package is `libobs-dev`, I did a quick search and it might be called `libobs` on Solus. Thanks, I tried searching for libobs...

> elaborate please what is your issue. current description says that you can't change focus with your keybindings and that sounds like a completely wm/hkd issue. Oh sorry, the window...