Michael Floering
Michael Floering
Thank you so much, this is quite wonderful
I do like the options discussed above and option #799, so I'm excited to see where this goes... In the meantime if people need workarounds, these may be worth considering...
**EDIT:** This error can be avoided, [see below](https://github.com/dexie/Dexie.js/issues/1484#issuecomment-1095627090) ---- On the latest `master` (ccde2952e5da5e0965a6009562e60524db3f8411), I'm getting the following when I try `dexie-cloud-todo-app` `npm run start` (after deleting `node_modules` and doing...
> On the other hand, the latest release of dexie-cloud-addon (4.0.0-beta.18) can be combined with [email protected] and could be a solution to this issue. 👍 Confirming that using these versions:...
Checking back in: this has been working well for me too.
This issue is very interesting and I’m glad it’s posted here. FWIW, this is a cluster of topics I’ve thought about a lot. I have a sprawling (figurative) mindmap on...
I'm not manually calling `removeDraggable`, but maybe it's being called redundantly for some reason. If it's possible to soft-fail with a warning, it seems like it would solve it in...
can you confirm/deny whether `REQUESTS_CA_BUNDLE` actually works? >Having to set an environment variable like REQUESTS_CA_BUNDLE for an underlying package is not user-friendly and expects the user to know what poetry...
Slightly tangential but could be relevant if there are doc updates here Personally, I've had _so_ many problems with brittleness in mock-patching, vs. rock-solid results from pytest's `monkeypatch`. They're not...
This only affects piping into the container, does not affect when giving an argument. I can see how to work around so to make it clear that this is not...