Philip Waritschlager

Results 359 comments of Philip Waritschlager

yeah that's even worse. there is an issue about this already: https://github.com/jashkenas/coffeescript/issues/4865 > The code simply gets a list of all used identifiers in the whole file and then avoids...

This is still an issue. package not installable

I can confirm this issue. "Fixed" it locally by prepending `sleep 1` into the `unmute` function.

@omega3 > Can you give instruction how to do it? What file to edit and what line exactly? Here: https://github.com/SecUpwN/Spotify-AdKiller/blob/0be950365a2aec7ea25d73e1369e8ea2b750a8d6/spotify-adkiller.sh#L265 add the sleep. It's been a while and I am...

This was attempted to be fixed in #1883 (not yet released) but as you can see in that thread, this fix introduced another bug, breaking reactivity (even worse than before)...

Is this method documented anywhere? Either way, `scrollToItem` works for me, but only by adding an artificial delay before it. ```js // setup onMounted(async () => { await new Promise((r)...

This could be solved with #317 - brow.sh should probably emulate `grid: 1` and `prefers-reduced-motion: reduce`

FYI I recently did this in a (albeit highly customized) fork of Vetur [here](https://github.com/phil294/coffeesense/commit/a414b5f210d100673de779cc1bd1464262ab453b) and [here](https://github.com/phil294/coffeesense/commit/1514bd41b4e62820bb5f25b73949ef9f6b7c4ffe): Going from hard-coded `.coffee` (already externalized to `FILE_EXTENSION` to accepting `DEFAULT_FILE_EXTENSION` and any more...

what errors are you seeing? Vetur has several ways to log and debug attach to lsp server. If the initialization process fails, either monaco or vetur will tell you about...