oskarth
oskarth
This is useful in cases where there are two money columns and this can't easily be automatically detected. - Adds command line option for `--money-columns` - Updates parser to deal...
build.boot: ``` (set-env! :source-paths #{"src"} :dependencies '[[org.clojure/clojure "1.7.0"]]) (task-options! repl {:init-ns 'nrepl.foo :eval '(set! *print-length* 20)}) ``` Running `cider-jack-in` in Emacs and evaluating `*print-length*` => nil. Expected result: 20. When...
# Problem (This might be the wrong repo for this, not sure). For Waku v2 to run in browsers we currently have to develop a new (ideally light) client in...
Running into a bug where identify protocol can't parse r2 field (addr): `Result: IncorrectBlob [ResultDefect]` This happens when node is connected from Node JS with the following options: `listen: ['/ip4/0.0.0.0/tcp/0',...
Start of Kademlia implementation, very hacky and needs to be cleaned up. Basic find node functionality with protobuf encoding/decoding so far. Still need to hook up handler, implement iterative lookup,...
# Problem If all our servers are down, e.g. during a Chaos Unicorn Day event, Status stops functioning. This is due to all bootnodes being hosted by us. It'd be...
(Skeleton issue) # Problem Currently LES on-device node is disabled. This means we are relying on either Infura or custom RPC. Even if we can't get great perf it is...
# Problem As we saw during hackathon, sometimes we get a lot of bandwidth for unexpected reasons (e.g. mailserver direct TCP connection). This is unacceptable from a user point of...
https://github.com/status-im/status-react/tree/develop/doc/decisions They probably belong here instead. Create a page such as "Documenting our decisions" with these linked. Also cc @jeluard and @corpetty fyi
This used to be old wiki but was removed accidentally.