Chris Mountford

Results 15 comments of Chris Mountford

Super confusing and time consuming to read docs added by this commit https://github.com/cheeriojs/cheerio/pull/2950/commits/976b087d3ba8ed2f5b3beea6fffc83a003195f21 for a proposed feature with no apparent implementation work evident in the repo. A new user like...

It seems fair to say that there is no timeframe estimate nor commitment to implement cross-platform support ever. This is not intended to be a criticism, just an attempt to...

Hey Processing, without meaning to be pushy, @codeanticode - I'm wondering if you have an estimate on when the upgraded v2.0 video library will be published? When you said "We...

As v2.0 has been released, is this issue fixed as predicted?

Note that the title of this issue is misleading. In the sample code, the instance of the Movie object is not reused, a new Movie object is continually created and...

Perhaps this is a case to implement the `finalize()` method on the `Movie` class?

Hi @neilcsmith-net I get that there's no GC guarantee when using finalize() but I mention it conscious that freeing up native resources is one of the last defended uses of...

I'm with you on attributing responsibility to fix memory leaks in gstreamer. In fact I'm with you generally even if I'm not quite ready to give up on the potential...

Thanks for the tips @neilcsmith-net I should have explicitly mentioned that I see that you're right, `finalize()` is already implemented. Thanks also for the link to the book maybe it's...

How about now?