Thomas Schühly

Results 77 comments of Thomas Schühly

I really like mermaid, but this issue is really annoying

Hello everyone, I'm quite interested in Supabase Auth as it simplifies Security for all my Spring Boot server rendered web apps. I'm using the gotrue-kt library: https://github.com/supabase-community/gotrue-kt The nice thing...

> > If I understand this [PR](https://github.com/supabase/gotrue/pull/725) correctly you could then extend the GoTrue Library to create a call to the GoTrue API when the OAuth Provider returns the authentication...

@checketts There are 2 problem with the bean method 1. Currently it is just a field and we can reference to the method that executes statically. 2. For non Thymeleaf...

> **Point 1**- You are saying the a bean wouldn't be needed and can could be referenced as a static reference. I'm not familiar with that syntax. Do you have...

> For registering I looked at how Spring does it and I think I will use a BeanDefinitionParser: https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser.java Sadly the Bean Definition Parser is just for XML. Looks like...

I got a first working version here: https://github.com/tschuehly/htmx-spring-workshop/tree/53cf5d8a953673615ee4b0988896e1b7c0d07ab0/src/main/java/de/tschuehly/easy/spring/auth/htmx The AbstractHtmxEndpoint would be the base implementation, that then could be implemented for ModelAndView and for Spring ViewComponent with ViewContext. I also...

> Did you check in the device's settings whether any of those apps were selected as the default file explorer? Sadly I could not select one. It works in other...

> Did you try pm install-existing --user 0 com.android.documentsui Or adb shell cmd package install-existing com.android.documentsui There is also google version and mixplorer can also be file picker but that...

@airisama019 Thanks for the fast reply. I actually wrote the wrong device, I have a Vision 6. It seems like I lost root with the latest update so I can't...