ln-12
ln-12
Thanks a lot for the hint! Currently, I don't have the time to look into it, but I would happily review any PRs :)
@wangela @kikoso Is there an ETA for a fix? Or can provide a workaround? We have a lot of clustered data on our map, so this issue happens all the...
Hey @lowasser, I just came across this question when starting to implement unit tests for my. Is the in-memory channel approach still the recommended way to go or did something...
Hey, I quickly created a [pull request](https://github.com/icerockdev/moko-geo/pull/15) for the requested feature based on the code I already use in my app. Feel free to use it as a baseline for...
I fixed all your suggestions.
> This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank...
Hey @jrconlin, is your script still the recommended way of self hosting the sync service or is there a better approach? In the meantime I found https://github.com/jeena/fxsync-docker but just wanted...
While jeena's setup works fine for me, it is no longer compatible with the latest version of this repo (see https://github.com/jeena/fxsync-docker/issues/3). So if someone find this issue and wants to...
Hey @thomasTUK, I just merged the Blender3 branch into main. I could not find any issues in my tests after installing Blender 3.3 LTS and the latest BlAInder version from...
I already tested your KMM viewmodel library in my project. It works without any issues so far and makes shared viewmodels extremely simple to implement. As far as I can...