__

Results 23 comments of __

I've had similar output in my Window log for awhile, possibly a few months even—I can't remember it correlating with saving (or when it even started for that matter) but...

`OSTYPE` parameter should be linux-* in WSL, should be able to match it on the existing linux* glob and then check for WSL specific commands after—e.g. win32yank(.exe), clip(.exe), pwsh.exe. As...

Downloaded Soundnode because atm Chrome's Audiopick Extension can't detect Soundcloud's audio, was hoping for audio routing options since its a desktop app but a;as—I do like the design so I'm...

This would be very welcome improvement for css functions in general—[after some experiments in the past with `calc`](https://gist.github.com/disco0/d4236516728ac3711a0772392017cffe) I now usually just end up writing sprintf operators like @nilslindemann (ps:...

In case anyone still wants completion control—I added a completion setting [on my fork](https://github.com/disco0/vscode-comment-anchors): ``` json "commentAnchors.anchorCompletions": false ``` Atm reloading the window is required to flush the completions (there's...

Been having this issue for awhile (was the person that mentioned this on the TB Discord)—will see if I can repro this consistently by working with multiple instances open

Ah and just in case it helps—just found a old screenshot of this happening, this goes back to at least 09-19-21 (and whatever the latest release that would've been at...

Small update: By pure chance, I was pressing Esc as the error popped up and it managed to close the error dialog without any of the graphical issues. Will confirm...

It seems the main PowerTab module is using Forms (Windows only, I believe): https://github.com/jasonmarcher/PowerTab/blob/0dc5377530c3f146beb91257a6da442c338ebd65/modules/powertab/src/PowerTab.psm1#L8-L11 You could try commenting out this line in your installed version, or (probably better) see if...

> choose a device for a tab, show a checkbox saying "Use this device every time I visit ". A simple toggle like this that appends the new configuration value...