kolodi
kolodi
One of my client has the issue with s22 exynos. Whoever have device with an issue in hand, can you please investigate/debug farther. There are millions of these devices, and...
> @kolodi try the last release, It would be much better including the code of `RSG.Promise` library instead of use a dll to avoid issues from **UWP** as you can...
Unity would probably move towards their own Job System rather than embrace async/await feature of c#
Samsung s22 model: SM-s901b/DS (exynos). I confirm that Scene Wiewer is working. So it must be not a hardware problem, but the browser or os. I've tried in Samsung Browser...
> Hey, it looks like you're trying to save updates on top of a record returned from `DataStore.save()`. Our guidance is to _always_ re-query for the record using `DataStore.query()` before...
Hey @cwomack, It seems like the best pattern so far is to use subscription. Initially I thought I might not need them. I have been removing subscriptions from GraphQL schema....
Some final thoughts and useful code snippets `DataStore.queryObserve` is not ideal when rendering big data sets, mainly because of 2 reasons: 1. Pagination is not working as you expect, it...
I'd say not only during the build process. Sometimes build can fail due to some issues. The time you spend resolving those issues you generally want users to not interact...
Why is this still open? Being able to skip sync of certain models (also conditionally) is such basic thing I would expect from the DataStore syncExpressions. Just make Predicates.NONE and...
> Hi @kolodi thank you for opening this issue. I see that you are using an Next JS app, does this issue seem to be specific to Server Side pages?...