Isaiah Odhner
Isaiah Odhner
I believe this isn't implemented. I have on the [todo for the electron app](https://github.com/1j01/jspaint/blob/master/TODO.md#desktop-app-electron): > * macOS: > * `open-file` event > * `win.setSheetOffset` with the menu bar height >...
This feature is implemented, and it's working correctly for me. What browser and OS are you using?
Actually, clicking on the radio button directly is broken. I always click on the labels because it's a bigger target, so I missed this in testing.
:+1: I wouldn't worry too much about breaking people's theoretical code depending on errors not being Errors. Although since you're already at `0.9.12`, you could publish `1.0.0` which would be...
I made a nice window switcher AHKv2 script that handles workspaces (implicitly). I haven't made a GitHub repo for it yet, but I [posted it on Stack Overflow](https://superuser.com/a/1829718/325010).
I had patched `[email protected]`, which is why I didn't want to upgrade, but I still needed the `make_http_index` CLI only available in `[email protected]`. That's how I came to depend on...
DICSS doesn't handle unicycling frogs as far as I know, but you can use https://github.com/1j01/dat-boi
> `TypeError: undefined is not a function (evaluating 'this.labels.values() [Symbol.iterator]()')` _Copy/pasted from your screenshot image_
It looks like [postcss-debug](https://github.com/andywer/postcss-debug) works like this, but it's difficult to set up. I'd still want this out of a playground.
Thanks for the project, by the way! As soon as I saw it was open sourced, I started working on adding it. I can port any of these improvements separately,...