Daniel Meyer

Results 200 comments of Daniel Meyer

if we put the donation-data inside of a `.thanks.json`, this logic can later be reused with non-npm-projects.

I see some problems with json-resume. - One is that is does not split pre- and surname and likely other things would have to be monkey-patched. - The bigger one...

Yes this is a good idea. PR will be welcomed.

Can you make this PR without adding the generated pdf files? This would make it easier to review and merge.

I removed the `node` dependency in the package.json.

Some things I have in mind: We do not have to disable the value check. Instead of fully puring some CRDT operations, they should be replaced with an insert-like operation....

Please make a PR with a test case, then I can fix that otherwise I cannot start working on it.

Hi @folkvir Thank you for your detailed answer. Uppon further research I found out that bloom filters with known seeds are vulnerable towards pollution attacks [link](https://dl.ifip.org/db/conf/cnsm/cnsm2021/1570728107.pdf) So I will now...

Does anyone know if XOR-Filters are also prune to polution attacks, like bloom filters are?