Mateusz Gorzeliński
Mateusz Gorzeliński
Hey @dsame, sure, I'll look into it ASAP.
Should I do something more? As I see, the checks are passing now.
Hey @nitrocode, do we need additional reviews? Sorry for bothering you, but avoiding merge conflicts would be great.
@nitrocode Oh, I didn't know. Thanks for the info anyway. So maybe I'll forward it to @dsame.
I was thinking the same thing. I even considered recreating the whole i18n logic to be able to use the new version of MDX. I don't know if that's the...
It seems like it, unfortunately. Thanks. I'll check them out in my free time.
I've investigated these problems a little. 1. The spinner is probably only related to this one particular example. I guess there is a CSS conflict of some sort. 2. The...
> I'm guessing the suggestion above will resolve the problem with this fragment. The whole thing is rendered as a code snippet, but I'm guessing that wasn't the intention. Unfortunately,...
The current implementation works, but I'm not sure about it. I considered some alternatives. # 1 ```ts if ( !isLibraryLoaded ) { /** * The CKBox library is not loaded....
The last commit fixed issues in CKBox unit tests. I also saw warnings in build unit tests. I guess that builds use CKBox. So, I need to handle them as...