Philipp Schillinger
Philipp Schillinger
It should be possible to implement a list type, but not sure if this would be the way to go. In general, the parameters of a behavior should be simple...
Yes, values of userdata are not being displayed. This would potentially require a significant amount of data transmission and userdata can contain arbitrary objects. However, I agree that it would...
Yes, starting with version 1.0.7, there is a profile functionality. When you go to the Configuration page, there are two buttons (import, export) in the action bar at the top...
Thanks for the PR! Just one question to understand your changes: Is there a specific reason why to prefer `sys.setdefaultencoding("utf-8")` over specifying `encode('utf-8')` at the respective calls?
Was able to reproduce the issue when using the action server. I will take a look and let you know.
The issue of not updating the action server should be fixed by the above commit. Without digging too much into the FlexBE internals, there are two modes for running a...
Thanks for the feedback! I plan the next merge for around end of next week.
Thanks for reporting! It looks like this case is not accounted for by the regex-based state parser of the app. I will work on fixing this. Recently, I added a...
I tried to add a comment myself and was actually not able to reproduce this issue, the state was still displayed correctly. Indeed, the example above matches the pattern: https://regex101.com/r/TldmoK/1...
Thank you for reporting! I am not sure if I understand you correctly, though. Can you add the steps that I would need to execute to reproduce the problem? If...