-
### Code
```rust
extern "C" {
fn printf(s: *const i8, ...);
}
#[lang = "sized"]
pub trait Sized {}
struct Foo {
my_int: u32,
}
trait Parent {
fn parent(&self) -> T;
…
-
# Open Grant: Decentralized Edge Compute Cloud
*deMEC Cloud Computing*
**integration-adoption**
**Proposer:** `fruitbox12`
**Do you agree to open source all work you do on behalf of this …
-
There is a prototype network called Riffle which has a method to force exit nodes to send traffic as intended. They call it the hybrid verifiable shuffle. The best property of the hybrid verifiable sh…
-
Not clear if this is truly a "bug", but it seems highly undesirable + I can't work out how to avoid it
# Describe the issue:
We are trying to save large data arrays to file, and *at the same time*…
pp-mo updated
7 months ago
-
I am writing a pretty simplistic game that is location based. It makes you run around to different areas to unlock the next part of the game. This I have solved pretty simply with encryption and local…
-
## Background
https://github.com/C2SP/C2SP/blob/main/signed-note.md defines the specification for a signed note, which is the format of a [checkpoint](https://github.com/C2SP/C2SP/blob/main/tlog-ch…
-
### Description
`ITKFFT` fails to lazily import in ITK Python if built with `ITK_USE_CUFFTW`.
### Steps to Reproduce
1. Build ITK with `ITK_USE_CUFFTW=ON` and `ITK_WRAP_PYTH…
-
There isn't currently an exposed interface differentiating the `owner` of a topic who has the needed keys to publish to that topic, and subscribers who can read new values but aren't able to publish. …
-
@MattHJensen, @jdebacker, and @rickecon had an OpenRG board meeting last week and discussed adding areas of expertise to each expert's information. We currently have an "Experts" page option across th…
-
**Describe the issue**:
Upgrading to pandas 2, existing code. WE add some collumns together as part of our process some data seems to require a compute mid process but this then causes other data to …