Ben Harper

Results 6 issues of Ben Harper

While experimenting with rdedup on my RAM limited VPS I noticed that the init and load commands used around 1GB of memory. This caused the program to swap which made...

This improves the situation in #77: * The region key has been replaced by an `i64` in the `f64` version of the library, increasing the range before panics occur. *...

P-Medium
D-Medium

# Objective Fixes #13190

D-Trivial
C-Usability
A-Math
X-Uncontroversial
S-Needs-Review

**Describe the bug** The densitymx_slow implementation does not work. At `pygsti/evotypes/densitymx_slow/opreps.py:177`, ```python class OpRepStandard(OpRepDenseSuperop): def __init__(self, name, basis, state_space): ... super(OpRepStandard, self).__init__(superop, state_space) ``` The issue is that `OpRepDenseSuperof.__init__` doesn't...

bug

### Describe the feature request Currently after restarting gatus, external endpoint heartbeats are checked only after the interval has passed. I would like some way to force it to check...

I'm deploying from `aarch64-darwin` to `x86_64-linux`. When I run deploy-rs with `remoteBuild = True`, build are done on the remote host and this works fine. However when I include the...