David Beneš

Results 6 comments of David Beneš

For your convenience, I created a project with prebuilt library for Ubuntu 16. It can be used as npm dependency. https://github.com/Jollor/tdl-binary As noted here, full compatibility is not guaranteed unless...

@mnb3000 @IlyaSemenov I just published a package to make this library multiprocess. You can use it right away without any extra coding. The library is a wrapper for tdl with...

Alright, it seems to be impossible to modify document metadata. The only value that propagates from data to metadata is `_id` that will be deleted from data before inserting to...

There are more examples of this issue: ``` const slug = getSlug('top 100 waterfalls', { custom: ["."] }) console.log(slug); // => top-1..-waterfalls ```

I figured out that there are more similar issues originating from speakingurl package on which limax depends. Fixing this issue #39 won't help much unless the upstream issue https://github.com/pid/speakingurl/issues/124 is...