Daniel Rinehart

Results 9 issues of Daniel Rinehart

It would be ideal if the middleware configuration and the defaultLinkCreator supported passing an override for the SubscriptionClient timeout instead of having it hard coded to 20000 as shown here:...

I didn't see anything in the API that would help us with our situation and wanted to make sure I wasn't missing something. We have a Redis cluster where we...

After issuing an incorrect symlink command `ln -s BAD BAD` FSEV stopped with the following error: ``` /usr/local/Cellar/dinghy/4.6.3/cli/fsevents_to_vm/lib/fsevents_to_vm/watch.rb:23:in `stat': Too many levels of symbolic links @ rb_file_s_stat - /Users/danielr/Source/BAD (Errno::ELOOP)...

We noticed that this library still has reference to a soon to be deprecated out-of-band OAuth method in [oauth2_handler.rb](https://github.com/googleads/google-api-ads-ruby/blob/main/ads_common/lib/ads_common/auth/oauth2_handler.rb#L39) This was based on the [migration documentation](https://developers.google.com/identity/protocols/oauth2/resources/oob-migration). Are there plans to...

When running safe autocorrect on a file with `Style/TrailingCommaInHashLiteral` and `Layout/MultilineHashBraceLayout` violations the resulting file is no longer valid Ruby due to incorrect handling of an end of line comment....

bug

**Describe the bug** segmentation fault while trying to run local composition example **To Reproduce** ``` % ./router --supergraph=supergraph-example.graphql 2024-02-17T10:49:27.032241Z INFO Apollo Router v1.40.0 // (c) Apollo Graph, Inc. // Licensed...

raised by user

It seems that jest doesn't currently support node v0.12: https://github.com/facebook/jest/issues/243 I've definitely noticed some strange behavior while using it.

I have previously been using the `rebornix.Ruby` extension and one difference I'm finding with `rubocop.vscode-rubocop` is I'm not finding a way to see linting errors in the editor as if...

Would it be possible to include the variables that were passed as part of a subscription request to the `preSubscriptionExecution` hook? This would mirror the access to that data in...