Nicholas Corin
Nicholas Corin
When using the `stream` command, you are required to either provide only of either the `--start-block` flag or the `--last-synced-block-file` flag. However, even when using `--start-block`, the `last_synced_block.txt` file is...
As per the documentation for `zerolog`, using contexts to pass sub-loggers should work something like this: ``` ctx := log.With().Str("component", "module").Logger().WithContext(ctx) log.Ctx(ctx).Info().Msg("hello world") // Output: {"component":"module","level":"info","message":"hello world"} ``` This doesn't...
This is just a draft proposal intended to facilitate a conversation around API simplification across chains. For example, most transctions submitted through the `ChainWriter` will use a zero `value` parameter....
After upgrading to macOS Sequoia, I was prompted to re-grant `skhd` access to accessibility features. It was already enabled, and flipping the toggle off and on did nothing. To rid...
### Did you check the docs? - [x] I have read all the docs. ### Is your feature request related to a problem? Please describe. I'm wondering if it's possible...
### Description The auto-update dialog is showing that the client has been updated, but restarting doesn't update the binary that's being run. I have a hunch it's because I've installed...