Arran Hobson Sayers
Arran Hobson Sayers
Hey @seandstewart, I have been using typical for a while now and I absolutely love it, far better than every other similar tool out there. I would really like to...
### Description In the [documentation under the warning about handling unions](https://python-typical.org/usage/types/#the-standard-library) it is specified that to handle unions we have to define a custom converter, however the link in the...
When using the to_dict method of a message, integer fields are converted to strings. This can be see on [this line](https://github.com/danielgtaylor/python-betterproto/blob/ce9f492f506af347e2e4f54c33077b3f579d19bb/betterproto/__init__.py#L763) in the source code. Why are integers converted to...
If OptionRecvDeadline is set to a negative number on a sub socket (could apply to other protocols too, I did not test), calling the the Recv method will block until...
### Describe the feature/enhancement Hey, first of all i want to say I **love** audiobookshelf, thanks for all the work you do on it! Currently audiobookshelf writes metatdata to an...
The main reason behind this PR is I often have my enums defined as upper snake case like this: `MY_ENUM`. This means when I run the generator the constant generated...
### What would you like to be added: I would be great if GraphJin had support for managing (opening/committing) SQL transactions. This feature would allow multiple queries and mutations to...
**Describe the change** Add example for assistant invocation to readme **Provide OpenAI documentation link** [Provide a relevant API doc from https://platform.openai.com/docs/api-reference](https://platform.openai.com/docs/assistants/how-it-works)
**Eel version** v0.11 **Describe the bug** When executing a pyinstaller exe that was compiled using the --noconsole option and which makes use of electron, the app crashes with the error...
As discussed in [this issue comment](https://github.com/hexvalid/Linux-CapsLock-Delay-Fixer/issues/12#issuecomment-1157525605), the current script exits with the error below if `xkbcomp -xkb $DISPLAY keyboardmap` creates a file that has the `key ` sections split across...