Scott Williams
Scott Williams
In the meantime, is there any present way to configure an ignore_users style list to prevent Cardinal (globally) from responding to known bots or integrations?
That makes sense to have it in a common place in the DM context, however, it looks like that was added for 7.1 and as of 7.3.2 we were still...
Sorry it took so long to respond. I pulled 7.4.0 and I'm still seeing notifications when I comment on an issue. I do not see the same behavior with my...
It took me several attempts to get the ENV configs right as well. In the case you are seeing, I believe I had to escape the special characters in the...
For my $.02 - I generally prefer free, open source tools to proprietary ones. For example, even though we are now using Slack, we offload many of the integrations to...
I'd love to help, but the repo I linked to in my OP represents the current extent of my own Rust knowledge. I did that pancurses/ncurses-rs project a few years...
It appears to. `which which` then resolves to /bin/which. The workaround I did was to hack /usr/local/sbin/fstransform and set ```bash BOOT_CMD_which=/usr/bin/which ```
@devincowan, I haven't seen that here. Do you happen to have a safe schema dump of an sqlite db as an example?
It looks like technically, MariaDB accepts REFERENCES, but doesn't actually do anything with it. https://mariadb.com/kb/en/foreign-keys/#syntax This is technically the design of MariaDB, but that doesn't mean we can't come up...
Wouldn't they also need to figure out your password before said token expires? This seems like an unlikely scenario.