Thomas Strobl
Thomas Strobl
This is obviously not an issue, but a possible enhancement: Currently we compile the htmlOutput and then send it over the wire, we could instead leverage streaming the contents down...
### What problem are you facing? Hi, first of all – thanks for the hard work! I'm using the react flavor, although this shouldn't make a difference really. Both the...
Hi there, quick heads up that the 4.0.0 change (https://github.com/clauderic/dnd-kit/blob/dd368362653e47699c43462438a3f157f4aff239/packages/core/CHANGELOG.md#400) to `LayoutMeasuringStrategy` vs. `measure` is not reflected in the documentation at https://docs.dndkit.com/api-documentation/context-provider#layout-measuring yet. Cheers
## Issue Type - [X] Bug report - [ ] Feature request - [X] Question / support request - [ ] Other ## Description I have found neither the `zoomMargin`...
My users ran 5 times into this issue: ``` Error: Error parsing window data SyntaxError: Unexpected end of JSON input at JSON.parse () at parseMac (/node_modules/active-win/lib/macos.js:11:15) at AsyncFunction.module.exports.getOpenWindows ``` It...
active-win 8.1.0 reports empty title strings on Adobe products on macOS despite correct permissions
So I've been using active-win for a year now and can navigate around tricky subjects like the permissions-business, so I'm not new to the library. Lately I've discovered something awkward...
## Description When packaging individually, the same `webpack.config.js` is applied to all `slsw.lib.entries`, when trying to leverage [CopyWebpackPlugin](https://webpack.js.org/plugins/copy-webpack-plugin/), or in my case [@sentry/webpack](https://www.npmjs.com/package/@sentry/webpack-plugin) and I have 40 functions, then it...
If a key is an empty array, suspend is called in an infinite loop, due to `[] !== []` in js ```typescript // lets say this returns "[]" const invoices...
# Description 1) There has to be a general flaw in the layout logic resulting in infinite loops that crash browser engines _(and whatever the issue might be it is...
**Describe the bug** In my electron app I went all-in on ESM and use [email protected] to bundle [email protected] code esm-style using `"type": "module"` and the following webpack config (only the...