Jannik Meinecke

Results 7 comments of Jannik Meinecke

While laying in wait for a PR you can hack yourself an "offline" Issue with this snippet: ```py def create_offline_issue(key: str, jira: JIRA) -> Issue: return Issue(options={"async": False, "delay_reload": 0},...

Good find, though I'm curious how you encountered this problem. Did you instantiate one JIRA-instance using `get_jira` and another one using the non-config way in your program? Also, once #1394...

Running into the same problem. Judging from a quick glance this might be the culprit: https://github.com/lidatong/dataclasses-json/blob/master/dataclasses_json/core.py#L278 Maybe it would be feasible to match the types of the Union one by...

Any chance of getting the pull request reviewed and merged?

Has there been any progress on this issue? Currently I'm stuck on some ancient version of intro.js because this problem did not exist at that point.

@afshinm I am using 2.9.3. I'm gonna try to pin point where the regression happened. Edit: From what I can tell, 3.0.1 was the last working version; the regression was...