Toly Pochkin
Toly Pochkin
This is for version 2.0.1 Don't know why, but this code (serviceUrl is localhost in my case): ``` val response = Fuel.upload(serviceUrl/"jars"/"upload") .add(FileDataPart(file = fileToUpload, name = "jarfile", contentType =...
currently when client (e.g. client.go) file is generated - it contains both Client functionality and generated models. I use hexagonal architecture and would be much more convenient for me to...
I prefer to keep a root directory of my project clean and want to be able to specify a directory where to load .gqlgenc.yml file from. You can still run...
Hi When I use LottieConfiguration.shared.renderingEngine = .mainThread configuration - then animation seems to be fine. But when switch to newer `.coreAnimation` then animation is off. Recordings and lottie JSON files...
This is similar to this issue: https://github.com/icerockdev/moko-mvvm/issues/186 but this time it fails for XCode 14.2
We do have ByArgs argument in UniqueOpts but unfortunately it is not good enough for my use case to describe uniqueness of the job (because I have different timestamps, requests...
### Description This issue is related to **amplify_datastore.dart** file. in method: ``` @override Future configure({ AmplifyOutputs? config, required AmplifyAuthProviderRepository authProviderRepo, }) async { ... } ``` this code: ``` try...
--- (oops, sorry, seems like it is a duplicate of the issue that was previously reported) --- Updated from 1.6.0 to 1.6.1 (when downgrade back to 1.6.0 - error is...