Results 39 comments of Jeff Kent

I'll keep this in my inbox to review when I have more time. I'm not very familiar with PlatformIO; I know its an alternate environment for Arduino development though.

Sorry, no progress has been made on this. I'm too busy with other things at this time.

Since this has never made it upstream, I'm going to go ahead and merge it so you get credit in the next major release.

Is this still an issue with the v1.0.0 API?

Very cool. I don't have any test results/benchmarks at the moment, nor have I done anything with FrogFS + micropython. I'm going to be working on finalizing the API in...

> The example configuration file doesn't work any longer, at least when I build it (on Debian 12.9). If I give it: --- snipped --- > The yaml parser complains...

I confirmed that this was a YAML syntax issue. The correct syntax is: ```yaml filter: '*': - compress zlib: level: 9 ``` Notice the colon, and the indentation. Sorry I...

I think a way to install dependencies as needed is in order. I'd like to do the same for brotli too. Something similar to how node.js packages are installed on-demand....

Bumping this. PR #69 has a great solution for pip. I will work on this after merging.