Matej Spiller Muys
Matej Spiller Muys
We got hit when upgrading to new AWS C8g (graviton 4) instance that does not like C extension from protobuf (google.protobuf._message) #0 encode_longvarint_arm64 (_message.cpython-312-aarch64-linux-gnu.so + 0x55320) and its crashing with...
We actually build package on c6g (lowest still used) and then we run on c6g, c7g and c8g. We just started migrating to c8g. Note that python does not see...
Hope it helps: On t4g: ``` Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ``` On c6g: ``` Features :...
Is it possible to have cel-py as optional dependency, because it only applies if used in proto? Currently, we still use https://github.com/bufbuild/protoc-gen-validate because when testing it is still a lot...
@stefanvanburen I see and understand. Would it make sense to go with rust version of google cel. https://github.com/cel-rust/cel-rust This would make validation brutally fast. I see a lot of projects...
Yes, it complicates packaging a bit. But for good benefit. Having fast C++ protobuf parser but then having it slow down by pure python validation (at least for our use...
I see. I checked locally and it works if I remove the whole line in setup.cfg: ``` version = env: SETUPTOOLS_SCM_PRETEND_VERSION ``` After that I could build with (and got...
Closed by accident. I thought 1.3.0 was released since it's tagged in github, but it's missing on pypi. Any update?
Any update or workaround on this issue?
Django 5.1 is still officially supported till EOY and shouldn't be removed.