Cedric GESTES
Cedric GESTES
3 seems like the obvious answer in my opinion. why specify something that other tools find automatically?
Some more doc shenanigan: after installing tsrc with pipx, it says command not found. How am I supposed to access it?
can pipx (which doesn't look like what people are used to) be just a tips? It works pretty fine with pip, which is installed by default. If pipx is required...
Hi, Sometimes a file do not follow the system encoding, in that case the only way is to specify the encoding somehow. Also calling encode/decode on such a file will...
maybe we could make it work, or provide an appropriate error message? Also it would make sense to have a verbose output when it fails (or a hint that it...
you are right Main is github specific. I think we can use the default cloning branch of git. (Git doesnt fail if no branch is specified) We probably can use...
Can we get a proper error message when the branch does'nt exist? Got this bug again, lost 10min again figuring out... even the verbose option doesn't show what is happening....
Did anyone implemented it?
JFYI: just dropped the const and it runs on the web.
Also trying to figure out how to do that.. Normally `overridePendingTransition` is used on Android, but I dont know yet how it applies to flutter.