Thomas Schühly
Thomas Schühly
I really would like to use this project, but the need for a webcam for every user is not optimal, some of my mates don't have a webcam so it...
Currently If I put an expression in the html next to an attribute: ``` @if( item.action instanceof HTMXAction action) @endif ``` I get this error `Illegal HTML attribute name ${action}!...
Hello there. First thank you for creating this library! The staged builder are so awesome! I was wondering if you are up to adding a BuilderStyle.Functional to this library that...
I propose adding a HtmxEndpoint Class that can be used to create HTTP Endpoints and can be directly called from Template Engines. The Controller would look like this: ``` @Controller...
We have a working HxPush annotation using an Interceptor, should I create a PR? ``` @Repeatable(HxPushs.class) @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) @HxRequest public @interface HxPush { String url() default ""; String urlPrefix() default...
In every project I'm doing I create a HtmxUtil class, I think this improves template readability, and could start establishing good practices. For example having a URI method to put...
### Steps to reproduce I have a rooted e-reader that is running android 8.1 without the default Android file picker. I cannot install the default one (tryed to install it...
Error: ``` 2023-05-25T20:25:41.350+02:00 ERROR 15176 --- [p-nio-80-exec-8] d.t.s.service.SupabaseUserService : {"code":429,"msg":"For security purposes, you can only request this after 49 seconds."} 2023-05-25T20:25:41.351+02:00 ERROR 15176 --- [p-nio-80-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet...
My wordpress guys can't formulate proper URLs:  The request is rejected before the filter and the rickroll is not applied. I've tried adding an ExceptionAdvice but Spring routes to...