tmcdos
tmcdos
@underfin So, do you have any ideas how to fix this bug?
It looks like I found a workaround - if I move https://github.com/webpack/webpack-sources/blob/main/lib/SourceMapSource.js#L233 between https://github.com/webpack/webpack-sources/blob/9f98066311d53a153fdc7c633422a1d086528027/lib/SourceMapSource.js#L235 and https://github.com/webpack/webpack-sources/blob/9f98066311d53a153fdc7c633422a1d086528027/lib/SourceMapSource.js#L236 so it looks like ```javascript if (this._hasOriginalSource) { hash.update(this._sourceMapAsBuffer); // originally this was outside...
In your parent web page (where the Web Component is being used) when you change the locale - you should also update the `locale` attribute of the HTML tag for...
I see. It seems cheaper to have extra history entries than doing checks on each update.
My solution is to patch Quasar (with the help of [CustomPatch](https://www.npmjs.com/package/custompatch)) ```patch Index: \quasar\src\utils\private\position-engine.js =================================================================== --- \quasar\src\utils\private\position-engine.js +++ \quasar\src\utils\private\position-engine.js @@ -117,8 +117,12 @@ // some browsers report zero height or...
Ken, I replied to you by email - I'm not sure if you received my message, please check the SPAM folder.
Can you post screenshots from the UI (without the error popup) and then with the error popup ?
I have released a new version - can you try it and share your feedback? If still not working, can you also share the output from DebugView (you can download...
Do you know how can I reproduce the freezing in VirtualBox ?
I don't have access to Hyper-V or Windows Server - only VMware Player and VirtualBox. Here is a debug build - it should provide a stacktrace so I can get...