Paweł Szot
Paweł Szot
Is it possible to use R.swift with resources inside SPM packages? This was added in Xcode 12.
Would be nice. I tried using this library: https://github.com/dart-lang/coverage but it would timeout. I need to research if it's even possible to get coverage from inside a running program.
Good luck!
It would be nice if you could generate only models and endpoints without any concrete implementation. The meaty part of swagger codegen is endpoints and models, everyone already knows how...
I have a solution for this, I'll post it during the weekend. Basically you have to watch first page of data and adjust your big array if something gets inserted...
Here it is: https://github.com/szotp/moor_fetcher/blob/master/lib/moor_fetcher.dart You can copy the code or import is as package.
I just had this when trying to make a field private. Took multiple seconds. But subsequent renames worked fine (after I reverted the change), even after restarting the analysis server....
In my case, it seemed like the problem was with cache, because restarting the server and then renaming would take less than the rename attempt which caused me to search...
You can use Charles proxy or something similiar to hijack the URL.
CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403
``` curl https://cdn.cocoapods.org/CocoaPods-version.yml ``` works, but I'm still getting error during `pod install`: ``` [!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403 ``` Cloudflare must be looking at...