Shellcat-Zero

Results 30 comments of Shellcat-Zero

Is anyone working on this currently? Is there a difference between this TargetEncoder and the [SKLearn LabelEncoder](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html#sklearn.preprocessing.LabelEncoder) or does this library implement LabelEncoder elsewhere? Tangentially, are the unit tests set...

I had the same problem in a Conda environment with Python 3.9.5. The only solution was to do a pip install from source rather than PyPi. I think there is...

Is there some reason this script cannot unlock all of the different drives/partitions using just the key on the usb stick? In my situation, the root drive is actually a...

Looking forward to X17 R2 support as well.

> Not sure if it is helpful, what I have done in the past is to extend tqdm: > > ```python > import logging > > from tqdm import tqdm...

Ah, sorry to bother you, I just realized that handlers are mutually exclusive with `basicConfig`, so using them at the same time causes the errors I described.

This was encountered with `update-ipsets --enable-all` if that helps.

Thanks @The-Compiler, I've had some issues there with the instructions. Using the 'link' method for the system-wide Qt, I get some codec errors when testing the browser against [this page](http://demo.nimius.net/video_test/)....

Sure, I'll also just note here that the `config.py` is the vanilla file generated from `config-write-py`: ``` qutebrowser v1.11.1 Git commit: e2475b9f2 (2020-05-25 17:56:17 +0200) Backend: QtWebEngine (Chromium 77.0.3865.129) Qt:...

Yes, I just closed the browser, ran `rm -rf .venv` and re-ran `python mkvenv.py --pyqt-type link`, which now shows the exact same Qt library executable path, along with the same...