sapper-studio icon indicating copy to clipboard operation
sapper-studio copied to clipboard

An electron app for building Sapper projects

Results 24 sapper-studio issues
Sort by recently updated
recently updated
newest added
trafficstars

Saw your JSConf2018 talk cool stuff! That one minute led me here. Tried running it but it hangs on creating a new project. Restarting I was able to open the...

Building works, but warns on build. When starting, just quietly exits with error code `0`, but no window shows up. Environment: i3 on ubuntu 19.04. Might this be an issue...

This typo prevents running on case-sensitive systems such as most Linux systems.

Electron 5 defaults nodeIntegration and webviewTag to false, so this is needed for require() and the webview tag to work. Electron 6 replaces the callback argument to showOpenDialog with a...

The more characters on a line, the more the cursor gets offset to the left. For example, if I type the abc's with no spaces it will be be to...

While building it, i remember some tricks to build node-pty related stuff. First one is pretty simple: `npm install --global --production windows-build-tools` before hand And second, a troubleshooting list: >PROBLEM:...

Set the fontFamily on the instantiation of the monaco editor. This resolves a bug in windows where the cursor gets placed to the left of where it should be.

At the moment it's always using four spaces, which I personally find enraging.