| Dec | JAN | Feb |
| 25 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: github.com
Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.
state is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject the state keyword in guard definitions or the state temporary variable produced by the processor should be renamed to avoid this conflict.
Here's an example:
<img width="629" alt="screen
Read more
feature
truffle
good first issue
tracking
Open
asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
Read more
help wanted
question
good first issue
~/code/rubocop$ grep -iro "autocorrect" . | wc -l 1971 ~/code/rubocop$ grep -iro "auto-correct" . | wc -l 1551Both
autocorrect and auto-correct are used frequently in RuboCop. Should we be consistent? If so, which one?
Any change should only affect comments and other string content, not method names.
Read more
good first issue
Open
AllButPattern can't be coerced into Mustermann::Pattern (TypeError)
Here is my example code:
require 'sinatra' get '/index' do 'Hello world!' end class AllButPattern Match = Struct.new(:captuRead more good first issue Open
brew services and to make formula less OS dependent we should migrate the formulae to use the OS agnostic service do block.
Event
Event
Event