Vita
Vita
Just ran into this problem too – my frozen test code was importing Pandas, and Pandas import failed with ``` TypeError: type 'pandas.tslib._Timestamp' is not dynamically allocated but its base...
I am struggling to run tests using a local plugin too. The only thing that works for me is to set the PYTHONPATH env variable **and** to use the `--mypy-same-process`...
> @ze-phyr-us any ideas how can we fix it? I haven't tried invoking mypy as a module. But my first idea was to not clobber `PYTHONPATH` completely but rather just...
Sorry I forgot to reply in August 🤦 Thank you for your work. I tried 1.5.0 and it works, with a caveat. When using a subprocess I cannot set `PYTHONPATH=.`...
This would be great. I have benchmarks grouped in three tables and pytest-benchmark chooses a different time unit for each one of them. Even though the magnitudes are not so...
Hi @Dentrax. Sorry for the late response. I don't maintain this script anymore, but I had a quick look now. The script doesn't expect more than one qdisc with the...
Hey Blaine, Sorry, I haven't used GAE in years and don't maintain this script anymore. I think this could be simple to add, probably somewhere in findPackages: https://github.com/ze-phyr-us/linkenv/blob/f12bd52d9ec592ea2d1a92cd16ce4f237237a473/linkenv/linkenv.py#L9 Happy to...
Yes of course. The originals are freely downloadable from [Fedlex](https://www.fedlex.admin.ch/en/home). The HuggingFace dataset I'm using in the provided code sample contains the URLs in `df["document_source_url"]`. I'm also attaching this list...
> In case it wasn't clear to everyone, [@vitawasalreadytaken](https://github.com/vitawasalreadytaken) has a [workaround](https://github.com/vitawasalreadytaken/dotfiles/commit/05b0baf1aec7867b2767a6184aee5ac5af480431) that you can plop into your `.zshrc`. This gives me `uv run` directory autocomplete using ohmyzsh @baughmann I...