Kamil Kisiel
Kamil Kisiel
As far as I can tell you can save files from the web IDE using the Save As... button, but my feature request is more about being able to directly...
Seems right to me.
Thanks, this does indeed seem like a bug
Here's a test case if someone wants to have a crack at fixing this: ``` --- a/errcheck/testdata/src/assert/main.go +++ b/errcheck/testdata/src/assert/main.go @@ -1,5 +1,7 @@ package assert +import "fmt" + func main()...
I was also just thinking about this same functionality. Would be great especially when using FaustIDE.
As discussed on Slack, we should probably add an exponential backoff retry to the `prConnectSharedMem` function as this is probably the result of a race condition between the server startup...