Dante Camarena
Dante Camarena
I appreciate the change. That said. In cases other than these, the warning is extremely useful (unset editor references primarily). Looking forward to trying the new implementation.
Just commenting that I made a small tool to generate Python 3 stubs out of .NET dlls. https://github.com/MHDante/pythonnet-stub-generator It's a bit rough, but I think it covers a lot of...
I would agree for using option 1, as this best represents the actual typing of the .py code. Furthermore, (as is my use case) I generate the files once and...
Sorry, I've stepped away from this for a bit. At the moment my team is adding `#type: ignore` and `cast` where needed. I'll see if I can put some elbow...
Ah, I remember now where I got stuck. 1) The aio package itself contains typings! 🎉 - however, some of the typings are incorrect - some of the types depend...
Please excuse my flip-flopping. But I don't think that setting whether the service is sync/async in the protos is where we should do it? I would argue it should be...
You're right. I think I made this decision because I didn't want it to make me lose an email or something. I'll try to address it soon.
Yep, feel free! I'll pr them in and release an update!
Yes, I think it's worth updating the tool to .NET 8. Technically, any user should work as long as the TFM of the target library works with .net8. The tool...