Taylor Nie

Results 29 comments of Taylor Nie

The `__annotation__` mechanism that `uff` relies on changed in 3.10 See https://docs.python.org/3/howto/annotations.html for best practices in inspecting `__annotations__`.

It maybe more maintainable and forward/backward compatible to us something like `pydantic` to handle serialization/deserialization

@NeilGirdhar Chiming in: I use NeoVim too, and with these plugins, I do get the `def __init__` tab completion on a child class ``` use { "williamboman/mason.nvim", "williamboman/mason-lspconfig.nvim", "neovim/nvim-lspconfig", }...

On this topic, I think there is a need for a way to forward parameters annotations in general, not just for the purpose of inheritance. For example, I often write...

I believe the VCPKG build of Halide is still broken- are there any updates?

I was actually able to `pip install pyradiomics` in Python 3.10 and run without problem. Is the documentation that specified 3.7 out of date? https://pyradiomics.readthedocs.io/en/latest/installation.html

Testing that script is a good idea. One issue I see with that script is that both instances must be running for it to work. It might be useful to...