-
> Created by **@mschwerhoff** on 2014-08-19 19:06
> Last updated on 2015-01-23 07:07
Consider the following code:
```
#!text
field f: Int
predicate FF(x: Ref, y: Ref) {
acc(x.f) && acc(y…
-
The sorting order of documentables is not consistent between K1 and K2 implementations
Questions:
* Should we sort documentables right after analysis or before rendering?
* What should be sorted?
* …
-
**Is your feature request related to a problem? Please describe.**
In my custom `api` function within `initClient` I throw an error if 4XX or 5XX status so I should be able to know that any response …
-
The paper [P2300R0](https://wg21.link/P2300R0) proposes having all CPOs used for senders be purely tag_invoke based and not dispatch to member functions.
To be consistent with this, we should do a …
-
### Description
Following interop case with the parameter type specified gives the parameter count mismatch error which may cause confusions.
```ballerina
public isolated client class Client {
…
-
I was asked to open this issue to track test completeness for the Stage 3 Promise.withResolvers method. I'm pretty new to this so any suggestions for things that should go in this tracker would be ver…
-
TL;DR: We should look into passing pointer-shaped receivers using the context register.
Today, receiver parameters are effectively simply prepended to the parameter list. This was convenient when G…
-
What users want to do is encrypt data and send it.
What we make them do is jump through many explicit calls with mind-boggling error handling and handle serialization themselves. For TLS its even w…
-
If the SBUS(2) Signal is broken (wire broken, disconnected or receiver unpowered) the SBUS_Ready() function would return true forever.
There should be a reset of sbus_ready and telemetry_ready.
…
-
Slightly related to the discussion in open-telemetry/opentelemetry-collector-contrib#9478 (cc @mx-psi), but more about the conflict between a desire to have optional configs which nonetheless have def…