Matej Spiller Muys

Results 109 comments of Matej Spiller Muys

For me current workaround is to add to mypy.ini: ``` [mypy] follow_imports = skip [mypy-django_stubs_ext.*] follow_imports = normal ```

Any update on this issue (or workaround) we are getting hit this issue in production quite often because python wsgi processes are recreated and every time first message for each...

This PR is also missing also adding format as decimal when using number as_string. ``` amount: description: Some amount example: '90.00' readOnly: true type: string format: decimal ```

Since I referenced this issue in Django, I would like to share some additional benchmarks that I made using pymemcache and python-memcached inside Django. We are using memcached (ElastiCache) that...

I want to build pandas and required numpy. Our company policy does not allow to use binaries, but we need to compile packages ourselves (so we can fork and patch...

I tried with: export MACOSX_DEPLOYMENT_TARGET=10.13 and/or export SYSTEM_VERSION_COMPAT=1 but not a single combination works ... this happens on python 3.8 (that we need) ... python 3.9 seems to build successfully...

It is only relevant if you cannot build it :) Also https://numpy.org/neps/nep-0029-deprecation_policy.html So I have Mac OSX 13.5.1 (22G90). python3 -m sysconfig | grep MACOSX_DEPLOYMENT_TARGET MACOSX_DEPLOYMENT_TARGET = "13" ➜ ~...

> I have no idea what is going on there, looks like a bug in wheel. Yes it is bug in a wheel indeed but it is specified too old...

One idea for this project future and easier usage/upgrades would be to replace all versions (that are 1.19.x & >=py3.9) ``` numpy==1.23.3,>=1.25.0

We are having the same issue running inside jenkins docker with docker exec on amazon linux 2023. I don't think we can change jenkins agent configuration or configure docker inside...