Legend of the Five Rings Probabilities and Roller. This software is intended to supplement players and game masters when playing Legend of the Five Rings RPG (www.l5r.com/rpg).
Reevert slug limit (temporary)
While revisiting the validation, may I suggest to also return the offending characters? Something like this:
if (preg_match_all('/[#\?\*\:\\\\<\>\|"%&@=;]/', $item->getSlug(), $matches)) {
throw new Model\Element\ValidationException('Slug contains forbidden characters: [ ' . implode(' ', $matches[0]) . ' ] ');
}
Could save a lot of digging around.
Here's a list of allowed characters: https://stackoverflow.com/a/1547940
Example of valid slug failing now:
/kabelmateriell/fortinnet-cu-strompe/copper-mesh-tape-no.63-nr.-63-b=45mm-l=200m
@Corepex There is an unintentional BC break here. We are getting a number of errors after updating to ≥10.5.17 with
Error: "Validation failed: Slug contains forbidden characters!
These are not happening in 10.5.12 through 10.5.16.
Not fixed, just explained
Just try it yourself!
https://user-images.githubusercontent.com/279826/229092651-1c75517b-bf98-4d5a-b646-adcc14824560.mov
Chrome, Edge, Safari, Firefox. All can reproduce this error on demo.pimcore.fun.
@martineiber this has nothing to do with two WYSIWYG elements. Nor about overlap. To reproduce:
Expected result: Focus should happen in the WYSIWYG Actual result: WYSIWYG does not get focus.
Looks like this is what it should be https://github.com/endroid/qr-code/blob/9c507ea522454f0d5cb29be0911fe275463b8999/tests/BuilderTest.php#L28
setWriterOptions renamed to writerOptions
Looks like this is what it should be https://github.com/endroid/qr-code/blob/9c507ea522454f0d5cb29be0911fe275463b8999/tests/BuilderTest.php#L28
This app has nothing to do with VS Code, it is a self-contained app and not an extension.
🥳 five years and going!
Related to #14468.
Adds note about ESI & Static Page Generator in 09_Performance_Guide.md
Just some smaller changes.
Cleanup in 03_Navigation.md: Whitespace/indentation, consistent parameter keys, …
I think this should be fixed once #704 is merged. I hope the maintainer can do it soon.
Tag as [security]?
Are you sure this is the correct place to report your issue? ImageOptim is a Mac-only application.
I don't know what else I can contribute with in this issue. Could never resolve it on my own.