Oblio
Oblio
Clearly this is dependent on the application that uses the extension, but it's really unclear how to invoke the functions. Could there be some documentation added for each app that...
### Describe the Bug Logs indicate a method conflict with baritone. Could this be renamed or chained? `[07:50:31] [Render thread/WARN]: Method overwrite conflict for getChunks in betterf3.mixins.json:chunk.ClientChunkMapMixin from mod betterf3,...
I see that the `spring-cloud-function-dependencies` lists `spring-cloud-function-adapter-azure`, but not `spring-cloud-function-adapter-azure-web` (which is listed in the [spring documentation](https://docs.spring.io/spring-cloud-function/docs/current/reference/html/azure.html#azure.web.adapter)). Is this planned?
(Note, if this is configurable somewhere, I haven't found it) When flying (with elytra) and holding armor, it's possible to right-click and swap armor causing you to fall. This is...
Lately I've been having trouble with EasyPlace not placing blocks when it should or rejecting attempts when it's not applicable. (currently MC 1.21.1; litematica 0.15.3; malilib 0.16.3) In the case...
As a performance tweak, it would be faster if allays would drop an entire stack of items rather than stream them (which is how it appears they do it currently)....
The @ExcelObject cannot be used on an abstract class because the annotations are not inherited, nor does the reflection search for fields in the superclass. Adding @Inherited would enable the...
I am generating classes directly from a wsdl using wsimport. I would like to annotate the resulting classes. The jaxws-maven-plugin allows jaxb plugins to be included/compiled by including them as...
I have a wsdl file that I can generate objects from just fine with the plugin when I don't try to provide a bindings file. However, because the schema is...
I've been looking for a way to manage chat filtering, and a proxy seems like a reasonable approach. I'd like to be able to intercept chat messages in order to...