Jack
Jack
Motor and other async mongo libs are using pymongo under the hood, which is not async in any way. Apparently, they are all using `ThreadPoolExecutor` to make pymongo calls in...
My apologies. Here is an example. very simplified ledger where i have three currencies and performed two operations using a single base currency and two other ones: ``` 2010-01-01 open...
@blais Does my example make sense?
From my understanding, `price` is the only meta attribute that is in use by commodity right now. Would it make sense to update it in such way that it accepts...
Yes, i've tried this one. Getting `undefined` still.
Any update on this one?
Would it be possible to get this PR reviewed? Would be really nice to have transactions available in mongoengine CC @bagerard
I see that mermaid-js/mermaid#3150 is merged, however it doesn't seem to be reflected in the editor.
I just found where this happens in the code, so if this idea makes to the community, i'll be happy to implement the changes in PR
This one is needed for sure. Without this one prometheus metrics are quite useless.