-
### Type
Crash or hang
### Operating System
Windows
### OS Version
Windows 10
### Bug description
Client gets stuck at checking for updates 95% then crashes with unable to check f…
-
Template code currently supports the file/directory structure from "cellranger multi" (which is preferred)
However, the structure from a simple "cellranger count" run is different, and
"cellranger a…
-
Whilst working on CUE, I've noticed a lot of static check messages in my editor. Would it be worth adding something like [golangci-lint](https://golangci-lint.run/)?
```sh
❯ go run honnef.co/go/to…
-
### User Story
As a receiver of syndromic surveillance data,
I want to be onboarded to the UP,
so that I can receive ss data from NSSP.
### Description/Use Case
Oklahoma has been identified…
-
### What happened?
I'm using `derive_param_computed()` to derive a new parameter from other two. I also would like to keep a few variables from one of them. In the example below I take ADTM, ATMF, …
-
[
-
Pulling out from https://github.com/haskell/filepath/issues/12#issuecomment-64000192, I think most path/drive based functions (but not extension functions) should first parse their path, then modify, …
-
When an ADT file is parsed, this call throws an invalid chunk exception, failing to load ADT
https://github.com/WowDevTools/libwarcraft/blob/355fb29211a3f31b3d7d55308d27f69eb48cd197/libwarcraft/ADT…
-
As mentioned in #55, I'd like to use uPickle to parse an [aeson](https://hackage.haskell.org/package/aeson)-produced file. Another interoperability issue I encountered is that uPickle doesn't encode f…
-
I propose to add a `@typing.sealed` class decorator that would do nothing at runtime, but indicate to static type checkers that all subclases must be defined in the same module. This will allow static…