h.ono
h.ono
This is a similar matter but it would be nice to have feed `Title` in the `rdbms` output table as well or add `feed` table and refer to it by...
Is there a way to avoid this error? I have this package.json targets with no other directives than package dependencies, ``` "targets": { "site": { "source": "site/bundle.js", "distDir": "site/root/asset/", "publicUrl":...
I just found that these are two separate projects. Worse case, people would think the less popular one would be name squatting on the more popular one when the layout...
Any progress? It's been 4 months since Jammy was released and I cannot install rspamd on it. (Unless with the .deb mentioned above.)
Hello. I'd like the fix implemented. This should be a quick fix.
I think this needs attention as VictoriaMetrics gains more popularity. While a single binary is easy to deploy, it's bad for maintenance. By packaging, I can do security updates if...
Sorry, I just figured it was already available, including vmagent... https://packages.ubuntu.com/jammy/victoria-metrics But it would be nice to include a systemd unit file for vmagent too.
It would also be useful to install vmagent on Linux via Homebrew as I do not want to install docker on every target machine just for vmagent.
You could only enable server side for self hosted version or create a paid hosted version with credits people can consume for heavy operations.
@bluss Perhaps as a function instead? Got this in .zshrc, works well. ``` function rg() { /usr/local/bin/rg -p "$@" | more -R } ```