Tom Brückner

Results 251 comments of Tom Brückner

Did some additional research. It did not find the Unity application since it stores its path in gradle.properties on first run. I don't think this is a good idea, since...

I ran `gradlew` again, but patched the verbosity level in line 1044 to "detailed". This resulted in this log: ```sh /Users/tom/dev/marble/libraries/unity-jar-resolver/source/ExternalDependencyManager.sln (VersionHandler) -> (VersionHandler target) -> /Users/tom/dev/marble/libraries/unity-jar-resolver/source/VersionHandler/VersionHandler.csproj (default targets) ->...

Having the same problem. I would like to store the new hotspot position persistently when drag stopped. This will cause the hotspot to be rendered at a new left/top position...

I tried to add them as a peer dependency, but this did not work either. (Also, I am not using React Native at all.)

I also tried out the Quick Instructions here: https://docs.crossmint.com/payments/v2/embedded/quickstart But this does not seem to be up-to-date, because it fails with this import that does not exist anymore: ```ts import...

Also tried this: https://github.com/Crossmint/hosted-checkout-quickstart The popup first throws an error because no quantity had been set. After fixing this, I am getting: Not sure what this means? Please note that...

I also tried version 1.9.21, but there I am getting:

@StorytellerCZ I was actually able to solve this using `useTracker()`, for my functional components, and converted all remaining class components into FCs (might also work with `withTracker()`, but I was...

@nachocodoner Awesome, I'll let mine run over the course of today.

Sorry, forgot to provide feedback: I let my app run the whole day and it did not crash. I was most times at the keyboard, though. So I am not...