Camilo

Results 103 comments of Camilo

Hello, normally such use case can be fullfilled using a webapp made with React, Vue, Svelte or similar that connects with the Wordpress Rest API. Then upload it to a...

You can also check the Android setup guide :) https://jasonelle-archive.github.io/docs/legacy/android/

Thanks, There are a few improvements. - 1 Is better to upgrade gradle in another PR, since this would need upgrading the android version and target too. - 2 I...

I think if you use CocoaPods there is no conflict. I'm using Facebook SDK and MDCSwipeToChoose with no conflicts so far.

Please, share an screenshot. It should be possible to put a URL in the current jason apk.

Maybe something using maps can be used. Since arity would be 1 for both methods, maybe the map can be expanded or another technique to determine which method must be...

At least in languages such as gleam, labels are defined as: ```gleam pub fn replace(inside string, each pattern, with replacement) { go(string, pattern, replacement) } replace(each: ",", with: " ",...

I toyed around with the meta module for converting maps to objects. But the problem I encountered was passing complex objects from object to string and vice versa hence I...

I find this useful. Sadly it depends on the Meta module thus it could not be implemented in the core Object class `Object.fromMap()` Wonder if this could be added to...