Paul Evans

Results 251 comments of Paul Evans
trafficstars

Presumably if the `ifindex` or `ifname` filter syntax were implemented (because SLL2 has the interface index known), then this would be a simple matter of -i any -f "ifindex 2...

Also, use database to avoid idempotent changes. See also #25

On further discussion, it seems like this would be best handled by having a more general way to work with incoming bot messages; i.e. anything that doesn't come from a...

Multimatrix rooms aren't implemented any more in latest webhook-routing code, so this can be deferred somewhat. Also depends on #29

If it's any help I just stumbled upon this bug while struggling with a lack of docs. After much fiddling and flailing I've managed to make my use-case work. My...

Issue still exists. My `stringification` has never had a real release, only devel releases. I happen to know it exists at https://metacpan.org/release/PEVANS/stringification-0.01_004 but I've never been able to see it...

+1 to this. I keep running into it and every time I do it's *far* from obvious initially why the file I'm looking at doesn't contain any perl code. It...

As a workaround for drilling, I find it works for me if I tell it the cutter size is 2.45mm, to make a 2.5mm drill hole. In practice my machine's...

I've looked into this and in summary, `B::Deparse`'s structure isn't flexible enough to actually deparse `catch`. The syntax `try { ... } catch { ... }` ends up being parsed...

@haarg Oh, not a huge problem, just it felt a bit untidy. The reconstituted Perl syntax would not be the same as the original input. If you roundtrip it again...