Kamil Kisiel

Results 116 comments of 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...

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...