Nick Larson

Results 17 comments of Nick Larson

ahh, that would explain things. I was kind of leaning towards that being the problem. Thanks for taking a look! -Nick

Running into this problem too. Really scary to find out some of my events are being dropped. Considering dropping segment all together and just building my own pipeline, but I...

Thanks guys. I think I figured it out. I was having problems with Rails picking up file changes so I added `lookupcache=none` to `custom_nfs_export_options`. Removing that seems to have fixed...

I'm not sure how this is happening. It doesn't use anything related to glyphicons. It only uses bootstrap js/css, and the plugin does not apply any custom css other than...

Are you sure you don't have some sort of callback happening on fadeOut or remove that's re-triggering it? Glyphicons is just css right? I don't think that would be affecting...

Great idea. This is something I've wanted to do for a while, but just haven't had the time. Is this something you'd like to implement? Otherwise I'll try and find...

This is a good idea. I will work out the best way to accomplish this and keep you posted.

Feel free! Sorry, I added you as a collaborator, but decided to back out as I'd rather do this stuff via pull requests.

Running into the same issue as @baptisteArno above. Shouldn't we be allowed to have a null email if we're using a non-email provider? e.g. I want to build a custom...

I ended up just dumping this library. Turns out it wasn't hard at all just using `@googlemaps/react-wrapper` and `@types/google.maps` (for typescript). Just follow these two guides: - https://developers.google.com/maps/documentation/javascript/react-map - https://developers.google.com/maps/documentation/javascript/using-typescript...