Giacomo Olgeni
Giacomo Olgeni
Not really an issue, more of a question 😅 Is there a way to reprocess all filters without re-uploading the main file? I guess the file will have to be...
Not really an issue but a kind request :) Would it be possible to add an option to enable pf(4), like it already exists for bpf? It should just make...
On iohyve 0.7.9 from FreeBSD ports, I tried the following: iohyve setup pool=rpool net=re0 It will work, but with this output: [: pool=rpool: unexpected operator It turns out that ioh-setup...
Using the vm-bhyve-1.2.3 package on FreeBSD 12-STABLE (r342631). vm-bhyve seems unable to handle reboots of VMs that use `bhyveload` - possibly due to `bhyveload` being called _too quickly_ after the...
A quick trick to install Debian VMs without console interaction.
Just a tiny patch to add missing dependencies on eredis and poolboy, and to retrieve the application version from the git tag (which should be added).
Hello, custom-cards/text-element was removed from the list of requirements, but it seems that it is still being used in the YAML 👀😃
When creating a new Redis-based configuration, port 6397 is suggested rather than the default `6379`: `benthos create redis_pubsub | grep url` Output: `url: redis://:6397 # No default (required)` This also...
Made all Redis port the same, both in the docs and template code, using the default port number.
Remade it, because the first pull request got confused about life...