-
Hi, the link:
https://github.com/segler-alex/Pidgin-GPG/downloads
In:
https://github.com/segler-alex/Pidgin-GPG/wiki/Downloads#generic-linux
, points to nothing (seems broken).
Any ideas?
Kind r…
-
First thanks a lot for all your efforts.
To make this more useful in a broder range of use cases I would like to request a generic webhook service type, where the user can specify a URL of their ch…
-
Somehow type parameter `YEA` has its name declared in the main scope (not the function scope)
```ts
function x() {}
type B = YEA;
```
This might have to do with the hoisting (`synthesise_s…
-
**Describe the bug**
When specifying the generic types in ConsumerRecord, e.g. `ConsumerRecord[Any, Any]` in the stream function signature, the `ANNOTATIONS_TO_PARAMS` mapping fails to map the cons…
-
The data structures in this trait are not generic, will need associated_type_defaults to implement it.
see issue #29661 for more information
-
The generated types for (at least some) closures miss type parameters from their containing types.
When defining a nested type, it should redefine all type parameters from its containing type (see I.…
-
In our terraform infrastructure code, gitleaks does find instances like
```
service_key = "something-matching-generic-api-key-rule"
```
but it has been missing the same keys when written as a ter…
-
Similar in structure to check S100_Dev0165 (attribute multiplicity), a check is required for association multiplicity, e.g., an equipment feature can be associated with a single structure only.
`Fo…
-
The following PVL program causes the `constantFinalFields` rewrite to generate an AST that no longer typechecks, which triggers a VerCors crash:
```java
class C {
final int f;
}
```
The…
-
## Bug description
I'm trying _not_ to hard-code peripherals and work with their all-generic versions, yet I fail when trying to swap-in a generic channel type for where a _concrete_ DMA channel wa…