Ioannis Sermetziadis

Results 9 comments of Ioannis Sermetziadis

> @sermojohn This is a good Idea I think. It would be good to be more compatible with a mono repo. Especially if you are willing to work on a...

I visited this issue too,while running on the latest release (v0.4.121). Fyi, the links above are broken. Could you please provide some information how this issue can be handled? If...

I followed this thread, because I am reaching some issues with chromedriver that could possibly be solved by headless chrome. Is it currently possible for `agouti` to integrate with `headless...

@yalopov, thank you very much, the image you provide works for me too! Wondering why `wurstmeister/kafka-docker` does not internally support ARM64 image by using a multi-arch parent images and multi-arch...

Very nice work! This PR enables parsing and validation of the token using different APIs, so a token can be parsed once and validated by different validators. This is very...

Hello, this issue seems frozen. I had to downgrade to v1.5.2 to overcome this issue until further update. @edenhill, @jliunyu I have a question the code pointer that causes the...

No solution found. I ended up using the managed profile instead.

I experimented with `x-migrations-table-quoted` and `x-migrations-table`, e.g.: ``` migrate -path ./migrations/main -database 'postgresql://...?x-migrations-table="migrate"."schema_migrations"&x-migrations-table-quoted=1 ``` However, I receive this error due to the schema not being created: ``` error: pq: schema...

Nice post, thanks for sharing your opinions! Have you considered unit testing the two components, `logg` and `httpLogger`, separately using mocks? This way you have quite some benefits: - Cover...