-
Asn1c produces incorrect OER encoding when the value of the bit string field is equal to it default value.
According to the specification, when value of the field is equal to it default value, this f…
-
### Suggested enhancement
Introduce an Mbed TLS specific setter API that allows setting the `owner` field for volatile keys, in those cases when `MBEDTLS_SVC_KEY_ID_ENCODES_OWNER` is set. Current b…
-
Receiving error attempting to convert a Single Line Field to a multiple line field:
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type 'void' to 'object'
at C…
-
When I use the LinkML validator (Python module) to validate a large dictionary, the memory usage of the Python process grows until my operating system (MacOS) eventually shows an error message, at whi…
-
In go/types/selection.go, the intended significance of the Indirect flag (for MethodVal)
is hard to tell from the example. I was assuming that is means whether there are any
pointer indirections betw…
-
There are frequent errors in API field specification, such as:
- default vs inferred (e.g., `fsType`: https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/types.go#L557); note that implicit…
-
Hey! I'm trying to use picocli with Scala and one of the main limitations is inability to define converters from scala stdlib. While simple types are ok, the problem arises with generic types (called …
-
It's a common pattern to wrap an interface with a `Delegating` class which forwards all methods to a instance of the same interface and allows selectively overriding methods.
For example see `Dele…
-
PFonts and associated textures that go out of scope are never disposed of. The PGraphicsOpenGL fontMap field is a `WeakHashMap` However, this can never work because FontTexture holds a reference to PF…
-
Dear all,
I am new to MFEM and its usage. Presently, I am interested in solving a simple linear thermal diffusion problem. I have gone through some of the existing examples and miniapps that are al…