Nick Chen
Nick Chen
@angelozerr Thanks for the reply. It seems you are saying that the behavior that I see in my example is **not** due to turning expansion on/off since the method signature...
> QUIC is much more stable for me than HTTP2; the tunnels go down every few days. But HTTP2 is much faster in terms of latency and bandwidth (between 5-10x),...
@crowlKats @lucacasonato - Any chance that this might land in Deno? According to https://developer.mozilla.org/en-US/docs/Web/API/URLPattern#browser_compatibility Deno has everything else implemented according to the spec except for the `ignoreCase` feature.
Any updates on this? I see that netlify solved this in https://github.com/netlify/edge-bundler/commit/d34499214be4311e28b9b2292b9ba714cd01c06b by _removing_ `--disallow-code-generation-from-strings`. But, I'd like to enable that flag for my use case to actually prevent code-generation...
@littledivy - Any updates on this? Trying to see if there's any chance this will be fixed in 1.29.
Sorry for the ping again, do we have an ETA on when this will be fixed? We are locked down to 1.27.0 until it's fixed.
I guess it's just one more dependency. If we don't need anything specific from gulp, it would be easier to just use `npm run scripts`. The other Salesforce DX projects...
It seems that because oniguruma has a dependency on node-gyp, we need to follow the steps at https://github.com/nodejs/node-gyp#on-windows very carefully. 1. `choco install python2` since python3 doesn't work. So you...
I think this might actually affect all three platforms: Linux, Mac, and Windows. We don't see this on the autobuilds because the autobuilds probably have all the software installed. We...