Austin

Results 8 comments of Austin

I wonder what the author's recommendation would be for running the server directly in production. I'm planning on migrating a large application from Sanic to Vibora. But I deploy the...

Still experiencing this issue, though switching to Volar for the time being does seem to solve it.

I'm running into this exact problem. Any help would be much appreciated. I am ready to say screw the containers and just set up a full on VM.

This would be really cool.

I'm very interested in this! Has any progress been made? It would seem SQLite is among the top 5 most popular databases in modern times, incredibly easy to set up...

> > > I am rather new to the subject, but of course a GIL less python that is capable of multi threading would be of a great advantage. The...

Hello! Because I'm using the "dataclass-json" library, it does use `.from_json()` as you have assumed. As for the encoding issues, this is a pretty silly bug and something that is...

I solved this by modifying two functions. The issue is in `ca_sign_csr` , specifically this part is unconditional and always sets ca=True, which is not desirable: ``` certificate = certificate.add_extension(...