Gen Xu

Results 6 issues of Gen Xu

Minimum re-produceable example of protobuf ```protobuf syntax = "proto3"; package foobar; enum Fb { Fb1 = 0; } enum FB { FB2 = 0; } ``` Since prost rename `FB`...

This PR addresses https://github.com/ets-labs/python-dependency-injector/issues/509

Currently if the callable provider fails due to missing arguments or other errors, it may be hard to find out which guy is missing arguments if one provider is being...

enhancement

# Description This is a work around for https://github.com/open-telemetry/opentelemetry-python/issues/2880 By checking the api implementation before define anything in the generated code, it is able to have both versions of generated...

rust panic with following error message ``` Thread { id: ThreadId(1), name: Some("main"), .. }: panicked at 'misaligned pointer dereference: address must be a multiple of 0x8 but is 0x7ffd57e2a81c',...

In the following case, the NewType wrapped `Ustr` doesn't work ergonomically with HashMap though with `Borrow` being implemented because the hash value of `&str` is different from the hash value...