mudlee

Results 18 comments of mudlee

We have the same problem here. I hope you can fix this soon :)

I experience the same. Here, the static analysis fails as well: https://pub.dev/packages/flutter_webrtc/score

Is this repo stalling?

Also fails if license contains a comma. **JSON** ```json ... "licenseName": "2019 x y z, PA", ... ``` **Error** ```bash $ ./bridgechain.sh start-core --network testnet ==> Stopping... /home/xy/.config/deployer/.env /home/xy/ark-deployer/app/args.sh: line...

I have the same issue. Just preparing to the next ludum dare and I wanted to start with a clear setup. On my M1 macbook the above adviced things are...

OK, found it. You just left a dash before the vm option. The correct line would be then: ```bash imageOptions = ["--icon", "icons/logo.icns", "--java-options", "\"-XstartOnFirstThread\""] ```

> Sorry to re-open this issue but I'm experiencing another problem, when I open the app (both from the terminal and normally) I get an error, from the terminal it...

@Milad-Akarie ? :)

I can confirm that these added lines solve my wasm issue as well.

I experience the same problem as of today with the same versions. My code: ```dart final archive = ZipDecoder().decodeBuffer(InputFileStream(zip.path!), password: password); ``` Error: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeError: Value not...