Aurélien Joahny

Results 8 comments of Aurélien Joahny

I confirm the problem on Windows 10 : slash from globs parameter are converted to backslash. The @jry2 patch solve the issue for the moment.

@bonny Do you have a opinion about this feature? Centralizing logs could be awesome :heart_eyes:

@johnshepherd I think this problem is still relevant. It's annoying if we want to add generic message. Like the example in [readme](https://github.com/vlucas/valitron#adding-custom-validation-rules): ```php Valitron\Validator::addRule('alwaysFail', function($field, $value, array $params, array $fields)...

For those who will land on this topic (like me): There is a parameter `connected_query` to do this : ``` php $connected = new WP_Query( array( 'connected_type' => 'FOO', 'connected_items'...

I added comments on https://github.com/BeAPI/bea-sanitize-filename/commit/54a09444afe0407844fe99776d7750ec7e719c9d

Indeed strange... From my tests, v2.0.5 works well.. (I am on Windows 10) Tested on my websites and on an online sandbox with only the plugin installed.

Hi @MaximeCulea I did some tests and sorry but i don't understand the purpose of this commit : https://github.com/BeAPI/bea-sanitize-filename/commit/54a09444afe0407844fe99776d7750ec7e719c9d (added on bea-sanitize-filename v2.0.6) What issue do this commit fixes? I...