Maarten Breddels
Maarten Breddels
So, it works for some cases, because our dtype wrapper compared true to `str` when it's an encoded type that maps to str. Next problem is, that because of the...
> it is probably a bad idea to use vaex together with joblib for parallelization Not if the GIL is an issue, that's why we use multiprocessing with apply. But...
I like the idea of having a a dtype for the dataframe, we already kind of do checks for that in `DataFrame.__array__`, and we may possibly have some code for...
Strange issue, thanks for letting us know. Maybe by using the solution here https://github.com/geoalchemy/geoalchemy2/pull/392 in vaex (instead of the slow pkg_resources) we can make this faster and also working on...
* Python package / main (macOS-latest, 3.6) (pull_request) This one hangs quite regularly
I tried to reproduce it locally, but I get a wildly different report, dump of what I've done: ``` $ pip install distributed==2021.01.0 $ pip install dask==2020.12.0 $ dask-scheduler --host...
> A small fraction of the calls have to wait for the GIL before returning, and therefore take more than 10 ms. @pitrou Just curious why you think 10ms, I'd...
> I am comfortable rewriting in C++ if necessary, but I want to avoid the situation where we do that, and then find that it's not significantly faster. That was...
Was it chrome? I actually get an error with brave: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
> 1. Not sure if we can ignore **PIL**? what do you mean with that? > 2\. Why do we need to save images as **png** files and save for...