-
# Log compaction for hybrid state machines
## Overview
A hybrid state machine is a state machine that keeps some of its state in memory
and some of its state, typically payload data, in the Raf…
-
**Describe the bug**
Config **modifications** result in string-atoms as keys when `config_path` is a module name. This appears to only be the case when Igniter modifies existing code, and not when a …
-
Models exported from N2A seem to be often (always?) derived from git repos, which may be modified over time. If this is a common workflow, it may be useful to also export commit hashes of the target/…
-
**Version**
image: quay.io/pulp/pulp-operator:v1.0.0-beta.5
default pulp images.
**Describe the bug**
After enabling cache, pulp-content fails with 500.
```
[2024-09-17 08:22:23 +0000] [52] [E…
vkukk updated
1 month ago
-
Updated to the new version 2.4.0 on a new Ubuntu 22 Server following all known changes to build instructions for Docker.
docker-compose up worked well, and the server stood up without error.
docker …
-
## Description
i got a panic while trying to `jj move --from ` :(
this is while i'm trying to cherry-picking changes to move into a PR commit. probably not the best workflow 🤷
## Steps to …
-
What is the best way to rollback to a point in time snapshot on the main (sending) host?
Is there maybe also a way to do a rollback only on the main host and this is also replicated?
Br
-
One of the stated goals of tissuemaps is reproducibility of analysis. In my workflow, I download the analysis pipelines (workflow and jterator) whenever I perform an analysis. This keeps the version n…
-
Semantically speaking, it is legal to view a read-only alias as having a supertype of the type of the aliased variable, for example:
```chpl
var C = new owned ChildClass();
const ref R: owned Paren…
-
Currently the log implementation and snapshot implementation are totally separate, probably we need group them together like what ZooKeeper does (FileTxnSnapLog).
We do feel this will make our logic …