Caio Ariede
Caio Ariede
I'm trying to cross-compile [something](https://github.com/caioariede/sugoku-sdl) but I'm getting an error. Any ideas? **Go version:** > go version go1.5.3 darwin/amd64 **Command:** > CGO_CPPFLAGS="-I/usr/local/opt/libiconv/include -I /usr/local/Cellar/sdl2/2.0.4/include/SDL2" CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -x...
Add ability to specify a custom view syncer class. A custom view syncer can be used, for example, to define a different strategy to determine which views should be updated
Python 2.7 will be removed from GitHub Actions. Let's take the opportunity to drop support for Python 2.7 as well, as planned, and remove related GitHub Actions Workflows. Reference: https://github.com/actions/setup-python/issues/672
Maybe I'm missing something, but shouldn't this: ```python >>> uint256_from_compact(0x1d00ffff) 26959535291011309493156476344723991336010898738574164086137773096960L ``` return this? ```python 26959946667150639794667015087019630673637144422540572481103610249215L ``` More info from my tests: ```python >>> m = int('0x00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF', 16) >>> m...