deepj
deepj
If I may add to something. I already mentioned something in https://github.com/oracle/truffleruby/issues/1449#issuecomment-435981674 I see you're tight a bit by Oracle politics. But to be more developer-oriented in this case. Many...
@ioquatix I apologize for replying so late. I totally forgot on this. Thank you for long explanation of the whole issue around hijacking. Yes, it's noising a lot. From my...
I don't have a good experiences with automated change logs from commits. If there is a change log on projects on which I'm working I make them manually.
I prefer a seperated file. README has a different purpose from my point of view.
Is there any concrete plan to support Apple ARM's chip in GraalVM in near future since the support landed in OpenJDK (https://bugs.openjdk.java.net/browse/JDK-8253795)?
It's still happening with Rails 5.2, when I use `eager_load`. @yuki24 Is there any solution for this?
OK, a workaround for my usecase is ```ruby records = records.except(:eager_load) page_entries_info records, entry_name: 'item' paginate records ``` It hits an extra DB query but it's possible to live it
The acronym is declared in `config/initializers/inflections.rb` 🤧
@solnic The problem is, at least in my understanding the situation, the Rails' Inflector returns `cloudnats` for `CloudNATS` ``` Loading development environment (Rails 6.0.2.2) irb(main):001:0> 'CloudNATS'.underscore => "cloudnats" ``` I...
I know why it's happening 🙀  I guess I would update documentation because it's taken from `dry-rails` documentation 😹 Suggestion, `dry-rails` may would expose...