Andreas Storesund Madsen

Results 10 comments of Andreas Storesund Madsen

I think it's a good idea to simplify the API, and make it usable without any processing. However I'm not quite sold on the way of declaring mutations, as I...

I would agree with you when it comes to not making features that deviate from core Vuex functionality. However I think that it's better to add _magic_ inside the actions...

I will have to disagree with you there, because as far as I know there is rarely expected to any JS developer that function declaration and function assignment is supposed...

@cmeyertons With #23 you can create a proxy from inside your actions, like so: ```ts @Module({ namespacedPath: 'subscriptions/' }) export class SubscriptionStore extends VuexModule { @getter items: Product[] = []...

I'm pretty sure it's already in the latest version

Hi, sorry for not responding. I belive that `onUnityMessage` was removed because of some issues with Unity not being able to send messages exactly once to ReactNative. The development got...

@matthewgertner Are you trying to run the application on a physical device? Because the simulator usually has a lot of issues, so trying to run it on a physical device...

I don't have any problem with archiving an app. What you can do, is check if the PostExport hook in Unity has been run. Just check if the file `ios/UnityExport/classes/UnityAppController.mm`...

Hi, @rakirox I'm no longer maintain this repo. However I'm happy to merge any pr with fixed as long as it doesn't break existing features

I came across this working on making a port of [headlessui](https://github.com/tailwindlabs/headlessui). And there they have temporarily solved it by going up the DOM tree looking for a fieldset. https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/src/utils/bugs.ts