John

Results 4 issues of John

Addresses https://github.com/vifreefly/kimuraframework/issues/42

@vifreefly I took a stab at adding Chrome DevTool Protocol support for my own needs, but I want to share it back for feedback from you and others. If there's...

Ruby 2.7.x triggers obsolete warnings for `URI.escape`. Could we consider using the well-maintained Addressable gem (https://github.com/sporkmonger/addressable) or using a different approach like `CGI::escape` or `ERB::Util.url_encode`? I can create a pull...

We have a model with a hierarchal dependency and a UUID as the PK. Unsure if this is relevant, but the model is also in a separate schema from the...