Masaya Suzuki
Masaya Suzuki
I'm currently inclined to extending https://github.com/georgewfraser/java-language-server (my fork is at https://github.com/draftcode/java-language-server with some patches). After I changed my job and the codebase that I work on gets much smaller, this...
I cannot reproduce. Can you try running with the checked-in `gradlew`? (i.e. `$ ./gradlew buildPlugin`)
I can see there are two things that went wrong: * Looking at line `parsed branch metadata`, it seems that the parent of a topic branch is set to `master`...
Actually, I feel like the repository has `master` and `main` branches at the same time. Can you check that?
Since this issue has been stale, I've created a PR for this. https://github.com/dotansimha/graphql-code-generator-community/pull/815 @saihaj Do you mind reviewing the PR?
I guess we can check if the branch order is the same as the current local branch order. This won't detect all the cases that GH would recognize there's no...
Yeah. That's the issue.
`av stack tidy` was actually meant to be a stop-gap solution. Ideally it's better to transparently remove the internal av-CLI metadata...
Let's first try checking if the parent is merged by checking `MergeCommit` in the branch metadata.
Aside from this, we can save something similar to reflog so that we can record the ref updates as a safety. Save something like: ``` { operations: [ { command:...