rj33
rj33
Actually, unsurprisingly using initialize() as a workaround for the lack of an add api has issues (event handling seemed to have problems when calling initialize multiple times). I've shifted to...
I can confirm that skipping this step works fine on ejabber since at least ejabberd 16.09. I have this code in place: ``` if (!Strophe.avoidAuthSession && this.do_session) { this._addSysHandler(this._sasl_session_cb.bind(this), null,...
> Hi [@Otamay](https://github.com/Otamay) , thanks for reporting this issue and providing a possible fix. Regarding this issue `disconnecting from current AP and then connecting to alternative AP on the same...
I haven't had time to investigate on windows yet, but I have a user who has sent screenshots showing font alignment issues on Firefox windows. I'm using a system font...
I can now reproduce an alignment issues on latest Chrome on the live beercss.com site when using a non-default font stack. Setting: --font: system-ui; leads to a misaligned button label...
I think it would be disappointing if we could only use beercss with Roboto. While it is the system font for Android, it is not the system font for pretty...
You do not need Ubuntu to reproduce this. I have reproduced it on both Windows and Mac on the beercss.com site using latest Chrome. I use the web inspector to...
For now, I'm using line-height:1 and seems to create a more centered alignment for the few cases I've tested.
Unfortunately that particular library probably isn't ideal, as it does in fact have other dependencies, the most annoying of which is probably the moment library, which is now considered legacy,...