Jonas Grau

Results 9 issues of Jonas Grau

Hi! I recently started using AI and I've run into what seems like a topic that has already been discussed a few times: partial updates by using `default: nil` and...

enhancement

Hi! I'm not sure this is a bug or a feature request but in order to not be grumpy and demanding I'm calling it a feature request. I'm trying to...

enhancement
do-api

I am trying to use `file_validators` to validate the content type of avatars in my rails api. The client selects a file, submits the form, gets the content type validated...

With a fresh `gem install` of `rubycritic` and a run with `rubycritic --no-browser --minimum-score 85 --path critique app lib config script test` in my rails project I get a score...

bug

From https://github.com/charlotte-ruby/impressionist/pull/245: > It looks like there are a handful of better patterns for this. Either adding the migrations to the migration load path or copying them over via a...

feature request

According to https://github.com/liwenhe1993/charts/blob/7c4dc6e7aa8b0d2b3d976c1de94121b6213ec2b8/clickhouse/values.yaml#L297 `tabix` is `enabled` by default. This PR changes the documentation to reflect that. Thank you for this chart :) ❤️

First of all thanks for making this gem. I love static analysis and I love Sandi Metz :) I see the following behaviour: ``` ❯ bundle exec sandi_meter -v Ⓢ...

Hi. First of all thanks for this gem. I'm trying to incorporate it into an existing rails 5.2 application but run into some weird/fun loading issues. In various initializers I...

Hi @pocke I just found this gem and thinks it's very interesting. My application has two graphql schemas: one for our public api and one for our admin-only application. I...