minimusubi
minimusubi
Sorry, I was opening the file directly with Chrome! If the extension is unable to hook the `file://` protocol, it might be nice to have a small warning on the...
This is still an issue. Here's another example that's occurring: ```js import "https://esm.sh/[email protected]"; import "https://esm.sh/[email protected]?alias=react:preact/compat&[email protected]"; ``` This causes the browser to make the following preact requests:  Note that despite...
If I wanted to change like the highlighting or toggle live errors while editing.
The about panel is a good idea. Oh yea, not sure if you just haven't implemented it yet or whatever, but the Toggle Live Errors does nothing. I assume it's...
Oh yea, that's why the "set syntax" has "None".
For anyone who wants the asynchronous file loader from @jbreckmckye in class and Promise/async function flavor, here it is. It is based on his second revision, which uses caching to...
I was always under the impression that `/lwc menu ` changed the help text and command usage. For example, the simple menu would display commands such as `/cprivate` and `/cpublic`,...
Upon further investigation, it appears that my suspicion has some merit. https://github.com/Hidendra/LWC/blob/6ba6d41def5b30f3a10fa7cc5e9bffd7c24b6b0c/core/src/main/resources/lang/lwc_en.properties#L243 shows basic and advanced help text. Update: Sadly, the changelog for LWC 4.1.0 documents the official removal of...
Update: Whoops, this only seems to happen when the window is maximized on a second monitor. Still, it would be nice to have it behave properly.
This would run upon being triggered by whatever triggers are added. Basically, the aim of this type of action would be able to have actions occur after a delay period...