Valentin Agachi

Results 30 comments of Valentin Agachi

I'm OOO now, but I saw this thread and wanted to comment. Regarding your last comment about the API resembling the `ts-mongoose` one, I remember that was an initial implementation...

I don't expect a lot of changes in performance from this PR, but given how many changes it contains, would you mind posting some results from running `yarn benchmark` on...

@joshuat Sorry for the delay, we've been blocked a bit on this testing due to `mongodb` v4.9.0 which introduced a regression. Now that v4.9.1 is out, I'll give this a...

@viceice I've started to convert the code to parse the Yarn config into `NpmrcRules` (with `hostRules` and `packageRules`), but I don't see how I can use that result type in...

I've added the `registryUrls` value to the `deps` exported from `extractPackageFile`. But I will need some pointers on how the authentication should be connected to the code that actually makes...

I've updated my PR to not create a separate rule for this use case. Instead it uses the logic in both `no-did-update-set-state` and `no-did-mount-set-state` rules using a new mode `disallow-via-methods`.

Could we get this PR merged as-is with a disclaimer that `pnpm` support is experimental for now, until the global commands can be properly implemented? We'd really like to use...

Not sure if the following is a known issue in terms of the work remaining required for jest compatibility (so feel free to ignore this if it is known @jdalton):...

Please submit a PR with unit tests. Thanks!