milahu
milahu
part of #20
currently, when i add a new word (edit → recognize word) then this new word is added at the end of the page like ```html some old words another line...
use the same formatting as tesseract
**Is your feature request related to a problem? Please describe.** tor-hidden services are too easy to attack for state-level actors (i am not sharing concrete examples) nym-hidden services could provide...
recently, [my scraper](https://github.com/milahu/opensubtitles-scraper) in headless mode is being blocked by cloudflare (http status 403 with title `Just a moment...`) so now im running my scraper in headful mode this brought...
with selenium_driverless fb2339a3311334ec6b05ec33232570fb2e4af6ba i can create a new tab with ```py driver_window = await driver.switch_to.new_window('tab') ``` but then i cannot switch to the new tab with ```py await driver.switch_to.window(driver_window) ```...
what is missing for a libtorrent 2.1.0 release? fixes, tests, features? currently the [master branch](https://github.com/arvidn/libtorrent/tree/master) (libtorrent 2.1) is > [545 commits ahead of](https://github.com/arvidn/libtorrent/compare/RC_2_0...master) and [1 commit behind](https://github.com/arvidn/libtorrent/compare/master...RC_2_0) RC_2_0. related -...
[Tribler](https://github.com/Tribler/tribler) Onion Routing is based on UDP so it has better streaming performance than TCP-based onion routers like Tor or [I2P](https://geti2p.net/en/docs/applications/bittorrent) > better streaming performance it should also give better...
allow to disable trackers in [settings](https://www.libtorrent.org/reference-Settings.html) similar settings - active_tracker_limit - enable_dht - enable_lsd - enable_upnp - enable_natpmp workaround: remove trackers from the torrent file before passing it to `libtorrent.torrent_info`...