Nick Yatracos
Nick Yatracos
### Problem I'm busy adopting Sorbet into an existing codebase but we're also looking at moving development over to Gitpod. Gitpod's browser IDE ([based on VS Code](https://www.gitpod.io/docs/ides-and-editors/vscode-browser)) can only use...
I'm not sure if this is Cells and/or Hamlit, but using a bare Rails 4.2.6 app on Ruby 2.2.3, rendering a simple form tag and submit tag is broken with...
_Edit: Initially this issue was about getting stuck at 'Loading projects' when opening the Gitpod workspace. This wasn't the problem I initially had but I couldn't reproduce that at the...
JRuby's IRB sessions seem to not handle LocalJumpError exceptions in the main thread properly. In an MRI IRB session, the following happens: ``` ruby while true return 1 end #LocalJumpError:...