Nick S.
Nick S.
@bjfish I have a similar experience described here https://github.com/oracle/truffleruby/discussions/2105 and reproduced with a simple Rack app and JVM mode (I use java installed via `jt`), with Native mode, and with...
Why this is not merged yet? I'm using the lib to check BTC address is valid and the issue could crash the app ;[
Hi @yelvert! > First off, very nice looking gem Thank you ;) > ..cloning records from a separate database ...could this gem handle that use case out of the box?...
Hi @dolhishev! Your case is interesting and unusual but make sense, yeh. First of all, if this approach with two different columns (`id` and `uuid`) is used for all your...
Hey @gee-forr . Hm, you have an interesting case...AFAIU you could try to do something like this: ```ruby class Course < ApplicationRecord has_many :course_modules # other associations end class CourseSnapshot...
Is this modifier will be for all declarations (`finalize`, `nullify`, `exclude_association`...)?
> Frankly speaking, I'm not sure about the usefulness of this feature. Haven't had a case for it yet. But we can add flexibility in the configuration with this enhancement)...
It seems related to https://github.com/paradigmxyz/reth/issues/9942