Dragomir Ivanov

Results 74 comments of Dragomir Ivanov

Actually I am using another error package for hooks: `github.com/rotisserie/eris`, which can record `file:location` for each error invocation/wrap, thus getting exhaustive traces for debugging. Maybe we can still migrate `rest-later`...

Hi @smyrman , sorry for the big delay. Regarding this issue, can you take a look at this patch: https://github.com/Dragomir-Ivanov/rest-layer/commit/2e9eb16c7b0b390fa41baedb3c4da03073b8ca8c It seems to work, without introducing new types. We can...

I think that this is valid behavior. I am using exactly this functionality, in order to calculate additional fields, based on initial ones.

@AdamGerthel You may be right. For the time being I guess you can fork your own Decorator, `final-form-calculate` is rather small, until this issue is settled.

@bergie Thanks for the quick answer. I guess we can make an exception about drag operation and allow its restarting without previous drag being ended. I had another question here,...

Hi Guys, What is the status of this issue. It is a major one.

@happsie Thank you for doing this. I will try helping you out testing, and possibly helping with the code as time allows.

@flaviendelangle I am also having this problem, however when I use your sandbox it doesn't happen. I did set my versions of "@mui/*" in that sandbox and still can't reproduce....

@flaviendelangle Yes, I am trying to. Can we trust CodeSandbox, that it really uses downgraded dependencies, and not some leftovers?

@flaviendelangle Thank you, I will try make a separate project. Could it be Vite.js issue, since I am using Vite. Stay tuned.