Oh Hai

Results 6 comments of Oh Hai

Thx for the code @Linuus! My first attempt at solving this problem was modifying the filename method in my arc definition file. As I soon discovered, filename is called not...

Safari 13 solves this problem! https://developer.apple.com/documentation/safari_release_notes/safari_13_beta_release_notes > Added support for the Pointer Events API enabling consistent access to mouse, trackpad, touch, and Apple Pencil events. You can download Safari Technology...

whew, in the spirit of the holidays, just put together a potential fix that looks pretty clean - what's your opinion? i tried it against the example file, no visible...

sure thing - i'll have some time on the weekend to push something - 1st time github PR, wooo On Tue, Jan 3, 2017 at 9:51 AM, Travis Arnold wrote:...

@lutter just ran into the same issue for the Geo subgraph Hosted Service: `https://thegraph.com/hosted-service/subgraph/makeitrein/geo` IPFS URL: `QmTddMMUXw7tsnQzEY1BmR83xwqbCQRWwRXdP7vXZWi1kW` Subgraph Code: `https://github.com/geobrowser/geogenesis/tree/full-text-entity-search/packages/subgraph` Error: `https://cloud.hasura.io/public/graphiql?endpoint=https%3A%2F%2Fapi.thegraph.com%2Findex-node%2Fgraphql&query=%7B%0A++indexingStatuses%28subgraphs%3A+%5B%22QmTddMMUXw7tsnQzEY1BmR83xwqbCQRWwRXdP7vXZWi1kW%22%5D%29+%7B%0A++++subgraph%0A++++synced%0A++++health%0A++++entityCount%0A++++fatalError+%7B%0A++++++handler%0A++++++message%0A++++++deterministic%0A++++++block+%7B%0A++++++++hash%0A++++++++number%0A++++++%7D%0A++++%7D%0A++++chains+%7B%0A++++++chainHeadBlock+%7B%0A++++++++number%0A++++++%7D%0A++++++earliestBlock+%7B%0A++++++++number%0A++++++%7D%0A++++++latestBlock+%7B%0A++++++++number%0A++++++%7D%0A++++%7D%0A++%7D%0A%7D%0A` Any pointers would be appreciated

> @makeitrein Thanks for the reproducer - I figured out why this is happening, and am working on a fix. > > I also noticed that at the failing block...