Donatas Puidokas

Results 17 comments of Donatas Puidokas

Problem was on Wormhole William / Go side while using WebSocket. We have fixed Go part. Sender now gets error: _failed to write msg: failed to write frame: WebSocket closed:...

@ewanas @wuan take a look to verify, especially kotlin code part. Maybe we you have better way how to improve with downloads directory.

I have tried some time ago and there were issues with permission on Android, when saving or downloading file. It require more time to look in this change.

Original task: OP 2233. If Destiny Android app compiled to sdk=33, then I get permission issued if I want to send or receive file ``` I/flutter (15876): PlatformException(4, Permission to...

Requires rebuild app (linux version) on older machine, currently github worklfow use the latest ubuntu, which means also use the latest glibc too. ``` linux: runs-on: ubuntu-latest ``` Possible workaround...

From my side, ideally we would need to have End-2-End tests which cover various platforms: Linux, Windows, MacOS, Android, iOS and even with different versions. We have already seen issues,...

@ewanas as we use flutter and dart plugin, how the best this should be implemented?

> Ideally we wouldn't leak the exact version either. Not sure if I understood you. We should not send release/tag version to AgentVersion? Or you meant something else?

Adding "why" not to be closed again: - monitoring agent version allows to understand how many users use one or another version. If majority users still use old version, we...