Julien Herr

Results 87 issues of Julien Herr

``` java.lang.NoSuchMethodError: 'org.jetbrains.plugins.github.util.GitRemoteUrlCoordinates org.jetbrains.plugins.github.util.GHGitRepositoryMapping.getGitRemote()' at org.github.otanikotani.workflow.action.GitHubWorkflowShowActionGroup.getGithubRemotes(GitHubWorkflowShowActionGroup.kt:37) at org.github.otanikotani.workflow.action.GitHubWorkflowShowActionGroup.getChildren(GitHubWorkflowShowActionGroup.kt:27) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$1(ActionUpdater.java:112) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$9(ActionUpdater.java:183) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:57) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:183) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:705) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:647) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:63) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:170) at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:57) at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$10(ActionUpdater.java:181) at com.intellij.openapi.actionSystem.impl.ActionUpdateEdtExecutor.lambda$computeOnEdt$0(ActionUpdateEdtExecutor.java:44)...

Like [querious](https://www.araelium.com/querious), a sidebar for line edition will allow to edit many field in the same view without popup. ![image](https://github.com/Sequel-Ace/Sequel-Ace/assets/254697/91581150-32a9-4a55-b30c-85c566cf85f3)

Feature Request
Low priority

This feature request completes #990 and could be a meta ticket for all tickets for a dedicated API. Could be done in steps: ## Operations ## 1. `Remote Start` /...

First baby step for #1202

It should make compilation easier for newcomers. Close #1140

Goal: Avoid global variable and inject instance everywhere needed. Extra: * Extract UnknownChargePointService in order to remove the dependency cycle. * Prefer constructor injection instead of field injection when a...

To enable it, just add run: `mvn -Pdev,testcontainers package` Optionally, all V0 migrations are merged into the same baseline and can be used to avoid the need to grant privileges...