Results 963 comments of Ned Batchelder

I don't know what monsters await in trying to implement something like that. A different approach that I have considered is to unit-test my tracing code by calling it myself....

Why does it have to be a cryptocurrency? I discovered this project because of a small payment (thanks!!) but I really don't want anything to do with cryptocurrencies, primarily because...

It's good to know there are cryptocurrencies based on other ideas. Is there some reason I'm overlooking why dollars or euros wouldn't work?

@jamadden Thanks for digging into it. I'll have to come back to read this more carefully when I can focus more on it. Gevent is still quite foreign to me.

@jamadden Looks like `GEVENT_LOOP=libev-cext` makes things work for coverage on Windows. But why? And what do I do for people who might run into this?

@jamadden I really appreciate your attention on this. But I'm a complete gevent n00b, so I don't know what experiments to perform. Can you suggest other specific things to try...

This fixes lists, but there's still a problem with nested lists. This .rst: ``` Nested Lists ------------ - Item 1 - Item 2 - Sub1 - Sub2 - Item 3...

This is fixed by #57. Can we get a new release?

This happens with the default configuration: ``` module.exports = { extends: ['@commitlint/config-conventional'], }; ``` I understand the goal of the tool. My point is that it seems nonsensical to say...