Alexander Popov
Alexander Popov
**Reporter Info** - Materia version: `20190831` - GTK3 version: `3.24.10` - Distribution (and version): Arch Linux (the latest) - Desktop environment (and version): GNOME `3.32.2` - Related application (and version):...
## Steps to reproduce https://github.com/mdub/clamp/blob/2844879/lib/clamp/command.rb#L121-L126 ## Actual Output https://rubydoc.info/gems/clamp/1.3.2/Clamp/Command  ## Expected Output Methods from modules, included inside `class
Because this method doesn't work with Unicode, and `#downcase` does (since Ruby 2.4). Resolve #123
Hello. The subject is here. Example: #160 And I see no activity in the main branch since 2019.
Hello. These methods are pretty similar. I've done some benchmarks and figured out that `match` is twice faster than `scan`. I can try to make a PR, but not sure...
The `String#casecmp` method does not work with Unicode (even in Ruby 2.4.1), this is written in the [documentation](http://ruby-doc.org/core-2.4.1/String.html#method-i-casecmp). Example: ```ruby 'Привет'.casecmp('привет') # => -1 ``` There is a method `String#casecmp?`,...
Package: `platformio-ide-terminal 2.10.0` ``` npm WARN lifecycle The node binary used for scripts is /home/alex/.asdf/shims/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for...
Hello. Thank you for such useful project. BTW, when I got a long list of "Dependencies that need approval" — it's not clear from where each dependency is: there is...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
### Description In the title. ### Steps to Reproduce Have a Markdown code like: > You can handle errors by protected `#server_error` method with `exception` argument > (calling `super` is...