Thomas Dy

Results 21 comments of Thomas Dy

I think this is also a problem for ingress versions https://github.com/argoproj/argo-rollouts/issues/1507 (there's a flag for it) > Every ArgoRollout release supports the latest & latest-1 versions only. But you are...

I've also been trying to get mocha to work with this and I've been following the rabbit hole of https://github.com/mochajs/mocha/issues/4267 `master` works for me, but to have a usable setup...

I've made a reproduction of the issue here https://github.com/thatsmydoing/eslint-import-resolver-typescript-158 On my machine, the v2.7.1 branch takes about 2.30s ``` % time npm run lint > [email protected] lint > eslint main.js...

I made an attempt at https://github.com/import-js/eslint-import-resolver-typescript/pull/166 but I don't think it's possible to get to the previous level of performance with enhanced resolve.

For the sample project and our project, the options object wasn't changing so it was perfectly cached even without hashing it. So there was no additional performance improvement. It's really...

I've also run into this. I think the behavior in your PR makes sense as there is no way to access `allow_net_connect` otherwise. Is there any reason you closed your...

It seems like the issue is that the spec is unclear https://fetch.spec.whatwg.org/#concept-bodyinit-extract https://github.com/nodejs/undici/blob/8549a9402c46034d6d28b2f6f65d934736e51a59/lib/fetch/body.js#L114-L115 I checked Firefox and it looks like they do set the length in their implementation https://searchfox.org/mozilla-central/rev/8dd35cd8f5284fbaa506aab02fe42fc87efb249e/dom/html/HTMLFormSubmission.cpp#373

As a workaround for this, using the arg `--default-backend-service` still seems to work.

In https://github.com/kubernetes-sigs/kustomize/pull/4453, it was suggested that remote git bases should just be prefixed with a `git::` to disambiguate between remote file resources.

/remove-lifecycle stale