Dennis Schridde

Results 23 comments of Dennis Schridde

> At the moment you can reach this feature by applying the `StartAt` in your `SearchOptions` in your application code. With `GetIssuesForSprint` I ran into the issue that I do...

I believe this is a duplicate of #1573?

`encoding/xml` supports this via the `xml:",any"` tag: > * If the XML element contains a sub-element that hasn't matched any > of the above rules and the struct has a...

`gnutls-cli` has the `--sni-hostname=...` option. It would be great to have that for `http` too, and it would prevent unexpected effects when re-using the value of a header for a...

How do I prevent this interpretation of arbitrary tags as expressions? ``` # task +foo-bar list Cannot subtract from a Boolean value ``` I tried all kinds of magic, like...

> Did anyone figure out a workaround for this issue or does this issue still exist? Providing any `schema: xml: name: ...` did the trick for me. The value is...

There was a PR for Python 3 support back in the day: #324

> How is this handled for other bug-trackers (of whom Bugzilla supports a lot)? They would need to be added to the hook individually. > I would argue it is...

> I wonder whether an (user-defined-)attribute-2-tag-map could solve this situation (in the future). I like the idea, but it would have to be a more general function. For JIRA I...

Is this fixed, now that #63 is merged?