Szymon Wygnański
Szymon Wygnański
I'm not sure if it's related but when i try to "cycle expand" using alt+/ it doesn't work in *.ts files. This is a very useful feature to expand current...
In Default Key map file on Linux it's bound to alt+/ ``` { "keys": ["alt+/"], "command": "auto_complete" }, { "keys": ["alt+/"], "command": "replace_completion_with_auto_complete", "context": [ { "key": "last_command", "operator": "equal",...
For me unfortunately booting to windows hasn't helped. I'm on GA401QM
@Mundo-Dev0ps install this [AUR](https://archlinux.org/packages/extra/any/ttf-hack/) also check: https://github.com/Meumeu/ZephyrusBling/issues/7
Weirdest thing ever: Before: ```js const { a } = {}; ``` After: ```js const { a } = {}; ``` Seriously fix that or at least add an option...
So there must be something wrong with prettier vscode plugin: 
@azz Sure no problem!
Thanks for your response. Indeed it compiles fine for arm64. However when I try to run it on Asus Tinker Edge T it hangs and after a while the asus...
Sure I will try it out. However I'm OOO currently and will be able to check it early next week.
Hi, Unfortunately this does not seam to help. I've added go.mod to `ergo/examples/simple`: ``` module simpl.com/simple go 1.18 replace github.com/ergo-services/ergo => ../../ replace github.com/ergo-services/ergo/etf => ../../etf replace github.com/ergo-services/ergo/gen => ../../gen...