Results 22 comments of Wei-ying Chen

@jarredhawke Sorry, but I'm not maintaining this repo. Actually, I put it on Github just to show the code to a friend, ha. Feel free to fork it and update...

@jfonte Length doesn't matter. According to my experience, though, the shorter the better. @n-r Neat! Is there any way to vote?

http://strawpoll.me/ is a very good idea. On Thu, May 14, 2015 at 9:51 AM, n-r [email protected] wrote: > @alexcheninfo https://github.com/alexcheninfo We'll have to figure one > out. We could have...

I'm busy working on a novel right now, but I can write the first paragraphs of the selected opening sentence. And act as an editor later on (if I have...

This is happening to me with VS Code Insiders 1.74. But the strange thing is that sometimes undo is fine.

`parameters.nextjs.appDirectory` set to `true` didn't fix `Error: invariant expected app router to be mounted`. The code of @MichaelCasaDev and @isBatak did: ``` import { AppRouterContext, type AppRouterInstance, } from 'next/dist/shared/lib/app-router-context.shared-runtime';...

> Note: This only recommended when using the app router with React Server components, otherwise all icons will be shipped to the frontend as well. So what if one wants...

Isn't that the same implementation @ericfennis shared? He said: > Note: This only recommended when using the app router with React Server components, otherwise all icons will be shipped to...

Thanks a lot for the advice. I used FreeRTOS instead of Ets, and the error disappeared. Now I have another [problem](https://github.com/DaneSlattery/hx711/issues/9#issuecomment-1962950154). The code runs, and I get an (empty) output...

I tried this: ``` use esp_idf_svc::hal::{delay, gpio::PinDriver, peripherals::Peripherals}; use loadcell::{hx711::HX711, LoadCell}; fn main() { // The rest is the same as before let delay_provider = delay::Delay::new_default(); let mut load_sensor =...