Koen Teuwen

Results 15 comments of Koen Teuwen

Probably it's a good idea to switch to another cache provider like the one from Symfony as suggested in the docs. https://github.com/symfony/cache

@jrfnl Thanks for your comment! As for now it then seems that I cannot support both unit tests and PhpCB using PHP 8.1 given compatibility issues with PHP 8.1 and...

> @Koen1999 What do you mean with `PhpCB` ? That's a typo, I meant to say PhpCS. This project, the code sniffer.

> Ah, I understand, but the thing is: you can. See my pointers above on how. Your pointers suggest using PHPUnit 7, but this does not work with certain features...

Are there any recommendations available for what sizes of `DataFrame` we should or should not `use_memory_fs` for?

I just discovered there are several related older issues that were never addressed: https://github.com/optuna/optuna/issues/3292 https://github.com/optuna/optuna/issues/2341 https://github.com/optuna/optuna/issues/905 https://github.com/optuna/optuna/issues/3093#issuecomment-968075749 Tagged to keep all the issues somewhat together.

Although I am not in depth on the technical implementation of Suricata, great work! This feature will be an amazing addition to improve the rule writing experience and allow us...

Maybe useful for inspiration, so leaving this here. In our project we use the following helper script: https://github.com/GEWIS/gewisweb/blob/master/translate-helper But I think this corresponds to what you call the not elegant...

> ### Possible Fix > > * When I change the variable ` str_quote: ClassVar[str] = '"'` to ` str_quote: ClassVar[str] = ''` then it works. But not sure if...

I am also interested in this feature! I would also make a related suggestion. Currently, we can select user attributes in the Slice plot instead of the optimization objectives. I...