Dan Lynch

Results 105 issues of Dan Lynch

for automation and testing, would be great to have a field for the docker images for chains — ideally on dockerhub, but if not, should list the registry

re: https://twitter.com/pyramation/status/1666574876516442112?s=20 It seems that indexers, wallets, and explorers have the multi-chain issue of dealing with different versions of protos While it would be nice if everyone used the same...

Great work! After reading the article https://hackernoon.com/how-we-make-npm-packages-work-in-the-browser-announcing-the-new-packager-6ce16aa4cee6 I got really inspired and I wanted to dig into this! I'm currently reading through the codebase, and after attempting to put it...

- [ ] remove `kindCluster`, this will allow us to have a single config (no .local, or .prod, etc) https://github.com/osmosis-labs/osmojs/blob/c2ea810d5856f8d32d42fc8be3f3a3ec2d0961da/packages/osmojs/package.json#L31-L37 https://github.com/osmosis-labs/osmojs/blob/main/packages/osmojs/package.json - [ ] remove all `kind` deps - [...

- added e2e:watch https://github.com/osmosis-labs/osmojs/commit/fb46017862a41d565941f7443a935bf9306d61b5

- added own docker build https://github.com/osmosis-labs/osmojs/commit/7490c2d5819abc1eb545eb49b4ad8384bfbef036

@theory so far I was able to successfully build * mysql * postgres * sqlite ``` sqitch/sqitch 1.1.0-alpine-sqlite eb694035610f 74.6MB sqitch/sqitch 1.1.0-alpine-mysql 59117ef926ec 75.4MB sqitch/sqitch 1.1.0-alpine-postgres da65547ced72 68.8MB ``` I...

Integrating the postgis stuff, everything works well except `GeometryCollection`, which apparently has a nested property For a given property `bounds`, the admin is generating this query: ``` bounds { geojson...

bug

I'm curious, how are you handling uncaught errors? I've been getting one particular `ApolloError` that leads me to the `mutate` call inside of a graphql call, a bit low level...

@mattbretl not sure if you'd want this or not, I'm happy to close it and use a fork, but figured I'd make a PR and/or get your opinion on this.