-
### Description
#39497 introduced a workaround for the bugs described in https://core.trac.wordpress.org/ticket/55628 and https://core.trac.wordpress.org/ticket/6195
Unfortunately, this workaround…
-
### Command
test
### Description
The improved builder @angular-devkit/build-angular:karma which uses esbuild is missing the "loader" option. It would be really useful to have the option to require …
-
- Site: [https://d309kopm8ags5f.cloudfront.net](https://d309kopm8ags5f.cloudfront.net)
**New Alerts**
- **Timestamp Disclosure - Unix** [10096] total: 5:
- [https://d309kopm8ags5f.cloudfront…
-
Seeing following exception in my acceptance tests:
```
Uncaught RangeError: Maximum call stack size exceeded
at CurlyComponentManager.manager.didCreateElement (runtime-polyfill.js:402)
a…
-
```js
const date1 = new Date(Date.UTC(2021, 4, 19, 9, 0)) // "May 19, 2021, 9 AM"
const date2 = new Date(Date.UTC(2021, 5, 19, 17, 0)) // "Jun 19, 2021, 5 PM"
const dtf = new DateTimeFormat('en', {…
-
PHP 8.4 alpha2 is out and `php -l` passes on 13.x branch but some vendor dependencies need fixes
General function deprecation is coming https://wiki.php.net/rfc/deprecations_php_8_4
But for now n…
-
### Summary | 概述
_No response_
### Motivation | 背景
部分 polyfill 仅低版本容器需要,可以提供运行时动态监测机制来减少 bundle 体积
### Usage example | 使用示例
_No response_
### Detailed design | 方案设计
TODO
### Additional context…
-
Hi,
My Angular 9 project plays HLS and Dash video when run npm start.
``
---
But if I build it by ng build --prod
then ERROR TypeError: Object(...) is not a function
at e…
-
Currently, if you any properties cloned with rfdc are an `ArrayBuffer` in a browser, this exception will appear unless you have polyfilled Buffer:
```ts
Uncaught (in promise) ReferenceError: Buffer …
-
Right now, if you use `Object.entries` outside of a class or function definition in one of our application js files (eg: static/js/containers/ProfilePage.js), you'll get a error claiming that 'Object.…