Pierre Mardon
Pierre Mardon
Seems like @kenji21 spotted the problem right, we have our carthage framework working locally but when another dev fetches it it doesn't work on his workstation.
Just to let you know, I use your project and it's working well but having to add `.zip` is unnatural. There are multiple other file formats using zip compression, in...
I'm not experienced enough to help on this, just testifying about my use case it would be of great help. Well in the meantime, I'm going to write the `pyi`...
+1 😬 Makes it impossible to wrap OneSignal related code in a framework (and have unit tests working).
I really enjoy auto-guard, at the point I manually edit the imports to match the type imports requirements of my setup 😅 So... just pinging innocently 😇
In fact, my previous suggestion won't work. Replacing the `Map` with `kotlinx.serialization.json.JsonObject` works and seems appropriate.
@charlee-dev I'm far from being an expert so there may be a better way to do so, but as I needed multiple post-generation tweaks I implemented a copy task: ```kotlin...
It's not relevant for my use case anymore, but thanks for the update 😉
Hi @cummins-orgs @SkyloveQiu ! If you had a look at [EdgeSAM](https://github.com/chongzhou96/EdgeSAM), they implemented a CoreML output. I implemented [an integration](https://pittscraft.com/EdgeSegmentation-Documentation/documentation/edgesegmentation/) (closed source for now) of it. The thing is that...
Ok thanks @cummins-orgs ! I think indeed CoreML is the preferred / simplest path ;)