Victor Rudolfsson

Results 23 issues of Victor Rudolfsson

When using scopes with a proc, like so: ``` counter_culture :account, column_name: proc { |model| model.role.slug == 'admin' ? 'admin_count' : 'user_count' }, column_names: -> {{ UserAccount.admins => :admin_count, UserAccount.users...

### What is the problem? Hope I'm not being too active on these issues right now 🤞 This is more like an idea / feature: Getting the Y value for...

I began setting up a schema using ruby-graphql, but when I stumbled across this library I decided to check it out - something I wasn't sure how to get done...

### Environment information ```block yarn run v1.22.17 $ /Users/victor/Development/app/node_modules/.bin/rome rage CLI: Version: 12.0.0 Color support: true Platform: CPU Architecture: aarch64 OS: macos Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION:...

S-Bug: confirmed
A-Linter

I've added two options for omitting columns from the SQL statements, to avoid having to modify class level `self.ignored_columns` since we've had issues with this affecting other code that runs...

When primary key is of type `uuid`, we're getting a non-null violation for column `ID` (using postgres) especially when using `on_duplicate_key_update`, but only when *some* records in the array have...

**Describe the bug** This is possibly not a bug in `graphql-ruby`, and I apologize in advance if that's the case, but I've just run out of ideas on what this...

Heyo @magnusvk, first of all I'm sorry about how vague this bug report is about to be, but it really is all I've got. At some point we experienced some...

When we use the `timeToLive` setting, entities seem to be expiring in the cache — but, after expiring, even though the query is correctly firing a network call again the...

This gem seems to be the only one that works well out of the box, but it only does Swagger 1.2 — right now I'm using this to create my...