markus
markus
As a workaround one could use a plugin such as https://github.com/cqqccqc/webpack-utf8-bom to prepend a UTF-8 BOM to the generated files.
Yes! If you control the HTML you can set charset to UTF-8. If you control the server you can set the charset in the Content-Type HTTP header. However, I ran...
Updated my repo. Without import:  With import: 
I'm encountering the same problem and error messages on a fresh subscription from last week. The JSON in the resource provider details is still empty after I re-register the provider:...
This works for me now! I don't remember doing anything, but the Microsoft.Resources provider is no longer empty and I can create resources from vscode.
`form.errors` contains the errors of the form that aren't tied to a specific input (`path: ""`). If I type the wrong combination of username/password, `form.errors` is `['Invalid username or password']`,...
I believe this is indeed caused by multiple instances of `DismissableLayer` running at the same time. I managed to resolve this in my project by first making sure every package...
Possible duplicate of #3317 and #3445.
Can confirm this works in `[email protected]`! Thank you!