Richard

Results 156 comments of 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: ![image](https://github.com/bcgit/pc-dart/assets/2699538/cafe6520-20f7-494d-8ec9-32f4bdc1cbb7) 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. ![image](https://github.com/bcgit/pc-dart/assets/2699538/b9ae7ab2-dbfc-404f-b538-6dfc20447a50) Could...

@sgehrman I can't find either of the old packages in the current code. Please link the code, so I can fix it.