Wink Saville
Wink Saville
@michaelsproul good plan, use the initial implementations as design/implementation exercises to find the commonality and let the system evolve.as knowledge is gained.
Maybe there is nothing to do. I did a google search for [unix timestamp and leap seconds](https://www.google.com/search?q=unix%20timestamp%20and%20leap%20seconds) and for Unix it appears gettimeofday() assumes each day is exactly 86400 seconds...
The problem is that sphinx-quickstart no longer asks for extensions they can only be added from the command line or edited manually. See Issue: https://github.com/sphinx-doc/sphinx/issues/4148 and PR: https://github.com/sphinx-doc/sphinx/pull/6066 Here is...
[Here are logs](https://drive.google.com/file/d/12rJANOXwm7ZUVISEGXTownRBXguRGMlV/view?usp=sharing) for a "WARN Could not find block ...". In that zip file is `reth.log` and `reth.log.starting-reth-version.could-not-find-block` which was created with: ``` kendall@ethel 24-04-09T18:38:53.440Z:~/eth2-data/reth/holesky $ rg 'Starting reth...
> looking through the logs it seems like yours presented differently than mine, and considerably sooner, then again it seems you are also using holesky? Yes I'm on holesky
I believe having `config.json` pretty printed makes it more useful for humans. I've chosen jsonxf simply because when searching crates.io it was most relevant and had almost 100,000 downloads. Another...
Rebased and altered this PR to build on main. In that surrealdb/src-tauri/Cargo.toml now has serde & serde_json as dependencies I switched to using serde_json::to_string_pretty, this simplifies the change and it's...
OMG, I'm so sorry :( On Thu, May 23, 2024, 06:01 Julian ***@***.***> wrote: > I have changed the implementation back to using jsonxf as serde caused the > entire...
> Alternatively, a more involved solution would be to modify the slashing protection database's locking paradigm so that it can lock on a per-validator basis. We should never be signing...
> What do we want to do with this? There's been some changes over in riscv-rt since. I'd like to see interrupts working on risc-v and willing to work on...