David Wells
David Wells
This is breaking our lists as well. Would it be hard to update Blackfriday to how everything else works? (2 spaces)
+1000 on your post 😃 Also trying out your [new comments feature](https://twitter.com/hovhaDovah/status/1449794882252550146)
What does your config look like? The default is false https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-analytics/src/browser.js#L8 and shouldn't be true unless `debug` is set https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-analytics/src/browser.js#L106 Is there a browser extension or something interfering with your...
I would like to improve TS support for browser & node packages. Running into [some issues](https://github.com/microsoft/TypeScript/issues/21423#issuecomment-537778571) where the node/browser types are different but TS only allows for one type definition...
I'm stuck on the issue where types can be different between server and client implementations https://twitter.com/DavidWells/status/1340059740672442368 It seems like this isn't supported in typescript and this is a real bummer
No types are included with this package. You will need to do something like this https://github.com/DavidWells/analytics/issues/99#issuecomment-736153120
Not sure I follow. What kind of mapping system? Can you share some examples?
Oh interesting! I didn't know `window` acted like this in React Native. Does https://github.com/DavidWells/analytics/pull/44 solve this issue for you when testing locally? Looks like the code trips up here with...
I'm wondering if we can do something like https://github.com/react-native-community/react-native-device-info/blob/master/src/web/index.js#L87-L106 to populate the correct info on react native. I haven't used react native in a while and I'm not sure whats...
> 1. just get React Native working (probably making it look like a server) > 2. actually add rich react-native support (fill out things like platform, width, height, etc.) This...