Results 11 comments of Mats

Hi @felipecsl , any news for adding RecyclerView? Can I use RecyclerView in combination with AysmetricGridView? If yes, could you please so nice and provide an example? Thank you!

Looking at the referenced commit [https://github.com/pocketbase/pocketbase/commit/f5ff7193a94a3a04942b7fa8e4a87f8fb9e443c8](https://github.com/pocketbase/pocketbase/commit/f5ff7193a94a3a04942b7fa8e4a87f8fb9e443c8) and the described uses case I've still some challenges to understand how the linking process of an "signed in user" with a new OAuth...

Hi @ganigeorgiev , thanks for the detailed description. Great that this use cases has added more or less the feature of linking additional OAuth 2.0 providers :-) I've thought about...

Hi, in the meantime set as described above the endpoint's paths as follows: [https://github.com/Nerzal/gocloak/issues/346#issuecomment-1087955684](https://github.com/Nerzal/gocloak/issues/346#issuecomment-1087955684)

Hi, see [https://github.com/Nerzal/gocloak/issues/252](https://github.com/Nerzal/gocloak/issues/252) how to change the endpoint`s paths. Fully example for Keycloak 17: ```go package main import ( "context" "crypto/tls" "fmt" gocloak "github.com/Nerzal/gocloak/v11" ) var URL string = "https://127.0.0.1:8443"...

+1 Nice job! Thanks!

Hi @tkrajina, thanks or the feedback! Would be glad to help. Unfortunately I'm quite new to go and do not understand how the "DistanceOpts" and "DistanceAlgorithm" should be used by...

Hi @EliDavis3D , I'm sorry, the posts are quite old and I do not remember all stuff. But I see that I've more or less clearly described what to do...

Hi, just became aware of this discussion due to the linking in another issue. It's a long thread with a lot of things discussed. I would like to summarize the...

Hi @kataras , I'm sorry the code above is just an extract from your example here in the repos. The full javascript code is as follows: ```js async function runExample()...