-
Would be good to have a custom configuration for air quality ranges
```
function pm2_5ToAqi(aqi: number) {
if (!aqi) {
return 0; // Error or unknown response
} else if (aqi 25 && aqi 50…
-
There is a problem compiling with respect to the "ranges" macro, which conflicts with a function name. Building with ClojureScript's public API directly compiles just fine.
```
clojure.lang.Except…
-
In contrast with our other checklist, the native ranges are expressed in a number of ways here, e.g.:
```
Cape Verde Is., Africa, Madagascar, Comoros
Mediterranean to Turkey, Israel
Probably nat…
-
The "Destroy Class" Semaphore task will destroy the project associated with a given class number, but it does not check whether the class has any ranges created. This could result in situations where …
-
We have a number of small, nested classes, mainly in the ranges library, which we currently variably specify with `class` and `struct` (e.g. `outer-iterator`, `value_type`). It might be helpful to pic…
-
Problem with certain strings (`CAT_0000428`):
```xml
an VIl-an VIII
```
* What do we do with date ranges?
* Problem with getting the full number `VIII`
-
Real data sources to use:
1. Mutations from the [AWS S3 MultiAssayExperiment for ACC](https://github.com/waldronlab/MultiAssayExperiment/blob/master/inst/extdata/miniACC.R)
2. ABSOLUTE copy number c…
-
Would be nice if minCount and maxCount would be available to check for length of number/date as string length, where you'd probably also convert strings to count validators instead reserving min/max f…
-
## General
- Displaying numeric data:
- use numeric option in appropriate table columns (right-align, monospace font).
- format large integers with commas wherever appropriate
- round decimals w…
-
I frequently run across the need for an algorithm that can copy multiple disjoint subsets from a vector to another vector (or set of vectors?) based on some kind of classification function that tells …