Simon Hardy-Francis
Simon Hardy-Francis
I followed the instructions but in the Dockerfile I made the following change: ``` # diff Dockerfile.orig Dockerfile 20c20 < FROM ubuntu:12.10 --- > FROM ubuntu:13.10 ``` Everything built and...
## Instructions Example block output (taken from [1]): ``` Block ID 69bf094ced9f1318c2710b224bc40c8541be1b8c0e24f9011f0f9539f5e49089 Parent ID fd2ebc85655704d382fcfefd4a1445802211b627a2d160c294b1f07489d1c3d4 Timestamp 2021-03-26 11:36:43.417803197 +0000 UTC Height 13077644 Total Seals 0 Total Collections 3 Collection 0:...
I've written a simple wrapper script around the flow cli to monitor block production on internal networks. However, just for fun I ran it on `mainnet` but was disturbed to...
Maybe there is an easier way to make Golang source 'wider'?
## Problem Definition Currently `zerolog` is used for all logging to JSON format *except* for `panic()` calls which get output as non-JSON. This is a source of inconsistency in the...
## Problem Definition When examining `zerolog` calls across the source code then the vast majority of objects are called `.log.` but there is a minority called `.logger.`. ## Proposed Solution...
This is a hacky fix to get the latest loader code to not report bogus unknown TXs. Although this fix "works"... am wondering if there is a better way? There...
With only 100k items in the benchmark, all the items could be held in the 8 MB cache, which would result in misleading performance, or? Can you kindly post a...
Inspired by [1]. Useful if log4php is itself wrapped by a caller class which you do not want showing up in syslog as the file:line. Plus, if file is unnecessarily...
I'm testing this library in Age of Empires 2: Definitive Edition on Ubuntu with Steam. But no matter which settings I tweak then the most I get is 30 fps...