myndzi

Results 91 comments of myndzi

I think I realized a good solution. Include the connection in the channel close event. The user can use that object to reestablish the channel, and if the connection is...

What's the difference between a domain and a "reserved domain"? Shouldn't it not matter and be treated just like any other public suffix? On the specification on publicsuffix.org, I see...

(p.s. - I don't quite follow the whole epub construction, but later chapters of this web novel include a lot of fan art at the bottom. It's not clean to...

(Integration testing with my plugin revealed an oversight -- I passed `data=track` to the hook in `album_info` which didn't match the `track['recording']` that gets passed to `track_info` and from there...

@sampsyo Apologies, I was checking occasionally on the issue but not the PR. I didn't notice you'd asked a question :( > Super sorry for letting this PR languish, since...

https://github.com/beetbox/beets/blob/57b5642b7cb6cacc54c8b0d619724acd19cb09df/beets/autotag/mb.py#L373-L384 This is probably what I was referring to. The code assigns the result of "track_info(...)" to "ti", then sets properties on "ti". The diff is confusing to read because...

When you say "the pool is being destroyed", do you mean that knex reports it as destroyed or pool2 reports it as destroyed? One thing I've observed in general, even...

I just got something like this while doing some work, is this what you were referring to? Knex:Error Pool2 - Error: connect ECONNREFUSED Knex:Error Pool2 - Error: connect ECONNREFUSED Error:...

Yeah, that's basically "the settings were wrong and I couldn't connect, ever"