Kevin A. Hoogheem
Kevin A. Hoogheem
ok.. so I kinda found that this works. for doing something every 10 mins.. but surely we can come up with something easier: ``` app.jobs.schedule(ApiPerformanceJob(app)).hourly().at(ScheduleBuilder.Minute(integerLiteral: 0)) app.jobs.schedule(ApiPerformanceJob(app)).hourly().at(ScheduleBuilder.Minute(integerLiteral: 10)) app.jobs.schedule(ApiPerformanceJob(app)).hourly().at(ScheduleBuilder.Minute(integerLiteral: 20))...
@tanner0101 That looks like it would make sense.. everything I was thinking about the other day.. just didn't convey what it should do.
Yah.. get this in Xcode Cloud builds too: ` Could not find a libDanger to link against at any of: [".build/debug", ".build/x86_64-unknown-linux/debug", ".build/release", "/usr/local/lib/danger", "/opt/homebrew/lib/danger"] Or via Homebrew, or Marathon...
Should also mention that if u click on the method or object the JavaScript seems to double slide where if u use the menu at top it seems to work...
I am seeing the same issue with not being able to find the `lproj` files.. They are nested: ``` App/ project.xcodeproj AppCode/ Localization/ xx.lproj/ zz.lproj/ ``` if move moved to...
Yep. I would love to see proxyman work correctly when you have the same Application running on Device and on Simulator. Currently Proxyman shows both devices.. but the data that...
Using either the old Objc-C libs or wrapping the FIT C libs in a Swift project is a PIA. I also ended up creating a pure swift Encoder/Decoder..
Here is what I have put together: https://github.com/FitnessKit/FitDataProtocol where we ran into issues was actually getting GarminConnect to work correctly. They use a modified Activity File. So I have a...
If you want.. I had started up a Bootstrap Leaf Provider. Might make sense to look at potentially using that. Gets a little hairy with all of the options that...
Same thing on 15.1.0 using pods