Alejandro Giacometti

Results 36 comments of Alejandro Giacometti

I tried it today, but I'm not sure how to tell qv that it should use json as the file type. ``` qv "s3://path/to/bucket/*.json.gz" Error: Internal("Unable to infer file type...

Yeah, I tried that too, but it complains that the Mixin is not a subclass of `GenericAPIVew`: ```python "rest_framework.generics.GenericAPIView[Any]" is not a supertype of its class "app.views.TagModelMixin" [misc] ``` You...

> I have a feeling that the bug appears only in `.tex` documents. Recently, I have been writing some markdown documentation and Grammarly did not complain about british words. Could...

I have the same issue on an M1 mac. It's definitely not docker, I can build the image just fine using `docker build`. On the other hand, i've tried: ```...

i'm using this alongside https://github.com/iterative/dvc I have a cache of possibly gigabytes of data. There might be some rogue process going through these files

This happens with a Series as well: ```python grp = series.groupby(level=["l1", "l2"]) ... No overload variant of "groupby" of "Series" matches argument type "list[str]" [call-overload] ``` due to this https://github.com/pandas-dev/pandas-stubs/blob/6bb12157a810cc26e034e012bff6a0ec2da191d0/pandas-stubs/core/series.pyi#L609

i wonder if you can take an approach like this https://simonwillison.net/2022/May/23/bundling-binary-tools-in-python-wheels/ https://github.com/ziglang/zig-pypi/blob/main/README.pypi.md