Kelly Vernon

Results 7 issues of Kelly Vernon

### I want to understand the Node.js {SYSTEM DEFAULT} Setting better Currently, on windows, I am running a non-wsl setup. Also, I use nvs (similar to nvm). When I start...

feature request

### What version of Turborepo are you using? latest ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

### Description When looking at the [landscape today](https://github.com/typestack/class-transformer#using-groups-to-control-excluded-properties), we can include items by transforming and including groups, however, we can only be inclusive with the group identifier. What would be...

type: feature
flag: needs discussion

We're trying to use this where I work, and are finding that this runs into a memory leak: (node:3597) Warning: Possible EventEmitter memory leak detected. 11 exit listeners added. Use...

I was hoping to use this in a project, however, we lock down things using `pull_request_target` for our merges (only delete after after everything is released). Is there a way...

I've been test driving this package, and I'm having trouble trying to go this to dispatch the form onchange event. This package will dispatch an onchange event when using the...

Hi all, Recently we've done some work where we have a method called `getTest(run:boolean) => it` and we can apply this update with the`jest/no-standalone-expect` rule using its `additionalTestBlockFunctions` property. The...