Tim Daubenschütz
Tim Daubenschütz
https://blog.infura.io/validating-bridges-scaling-blockchains/
Hi, I'm trying to delete a file on the server and I'm using `deleteFile(id)` (http://docs.fineuploader.com/branch/master/api/methods.html#deleteFile). I have `CORS` enabled, but didn't yet implement it on the server and so when...
here's what I just wrote down: https://github.com/attestate/kiwistand/issues/131 I have reported this to Gabriel before but not sure if y'all have looked into this. My suspicion is that somehow the ethereumjs...
To use the ethereumjs/trie library for set reconciliation, we go breadth-first, level by level, take those nodes as an array and then send them to remote node for comparing their...
- the ethereumjs trie now uses these db adapters - e.g. I'm using the same lmdb adapter that is used here: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/trie/recipes - and e.g. lmdb doesn't implement a "keys"...
- this documents the steps in more detail how pathogen vim-prettier is supposed to be installed without running into "failed to parse buffer" issues
[](url)  we got this error in on of our Kiwi News nodes but it seems the stack trace is disconnected from the execution of the host...
``` Receiving objects: 100% (21/21), 30.52 KiB | 781.00 KiB/s, done. Resolving deltas: 100% (1/1), done. c++ -o ldb ldb.cc ./lib/*.cc ./deps/docopt/docopt.cpp -I./deps/leveldb/include -std=gnu++11 -stdlib=libc++ -lpthread -L/usr/local/lib ./deps/leveldb/build/libleveldb.a linenoise.o -lsnappy...
this one leads to a 404 https://www.ietf.org/id/draft-ietf-cbor-packed-03.html
- Fixes #409