Timo
Timo
Thanks for the quick reply! Not quite right. Let me see if I can edit your example: site.js ```js import * as Turbo from "@hotwired/turbo" import 'alpine-turbo-drive-adapter' import 'alpinejs'; window.testComponentA...
> it would work if you use a single bundle with all your controllers in it. I think you are absolutely right. I still had the MPA mindset to separate...
Any reason why this hasn't been merged yet?
Also, I've added a comment to the above PR, as the code isn't entirely correct
I just found this issue, so I'll just leave my two cents here. I tried applying this to my own blazor server 8 app. When adding a **scoped** TokenProvider service,...
@GStoynev wow that is a very easy solution 🤔. One other thing I found out yesterday is that the httpcontext is always available within a HttpClient implementation, wherever you inject...
> seems that it takes too long to solve, my project stopped for this problem to overcome, please give it HP. there have been several suggestions in the issues linked....
Just wanted to give one example of where the docs could be improved 😊. I have a Spring Boot with Spring Data Rest API, which auto-generates all crud endpoints based...
@astahmer Whoops! You're totally correct, removing the flag and running it again still worked 😅. There was one other thing that I configured on the API server. By default, by...
Thanks! I tried the `--media-type-expr`, though I didn't know I had to create the expression like that 😳. Sorry for hijacking this issue, and thank you again for creating this....