pacien

Results 86 comments of pacien

I'm experiencing the same issue. ``` input "7764:8240:TypeMatrix.com_USB_Keyboard" { xkb_layout fr xkb_model pc105 xkb_numlock enabled xkb_variant bepo } input "type:keyboard" { xkb_layout fr xkb_numlock enabled xkb_variant oss } ``` On...

I think it would be great! For instance, searching for "fdroid" would finally return "F-Droid" in the results. This could also solve issue #8.

For multiple selections like `1,3`, this is also possible with UIDs. For ranges, I doubt that they are actually that useful since that implies some sort order to be used...

I agree that tabs without order stability are quite confusing. Fitting them linearly is also tricky… This is a problem shared by IDEs and web browsers in general, together with...

I have a project with multiple modules, one in Haskell and one in Node, both located in sub-directories in the same "monorepository". Being unable to specify a sub-directory in nixpkgs/pkgs/development/node-packages/node-packages-x.json...

Those links are obnoxious when they appear in the middle of conversations, even more than "Click to read more" links in RSS feeds and "Click here to see the content...

A simple workaround is to let the window manager start Waybar itself instead of using systemd. For example, with Sway: ```patch wayland.windowManager.sway.config = { - bars = [ ]; #...

Patch allowing that: https://github.com/ollama/ollama/pull/8340

Hi, The embedded FTP server was removed because it has maintainability, security and reliability issues. I'm currently investigating other ways to expose the configuration files more reliably on all devices,...

Yes, I'm considering adding config dir ZIP import/export as a fallback. I'm currently busy with other things and trying to satisfy new requirements from Google Play… Patches are always welcome!