Adam Meily

Results 54 comments of Adam Meily

@phlax I rebased on main. CI is failing a couple steps that I think just need to be run again. - linux coverage: `//test/integration:tcp_tunneling_integration_test` fails, but passes locally for me...

@alyssawilk Can you rerun the failed CI job? CI is passing for me locally and I think the current failure is because a package couldn't be downloaded.

I'm not entirely sure how Node implementes the `Uint8Array`class in native code. However, I've verified that this PR works and the zmq library properly handles `Uint8Array`. I'm using [flatbuffers](https://google.github.io/flatbuffers/), which...

I ran into the exact same problem on Windows and for me the fix was to pass in the absolute path to the input script. ```powershell # does not work...

@yakov-g Do you have a stack trace? This method should only be called with strings, not tokens.

Readline splits on special characters, which you can view with: ```python >>> readline.get_completer_delims() ' \t\n"\\\'`@$>

From peter: > by constructors do you mean things in .init_array type of thing? > > you'll want to lift those out and put those into the llvm.ctors array >...