-
Hi, while trying to compile Texgen using CMake, I encountered a VTK dependency error. To resolve this issue, I tried incorporating the find_package command in the CMake list, but it is still showing t…
-
Currently, in `util::workingset`, we use `std::time::Instant` to keep track of time. Instead, we need some mechanism (probably a trait) for keeping track of time that is agnostic to implementation, an…
-
I was messing around in a test in a `#[no_std]` crate and discovered that this code:
```rust
#![no_std]
#[test]
fn foo() {
let b = b"hello";
let _v = b.to_vec();
}
```
([playgroun…
-
The `nomad volume detach` command detaches a volume from a specific node, but if there are no allocations eligible to be detached (for example, they're all in use), the command accepts that silently. …
-
Hello!
i've a script that crashes node. filing this to either report bug or get schooling in how to use lmdb :P
I've a foo.ts script:
```ts
import { open } from 'lmdb'
const env = open('my…
-
When I try to build Aleph One on Debian Testing (13) I get the next build error:
```
Making all in FFmpeg
make[3]: Entering directory '/root/alephone-release-20240822/Source_Files/FFmpeg'
gcc -DHA…
-
### Board
XIAO ESP32C6
### Device Description
Using a XIAO ESP32C6 with a battery.
Using the brownout to generate a application interrupt to notify of low battery.
Application will reduce consump…
-
```
I (3933) esp_netif_handlers: sta ip: 192.168.123.106, mask: 255.255.255.0, gw: 192.168.123.1
I (3933) example: got ip:192.168.123.106
I (3933) example: connected to ap SSID:PDCN password:3.1415…
-
#### System information
/opt/client/erigon-1.3.0-5 --version
erigon version 1.3.0-alpha5-fe192e92
Ubuntu 22.04.4 LTS Linux 6.8.0-1018-aws x86_64
Commit hash:
/opt/client/erigon-1.3.0-5 -…
-
### Port, board and/or hardware
esp32
### MicroPython version
E (151878) i2s_common: i2s_alloc_dma_desc(417): allocate DMA buffer failed
E (151878) i2s_std: i2s_std_set_slot(103): allocate memory …