Sylvain Bigonneau
Sylvain Bigonneau
It is to be noted that the `pad` code can easily be turned into a `slice` one-liner: ``` `0000${abs(k)}`.slice(-4) ``` Not very elegant, but short!
No worries, still here, glad to see you back 👍 Take your time and feel free to edit most of it, I am not convinced myself that this PR is...
Alright! Yeah I was wondering if it was the right behavior, since I could easily get February 29th with the built-in Date: ``` > let date = new Date('02/29/0000') Tue...
Looks great. We can also wonder about the desired result of `edtf("201X-02-28").next()` and `edtf("201X-03-01").prev()` in that case.
> ```ts > Vue.prototype.$cacheReady > ``` @gotenxds I am curious as to what you do with this `Vue.prototype.$cacheReady` value, I suppose you wait for it to be `true` somewhere before...
Thank you, but I did delete those files as well, to no avail
Yes, I did use AppCleaner haha. Still, the "unable to create character config data" appears. My username only contains letters and a digit. Also I do use the latest XIV...
I can confirm I am getting the same issue when `force-fallback` is set to `true`: all draggable element ghosts pop from the 1st element, there is a positioning issue. This...