Derek Kulinski

Results 138 comments of Derek Kulinski

To me the issue with `q` quitting is that, it is the same key to close the overlay windows. I don't see any indication how many are left so might...

Can confirm I also started seeing these errors after enabling `auto-optimise-store` nix 2.13.3 on darwin. Unlike original reporter my builds are happening locally.

> * `click` and `rich-click`: Would remove the CLI out-of-the-box. We have discussed this in the past and decided against it, since we consider the CLI a core part of...

No, I had to make psycopg2-binary work which I wanted to avoid. This feels like either this functionality is broken or documentation is lacking.

@trinhquocviet thank you, I saw that thread earlier and applied fix. I didn't realize it continued, so I applied the remaining fixes too. Although this time it didn't resolve my...

Yes, looks like it works and installs sqlite3 if not available.

Actually... I'm wonder if this could be somehow optimized? For example there are scenarios when sqlite3 won't be run (like there's no cache, so nothing to merge), so maybe it...

@abn I don't know if that's @tomzx use case, but I think that feature could be useful for certain projects. For example [saltstack](https://pypi.org/project/salt/) is an application that could be installed...

I just run into this issue with Pydantic, similarly to OP I was having multiple structures and tried to use discriminator. I don't even know how to tag an union...

@ahrzb @peterschutt is there a workaround for this? Currently the only way I see is to avoid unions when I have to use DTO, but that limits what the API...