Dávid Csákvári
Dávid Csákvári
Under the hood, the path of the artifact is turned into the path segment of the URL used to get the artifact. Because of this, spaces have to be encoded...
I've opened a PR to fix this. The workaround for this issue is mentioned by @darewreck54 in #263.
~~I've just noticed one odd thing regarding the REST API: based on [this documentation](https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API) it seems to me that querying permissions is only possible in `PermissionTarget+json` format ([link](https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-GetPermissionTargetDetails)), while updating...
I've opened PR#268 to add Go repository type support.
Because currently the lifecycle callbacks are not called for dynamic tests, the error reporting is not working. See this issue for details: https://github.com/junit-team/junit5/issues/378
# Prerequisites - In the builds for the post-java-8 test suite always use a docker image with the latest Java version. (e.g. instead of the tag `3.6.3-jdk-14`, just `adoptopenjdk` to...
Thanks for the tips @Aloren ! Renovate looks really cool, I did not know about it. Migrating the build from Azure Pipelines to GitHub Actions also makes sense, although they...
Thanks for the feedback, I am glad you like it. :smile:
The plugin indeed works strangely for some filetypes. I've just checked with `.java` and `.rb`, and works correctly, but produces 0 indentation for `.cpp` and .`js`, at least, with my...
This [Stack Overflow post](https://vi.stackexchange.com/questions/5818/what-is-the-difference-between-autoindent-and-smartindent-in-vimrc) mentions a couple of alternative indentation strategies that vim might use. It seems that because this plugin defines `indentexpr`, it essentially disables the `cindent` and `smartindent`...