Results 15 issues of Wei-ying Chen

Steps: 1. Install vue-cli and do `vue init webpack play-test` (and do `npm install`) 2. Install vue-play: `npm install -D vue-play vue-play-cli` 3. Add vue-play to `package.json`: `"play": "vue-play start...

I worry that the novel will get stuck in the opening sentence if we don't assign roles. For instance, ideas guys, writers, ghostwriters, editors, etc.

Pretty neat idea. We need a better hooking sentence, though, to 1) attract contributors 2) attract future readers. A _opening sentence_ should make the reader ask the questions _why_, _what_,...

It seems like this file: https://github.com/Rahix/avr-hal/blob/main/ravedude/src/avrdude/avrdude.conf is not compatible with AVRDUDE 7.1: https://github.com/avrdudes/avrdude/discussions/1636 You get these warnings: >avrdude warning: ATmega329's flash writepage misses a necessary address bit a13 \[/tmp/.avrdude-OHDaQR.conf:5780\] >...

I generated a project with this: https://github.com/esp-rs/esp-template (I selected esp32-c3). Then I added bme280 (0.5.0) to my Cargo.toml. Then I built. I got this error: ``` error: failed to select...

Currently, is there a way to accomplish that? In order words, is there a way to replicate this? ``` #!/bin/bash for f in *.png; do # Remove background magick "$f"...

I'm using this code to read from my HX711/load sensor (using [this](https://github.com/DaneSlattery/hx711) crate): ``` use esp_idf_svc::hal::{delay, gpio::PinDriver, peripherals::Peripherals}; use loadcell::{hx711::HX711, LoadCell}; fn main() { esp_idf_svc::sys::link_patches(); esp_idf_svc::log::EspLogger::initialize_default(); let peripherals = Peripherals::take().unwrap();...

I generated an esp-rs/esp-idf project using the official [template](https://github.com/esp-rs/esp-idf-template). Then I modified it like this: ``` fn main() { use esp_idf_svc::{ hal::prelude::Peripherals, sys::link_patches, }; esp_idf_svc::log::EspLogger::initialize_default(); let peripherals = Peripherals::take()?; }...

## Description ### Full log ``` .0 (/home/weiying-chen/rust/rust-esp32-hx711) error: linking with `ldproxy` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/weiying-chen/.rustup/toolchains/nightly-2023-12-31-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/weiying-chen/.local/bin:/home/weiying-chen/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin:/home/weiying-chen/.dprint/bin:/home/weiying-chen/.deno/bin:/home/weiying-chen/.nvm/versions/node/v20.11.0/bin:/home/weiying-chen/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" VSLANG="1033" "ldproxy" "/tmp/rustcBx3g4Q/symbols.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.143qodo32o4ipifw.rcgu.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.1cz1qgmjyop85z30.rcgu.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.3cwdvjljmqfstamc.rcgu.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.3g127sn1haxif48e.rcgu.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.3i5z952gm17e38jg.rcgu.o" "/home/weiying-chen/rust/rust-esp32-hx711/target/riscv32imc-esp-espidf/debug/deps/rust_esp32_bme280-d5ad83a966519a9d.3m8d9qhxkwe8tjc7.rcgu.o"...

bug

Right now, single quotes are closing curly quotes by default. So opening quotes are displayed as closing quotes: https://i.stack.imgur.com/yufiJ.png Is this an issue with the font or browser?