leo60228

Results 248 comments of leo60228

Chrome plans to deprecate WebSQL at some point in the future: https://www.chromestatus.com/feature/5684870116278272

...wait, this repo uses IndexedDB. Oops.

I specifically recalled that the project used WebSQL. I'm not sure why I thought that.

@ananagame You don't have issues enabled on your repo. :P Can you add a Rust icon?

@ananagame Really? I was just getting a default Vim icon. I'll check again.

@ananablack I use CSS which makes the background of that panel black... oops.

I'm not sure if the GHIDRA exporter API is powerful enough, but being able to export IPS32s directly would be very useful.

I believe Arduino uses Atmel's fork of avr-libc: https://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en611560

avrdude's support for newer AVRs is very buggy and from what I've seem it's borderline unmaintained. Adding support for [`pymcuprog`](https://pypi.org/project/pymcuprog/) in ravedude might be nice. That's Microchip's official open-source CLI...

Though, it looks like you're building a binary for `avr-atmega328p`. That definitely won't work.