Juan A. Ruz

Results 19 comments of Juan A. Ruz

today is working fine for me, i got the package http://www.media.mit.edu/~roys/shared/foodcamimages.zip BTW: thanks @royshil for sharing!

I'm using - OSX 10.9.5 - java version "1.8.0_25" Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode) - appengine-java-sdk-1.9.15/ - [appengine-magic "0.5.1-SNAPSHOT"]

Thanks for your answer but, I spent a few hours trying to get working, wondering if the reason could be java or appengine-sdk version ... :( why don't you specify...

any update or review on this work? could i contribute to it too?

I'll try it 😅 , could you provide some data example to test the overall functionality?

@hkupty no worries just found the way! ```clojure (require '[clojure.walk :refer (keywordize-keys)]) (def data {"$id" "https://example.com/person.schema.json", "$schema" "https://json-schema.org/draft/2020-12/schema", "title" "Person", "type" "object", "properties" {"firstName" {"type" "string", "description" "The person's first...

Hi @weavejester ! > Can you explain why you want this? yep! in our case one component makes js/fetch to retrieve a simple map of data that other components are...

yep! I agree that `build-async` sounds like a much better option. About platform agnostic and idiomatic way of modelling async promises ... perhaps we can follow https://clojurescript.org/guides/promise-interop so finally use...

That would be great, anyone could point the work to do for getting this issue working?