-
Imported old issue.
Generally this is a way to "carry" context across actors, we'll want this to play well with the GSOC ideas around tracing and propagation
---
We need a way to propagate: …
ktoso updated
2 years ago
-
With the intention to increase the support of this project under the Unleash organization, it would be desirable to make it follow the same stack of unleash-client-node.
I'm opening this issue to b…
-
In MOSART - the calls using
`shr_mpi_sum, shr_mpi_max, shr_mpi_min, mpi_barrier, mpi_bcast
`could be replaced by calls to
`ESMF_VMAllReduce and ESMF_VMBroadcast.
`
The following must be taken …
-
This is something that's been on my mind since I found out about it last June, and I filed dotnet/roslyn#20314 for it.
Quick recap:
```cs
using System.Collections.Generic;
using System.Linq;
…
-
## Links
- [link to event](https://ti.to/bdotnetug/build-2022-recap)
## Semiar1: Draft support in AKS
- Developers need not learn Dockerfile, yamls of kubernetes and helm
- azure cli has a new e…
-
godot-rust historically (v0.8) used `unsafe` for every interaction with the engine. While this was "on the safe side", it was very inconvenient and forced the user to clutter the code with `unsafe`. v…
-
@trilinos/framework @maherou @jwillenbring @bartlettroscoe
PR https://github.com/trilinos/Trilinos/pull/4259 led to a discussion about Trilinos versions, deprecation, and the Trilinos release mode…
-
/area runtime
## Describe the proposal
@cgillum @nyemade-uversky
From an operational perspective, it makes sense that that we introduce a firehose of Workflow life-cycle events.
These ar…
-
In https://github.com/nikomatsakis/nll-rfc/blob/master/0000-nonlexical-lifetimes.md#layer-2-avoiding-infinite-loops we have
```rust
let scope = Scope::new();
let mut foo = 22;
unsafe {
// dto…
-
Undefined behavior is a powerful and important optimization tool which zig embraces. We take this so far as to have the standard library assert failure indicate that failure is unreachable, and a pro…