xaralis

Results 5 issues of xaralis

It would be nice if callback-before would support thenable objects (promises) as well. It would simplify things when one needs to trigger the scrolling after some other promise (which is...

Hi, I was wondering what is the best way to implement optimistic UI async actions. E.g. when the action is initiated, UI updates immediately simulating a success and optionally reverts...

There are times when `go()` is not sufficient as it uses `navigate` method internally. For example, when passing redirection links with URL params inside, internal use of `navigate` doesn't work...

enhancement

## Steps to reproduce There probably is a race condition during rebalancing when AeroSpike is used. If unlucky, a `TypeError` is encountered. ## Expected behavior No crashes on rebalance. ##...

bug

I'm by no means a Java master, but this fixes the #2 in my Keycloak docker installation. Without this, it fails on permissions issue as the MqttClient uses `MqttDefaultFilePersistence`. Thanks...