Results 6 comments of Tim Smith

I have the same problem with Rails 5.1.6.

Thank you! This is great. I noticed that when I install the Nix package, it does not add an entry to the desktop menu in MATE. I guess it should...

Yes, I ran `nix-env -iA nixos.easyabc` to install it to my local profile. For other applications, after installing them and refreshing the MATE panel, they appear in the desktop menu,...

How about a parameter to only decode "safe" codepoints? The `encode` method already makes a distinction between "safe" and "unsafe" codepoints. By default, it only encodes unsafe codepoints: ```ruby string...