Bret Hess

Results 5 issues of Bret Hess

How can headers, params, data be passed as in for the traditional "requests" library? e.g. `requests.post(url, headers=headers, params=params, data=data)` It seems I can't use this format trying `sess.post(url, headers=headers, params=params,...

Trying to build with ember-engines with packages that use the latest versions of ember-source (v5) fails: ``` npm ERR! Could not resolve dependency: npm ERR! peer ember-source@"^3.24.1 || 4" from...

See [qbtManager](https://github.com/hess8/qbtManager) for a version with new features (blocking by country or name and more) and some bugs fixed.

Filter considers only "active" torrents, and these are updated every time the filter runs. This is faster per filter interval by 10 seconds for 270 torrents. -t replaces -a -b....

Previously user file reading was ignored because `string_list` was always set to the default list. Also the files strings were not stripped of `\n`, and so never matched torrent clients....