Arran Hobson Sayers
Arran Hobson Sayers
Sorry for my tardy reply, work has kept be busy. As for the issues id like to tackle i see two that would be most use to be personally and...
Thanks for the reply and the extremely clear example, it has really helped me and hope it will help others in a similar situation. I saw #72 and it looks...
Also, ive just noticed, in your above example `typic.register(check_my_union, convert_my_union)` should be `typic.register(convert_my_union, check_my_union)` According to your annotations: `(variable) register: (deserializer: DeserializerT, check: DeserializerT) -> None`
I also get the following error on v0.0.3, same as @[diep-it-dn](https://github.com/diep-it-dn) ```bash panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x83e193] goroutine...
Is this PR ok to be merged? Are the any blockers i can help with. This feature would be super useful!
Make sure you are using the `--proto3` flag. It should then work
With the new poetry 1.1.0 release i have found in my projects that my line: `script = "build.py"` no longer works and an error is thrown if i try to...
Sorry, yes, it seems I missed that line in my copy and paste of the lines. So is it intended for the `script = "build.py"` under `[tool.poetry]` to be deprecated...
@496672097 I have answered this question in https://github.com/sashabaranov/go-openai/discussions/632 😊
Hey @dosco! This is amazing, i had barely opened this issue and you managed to implement my request! I'm gonna give this a try out over the next day or...