Đinh Vũ
Đinh Vũ
On first launch everything is fine and I was able to export some models. However, on second launch the app window showed nothing but it didn't crash nor showing not...
Everything works fine until I tried to setup the loader to use the node_modules version. ```tsx import * as monaco from "monaco-editor" // both didnt work loader.config({ monaco }) loader.config({...
Like the title said.
I'm writing a plugin using Bridge and after a restart this just showed up. I checked some of the constants and turned out only VERSION is available (2.9.1), VERSION_MAJOR, VERSION_MINOR,...
This syntax was introduced in [RBS 3.5](https://github.com/ruby/rbs/wiki/Release-Note-3.5#untyped-function-parameters). ```rbs class Foo def dynamic: (?) -> void end ``` Right now if I try to format this it will raise ``undefined method...
Let say if I have a definition like this ```rbs def foo: () -> Foo ``` and some where in the implementation I defined a lambda ```ruby def foo #...
steep 1.10.0 rbs 3.9.5
Is RBS support is on the roadmap?