Daniel Leavitt

Results 18 issues of Daniel Leavitt

Currently, passing a DocumentNode containing operations to `readFragment` throws an error: > No operations are allowed when using a fragment as a query. Only fragments are allowed. https://github.com/apollographql/apollo-client/blob/master/src/utilities/graphql/fragments.ts#L44-L51 Could existing...

project-apollo-client

## Environment - Ruby **3.1.1** - Rails **7.0.4** - Devise **4.8.1** ## Current behavior I add the following to my devise configuration: ```ruby config.http_authenticatable = true config.http_authenticatable_on_xhr = false ```...

Per #10515, adds a `--json-schema` flag to output a JSON Schema for your project's RuboCop configuration file. This allows your IDE to autocomplete/validate the cop, department and global settings in...

Currently there's no way to disable all auditing for a block, e.g. ```ruby Audited.without_auditing do # something that changes a lot of records record.deep_duplicate_with_all_associations end ``` I'm guessing this is...

## Describe the bug Why do Modals (and Dropdowns) use keyDown while Overlays use keyUp? Is there a principle or is this just happenstance? Motivation is that if you're building...

In addition to the backtrace for the failing assertion, RSpec's raise_error matcher shows a backtrace for the error site in the _application code_. It appears that SuperDiff swallows this trace....

🐛 Bug

I don't know if this is feasible or in scope, but it would be pretty cool if one could use arbitrary select criteria. So like: `Shoe.value_of "DISTINCT category"` or `Shoe.select('DISTINCT...

To reproduce: 1. Create a content model with a field named client. 2. `entries.create(content_type, { client: 'asdf' } )` Entry is created successfully but errors in after_create hook (the first...

bug