Justin Bradford
Justin Bradford
I see this also handles YAML files, and I was wondering if it would be difficult to add TOML, as well. If it's not already in the works, I'll try...
Bump hash difficulty (iterations) and hash size. Supports old iterations and sizes, but still lacks in-place upgrades to new, minimum iterations.
@colszowka I opened a PR for this to see if you had any input. The major change is that this gem would now use a newer (higher version) system binary...
In a long running application with turnover and new deploys, the seed nodes could change. I think a mechanism for updating the seeds in active modes would be useful.
There is a small probability of a network becoming exclusive (and rejecting any new nodes) if they all hit the max peer number within the current network. I hit that...
In the example below, the label `end` passed to the `braf` macro is not resolved (it becomes zero) in the assembled output. It should behave like the macro-expanded line following...
`brk` aka `sub pc, 1` used to pause the emulator, but that no longer seems to be working. It does behave as expected, otherwise. It loops forever on that instruction.
### Discord username (optional) _No response_ ### Describe the bug Not a bug per-se, but the auto-complete mechanism (tab, menus, right arrow, etc) is just too unintuitive. I find myself...
https://hatchet.run/ https://github.com/hatchet-dev/hatchet "Hatchet is a distributed, fault-tolerant task queue which replaces traditional message brokers and pub/sub systems - built to solve problems like concurrency, fairness, and durability."
### API Other ### Description It looks like this is a known limitation from the error message, but I was curious if there are any plans to support updates of...