Kelly Ferrone
Kelly Ferrone
When I have a due date on any issues the repo will not sync any tasks because of the following error. ``` java.lang.RuntimeException: org.gitlab.api.GitlabAPIException at org.gitlab.api.http.GitlabHTTPRequestor$1.fetch(GitlabHTTPRequestor.java:243) at org.gitlab.api.http.GitlabHTTPRequestor$1.hasNext(GitlabHTTPRequestor.java:197) at org.gitlab.api.http.GitlabHTTPRequestor.getAll(GitlabHTTPRequestor.java:165)...
## What problem does this feature solve?: Multiple customers using circle ci with multiple users in source vcs and therefore multiple personal access tokens. Currently I have to change the...
What is the development status here? Will there be anymore updates or general maintenance? The last release was in 2018 and the latest commit is 2022, it's 2023.
This plugin is nearly unusable because of white text on a nearly white/yellowish background. Please allow to change the font options. You will see this issue when you use the...
Any chance there will be more updates to come? Last commit was a year ago :( Possibly some content in the README.md? This is a very nice little project, would...
## Expected Behavior The tab I said close on will actually close and no longer be displayed in the LogViewer view. ## Actual Behavior I click close on any tab...
Hi, didn't know where to leave you a simple comment so I posted here. In the docs there is this section: [Sinopia Similar Things](https://www.npmjs.com/package/sinopia#similar-existing-things) At the very bottom under Similar...
When I publish a package to Sinopia and I click on the package in the web interface, nothing happens. When I inspect the element, I can see it is requesting...
## Expected Behaviour The cron-connector should install without issue. ## Current Behaviour When I install the cron-connector using the helm chart with the following values set: ```yaml basicAuth: false ```...
I am looking for the ability to arbitrarily set a value deep on a dict using some form of path syntax. for example: ```json { "a": { "b": "foo" }...