-
It's time to make the core libraries of nosqlbench more usable and reliable for downstream adopters. The revapi approach seems quite useful in practice.
-
Currently it's not possible to use an existing namespace for hydrophone as it prompts you to run a cleanup if the provided namespace already exists.
It would be nice to have a flag similar to Sonob…
-
Opening this issue to check-in on your plans for concurrency support. Instances like `Variant` are currently `open classes` and don't conform to `Sendable`. This will lead to warnings, and potentially…
-
Dates in INFO STATUS, etc, look like `2021-10-25 14:02:04.060115` which is almost but not quite ISO format. Would be nice to standardize all dates to use iso8601, replace the space with a 'T'.
Also…
-
### Description of Issue
USD fails to compile when strict standard-conformance under MSVC is enabled
https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-…
-
Since only requirements are tested for conformance, how can any text which is not part of a requirement be normative? Can we say that only requirements are normative?
-
We are planning to change the defaults of some options in mypy 2.0, and it's likely that we'll have more such changes in mypy 3.0 and so on. Some of these require work from many users, for example if …
-
Running CWL conformance test #6: Test InitialWorkDirRequirement ExpressionEngineRequirement.engineConfig feature:
```bash
SyntaxError: :2:0 "with" statement cannot be used in strict mode
with(obj…
-
To achieve strict RFC 3986 conformance (specifically, '+' in query strings is a LITERAL '+' and not a placeholder for ' ' as per the W3C's URL recommendations, the following is necessary:
qs.pa…
-
A `--strict` build flag that passes compile options that enforce floating point consistency. This would be used for generating goldenfiles and on the runners.
These need to be documented for the r…