Jed

Results 232 comments of Jed

I just updated the dependencies. Try-out the new patch version 0.3.29. BTW, your scenario seems like a worst-case scenario, but I'm hoping the dependency updates resolve it, as it doesn't...

I'm still not sure why that kind of logic should at all be the concern of codepainter. It seems like async should be the one responsible for throttling concurrent fie...

Wouldn't it be better, then, if [glob](https://www.npmjs.org/package/glob) handled this logic? Would you consider opening an issue on the [glob issue tracker](https://github.com/isaacs/node-glob/issues)?

You make solid points. Still, it's going to be a pain to implement this fix, mostly due to the difficulty of testing it. I'll probably get around to fixing it...

Hi @mintymatt. I'm no longer interested in supporting this project, so it would have to be someone else.

I'm seeing the same issues. Definitely need to write some library-usage tests. All the tests for CodePainter are settings-based right now. This doesn't look like a quick fix though, so...

Same problem here. Must pass `--sc` instead of what the help doc says, `-sc`.

That's just the thing. I don't think these tests are being tested without an implementation. How do we go about doing that?

We should use GitHub Actions. Leave this PR open. I'll figure out the CI.

The spec was written to align with the existing implementation and tests. See also [these tests for the Rust implementation](https://github.com/florianb/one-ini/blob/aa3707e90b1e2bcea94a2c5766f6332e2cca1ded/tests/integration_test.rs#L58-L88). I never really liked this rule, but it would be...