Matthias Ladkau
Matthias Ladkau
Hey there, Thank you for the suggestions and feedback (I am missing this the most in this project :smile: ) I think you raised some very good and interesting points....
I've looked a bit more into this. Here are my current thoughts. In general I am careful with hiding knowledge because it means you have to make default assumptions. Basically...
Hey there, I am not able to reproduce the issue. I've added a test which attempts to test this scenario (see [eql/regression_test.go](https://github.com/krotik/eliasdb/blob/158b700930a4f979c281f48b28b8b6857f0d66c0/eql/regression_test.go#L42) for "Issue 43"). The result of the query...
Hey there, thanks for the idea. I think I would rather not take decisions for end users where security certificates are concerned. It is possible to use EliasDB without doing...
This panic indicates that two processes are modifying the lockfile. What happens is that the process writes a timestamp into the lockfile and tries to read it back. If the...
Hi Eric, that is an interesting use-case which I am quite interested in myself. There is in general no maximum string length for attribute values. The index (full text search...
Could you elaborate a bit on how I could reproduce this? If I run the tutorial on my machine and write `get line` I get an expected error message about...
I am using Linux Mint (20.1) - I think it works on Linux for me because the default Makefile sets: export CGO_ENABLED=0 🤔
I though about your point about using github.com and I changed my mind. Since I already mirror eliasdb and ecal on github I could also go all the way and...
I am not sure I follow with "can't use the Makefile on the Mac". Re: building the examples - I would still like to aim for not having to build...