dgw

Results 632 comments of dgw

Unless I'm forgetting some 8.x changes, the problem with saying "do that in another plugin" right now is that there's no way for another plugin to say "I can handle...

> First thing is that it uses `@rule` and not `@url`: [`master`/sopel/modules/url.py#L315](https://github.com/sopel-irc/sopel/blob/master/sopel/modules/url.py?rgh-link-date=2022-11-21T23%3A01%3A31Z#L315) > Second thing is that it checks for existing URL callbacks, and if none can be found, then...

Yep, ran into this today. Was very confused, because generally the library I'm using for API integrations (Python's `requests`) Just Does The Right Thing for GET params, but in this...

Listing out files lost in a drive crash to see what I need to try to salvage if I can get the drive to mount again, and what I can...

You're restricting it to one page…

This should have been left open. Someone other than OP could add Deck instructions.

Latest occurrence, log dump: ``` Thu Mar 26 06:01:20 2020 - irc_public(#Kaede): dgw(o=1, a=0, e=1): !stunt Thu Mar 26 06:01:20 2020 - Found variable $twoplus Thu Mar 26 06:01:20 2020...

I haven't spotted this for a while. Glitches these days are all about #137, so I'll close this out unless I see it happen again (reports from other users also...

One of my users just ran into this with a factoid that uses multiple instances of `$digit` both before and after `$nonzero`. Since all of the `$digit`s get replaced first,...

In the long time since posting that, I discovered at some point that `${varname}` works just fine. Presumably I was trying to do `{$varname}` when I stated that the braces...