jmakov

Results 66 comments of jmakov

Stumbled upon this bug while trying to install Pycaret: ```shell Collecting PyYAML~=5.1 #0 30.24 Downloading PyYAML-5.4.1.tar.gz (175 kB) #0 30.24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 kB 34.3 MB/s eta 0:00:00 #0 30.32 Installing...

@nitzmahone thank you so much for pointing out the solution! Will link your answer to an issue in their repo.

@nitzmahone that's a very interesting gotcha! This also explains why [this](https://github.com/pycaret/pycaret/issues/3235#issuecomment-1472027386) works, thanks!

Don't forget datashader

Same here, when using `datashader=True`, upon zoom, the line is not redrawn.

Same problem on local instance - zooming doesn't redraw.

Yup, still the case. Would be great if the mirrors would be auto selected.

Compilation in the docker image doesn't work because of this.

@shiyu1994 there seems to be only 1 type of error: ```shell /tmp/lib/LightGBM/include/LightGBM/utils/../../../external_libs/fmt/include/fmt/format-inl.h(85): here /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with '...': 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: '_ArgTypes'...

This is kinda a blocker for me. Would be great to have some more insight into what can be done about it.