Maciej Ochałek
Maciej Ochałek
AuthProviderSignupData should not be shortened as "auth_provider", because this suggests a totally different purpose of the variable, which is confusing. We are talking "signup data (for the auth provider)", "signup...
The [code/hash/merge-bang-vs-[]=.rb](https://github.com/JuanitoFatas/fast-ruby/blob/38f49f95fc7574d929de60b71791d09129c2588c/code/hash/merge-bang-vs-%5B%5D=.rb) benchmark merges N 1-element hashes to compare it with N hash element assignments using `[]=`. Obviously assignments are faster, but this is not a real-life scenario. The more...
The repository contains no LICENSE file and no license is set in the rubygems.org entry for bitarray. This results in a deny in the security risk analysis tool Diffend.
I've been trying to open the APK file linked below with apktools 0.7.2, and get the following error from the constructor: ``` > ApkXml.new('/tmp/com.google.android.gms_11.9.51_(248-177350961)-11951248_minAPI21(arm64-v8a,armeabi-v7a)(480dpi)_apkmirror.com.apk') NoMethodError: undefined method `unpack' for nil:NilClass...
The website http://julesjanssen.github.io/chosen/ lists outdated event name 'liszt:updated', whereas the correct version is now 'chosen:updated.chosen'. Thanks for a great plugin, otherwise!
**Describe the bug** Selecting multiple list items (numbered or unnumbered) and applying a color breaks list markup: The reason is obvious if you take a look at the source: ```...
### Description The Ruby LSP extension fails to start in a Dev Container environment with the error: `Automatic Ruby environment activation with custom failed: spawn /bin/bash ENOENT`. The extension cannot...