Johannes Wienke
Johannes Wienke
### Describe the bug After switching from RESTeasy Classic to the reactive counterpart, `UriInfo.resolve` does not work anymore and always returns `null`. `UriInfo.getBaseUri().resolve` still works, though. ### Expected behavior `UriInfo.resolve`...
I can't find any documentation how to do that: But, similar to the workflow with bibtex, I would like to define my data one, with multiple entries, and generate HTML...
[unite](https://github.com/Shougo/unite.vim) is officially declared as deprecated by the author and [denite](https://github.com/Shougo/denite.nvim) is the successor. If there is a unite source for ultisnips, there should also be on for denite then....
What is the intended way to update a project in case of a changed variable in `.cruft.json`? Looks like a feature for this is missing because only the git commit...
I am experiencing many duplicated track entries inside albums returned by mopidy-spotify. Especially when browsing the media library using ncmpcpp I see many of these and they make it hard...
[ktlint](https://github.com/pinterest/ktlint) for kotlin can do auto-formatting. But after formatting it always also performs linting. If errors remain after formatting, the exit code will be != 0. I would need an...
efm-langserver could be a pretty handy tool for unifying project linting and formatting across developer machines and editors/IDEs. What prevents this from working easily is an option for project-local configuration...
With the maven failsafe plugin, integration tests are possible in case the tests follow a certain file name patterns: ``` **/IT*.java **/*IT.java **/*ITCase.java ``` https://maven.apache.org/surefire/maven-failsafe-plugin/integration-test-mojo.html Would be nice if this...
Currently the Python package generated by this project includes the test files under the very generic package name `tests`. This easily conflicts with other packages and pollutes the Python package...
I would like to have an option to enable page numbers for standout frames. If people want to refer to certain slides in a Q&A session, slide numbers are always...