Kevin Newman
Kevin Newman
You are right - my package is more of a client side package. I'm never quite sure how to apply async/await on the server because of Fibers... I had thought...
A quick read on how async/await works with promises on the server suggests async-proxy may work as is on the server https://blog.meteor.com/using-promises-and-async-await-in-meteor-8f6f4a04f998
Setting a cookie (instead of storing auth token in LocalStorage) is the most obvious way to do this, but can we use a Service Worker to add the extant token...
Even if there is a way to get better tree-shaking than rollup - it would be at least nice to have the same level of tree-shaking as rollup in the...
I'd rather have the scratch directory in `.meteor/local`. Seems cleaner.
A big performance issue I see is that it triggers a full React diff and render cycle each frame while dragging, which is heavy for that kind of animation. I...
Sounds good. I have a few other ideas, such as correct throw physics for drag/drop paging. I'm actively using this for a project, so I'll probably do a few other...
@darkyen Swiper.js looks pretty sweet. I'll probably clean up what I can here, and then look at that a bit more closely. @damusnet I'll see about fixing up the issues...
That doesn't have any side effects on the server?
I have it working with 15. I'll see if I can update anything that's required - it may have just worked though.