Ryan Roden-Corrent

Results 188 comments of Ryan Roden-Corrent

Are the kebindings configurable?

I've managed to to cross compile from 64-bit linux to 32-bit Windows. I may have overcomplicated, but it seems to work. I borrowed a lot from https://docs.bazel.build/versions/3.3.0/tutorial/cc-toolchain-config.html. The following is...

For anyone else who finds this: I run Arch, and I'm running [river](https://codeberg.org/river/river) on `wayland`. I don't have a full desktop environment like `gnome`. However, if I install `gsettings` (via...

I was a bit confused by this. `audrey` is described as > A crate to simplify reading, **writing** and converting between a range of audio formats. But the `write` column...

I found https://docs.blender.org/api/current/bpy.app.timers.html#use-a-timer-to-react-to-events-in-another-thread regarding the second issue: > You should never modify Blender data at arbitrary points in time in separate threads. However you can use a queue to collect...

On #836 I mentioned that a separate command would help disambiguate, but I realized there's really no need to do so. `open 1/8` navigates to http://0.0.0.1/8. I think it would...

I think [decision one](https://github.com/qutebrowser/qutebrowser/issues/3194#issuecomment-339677254) is the tough one. @The-Compiler [expressed a preference](https://github.com/qutebrowser/qutebrowser/issues/836#issuecomment-339635097) for flags over commands. However, there's a fair bit of work in the way of filtering completions based...

I find that I mostly run into this because I suspend helix, run some CLI operations, then resume helix. Reloading changes upon resuming from suspension would fix 90% of this...

> At that stage you could simply check every X number of key presses for the active buffer if the source file has changed and if so notify the user...

Maybe this should be another issue, but it would be useful to define whether something truncates from the start/end as well. E.g. if you can't fit a whole file path,...