Capi Etheriel

Results 54 comments of Capi Etheriel

There you go https://github.com/nezoomie/brunch-eggs-and-bacon/pull/12

Docker's best practices documentation uses `useradd --no-log-init -r`, where the `-r` stands as an alias to `--system`. `useradd` will not create home folder for system users by default. Similarly, Google...

Shouldn't DupeFilter ignore the duplicate requests _before_ they are dropped by DepthFilter?

a chromium/mozilla wrapper with a purl-like API would be a godsend. i already use purl wherever I can since it makes for readable code that is easy to teach.

Let's say my `CustomSpider` yields `DebouncedRequests` with a particular parameter, like `http://domain.com/getdata.xml?query=1`. But instead of firing it immediately, I set rules for it to wait at least 10 requests (or...

@simontegelid i'm using your version flawlessly.

This is important to allow setting the oembed providers endpoint, to avoid CORS issues in the browser.

Right now, basename lacks the extension and is used, mainly, as the key in the generated object. This will probably break if we have both `conflict.md` and `conflict.markdown` as file...