JC Francois
JC Francois
When the user selects the "New Tiddlywiki..." option, a dialog box opens asking where the new file must be placed and what name it should be given. Then TiddlyDesktop downloads...
**Describe the bug** Using `cargo flash` to upload binary on Ai-Thinker NodeMCU Series ESP32-C3S Kit (ESP32C3-based MCU) through the built-in JTAG USB interface fails with `Error No flash memory contains...
Some time ago I wrote an [SD Card driver for the Longan Nano](https://gitlab.com/jeancf/longan-nano-sd-fatfs) to provide filesystem access through the [fatfs](https://github.com/rafalh/rust-fatfs) crate. I am now porting it to the esp32c3. I...
**Problem** The first call to `MountedData::get_client_rect()` in `onmounted` returns incorrect values. **Steps To Reproduce** - create main.rs ``` #![allow(non_snake_case)] use dioxus::prelude::*; use log::LevelFilter; fn main() { // Init debug dioxus_logger::init(LevelFilter::Debug).expect("failed...
**Problem** Trying to drag an Element to which an `ondragstart` event handler has been added results in a crash of the application. **Steps To Reproduce** Steps to reproduce the behavior:...
I am on Manjaro Linux. I downloaded llava-v1.5-7b-q4.llamafile and made it executable. When I execute `./llava-v1.5-7b-q4.llamafile -ngl 9999` I get ``` Cannot open assembly './llava-v1.5-7b-q4.llamafile': File does not contain a...
I came here through the rust-fatfs crate. I want to manipulate files on an SD Card in a no-std context (microcontroller). In this case, rust-FatFs relies on the Read, Write...
I can't figure out out to remove the header image from a profile. I could not find anything in the documentation about it. I tried using ```python Mastodon.account_update_credentials(header=None) ``` but...
[Espressif documentation](https://docs.espressif.com/projects/esp-idf/en/release-v4.3/esp32c3/api-guides/jtag-debugging/index.html#jtag-debugging-selecting-jtag-adapter) mentions that the ESP32-C3 has built-in JTAG functionality and that "JTAG debugging is through an USB cable connected to the D+/D- USB pins of ESP32-C3. No need for...
**Problem** When running a dioxus desktop app under Wayland, the decorations of the window do not look consistent with the other windows and the buttons (minimize, maximize, close) are unresponsive....