klimenttoshkov

Results 25 comments of klimenttoshkov

Hello, Adding suggested fix issues the following error: ``` 2022-06-10 11:24:10,038 fail2ban [159477]: ERROR Failed during configuration: '%' must be followed by '%' or '(', found: '%)?' ```

Exactly as suggested above: ``` /etc/fail2ban/jail.d/freeswitch.conf 450/450 100% [freeswitch] enabled = true filter = %(known/filter)s[_pref_line='(?: [\d\.]+%%)?'] port = 5060,5061 logpath = /usr/local/freeswitch/log/freeswitch.log findtime = 3600 maxretry = 60 bantime =...

Still does not work: > - beyondcode/laravel-er-diagram-generator 1.5.0 requires doctrine/dbal ~2.3 -> found doctrine/dbal[2.3.0-BETA1, ..., 2.13.x-dev] but it conflicts with your root composer.json require (^3.2).

Expected are 3 announce events for the following transitions: sendNotification receivedPayment expireOrder

Hi Zack, I did the requested test and I still think it is not working properly. Here is a dump of the workflow and log of events. What I do...

PS. To make it brighter, for above log. " Event: " lines are generated by events generated by Symfony componend, that I'm hooked up to. " Available transition" line is...

Rationale is that while it is technically possible to configure the first example workflow, it actually would never work and will not be used in real world applications.

Hi Zack, In regard to one transition, with one name - Symfony does not allow you to define workflow like in first example (the OR way). You can only make...

Moreover - the guard for this transition `t2` is the same, regardless of the starting place. So if you have different starting places for the same transition name (`t2` in...