Stan Janssen

Results 44 comments of Stan Janssen

I have the same issue. This is with jira cli 1.1.0. connecting to a Jira Cloud instance. After selecting the default board, this is the interaction: ```HTTP ⠙ Configuring metadata....

Yes, please create a pull request if you can. Thanks.

The XML messages are logged at the 'debug' level, which you can use to inspect the message. I can look into adding a possible hook in the client that will...

I've added a simple hooks infrastructure where you'll get the raw XML messages delivered to a handler that you can register. See the [documentation ](https://github.com/OpenLEADR/openleadr-python/blob/main/docs/client.rst#hooks)for more info. Let me know...

@juantxorena; did you get a chance to try this addition to OpenLEADR?

In OpenLEADR, the following is supported. If you use the default internal polling handler, the following is supported: - `oadDistributeEvent` is returned after you add an event using the `server.add_event`...

Thanks for the contribution and the fix! I'll check it out once I get to it and maybe write a test or two for it as well.

Wait, let’s try to clear up some confusion here. This issue mentions a few different things, if I'm reading it right: > Add option to "follow system style" but make...

How about removing the `ctrl` + `shift` + `left` / `right` shortcuts for switching tabs, since we already have `ctrl` + `pgup` / `pgdown` and `ctrl` + `tab` and `ctrl` ...

OpenADR 3.0 looks like a big step forward for ease of use and modernity. I have no plans at the moment to integrate it into the existing OpenLEADR library because...