Brian Pugh

Results 72 comments of Brian Pugh

same, I'm willing to bet its related to Mac Mouse Fix waiting to see if it's a double click. If so, I'd like an option to disable a double-click macro

embarrassingly, I did not realize you could remove the double click option (thanks @Mostafa-Armandi !). For those that don't know, you can right click the element in the table, and...

Interesting, I would expect positional encoding (possibly a different encoding than a simple linear mesh) would have helped. So, this suggests a few possible outcomes (1x1 filter/conv here will always...

i have not had a chance/the resources to perform experiments with these changes.

There's PR #25 that apparently supports SD cards, but I haven't had the time to review such an extensive PR.

this is quite the PR. I've only skimmed it, I'll try and give it a thorough read when i have more time. Thank you for contributing!

I think the choice was pretty arbitrary, but it should definitely be fixed to be consistent. Do you have a suggestion/justification for whether the default should be 32 or 64?

so I don't really use arduino stuff, but is the following correct: 1. There's this repo, the "root" project for littlefs on the esp32. 2. There's[ lorol's repo,](https://github.com/lorol/LITTLEFS) which is...

so for this repo, I'd prefer to keep it to 64 so that it doesn't catch anyone off guard. I opened up this PR that should pass the config value...

I think you just need to call `strm.sync()`. See: https://github.com/littlefs-project/littlefs/issues/370