Henrik Nyh
Henrik Nyh
- Use variables for config - Customisable in/out display - Shorter error output, as overlong output would cause empty output (might depend on notch etc)

We have a `has_many …, through:` that also involves a scope block, STI and polymorphic associations (bingo!). Joining on this association worked fine in Rails 5.0.7.2, but broke when updating...
One was recently added to Elixir itself: https://github.com/elixir-lang/elixir/issues/7489 Is there such a thing for Phoenix? Could one be added, or would it at least be possible to get an informal...
I would like to bucket users into two groups, and then measure the number of times each group performs a certain action. Let's say group A has two users and...
I'm currently updating my https://github.com/matryer/xbar-plugins/blob/main/Lifestyle/sureflap.15s.rb for xbar. The new variable support is really nice! As my plugin needs auth details for a service, it would be nice if the password...
As discussed here: https://github.com/machinio/cuprite/issues/110#issuecomment-584557319
As discussed in #1049. Changing "x :: xs" to "head :: tail" throughout this file might make things even clearer, but I'm not sure if "x :: xs" is an...
Style/ArgumentsForwarding does not understand anonymous block forwarding. -------- ## Expected behavior I would expect it to detect an offense in ``` def foo(*args, &) bar(*args, &) end ``` ## Actual...