-
When CmisSync do a full sync, it consume a lot of Disk IO and reduce performance.
CmisSync use synchronous access to file system. It could be interresting to test with asynchronous access (http://blog…
-
I often need to run some important background task which I don't have to wait on and should be cancelled when I'm done.
However, it should interrupt me if it fails.
I've often needed it when writi…
-
Hello, I've run into an issue on MacOS using the command line. I recently made some changes to my code around the same time as I upgraded flutter, so I spent several hours trying to debug this issue …
-
-
`dart run custom_lint ` works for me only if I temporarily comment out some packages in my pubspec.yaml (in my case they are `sqlite3_flutter_libs`, `path_provider`, `device_info_plus` and `shared_pre…
-
**Version**
Tokio version:
```
├── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
Rust version:
```
rustc 1.79.0 (129f3b996 2024-06-10)
```
Reqwest version:
```
reqwest v0.11…
-
----------------FIREBASE CRASHLYTICS----------------
I/flutter (11285): PlatformException(error, Activity must be resumed to enter picture-in-picture, null, java.lang.IllegalStateException: Activity …
-
**Description**
Creating a flutter plugin throws PathNotFound Exception. These exceptions must be handled by some error statements.
**Steps To Reproduce**
1. Upgraded flutter from 3.7.3 - 3.7.1…
-
I'm encountering an intermittent issue while fetching data from a GraphQL endpoint using the graphql_flutter package in my Flutter app. Occasionally, I receive the error message "Connection closed bef…
-
### WebKittens
_No response_
### Title of the proposal
JavaScript Promise Integration Proposal
### URL to the spec
https://github.com/WebAssembly/js-promise-integration/blob/main/document/js-api/…