Johannes Meyer

Results 56 comments of Johannes Meyer

> Okay turns out this is already implemented. What you need to do is, at the end of your script, save the value of `client.system_id`, e.g. to a file. Then,...

> Okay turns out this is already implemented. What you need to do is, at the end of your script, save the value of `client.system_id`, e.g. to a file. Then,...

The `system_id` is part of the data blob that is returned by `client.destruct()` and that can be passed to the constructor via the `from_data` argument and which is documented [here](https://python-fints.readthedocs.io/en/latest/client.html#storing-and-restoring-dialog-state)....

> Okay, I can fix it for me with a further change I'll push after merge of this Thanks! [Version 4.2.0](https://github.com/raphaelm/python-fints/releases/tag/v4.2.0) works for me if I pass the `system_id` of...

:+1: I was the original author of https://github.com/cwecht/ros_comm/pull/1, a follow-up on @cwecht's https://github.com/ros/ros_comm/pull/1684, that got cerry-picked and merged into `melodic-devel` in https://github.com/ros/ros_comm/pull/2014. The main difference between the two versions is...

> Are you interested in yet another PR to forward-port the relevant commits to `noetic-devel`? Done: https://github.com/ros/ros_comm/pull/2377