Jan Vlčinský

Results 113 comments of Jan Vlčinský
trafficstars

PR #135 merged, partially improving the issue. Dedicated page explaining recommended packages for various databases would help (wiki?).

Issue #115 relates to it. It is proposing installation of records using extras feature to support particular database backends. With such extras set a page providing instructions for using particular...

Could you provide e.g. dump of such (minimal case) database plus query you are trying to run on it?

I was testing this issue with 0.9.0-zeta1. Things has changed, but there are still things to clarify. Having volume: ``` volumes: - "./db_tisapi:/var/lib/postgresql/data" - "./db_tisapi_init:/docker-entrypoint-initdb.d" ``` rendering results in: ```...

My expectations from docker-app were in two areas: - packaging one stack (incl. images) into one artefact - ability to parametrize deployment of the stack Another feature I like about...

Regarding my "sanky" approach - on the way I found [Kapitan](https://kapitan.dev/) which is really impressive in terms of configurability and being tool agnostic. And it seems to fulfill all the...

@cdupont on our side we did not make any step forward with docker-app. On the other hand in our company we have deployed couple of stacks (we even call it...

@cdupont Kapitan is only tool, generating configuration files and whatever can be derived from that. It is definitely not a packaging solution. Having experience with couple of larger apps (consisting...

@1cg the `htmx:afterRequest` fires either when some response is received (this is not my issue) or when the network fails. The later might be a bit too late, typically it...

It is important to check, if the final newline is really present or not. I use: ```bash $ hexdump -c file.txt ``` for this purpose as it prints characters one...