Kodi Arfer

Results 265 comments of Kodi Arfer

No, I enabled installing unsigned add-ons in Thunderbird. I forget how; it was a while ago.

I get `NameError: name 'by2s' is not defined` when I try this.

Oh yeah, you should know that that's a private function that appears in the Hyrule manual due to a bug (https://github.com/hylang/sphinxcontrib-hydomain/issues/18). Use `toolz.partition` instead, or just copy the definition of...

> I am not sure what the function does that you reference here I'm just saying that it should work like `pblapply` but not actually collect the results. > if...

I got the above with Python 2.7.12. With 3.5.2, the bug doesn't arise.

For what it's worth, I'm no longer seeing this as of 2.0.3, but I did have to make some other changes to the code to get Wells Fargo (and Discover...

It's been a long time (over a decade) since I touched Parsec and so perhaps I was wrong in thinking it can be done with `try`. But yes, a non-greedy...

This kind of thing should be tracked on pygments/pygments, not here, and we already have an issue there.

In hindsight, this seems a little silly. A 40-ms overhead for importing Hy seems acceptable and not something that can feasibly be improved on very much. Neither Hy nor Python...

I disagree; in fact, I can't think of a scenario where a 10 ms startup time would be good enough but not 40 ms. Besides, real Python code will be...