-
# Module development plan for Jun/Jul 2024 sprint
## Team
- Mitch: infrastructure & module design
- Cynthia: governance & module design
- Rob: funding/contracts
- Kris & Taysha: module creation…
-
I was following chapter 12.3 of the Rust book [0]. Particularly this snippet from Listing 12-14:
```rust
use std::env;
use std::process;
use minigrep;
use minigrep::Config;
fn main() {
…
-
We MIREOT'd geographic location before we created and owned GEO. Now, GAZ is ambiguous and we are using GEO exclusively. So we need to change all references to 'geographic location' to 'geographical…
-
Quotes can be created internally through a simple CRUD interface. Simple HTTP Auth protection prevents unauthorized use. A public API is provided to request a random internal quote.
The internal quot…
-
OpenCHAMI needs a way to run dhcp directly as well as feed an external DHCP server with configuration data. This issue is confined to running a simple dhcp server directly within the docker compose e…
-
There are several components in the core that don't really belong to a "core". The problem is, that it's currently really hard to find anybody that maintains modules, but to improve overall quality of…
-
I need to run a Tide server in tests. Each test starts a server, performs some checks, and stops the server. How can one shut down a running Tide server?
The easiest thing is to drop the executor…
-
The main use case for this is to allow non-array inputs (perhaps dicts, datasets, etc.). The default implementation would remain the same, but users would have the ability to customize it for more adv…
-
**Issue/Feature Description:**
Issue can be defect, enhancement, proposal, activity, analysis etc
**Why this issue to fixed / feature is needed(give scenarios or use cases):**
**How to reproduc…
-
Many drmemtrace scheduler routines have big conditionals dispatching on mapping options. We may be able to simplify the code if we refactor to use subclasses or templates to specialize scheduler code…