Matej Spiller Muys

Results 3 issues of Matej Spiller Muys

We noticed that Nested is slower than List of Nested. Not sure why this happens but should they be the same? ``` import timeit import marshmallow from marshmallow import fields...

I just got hit by: ``` File "project/.venv/lib/python3.13/site-packages/protoc_gen_validate/validator.py", line 70, in _validate_inner return locals()['generate_validate'] ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ KeyError: 'generate_validate' ``` I saw it is fixed in latest develop, but there is not...

FakeServer does not contain new method that is used in stubs: add_registered_method_handlers ``` generic_handler = grpc.method_handlers_generic_handler( 'service.Echo', rpc_method_handlers) server.add_generic_rpc_handlers((generic_handler,)) > server.add_registered_method_handlers('trading_fix.TradingFixAuth', rpc_method_handlers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E AttributeError: 'FakeServer' object has no attribute...