Richard
Richard
> The "buf" argument must be an instance of ArrayBuffer or ArrayBufferView. Received an instance of Array @Ephenodrom I'm on it. I forgot to test it with node. seems a...
@Ephenodrom I fixed it. Could you try again? I just also want to notice that you might want to change `dart pub run` to just `dart run` in your CI...
@Ephenodrom no it is not intended. It should not fail at all. Thats strange. All tests were successful when I tested it locally. Ill have another look at it. Could...
@Ephenodrom I checked everything again and ran `dart test -p node` on a node `v16.20.1` with dart on `3.3.1`. That resulted in:  What errors do you get?
@Ephenodrom I tried it again on node 21.7.1, dart 3.1.1 on linux with the command: dart run test -p node And the same result, all tests run perfectly.  Could...
@sgehrman I can't find either of the old packages in the current code. Please link the code, so I can fix it.