-
If we want to ship this in the real world we need to start testing critical code sections that are subject to frequent changes like the ChatProvider
-
AFAIK the current atomic operations on the S3 uses native atomics. However this creates a problem: a 3rd party library could be using atomics on their data structure placed on the SPI PSRAM.
In the…
-
**Summary:**
The paper by Justin Klip and Dhruv Gupta analyzes polling trends for Kamala Harris and Joe Biden during the 2024 U.S. Presidential Election using both linear and Bayesian logistic regres…
-
I needed a callback version of PortMidi for my Windows app. I modified the library to accept a callback function when opening a midi input stream. Then, in the Windows implementation, I call this call…
-
It seems that sometimes the critical section in pipeline is entered without lock. Please see the job configs below, which are "a bit" simplified from our real ones. The problem happens in the followin…
-
Currently the `Peripherals::take()` method is gated behind the `critical-section` optional dependency (and thus feature). Without the feature enabled, the method isn't available, because it requires t…
-
Hi,
I've build TcMenu with VSCode + ESP-IDF v5.1.3 for ESP32 an ST7735 1,8" TFT display.
To achieve it i changed this lines in TaskManagerIO and SimpleCollections lib
```
#include "Utils.h"
…
-
There are currently several read-modify-write operations that are unprotected against race conditions.
These occur when a peripheral has been split into parts, and a part logically owns a few bits …
-
https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/dataracesafety#Atomicity
> Because the current isolation domain is freed up to perform other work, actor-isolated s…
bjo0 updated
3 months ago
-
**JWilson** ([Bug 64954](https://bz.apache.org/bugzilla//show_bug.cgi?id=64954&redirect=false)):
I've noticed that for some test runs, when the test ends or I attempt to stop the test, I receive the m…