Roman Heinrich

Results 68 comments of Roman Heinrich

Hey @arnog , it surely would! Only I'm not getting the "Missing" symbol, when I parse the expression ```js let res = parse("2\\times2=") // ["Multiply",{"num":"2"},{"num":"2"}] ``` Do I have to...

@Qqwy just hit the same error. It seems to be related to the Elixir code formatter tripping on the expanded code. Feel free to clone it locally and comment out...

@Qqwy I have looked into it and fixed the issue. Feel free to use my fork until it is fixed here: - https://github.com/mindreframer/decompile

Same experience... Any important reason why it the compilation locally fails?

Cloning the repo and building locally works: ```bash $ git clone https://github.com/emitter-io/emitter $ cd emitter $ go get -x . $ go build -x . ```

I see there is an open PR https://github.com/denoland/deno/pull/20410 - Workspace support. Is this issue related to this PR?

That's interesting, I will take a look at this soonish... Thanks a lot!

They provide stable Node.js drivers, this should be quite usable

Bumping... This is really broken. Are there no unit tests to catch those kind of issues?