Joern Bernhardt

Results 86 comments of Joern Bernhardt

I've added a few e2e test in `run-tests.sh` to make it a bit faster for me to check some properties. It doesn't do snapshot tests but I think this is...

The e2e test should include flags for user input as well. Piping a file as stdin should work but it looks like the output is not starting on a new...

#41 is now checking the automated tests from `run-tests.sh`. Not closing this just yet as there should still unit tests to be added and checked.

Hi @ndrpnt and thanks for the input! No, I didn't even know that this was possible! Cool idea! I have to admit though that integrating this into git seems a...

Hi @michielboekhoff I would be happy to accept a PR adding this to the documentation! 👍

Oh, I think I finally understand the initial request now...! 😬 So creating a `--git` flag means it will look for 7 additional arguments and basically it ignores most of...

Hi @PaBox and thank you for your message! This tool doesn't really do too much though, it only checks which entries differ from each other. The entries come from the...

@sseemayer thanks for the reply! I totally understand the time constraints. Maybe if you look into the pull requests at keepass-rs you can find someone who could help maintaining it?...

@sergiofagostinho yes, that would definitely be a good idea - the problem is that the `keepass-rs` is currently not supporting attachments at all and hence `keepass-diff` cannot access information about...

There are multiple ways how to generate TypeScript types from a GraphQL introspection query. I've used a module called `graphql-codegen` in the past, which seems to be deprecated / going...