| Jan | FEB | Mar |
| 14 | ||
| 2020 | 2021 | 2022 |
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.
mail gem has support for timeouts here but they default to nil:
https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91
Rails does not appear to set them by default:
https://github.c
Read more
actionmailer
good first issue
register looks like:
private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
if (annotated != null) {
guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
substitutions.put(annotated,
Read more
good first issue
native-image
Open
# shareable_constant_value: literal (or experimental_everything) MY_CONSTANT = %w[anything here is fine even non-literals]Read more bug good first issue help wanted 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
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
good first issue
help wanted
question