Anders Søe
Results
2
issues of
Anders Søe
This js code throws an exception, which i don't think it should: ``` async function fetch() { throw Error("bad thing happened"); }; await fetch().catch((e) => {}); 'Caught'; ``` The exception...
This add support for cursorless in jetbrains, by adding a new package, where the output bundle can be embedded in the jetbrains plugin. (Currently maintained here: (https://github.com/asoee/cursorless-jetbrains)) It currently support...