-
```rust
#![no_std]
#![no_main]
use core::fmt::Write;
use core::cell::RefCell;
use critical_section::Mutex;
use esp32_hal::{
clock::ClockControl,
pac::{Peripherals, TIMG0, UART0},
…
-
Hi
We are running into the following compilation error for a PR/PIM build when using the latest revision of ofs-platform-afu-bbb:
```
[...]
+ RELEASE_NAME=dummy_release
+ mkdir -p ../dummy_rele…
-
Hi, I might want to contribute to the development of `rinex`, as my day to day work is in need of better tools than tecq, Anubis, gfzrnx etc. I have experience with RINEX, and though fairly new to Rus…
-
## What's the problem you want solved?
Hi, I see in the readme you compare to DAT, but it might be best to split out the comparison a bit to be more accurate, since the ecosystem is quite large.
…
-
I've taken a look at the rga implementation and I've noticed that it has been implemented using Erlang list. Example implementation of [add_element](https://github.com/SyncFree/antidote_crdt/blob/3ea9…
-
**Description**
Currently long running workflows can be problematic for Zeebe, if there exist plenty of them. It
seem to happen that RocksDB will consume more and more memory, when the state grows…
-
This question seems a bit odd, but it's no doubt that I'm working on it.
The reason is that we need to send audio to `AudioWorklet`, which does not support multi-threading, so we use `Worker` for aud…
-
# Problem
This issue is the continuation of a previous issue https://github.com/vacp2p/rfc/issues/420
In this issue, we shall take a modular perspective to break down the community history problem i…
-
I tried chaining two Muxlicers via EOC -> One-Shot-In connections. Sounds like there's a timing hickup between the two (either way) and also an additional low pitch when going from 1 to 2. When I chec…
-
First off, excellent work on this software. I have a remote sensing application in mind, but I'm first trying to get a dry run going.
I'm using a 4gb Jetson Nano, with Jetpack 461.
Probably unre…