-
Our security team detected the presence of polyfill in the application and it is rated as a high risk vulnerability. Is it possible to disable this, pending an update?
https://thehackernews.com/202…
-
This is the code at fault:
```
var default;
var init_process3 = __esm({
".sst/platform/node_modules/unenv/runtime/polyfill/process.mjs"() {
init_process2();
init_global_this();
…
-
We currently use [polyfills](https://github.com/FuelLabs/fuels-ts/blob/master/vitest.browser.config.mts) in our browser testing environment. We should look to reduce the amount we need by instead writ…
-
### Summary
Hi there, I tried to polyfill the "path" module I get the following error:
> module is not defined
> at eval (.../node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browse…
-
It appears these [layers samples](https://immersive-web.github.io/webxr-samples/layers-samples/) don't work unless this [polyfill](https://github.com/immersive-web/webxr-layers-polyfill) is used.
-
Moving this conversation here from https://github.com/sonkkeli/borderless.
@lemanschik had the following concern
-
For years our code-base (like presumably many others) had an existing `mb_trim()` polyfill of our own and as it pre-dates even php 7, it had a slight quirk in that it accepted a `null` as the first ar…
pilif updated
3 weeks ago
-
When bundling a react component using esbuild and trying to execute it within the JS context, it is unable to `require` the `util` package even though it is provided.
```kotlin
private val context…
-
### Zig Version
0.14.0-dev.2050+4adf63aef
### Steps to Reproduce and Observed Behavior
Clone [libsce](https://github.com/Beyley/libsce) on commit `b7e30492a934cb390743fd5e3b286a903caae352`
Run `…
-
The `installGlobals()` polyfill is causing problems with newer remix version and certain http requests. Especially related to streams. Remix suggests that it's not necessary for node versions >=20. I …