Sacha DSO
Sacha DSO
@wlgemini this is a good idea. Could you give a concrete example of some data you would want to pass ?
@wlgemini Thanks for the concrete example this indeed looks like something we want to support. Pretty busy at the moment but if you want to take a crack at it...
That would be very cool :) At the moment we get `Could not build Objective-C module 'CWebP'` and `webp/encode.h' file not found` error messages.
Personally, I still get `'webp/encode.h' file not found` & `Could not build Objective-C module CWebP`. SPM support would be really cool. In our iOS production app, we migrated all the...
@ainame any news on this front ?
@nkanellopoulos I had the same issue and here is my take on it ```kotlin fun foodTypeFilter(vm: ViewManager, wording: String): View { return vm.run { relativeLayout { button(wording).lparams { alignParentBottom() centerHorizontally()...
Such an insightful post ! Thanks for sharing that experience with us :)
`https://repo.adobe.com/nexus/content/repositories/releases/` returns **500 internal server error** This is not the first time the server is down apparently. Thanks,
Facing the same issue `Gradle sync failed: Could not GET 'https://repo.adobe.com/nexus/content/repositories/releases/com/adobe/creativesdk/image/4.8.4/image-4.8.4.pom'. Received status code 500 from server: Server Error Consult IDE log for more details (Help | Show Log) (20s...
@alexandre-g this does look like a bug indeed. Could you share the full code involved (if possible) so we can try and debug it ? @NunoAlexandre Thanks for chiming in...