Matthias Beerens

Results 21 comments of Matthias Beerens

@lavara123 This is the most basic example, using only Dart. ```dart test('run script', () { const script = ''' function add(a, b) { return a + b; } add(1, 2);...

Same issue here, trying to maintain freezed classes without this feature is getting a lot more difficult.

@ekibun here is an example test as to why this is needed. The only difference between the working test and the failing test is the https://api.flutter.dev/flutter/dart-async/runZoned.html being used. Our application...

Hi I mean something like this: ```csharp public interface IVcEncoder : IDisposable { VCDiffResult Encode(); Task EncodeAsync(); } ```

Thank you for developing quickjs-emscripten-sync (QES). We appreciate the effort you've put into creating this library. Our team at @chili-publish has integrated QES into our projects to enhance functionality. Specifically,...

> @Matthiee CI fails. Is it OK to ignore this error? > > ``` > FAIL src/memory.test.ts > memory > memory leak promise > AssertionError: expected 23.8876953125 to be +0...

Hi, we have encountered the same issue in our app on Safari. The issue is somehow related to negative numbers. ## Additional details ### Browserstack testing I was able to...

@tforsberg Sounds good!

If possible I would like to keep both for now. Is there something that doesn't work in .NET 5 regarding refit?

You can remove the .NET 5 support.