Jonas Haag
Jonas Haag
Sorry, I fixed the example. I'm not sure how much of this is related to memory views; this is also a problem if you have a random `bytes` object. Maybe...
Thanks for even considering :) I think for a lot of code even the simple optimization (first example) would be nice. In that case the "inline dict lookup" thing becomes...
You are right, I'm going to report this upstream.
:+1: > Explicit is better than implicit. > > There should be one-- and preferably only one --obvious way to do it.
Idea 1: Use `__` prefixes for internal variables, not sure if this fixes your use case though Idea 2: In `send`, construct a new `EmailMessage` object and send this (this...
I'd like to see this as well
Related? https://github.com/ms-jpq/coq_nvim/issues/405
@asottile there doesn't seem to be any progress on removing `conda env` and micromamba had a 1.0 release since we last discussed this. Would you reconsider your decision not to...
> yeah if it's not drop in we shouldn't pretend it is Does that mean you’ll only accept drop in replacements with a 100% compatible Conda interface, or would you...
I have this problem when debugging something that uses Turbodbc: ``` (lldb) bt * thread #1, name = 'python', stop reason = signal SIGSTOP * frame #0: 0x00007f90fe343c8f turbodbc_arrow_support.cpython-311-x86_64-linux-gnu.so`turbodbc_arrow::arrow_result_set::fetch_all_native(std::shared_ptr*, bool)...