Guillaume Delafosse
Guillaume Delafosse
in my case, the subscription is never called, I can't figure out why... has anyone a solution for this issue?
using css, you could change the footer direction : ``` modal-footer > .modal-footer { display: flex; flex-direction: row-reverse; } modal-footer > .modal-footer > button { margin-left: 5px; } ``` works...
Hello what do you think if I modify the jcabi parent to include the maven-bundle-plugin, so that we just have to change the packaging of any jcabi project to turn...
I modified jcabi/jcabi to add the maven-bundle-plugin. See https://github.com/jcabi/jcabi/pull/308. As mentionned in the comments of this pull request, I wasn't able to use this parent pom into jcabi projects because...
Any news for this pull request?
Hello do you have time to accept it?
I understand. I propose I remove tinkerpop-osgi-deps from your repository, and I create one repository into my group for it. My plan is to contribute and make those non-bundled dependencies...
I removed gremlin-osgi-deps from the pull request and created this project in my repositories : https://github.com/gdelafosse/gremlin-osgi-deps. Would you accept to package your projects as bundles?
The maven-bundle-plugin just modifies the MANIFEST file with its own entries. I don't think it impacts any other frameworks or tools.
Hi all, concerning Grapes, it doesn't seem to use the jar MANIFEST file, so I don't think it will be disturbed by my change. Concenring the TinkerPop dependencies, I've created...