ctusch
ctusch
gridstack.js seems to use inline styles extensively. We would like to disable inline styles via CSP's style-src to avoid the security risk they present. Are there any plans for gridstack.js...
Reproduction: https://github.com/ctusch/addon-theme-bug When I try to build the above project on Linux I get the following error: ``` Sass Syntax Error (SassCompiler) in /tmp/broccoli-11731IvyMcUmIwccy/out-131-broccoli_merge_trees_full_application//app/styles/themes/addon-theme/app.scss:1:9 Error: Can't find stylesheet to import....
The format for the brotli options is wrong. So brotli quality level still remains at 11. Since brotli is the default this took me forever to find the reason why...
## Describe the bug **Node.js version:** 19.4.0 **OS version:** Windows 10 **Description:** I'm using koa with ```http2.createSecureServer``` and during some requests ```Request.secure``` turns from initial ```true``` to ```false```. I've seen...
When a method on a durable object return a value of type `unknown` (or an object with a property of type `unknown`), calling that method on its stub gives a...