Kolin Guo

Results 5 comments of Kolin Guo

This is because you don't have ssh-keys generated locally inside install/. A way to fix it is to generate the ssh-keys while building the Docker image. Change the block of...

Hi, thank you for using MPlib. I believe this issue is resolved in #70. As for the release timeline, I cannot promise an exact date for the next stable release...

Hi @brentyi, thanks for your quick fix! I can confirm that the issue is resolved in your PR #391. BTW, what's your take to add the fields with `init=False` and...

Making fields overridable in those cases would be fine. But it contradicts to the meaning of `init=False` IMHO. - `init=False` means the fields should not be initialized at instantiation (first-time...

If you want to provide user with more ways to customize `tyro`'s behavior, you could maybe add a conf flag for this. If the fiag (say, `tyro.conf.AllowInitFalseFields`) is specified, then...