Günter Zöchbauer
Günter Zöchbauer
How to only pass the 3rd type argument but not the 2nd (in a list of 3+), would you pass `dynamic` for the 2nd or would this need named optional...
I think it would be more useful to specify one environment variable which can contain several arguments and which are then parsed as if they were passed on the command...
I thought if I mention the issue in a Discussions comment a link will show up here. Because it didn't I add this here: there is additional discussion about this...
That's a bit cumbersome. I have to clear Local storage (bearer_token) manually to log out. It's one thing that the session is not found in the server, but the error...
I run into the same issue on NixOS 25.05.20250303 with an ED25519 key ``` ❯ jj git push Changes to push to origin: Add bookmark trunk to b1ef2c9da0d4 Error: invalid...
@ilyagr Thanks a lot. That worked 🚀
Please add the output of `flutter doctor -v`.
Looks similar to #1288 (with Authentik). Perhaps also #2515
I don't think there is anything the analyzer can do, is there? `Timer.periodic` expects a function with one parameter and `(_) => _updateTime` exactly matches that requirement. There is also...
Should be covered by the linter rule `unnecessary_statement` https://github.com/dart-lang/sdk/issues/57718