Mikko Koski

Results 25 comments of Mikko Koski

Some background: Before the forum, we had a Flowdock channel for open-source community. The chat room never felt like the best solution, and we have now decided to switch to...

@nwnzz Hi! As mentioned in this thread, the open source community forum (www.sharetribe.com/community/) is exactly the right place for asking help with installation! We want to keep Github issues for...

+1 This was exactly what I needed. I hope to see this also in the master branch.

Hi, we have forms where we use `const` values. We don't need/want to show the input field for those. Thus, we use `ui:widget: "hidden"`. There are a couple of situations...

One more example, which might be a bit trickier: ```clj ;;;; datomic ;; default (d/q '[:find ?name ?year :where [?artist :artist/name ?name] [?artist :artist/startYear ?year] [(< ?year 1600)]] db) ;;...

[Sharetribe](https://www.sharetribe.com) is using reitit. We use it to share routing logic between CLJS front-end and CLJ back-end.

Seems that this behaviour was added here: https://github.com/metosin/reitit/pull/193

@ptaoussanis Thanks for super duper fast response 😄 > I'm definitely not keen on rethrowing all errors > May be a bit messy, but one solution would be conditionally rethrowing...

Got the exact same error: schema is invalid: data/properties/required must be object,boolean The reason for me was that I had misplaced the `required` key in my schema. So instead of...