Max Paperno
Max Paperno
> It was set to 1 (automatically connect). I'll set it to 0 and use the connect button. Ah, so potentially WASimClient was trying to connect to the module before...
Apparently the linker and compiler need to be specified... so says the Internet (and some other issues on this repo, like #1414, #2131). ```bash export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc && export CC=aarch64-linux-gnu-gcc &&...
There is currently no support for any SVG features at all, nor is there anything to handle `url()` types. The filters currently parsed can be found in [the code here](https://github.com/samizdatco/skia-canvas/blob/main/src/filter.rs#L74),...
Yea, sorry, "Rust Skia" is what I meant (it's called "skia safe" in the Rust package manager for some reason). And from what I understand it support most, if not...
Well there's no "filter object type" in standard JS that I know of, and the context `filter` property only takes a string, so.... to be more imperative about adding filters...
Totally OT now, but if there was a built-in way to track added filters so that they can later be reset automatically, w/out having to specify the filter again with...
Hi Raman, thanks for your interest! So you're saying that just by invoking `SpamAssassin::Client->new()` there (and the other changes you show), it can work as a `spamd` client? I'm guessing...
Hi, thanks for the report. Could you enable spampd debug logging and run that again? I'm not clear on which response it fails to parse (the `Bye`?) or what could...
Thanks! I don't see any errors in here, so I'm still not sure where/when exactly the other logged errors are coming from. I realized those could be from anywhere in...
I don't really have any way to troubleshoot this. And I don't see anything amiss in that log besides strange pyzor exit 1 but then seems to report that it's...