Sergio Moreno
Sergio Moreno
> Wow, that's a biggish PR! We may need some time to review it, so please keep this in mind. Yes, no hurry from my side, we forked internally and...
To make you a real demo, I've reviewed some heavy load (it's bandwidth coming through our production QuestDB machine): - The initial peak of this graph generated the error `socket:...
#42 You gave me a good idea :)
Seeing this error in production environment, even using pgbouncer, would be nice to ship this in the next release
We're using the useLingui hook on every component and pass the i18n instance to each t(i18n)
> Just to note I had a similar issue: https://github.com/lingui/js-lingui/discussions/1816 > > > > @semoal is your Next.js project setup with `output: "standalone"`? Yea it is, and I’m still seeing...
Found the issue after checking every corner of our application, we had a server side function that wrapped getServerSideProps and wasn’t returning the translations property object that is mandatory to...
@VikParuchuri this is really interesting, on my Ray.serve() service, which uses marker this crashes because ProcessPool doesn't work well with ray/celery/bentoml etc... Also happens in the pdftext library: https://github.com/VikParuchuri/pdftext/commit/37d1caf30fe65fcde9eddd8a4397cdebf73a2d04 So...
> What's your suggestion?