Max Pfeiffer

Results 26 comments of Max Pfeiffer

+1 here: using calligraphy:2.2.0, appcompat-v7:25.1.1 Everything is set on the toolbar title from the style (color, size) except the font. And I added the attachBaseContext override in the activity. ```...

@tomrutsaert Thanks for your reply. I saw that `terraform import` command in the documentation. But like @jcharlytown it's not clear to me how to use it. Because as he said...

Checked and tested the changes. Nice work! I don't see any reason why this shouldn be merged. @johnsensible are you still maintaining the package?

Nice, just wanted to add it by myself. Thanks for providing that. Can this get merged soon?

Plus one here as well. I wanted to use the spread operator for request tagging and it is still not working in the latest K6 version. While looking into it,...

+1 here. I just looked at this library and wanted to use it in my FastAPI application (depends on Pydantic v2.0). What a bummer. It looked quite nice...

@arbakker Thanks for pointing that out.

> it might also make sense to capture what it takes to implement a new container, not just request one Yes, I think so too. We could briefly elaborate about...

I would say also our [.pre-commit-config.yaml](https://github.com/testcontainers/testcontainers-python/blob/main/.pre-commit-config.yaml) also needs some attention: there we have black for code formatting and ruff as linter defined. What about just using ruff? ruff can format...

> > Can I add commits to this PR? Then I could quickly contribute my suggestions. @totallyzen I just created this PR containing some badges: https://github.com/testcontainers/testcontainers-python/pull/528 I also picked up...