dgw
dgw
### Description The built-in `search` has been unreliable, often yielding no results because it probably gets blocked from scraping Bing or DuckDuckGo SERPs. (This mechanism isn't entirely clear, as it...
I loaded the main ShareDrop instance on Firefox (Steam Deck, which uses an Arch-ish Linux) with uBlock Origin enabled, and found myself unable to accept a transfer request from my...
I don't know if this is still maintained, but I came across it in a list of Rust "Are We X Yet?" sites and noticed that the domain no longer...
### Description This does what it says on the tin, and is intended to land in 8.1.0. Starting as a draft, because it has existing merge conflicts already (I think...
### Description This fixes submodule search locations for `PyFilePlugin`s, checks whether the module spec is valid _before_ adding it to `sys.modules` (instead of checking after), and adds a regression test...
### Requested Feature I envision a hypothetical `@interval_lazy` decorator modeled after `@rule_lazy` and friends. Instead of returning a sequence of regex patterns, though, the callable passed to it would return...
### Description _This patch feels almost too simple to work, but it does._ For quite a while, we've had three tests from the `rand` plugin that take several seconds each....
### Description Fixes #2566. In `test_irc_utils` suite, rewrote `test_safe` and `test_safe_bytes` to generate a bunch more permutations of invalid characters automatically rather than writing them all out. The horse is...
How to do this was discussed fairly well in #1222 a while ago, and I just cribbed an example from there. I also found an apparently obsolete note about using...
I was trying to figure out why I could get multiple URLs to trigger the same plugin callable, but other people in the channel couldn't. Turns out, I'm a bot...