Jakub Onderka

Results 28 comments of Jakub Onderka

@packet-rat Thats OK, date column is not used anymore. It is there just for backward compatibility. You can drop `data` and `info` columns from correlation table to save space.

> Question: why do we see correlations rows going from 19M to 10M after a rebuild, i.e. what is causing what appears to be so many orphans? Should we be...

Hello, the similar thing can be done by setting `MISP.log_user_ips` and `MISP.log_user_ips_authkeys` to `true`. Then when you have enabled advanced authkeys, every key access will be logged to Redis and...

I agree with glensc that automatic deploy by Travis is good solution and gh-page can only link to latest release.

`--no-progress` was added to current master. I think, `--quiet` is not now necessary, but maybe in future will be added.

Hi @staabm, thanks for pull request! Why do you think it is faster? Because after your change, the file is loaded every time, before change it was loaded just once...

@paladox Sorry, but I don't think this will be ever merged. Because now it does not support Windows, it is Git only and the same behavior can be easily replaced...

Hello, I like the new functions for incremental compression! But I miss settings that are possible to set for `brotli_compress` method, but not possible for `brotli_compress_init`, like `quality` and `mode`....

This should be already implemented by this commit: https://github.com/phpredis/phpredis/commit/aaaf0f233afe404bc1d8c6a600af860448ee0bd6. Or it doesn't work?

I am not good documentation guy, so at least I added image and link to `example.php` file. But pull requests are welcome!