sli
sli
Any update on this? This is the error that's being reported by shadow-cljs currently: ``` The required namespace "cljsjs.antd" is not available, it was required by "antizer/core.cljs". The namespace was...
The setup is fairly straightforward. The package name is `dev.bsnes.bsnes` and it needs the `--fullscreen` flag supplied in the run command, and of course needs the joypad bindings configured.
Will this need a compilation guide or would it be better to just wait for it to be (or make it) available via Flatpak?
Have you connected a Switch, yet?
Based on your nvm path, you're using a version of Node that doesn't support the spread operator on objects. Update it to a more recent version -- at least v8.6...
Just a heads up that the above example is missing code due to formatting issues (FilterIcon has no return value) and no longer seems to work with the current version...
Applying a height directly to the scrollbar seems to have stopped the problem. It's a less than ideal solution, but I can live with that. Just to be thorough, I've...
> The installer is optional and is also open source. On the other hand the source of the skin is still there And it serves to install it without installer....
Can confirm this bug still exists six months later.  The rest of the file below this line is highlighted the same as the tail end of the line in...
Just a note, this regular expression breaks if the commented line has leading whitespace. This slight modification fixes that: `/^[\s]*\;.*\n?/gm`