Paul Dowman

Results 20 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...

- Finalize release candidates - Create GitHub releases for op-stack and op-geth - Publicize/communicate with Superchain partners

Asterisc has been developed by Sunnyside. OP Labs have understood that it's done but as we're getting ready to ship it seems that we aren't 100% clear on what loose...

## Description Currently, new dispute game contracts must be deployed for each new L2 chain because [they take constructor args](https://github.com/ethereum-optimism/optimism/blob/d470c77689821371d452917632f10011a7cfe618/packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol#L160-L169) with values that vary based on the target L2 chain....

A-pkg-contracts-bedrock
T-proofs
proofs: creator pattern

The docs refer to op-program. I'm not sure if op-program even works now (does it?), but in any case we should probably update them to refer to Kona instead. And...