Ian MacLeod

Results 92 comments of Ian MacLeod

Turns out we're actually on `4.0.0-alpha2`! It looks like you're accidentially publishing your alpha versions with the `latest` tag (`npm publish` is dumb that way) - your alpha releases are...

Moving the entire `buildscript` section into the project configuration works for me as well. Sucks, but good enough!

Yeah, no worries - and thanks for building this project out; it's already been tremendously helpful :)

You run into the same thing when using DataMapper :( My solution was also to kill off the :polymorphic flag (Users inviting Users is good enough for my case) -...

I also see the same output as @kemicofa (`yarn audit --json` spinning forever on jest & its dependencies)

https://github.com/yarnpkg/yarn/issues/7404 seems to be the core issue, with https://github.com/facebook/jest/issues/8682 possibly being the trigger The advisory that triggers this is https://www.npmjs.com/advisories/1490

One other gotcha from this approach is that it breaks scroll to top behavior when tapping the status bar

Turns out you can get scroll to top behavior w/ a bit of JS magic (that is almost definitely a browser bug): **Edit: Nevermind; this causes mobile safari to crash...

Damn, yeah, I'm seeing crashing on my phone & after a lot of tapping on my iPad too. I'll play around some more :)

Ah, awesome, thanks for the pointers! On Sun, Feb 28, 2016, 11:50 Blake Embrey [email protected] wrote: > @nevir https://github.com/nevir Repos don't need to be in the > organisation to be...