gewy
gewy
Hi, My implementation in Java : new Rule("V-10", "(?
new Rule("V-10", "(^|[^aeiouy])y|y([^aeiouy]|$)", "$1I$2"); do not work in JS ??
C-27 the document says Z with vowels BEFORE and you regex is Z(?=${V})
C-28 exclude SS **between** vowels, your regex check the right side only (cf. V-10)
Same feeling about rules. Anyway I was using uppercase and lowercase to easily identify the applied rules for my testing. Then I add the CASE_INSENSITIVE property to the matcher object....
Well, with all the phonetic algorithms on family names I have tested, I had counter examples. If you try to change a rule for one case you will probably trigger...
Yes, I try to apply the rules strictly as they are in the document (or as I understand them...) Anyway I am more disturbed by this cases : MAINARD ->...
I have the same bug. In the response I have : {"error":"Widget not found","code":"WIDGET_NOT_FOUND"} or same message with Group not found.
Hi, The problem is linked to the use of ui node in subflow. With dashboard v1 I could have a subflow with ui node and I was abled to add...