Sean McGivern
Sean McGivern
`done` should only be called once, but was called multiple times if either: - The `src` option was set to an array of files. - The `expand` option was enabled...
We are in the process of switching to Tribute from At.js. I don't think the team as a whole has any complaints, but I've found one issue: I can't use...
This helper is essential for anyone writing their own RSpec cops based on `RuboCop::Cop::RSpec::Base`, because it now requires a minimal config to even run the cop. The wordy file name...
### Issue description Calling `create` with a loaded entity reloads relations in both directions ### Expected Behavior Calling `create` only uses the non-virtual columns from the given entity (or entities)...
If a response from the server isn't OK, `handleFetchResponse` will reject the promise (throwing an error) with the JSON-parsed version of the response: https://github.com/graphql-editor/graphql-zeus/blob/cfd6d58cc4d08131ba80e67c8b098856eca7a83d/packages/graphql-zeus-core/TreeToTS/functions/new/apiFetch.ts#L10 This seems like it would either...
https://github.com/aamine/activerecord4-redshift-adapter/blob/master/lib/active_record/connection_adapters/redshift_adapter.rb#L247 runs `DISCARD ALL`, but that's not valid in Redshift, so it throws an exception instead: ``` # DISCARD ALL; ERROR: syntax error at or near "DISCARD" LINE 1: DISCARD...
This is used by these methods on User: - getTopAlbums - getTopArtists - getTopTracks It's documented in those methods but not actually present :-)
Rails 5.1 and later replace calls to `async_exec` to `exec_params`, for better compatibility with the pg gem. See https://github.com/rails/rails/pull/33188.
On GCP (and hence GKE), user IDs in the range 2000 to 4999 are available for custom users: https://cloud.google.com/container-optimized-os/docs/how-to/create-configure-instance#using_cloud-init_with_the_cloud_config_format > Choose an ID from the [2000, 4999] range to avoid...