-
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…
-
**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…
-
## Story
3rd party may need to query a list of entities using arbitrary conditions, such as "tasks with due date between {date} and {date}"
This is easy to do using a custom endpoint of an addon (…
-
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.…
-
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…
-
I think we need templates/generics, don't we?
the proposed syntax:
```yaml
types:
a:
template:
- id: first
type: type
- id: second
type: enum
- id: …
-
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…
-
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…
-
## 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…
-
# Question
In my team's project, the classes `AuthorList` and `MangaList` both inherit from the generic `ArrayList`. The exact code used is of the format:
```
public class AuthorList extends Array…