David Buezas

Results 381 comments of David Buezas

Interesting finding. Maybe @jayzakk knows something about this?

@jg1uaa I think that's a great idea, go for it! :)

Thanks for the issue, I'll change the name in the json in the next release (to LGT8fx)

Hi @macron0! That's a hairy bug you found. I'm not sure what's going on. Regarding if making a differential read is worth it for noise reduction: it does sound reasonable...

🎉🎉🎉 Yey! I see, then the call to analogReference was leaving the BGEN bit of ADCSRD as 1 and since everything else was off, the internal 1.024v internal reference was...

Home Assistant 2022.6.1 and 2022.6.2 WebRTC v2.3.0 Tested on: * Samsung S9 * Samsung S21 * Desktop chrome with devtools open and mobile mode

Just took a look at the code, and my money is on registering both click and touchstart listeners, e.g: ```js volume.addEventListener('click', volumeCallback); volume.addEventListener('touchstart', volumeCallback); ``` I think the easiest way...

For the time being, here are a couple of workarounds to get both Intellisense and execution working ## for node modules that export objects ```typescript // import * as tslab...

Here are some clues: * using `await` at the top level gives a kernel runtime error `await is only valid in async functions and the top level bodies of modules`...

Also reported here: https://github.com/microsoft/vscode/issues/130000