Paul Dowman

Results 6 issues of Paul Dowman

It should be possible to split this into multiple packages, e.g. okgrow:analytics-google, okgrow:analytics-mixpanel, etc. I haven't investigated but we could probably split out the integrations from analytics.js into separate packages....

enhancement

Currently we use Segment's open source [analytics.js](https://github.com/segmentio/analytics.js) library, which I don't think would work server side. I haven't investigated how we would make it work but it would be great...

enhancement
pull-request-encouraged

I use [NextDNS](https://nextdns.io/) and wallet connection with Rainbow doesn't work when it's enabled. (Rainbow opens but then does nothing. The "connect wallet" dialog doesn't pop up.) Looking at the logs...

no-issue-activity

memcached has a 1mb limit per key, so an exception is raised when we try to store large blobs in memcached, and anyway it's a waste of space to store...

GitModel doesn't have a fixed schema, but queries fail if they use an attribute that isn't defined on any records. This causes problems like pauldowman/balisong#7. I think an undefined attribute...

- Remove duplicated comment (left it before the whole block, instead of in both places) - Fix formatting (indentation) - Add `toString()` to `gasLimit` in both examples (it's necessary, otherwise...