Anthony D
Anthony D
Hey @danielpclark , Hope you are doing well. I've tried adding support for Ruby 3.2 for my project that is using Rutie and I'm now getting a SegFault (here's [a...
Dear @danielpclark, First of all thank you for an amazing library! I've ran into a problem that turned out to be a proper head scratcher. Basically I took the example...
Hey @danielpclark, First of all, thank you for creating Rutie, I've been successfully using it in a project and the experience has been very positive. I have a feature in...
⚠️ NOT READY TO BE MERGED YET ⚠️ This PR is aimed to be merged on top of #183, hence a few overlapping changes. Once the #183 is merged, I'll...
Resurrecting a previous proposal — https://github.com/RubyMoney/monetize/pull/164 This is basically a step 1 that allows multiple parsers to co-exist without breaking the default behaviour. A new parser is registered under a...
There's some weird version compatibility issue with Ruby 3.1+ and older `rake`: ``` rake aborted! NoMethodError: undefined method `=~' for an instance of Proc ``` It might be my setup,...