Amar Sood
Amar Sood
This is a reiteration and extension of #1480 -- hope that's alright! As I mention in #1671, it would be super valuable to be able to actually get back exceptions/error...
This somewhat relates to #1480. I was hoping to find a way to see the `ex-info` map from a failed transaction. I recognize that transactions run on every node and...
When walking types, `m/walk` is pretty destructive, I've found: ```clojure user> (m/walk [:schema {:registry {:a/x 'int?}} :a/x] (m/schema-walker identity)) => [:schema {:registry #:a{:x int?}} :a/x] user> (m/walk [:schema {:registry {:a/x...
Perhaps there's a way to achieve this that I've simply been missing. :) Projection in the context of registries is a place where cycling out and back in through `m/form`...
**Describe the bug** This text is cut off:  **To Reproduce** 1. Subscribe to Apollo Ultra yearly 2. Go to Apollo Ultra settings 3. Tap Change to Lifetime **iOS version**:...
**Problem** - There seems to be a guard against dragging a bullet into its children. - When the bullet and its children are selected however, this guard seems to disappear....
Thanks so much for the amazing library! I just got it set up for the first time -- and I'm finding that in `->` chains, I'm seeing side-effects being evaluated...
I've had to stop using cljs-oops for a subset of my uses, specifically https://capacitorjs.com plugins[1], because their top-level plugin modules return a Proxy that behaves somewhat like this (not exactly,...
I've tried taking a quick look about to see how possible this is, but I was wondering - is it possible to refactor `Projector` in such a way that it...
### Problem As far as I can tell, functions using macro derivation do not appear to be capable of deriving the `DeferredFutureValue` action type. I assume the reason for this...