Victor Engmark

Results 59 comments of Victor Engmark

JSONField is built into Django 3, you should be able to use that directly now. We already had to `loads(log_entry["additional_data"]` when upgrading to 1.0a1, are you saying that's meant to...

Doesn't help: ```console $ git diff diff --git a/setup.cfg b/setup.cfg index 78fb226..0a0ac2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [mutmut] -dict_synonyms=JsonDict +dict_synonyms=JsonDict, dict paths_to_exclude=generators.py,ide_hints.py,name_reuse.py,test_*.py,type_checking runner=pytest --assert=plain --exitfirst $...

Do you have any hints on how to type `result = MapAttribute(…)`? Edit: [Separate issue](https://github.com/pynamodb/PynamoDB/issues/920)

@sigprof I get the same error message when using both the 22.05 stable nixpkgs and *today's* version: ```nix { pkgs ? import ( fetchTarball { name = "nixpkgs-22.05-2022-06-13"; url =...

I've tried two similar things but it still fails: ``` extraPackages = (ps: [ pkgs.python310Packages.flit ]); ``` and ``` exceptiongroup = super.exceptiongroup.overridePythonAttrs ( old: { nativeBuildInputs = old.nativeBuildInputs or [...

It looks like what's missing is deciphering what `flitBuildHook` evaluates to, and including that. I thought this required running `tools/find-build-systems`: 1. Clone repo 2. `cd` into repo 3. `nix-shell` 4....

@yajo flit-scm is not in 22.05 yet, but a [PR to introduce it to the master branch](https://github.com/NixOS/nixpkgs/pull/197757) was added just 11 hours ago. Not sure when/if it will be promoted...

> There's no way to completely get rid of them unfortunately, because python packaging cannot express all dependencies. Particularly all system libraries. > > For example `pygraphviz` is a python...

@blackvvine No, sorry.

I don't understand the "any old password field" argument at all. On some web sites auto-fill works flawlessly, but on others (quite a few) I always have to manually press...