Christian Glessner
Christian Glessner
@IvanezDog your latest error message (AttributeError: 'NoneType' object has no attribute 'split') indicates that the "email" attribute of your user is empty, but at least the token seems to be...
You are right. This part in makeExcecutableSchema was missing and caused the SortType to be string: const cachedTypeKeys: string[] = Object.keys(typesCache); for (const key of cachedTypeKeys) { const enumType =...
I have the same issue like @trivigy in a unit test with react testing library. Can't get rid of the warning.
I'm really glad to hear that you find the library useful! Incorporating a simple-text-diff or similar library for managing differences in long text fields is a great suggestion. I've considered...
Yes, I saw it. It is tied to the HumanController. I considered to replace or unify it, but for compatibility reason I started with a separate implementation first. In my...
What do you suggest?
I understand. I actually would need both reliable and unreliable data channels. In XR, I have to send a large volume of transform data from the client and synchronize it...
@RevenantX would do you thinks about this? I know that you can subscribe with bind to value type changes, but I tried to make it easier for devs. For Sync...
I would vote for the warning, but could live with a --ignore-storage-check too. In general a better abstraction for the storage would be nice. Many things depends on Azure Storage....
I've implemented support for nested keys to skip using dotted path notation. This allows excluding specific nested paths from comparison, which addresses the use case described.\n\nPR has been submitted with...