David Citron
David Citron
Hi, @porsager -- I ran into #924 when I should've gotten "SSL connection error: Internal Server Error" so I think we need that fix, too. I had to change my...
What is preventing this fix from moving forward?
> > What is preventing this fix from moving forward? > > > > The PR still has one comment that requires a fix, related to: `contextField.setAccessible(true);` Yeah, on further...
I looked into this more and perhaps all that's required is to change `VALUES` to something like `__VALUES__` at the following two places: https://github.com/protocolbuffers/protobuf/blob/2ef1b7a9fad4c02c7e85aeac4819fb44406b2a17/src/google/protobuf/compiler/java/enum.cc#L309-L313 https://github.com/protocolbuffers/protobuf/blob/2ef1b7a9fad4c02c7e85aeac4819fb44406b2a17/src/google/protobuf/compiler/java/enum.cc#L355-L358 There could be more to...
Sounds good, @googleberg! I re-built it locally after changing `VALUES` to `__VALUES__` in those two places, and the fix is working for me (and allowing me to proceed), but I...
Is there any interest in fixing this? Shall I work up a pull-request myself?
Hi, @googleberg ! Is there any update on this? Thank you!
> I followed the steps to reproduce, and I got this error in my terminal: Hi @ndelangen -- thanks for attempting to repro! I just did it again from scratch...
> @dcitron , fair point. Do you think you could propose a PR? Yes! I'll try to get one done by the end of the week.
Hi @SaltyAom ! Since this is still open, can we please add the check for `allowUnsafeValidationDetails ` at https://github.com/elysiajs/elysia/blob/78f482866446563e844d769652a5c0d46ee1507f/src/error.ts#L340 as well?