Matías Lang

Results 18 issues of Matías Lang

Instead of copying Nix code from the pynixify repo, directly include the default.nix of pynixify (specifying a custom nixfmt). This wil prevent the build process from failing when the *dev*...

If I run piexif tests with Pillow 7.2.0, they fail: ``` ====================================================================== ERROR: test_load (s_test.ExifTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "./tests/s_test.py", line 110, in test_load self._compare_piexifDict_PILDict(exif, e, p=False)...

I get this error when configurating for first time (and also when I run ping-me reconfig). It seems to be a problem with the server. This is the data sent...

Please indicate which license is this project using. According to the setup.py file, it is GPLv3: https://github.com/infobyte/faraday-cli/blob/master/setup.py#L40. But you don't include a COPYING file nor copyright notices in any files.

Hi, i'm new with django-model-report and I tried to make simple reports for the User model. Here is my code ``` python class UserReport(ReportAdmin): model = User fields = ('username',...

Hii, I'm using ROA as a client of a Django Rest Framework API. I defined in both sides a basic many to many field. In DRF i can read and...

Hi, i'm trying to create a proxy for some ROA model that will use a normal manager insted of a ROAManager to make queries in a SQL database (i have...

I suppose it would replace `pynixify/nixpkgs.nix` for a `flake.nix`. Nixpkgs pinning would be done with flakes instead of with the `--nixpkgs` option. Also, local development could benefit of dirty Git...

usecase

Fail if there is a Nix package but the version doesn't match (instead of using PyPI as it does now). This will be helpful if we want to submit the...

ux