-
In PR #390 we added an initial single entry point to `epidist_linelist` requiring the following input columns:
```r
as_epidist_linelist
-
First things first: thank you for this amazing tool!
I'm using it extensively for a few months now, and I've encountered a usecase/behavior that I think could be slightly enhanced
To my understa…
-
Create an inherited Radio Dialog class derived from the base Dialog class.
Acceptance Criteria
- Should be derived from the base Dialog class
- Should have options for a single or multiple radio but…
-
**Describe the bug**
Using `Koin#getAll()` to get `@Single` annotated functions sharing a return type only returns a single instance. The others get lost during registration and don't even show up in…
-
We are switching to XDG now, which has some configuration state.
What other config might we want to isolate?
Should this include keybindings and such?
Started from https://github.com/sceneryg…
-
-
The foundation of an object-oriented system is the _message_, but the most visible organizational structure is the _class_.
Anyone can arrange code to make it work right now. Creating an easy-to-chan…
-
Hello, I want to train tiny-yolov3 to detect a single class. I have 8862 images for training, 1366 images for validation. All the images are gray images and the image resolution is 640×512. First time…
-
### What problem does this feature solve?
I am designing an ESM (ECMAScript Module) [module linking ](https://github.com/dp-os/gez) with the intention of exporting multiple packages within a single f…
-
Having a screen such as
```kotlin
@Parcelize
data object Static : StaticScreen
@CircuitInject(Static::class, AppScope::class)
@Composable
fun StaticUi(screen: Static, modifier: Modifier) {} …