Sven
Sven
I would appreciate your thoughts on the implementation as well as you are more involved in Tox. I personally do not care so much about that as what counts to...
> Toxcore really shouldn't be involved in anything relating to sharing data or identities. all it should do is provide the framework for tox clients to communicate. Everything else, especially...
@aaannndddyyy > Re usability: in skype you need a username and a password too, and you can autologin. With DNS you do not need more than that. So I don't...
> Re authenticating your friends after adding them by user name - no matter if via DNS or DHT : there is a suggested solution on #1180 Thanks for cross-linking....
I am also in favor of this feature. As I try to recollect my friends and acquaintances across all servers, I do not want to switch to a complete different...
`populate_wordset` also consumes dicts silently and break execution far later.
Same issue here.
My current workaround is to remove `hx-swap="outerHTML"` from the `div.create_form`; resulting in two DOM objects with `.create_form`.
@bencroker > I suspect this may have to do with the settle delay. Can you try using the `htmx:afterSettle` event instead of `htmx:afterSwap`? Alright. I recreated the reproducible state, then...
@BoPeng > Do not quite understand your set up It's the same setup from #362 - a common pattern: a list + a create form on the same page (somehow...