Jens Reimann
Jens Reimann
The proposal can be see at: https://trunkrs.dev/guide … feedback welcome!
Sounds cool. I am wondering what role axum would play here. As axum is only used for the `trunk serve` part, which is for development only.
I think it makes sense to have that, and make it configurable (release or not).
As I want to migrate from Worpress to Zola, keeping a path structure of `yyyy/mm/dd` I need to create a "transparent" section for every day. Super annoying. But even more...
I just ran into the same issue. Is this already fixed? If not, what would it take to get it done?
Thanks to your pointer it seemed quite easy. I hope PR #190 is what you had in mind.
I dug a bit deeper and what happens is that the code ends up here: https://github.com/ballerina-platform/lsp4intellij/blob/daaa0326e12d2df3122720afd9e0b460fbf81002/src/main/java/org/wso2/lsp4intellij/contributors/annotator/LSPAnnotator.java#L78-L81 I am not sure I do understand the whole processing, but it looks like...
Tricky. Wouldn't it work if (in this case) the socket would be closed, and so at least the session could be cleaned up? Sending either a "peer gone" event, or...
yes, the package name has nothing to do with the maven artifact ID. To my knowledge, there can only be one combination of groupId+artifactId+version+classifier+type. Normally that is something like: `foo/bar/baz/1.0/baz-javadoc.jar`...
I guess it could be solved in the RPM builder plugin too. PRs welcome :grin: Not sure it that works in your case, but you also can set the classifier:...