Matt Tanous

Results 17 issues of Matt Tanous

Currently it is impossible to avoid N+1 queries over a partitioned rank ordering. The following ranking, for instance, does not enable querying with a pre-populated rank value: ```ruby class Duck...

Having a record that is not set to a position defaults to `:last`, but this causes the record to inadvertently be moved to the last position whenever there is an...

Hey, I'm running into an issue upgrading to `golang/protobuf v1.5.4` that appears to be stemming from this code generator. The error result is `is a proto3 file that contains optional...

### Expected behavior Sprockets v4.0 should precompile my assets as expected, Sprockets v3.0 did. (I upgraded my app by adding a manifest file and following the other instructions per the...

Closes #129. `serde_yaml` is deprecated and unmaintained. The active fork now is `serde_yml`, so this PR switches to that library. The API hasn't changed, so this is transparent. All tests...

- [x] I have looked for existing issues (including closed) about this ## Feature Request `GrpcCode` does not provide the required `From` implementations to easily be used over a `tonic`...

`Inflector` is used as a dependency to camel case strings, but it is an archived repository that won't be updated as Rust evolves. It would be good to replace this...