Karan Toor

Results 3 issues of Karan Toor

Om.next defines these custom types called tempids. https://github.com/omcljs/om/blob/ee4c7ac33934fcd9b3ea663045ced1408dd7df24/src/main/om/tempid.cljc#L8 I want bidi to support routing to them. So far I'm dealing with them by calling `(.-id tempid)` and using a uuid...

I'm able to get the client code hot reloading in dev for the UI (clever local-server iframe apps-script hack by the way) using `npm run start`. But I'm not sure...

I'm looking for a background jobs library for a commercial Clojure product. Right now we're using Quartz and the lack of a good web UI is troublesome. We've used Sidekiq...