Will

Results 21 comments of Will
trafficstars

@givanse The app my team just shipped is on 2.4 would be happy to accept some commits to get it to merge with 3.0. Would love to see it in...

I think this is happening to me as well. In my case its a model that was copying into an app from an addon. But ember just complains about Fixtures...

switch my config to use hermes https://docs.expo.dev/guides/using-hermes/ fixed me this should be mentioned in https://docs.expo.dev/bare/installing-expo-modules/

also found another fun bug if you control the rotation with window.onscroll and you hit the gotoAndPlay function (by the scroll event triggering) before the slider has loaded all of...

+1 You could probably just steal the from GitX (L) here. That part is reasonably quick

Update 11-7-2018 Reads even cleaner with async / await ``` javascript const fsm = new StateMachine({ init: "init", transitions: [ { name: "step", from: "init", to: "dbWrite" }, { name:...

@inkstak can you put 1f43001d24621e26f8e1769dc8214380a97a57d8 on a branch and push it? for some reason when I pull from this repo as a remote from my fork that commit doesn't show...

nevermind found it... so weird that github's ui links to the commit localhots repo but it doesn't exist there only in your fork