Taylor Becker

Results 8 comments of Taylor Becker

FWIW, if you wanted one place, it seems like it can always be retrieved from the `subject as OutgoingContent` after the `Render` phase: ```kotlin /** * Phase to render any...

Overwolf changed around their apis and WowUp was denied for API access: https://www.wowhead.com/news/ads-revenue-and-api-wowup-and-overwolf-split-over-addon-development-325912

This seems to be because `SchemaUtils#create` deliberately separates the index creation from the table create.

I think this is the same as #94, where I've included a potential workaround @swamyrajamohan

It seems once the plugin passes the project directory (non-root dir) [here](https://github.com/allegro/axion-release-plugin/blob/876ab173185112ee25b2d7efb651e2f67abf625b/src/main/java/pl/allegro/tech/build/axion/release/infrastructure/git/GitRepository.java#L262), there is no way to back out to the root of the repo with jgit path filters as...

@Olatunji-Longe That only works for actual submodules, not separate projects. Projects in subdirectories have no way to "escape" the subdir to understand the version, only filters for version incrementing relative...

Thanks for the explanation! We are actually using Kotlin, though I think Java bindings would be great/better to ensure broad compatibility. Generally we have been wrapping the scala implicits with...

@mpollmeier That would certainly improve the situation for us. I do think there's probably some case for Java bindings for models/traversals for broad JVM interoperability (there are still issues around...