Niklas Mischkulnig

Results 520 comments of Niklas Mischkulnig

Something that's also missing: a function to set the currently active tab.

Making a window non-resizeable: #316.

That is already possible: https://github.com/andlabs/libui/blob/a0a980712e8057d86747fcf52b67f59b56932f5a/ui.h#L105-L107

https://github.com/parcel-bundler/parcel/pull/7741 is related. Currently we also don't invalidate the cache if the svgo config used by that transformer changes.

> That is an oxymoron. A breaking change would have meant that typescript@5 should have been released. Maybe they do not want to clutter the versions too much but then...

> This should then rather be ~4.7. I suggest to change it. Well ... https://github.com/parcel-bundler/parcel/pull/6263 and https://github.com/parcel-bundler/parcel/issues/5978

https://github.com/parcel-bundler/parcel/blob/v2/packages/runtimes/hmr/src/loaders/hmr-runtime.js uses `eval` anyway, so maybe we could just put the `import()` into an eval with a try-catch

We already have a codepath that uses `` tags for loading the update (to get correct sourcemaps), so it should still work fine: https://github.com/parcel-bundler/parcel/blob/828a845e3adad12fd95041bed6ea5fc9d625870e/packages/runtimes/hmr/src/loaders/hmr-runtime.js#L339-L349

> By listening for HMR events, an error boundary can however manually reset its error state upon successful application of updates. Do you know if this is somehow exposed when...