Yaro Shkvorets
Yaro Shkvorets
- `osrm-prepare` was changed to `osrm-contract` - as for `property '24'` error, make sure your `location` variable in your index.js is inside your osrm network. Perhaps you've mixed up long/lat...
I can't even pull the image for arm64 on Mac M1. ``` ❯ docker pull ghcr.io/super-linter/super-linter:latest latest: Pulling from super-linter/super-linter no matching manifest for linux/arm64/v8 in the manifest list entries...
Ah I see. I guess I'll tag it as `highway=construction` then.
It appears it routes through `highway=construction` as well. Hmm. So is the only solution to remove it from the relation?
Also could use a library crate.
> I'd be interested to know which parts of the codebase would be most useful for you? Just to know where to start In my case I want to use...
PR ready for review: https://github.com/graphprotocol/graph-node/pull/5319
The issue is that API wants address to be prefixed with "0x". Otherwise it throws an error. The wizard should probably just add the prefix if it's not there.
Also ran into it. This PR should fix it I think: https://github.com/graphprotocol/graph-node/pull/4967
Hashes are stored decoded as bytes, so it shouldn't matter how they arrive as long as they are decoded properly, no? The issue is that Near wants block hash in...