-
**Why is this needed**:
When configuring a webhook contact point it is common that the webhook receiver requires additional arbitrary headers to process the request (e.g. "X-" headers).
**Ex…
-
obront
medium
# All Rage Trade functions allow sending tokens to a different address, leading to incorrect tokensIn
## Summary
All three approved functions on Rage Trade (`depositTokens()`, `withd…
-
##Summary
The VRLadle contract contains a give() function that allows a vault owner to transfer their vault to another address:
```solidity
function give(
bytes12 vaultId_,
address re…
-
For multiblock simulations, we will need an allgather operation that gathers an array across multiple connected blocks. We can accomplish this through a series of sends and receives based on the alre…
-
**Is your feature request related to a problem? Please describe**
Suppose we have an interface and an extension function on a generic type constrained in upper bound by this interface
```
interfa…
-
This is an issue to discuss **context parameters**. The full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/context-parameters/proposals/context-parameters.md).
-
### What do you want to change?
Currently the autogenerated `db.go` file contains this two types:
```go
type DBTX interface {
Exec(context.Context, string, ...interface{}) (pgconn.CommandTag,…
-
### Describe the bug
I'm trying to autoinstrument the OpenTelemetry Collector. I tried copying the binary from the `otel/opentelemetry-collector` image to another based on `fedora`.
```
from otel…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xbffdc17974a9fa137fe3f0d40854643a4fcdec57a91fa2d2cbd4664cbfdbe33f
**Severity:** medium
**Description:**
**Descriptio…
-
I may have stumbled across a nasty lifetime issue in the handling of stop callbacks in the `when_all`/`split` algorithms. But this would apply to any algorithm using a `inplace_stop_source` inside its…