jake whiteley

Results 15 comments of jake whiteley

How are you planning on printing colours within Command Prompt? Would you be relying on a third party library to allow ANSI control sequences within CMD?

Can this be extended to provide a callback function regardless of response, and to fire on a `sync()` method as well? This is because as jsBlocks currently stands, if I...

@stevie-c91 This can be achieved pretty easily with the regex filter: `regex:/^[\s\d\pL\pM]+$/u` will match any combinations of space characters, numbers, and letters from any language. Alternatively just use `regex:/^[\s\da-zA-Z]+$/` to...

@leon486 Thats because `\p` is a PHP regex special character: https://www.php.net/manual/en/regexp.reference.unicode.php To do the same thing with js (client side) can be done by adding the `u` flag to your...

The reason for this is `'domains' => 'required|array'`. The reason why your `ssl` key is present, is because the `domains` array which holds it has been validated, all of its...

@meowtec any movement on this?

This is also causing me issues. If a block is already present in the content, then you get a fatal error instead of a `core/missing` block. Like OP, I am...

@vladmandic seems to be with all upscalers. I just tried 8 over 2 xyz grids. Here is the log with --debug (didn't make much difference to output) ``` 14:45:54-923164 INFO...