Phillip Cloud

Results 993 comments of Phillip Cloud

I guess I'm maybe ... -0.25 on that only because we'd then have at least 3 ways to get the list of tables: - `con.tables()` - `con.list_tables()` - `list(con.tables)` seems...

Thanks, yep, that should be documented. Any interesting in making a PR to add some docs?

> Hi! Can I try working on this issue? Yes, of course!

Would still happily accept a pull request for this! Ping @IndexSeek if you're interested!

What command is eliciting that error? It seems like you're trying run the command as `shandy-sqlfmt`, which isn't possible because as you say the command is called `sqlfmt`. So, whatever...

If they're on the same network (it looks like they are all on `redpanda_network`), then you can address all containers by their name inside any container on that network.

Both `localhost` and `0.0.0.0` look incorrect. - `localhost` won't refer to another service - With `0.0.0.0`, I'm not sure what it means when you specify that as the address a...

Yeah, I'm just worried about non-portable addressing hacks 😬 Seems like you wanna just dump the risingwave from our compose into the redpanda compose, that should remove the need for...

Would really love to see environment marker support in Pixi. Just out of curiosity is that mentioned uv upgrade complete?