Aleksander

Results 2 comments of Aleksander

@MAngel666 yup, that's the problem to fix. You can make a bypass by overwtirring method on the instance using: ``` from types import MethodType def new_get_transition_id_to_status_name(connector, issue_key, status_name): for transition...

@bbergeron0 I just ran your PR on Windows using VcXsrv with a few minor changes in the docker-compose file: ```yaml runtime: nvidia deploy: resources: reservations: devices: - driver: nvidia count:...