James Please

Results 314 comments of James Please

Which template are you guys using @herby & @redonkulus?

@haruelrovix , I've never used React Native, but I ran a few google searches to see if this is a common problem. One possibly useful thread here: https://github.com/airbnb/react-native-maps/issues/1206 A recommendation...

We'll likely need two builds for this – @tbranyen and I have been chatting about supporting this in libs at work 🤔

Thanks for the update, @Godsenal ! --- As an aside, I just updated this issue's title to be more accurate. You **can** use Waypoint as an ES6 module. This issue...

@robhuzzey are you transpiling your `node_modules` with Babel using the Babel loader? If so, I would expect this error, but also, you shouldn’t need to do that. Most libraries, including...

@kesne, this is a great idea! Would you be up for making an effort to implement this?

Hi there! Thanks for the PR, @onyoon7 ! I think it could be useful if you could provide more information about the use case for this functionality. Before we merge...

Hi @t47io ! You're right that we don't currently support a hybrid offset, but you're in luck, because I think the API that we have supports your use case. In...

@t47io , as I understand the current API, the callbacks you're looking for is not provided by Waypoint right now, when there are children. To get that information, you would...

> So we need onPositionChange. However, I found that when the page loads, onPositionChange reports previousPosition=undefined (only once), thus the scrollspy need an "initial scrolling" in order to capture the...