Adam Cigánek

Results 43 issues of Adam Cigánek
trafficstars

### Platform Android ### Plugin android_alarm_manager_plus ### Version 3.0.4 ### Flutter SDK 3.16.8 ### Steps to reproduce `JobIntentService` has been deprecated. The [android reference](https://developer.android.com/reference/androidx/core/app/JobIntentService) suggest to use [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) instead. However,...

bug
android_alarm_manager_plus
triage
Stale

Fixes https://github.com/Sayegh7/move_to_background/issues/12

### Bug Description Despite what the documentation says, calling `Pool::close` does not actually always wait for all the connections to close before returning. This is because of a bug /...

bug

The [spec](https://www.bittorrent.org/beps/bep_0032.html) says: > A node obeying this specification must not send UDP datagrams with a payload larger than 1024 octets, We need to calculate the maximum number of `values`...

Spec: https://www.bittorrent.org/beps/bep_0011.html

In the latest version of flutter (3.22) the example crashes on linux. It seems that calling [`gtk_window_realize` instead of `gtk_window_show`](https://github.com/leanflutter/window_manager/blob/main/example/linux/my_application.cc#L52) causes the subsequent plugin registration to fail, for some reason....

platform-linux

We can have multiple connection for the same peer. The way this is handle currently is that we multiplex those connections onto one "virtual connection" which we then treat as...

Alternatively, add any known peers as DHT bootstrap nodes unless DHT is already bootstrapped.