Stefan
Stefan
Why not create a pull request? It will make it easier for the authors to implement.
Can confirm this ``` "react": "16.13.1", "react-native": "0.63.4", "react-native-gallery-toolkit": "^1.0.0-alpha.1.2", "react-native-reanimated": "^2.0.0-rc.3", ```
Have tried wiping the cache with: ``` watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install ``` and installing `2.0.0-rc.2`, `2.0.0-rc.1` All have the same issues....
Same issue with `go version go1.10.3 darwin/amd64`
You are right the readme is stale, but the code is still updated to use the new api url. https://github.com/alpacahq/marketstore/blob/master/contrib/gdaxfeeder/gdaxfeeder.go#L59
I have the exact same issue, the only way I can get this to work is to remove the schema definition, which would not be worth doing.
This should really be merged as readme is currently very outdated for installs
Very confused as this works completely fine for me when I try to do this. ``` import Knex from 'knex'; import { Model } from 'objection'; const knexConfig: any =...
The binaries work fine when running the build scripts locally and the public releases. The only thing missing is to push the builds to docker. That’s why I was saying...
Created a PR that updates the Dockerfile and created a script for multiarch builds for stable versions and prebuild: #1161 Tested on my `darwin/arm64` system, but will work on `linux/arm64`...