Ryan Cole

Results 8 issues of Ryan Cole

The plugin doesn't recognize code like below ... ``` const {PORT, NODE_ENV} = process.env; ```

**Is your feature request related to a problem? Please describe.** Currently, the `QueueClient` begins listening when you register a message handler with the event-based work flow. You can stop the...

enhancement

I'm trying to implement DataLoader which batches together underlying database queries within a single request. I'm looking towards react-relay-network-layer to assist with the batching of GraphQL queries into a single...

depend on 3rd-party module

Makes sense to re-export this for users who need access to it.

kind/enhancement
impact/usability
good-first-issue
size/S

I'm getting a React no-op error on some pages and the stack trace points to `useAuth`. Need to look into this.

impact/reliability
kind/engineering
resolution/no-repro

I'm using the `Value` attribute, and specifying some parameters like this ... ```cs [Verb("fetch", HelpText="Download a zip of scraped documents from each agent.")] public class FetchScrapedOptions { #region Properties [Value(0,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have an ASP.NET Core MVC application that has a...

area-security

Looks like `pg` changed how they do connection pooling. Here's what I see when using `pg-async` ... ``` (node:6300) DeprecationWarning: PG.connect is deprecated - please see the upgrade guide at...

maintenance