Kevin Olbrich

Results 70 comments of Kevin Olbrich

The stage file dynamically detects the servers present within a region that are part of the stage based on instance tags, but the region needs to be set so it...

FYI, https://github.com/devise-security/devise-security will scope emails by authentication keys.

I'll consider adding it. In the mean time, it is possible for you to add your own abbreviations... https://github.com/olbrich/ruby-units#redefine-existing-unit. The test failure is related to the upcoming removal of mathn...

Handling arbitrary powers on dimensions is going to require some significant modifications to the internals of ruby-units and seems to only serve a very small subset of the use cases....

@railscard Not really, I'll dust it off and re-familiarize myself with it soon.

This is an interesting one because under the covers each of these units is represented as the same 'kind'. Equivalence checks to see if the scalars and the kind match...

@rposborne I'm in the process of completely rewriting the parsing engine. I did come across the problems with currency already and have it working. Also included is the ability to...

Thanks, I'll look into it.

@stwr667 Sorry, I've been a bit slow to respond. I will be updating the gem to make sure ruby support has been updated now that Ruby 3.0 has been released....

right now you will have to rescue the exception thrown when parsing. It's a good suggestion that I will explore incorporating in the next version.