Yuri Socher Bichibichi

Results 6 comments of Yuri Socher Bichibichi

In NewPipe, all songs in the queue are shuffled and played one by one in order. This way, I can even make adjustments to the order (e.g., move similar songs...

Just as a note: I have 16GB RAM and I'm running out of memory too :/

@trevorfoxsof For now, I am overriding openssl version: ```nix { pkgs, nixpkgs-ruby, ... }: { languages.ruby.enable = true; languages.ruby.package = (nixpkgs-ruby.lib.packageFromRubyVersionFile { file = ./.ruby-version; system = pkgs.stdenv.system; }).override {...

Same error here: - the file inside `.codeium` exists - trying to disable and enable again shows nothing

I'm using NixOS and my issue has something to do with https://github.com/Exafunction/codeium.vim/pull/149

It would be great to have a way to encapsulate the binary in a custom command (for NixOS, `steam-run ...`). I'll try to create a patch to do it for...