Kenny Rasschaert

Results 7 issues of Kenny Rasschaert

I got this error after having run `npm install`: ``` PS C:\Users\foo\bar\aws-billing-to-slack-master> serverless deploy --slack_url="https://hooks.slack.com/services/xxxxx" Serverless Warning -------------------------------------- A valid option to satisfy the declaration 'opt:credits_expire_date' could not be found....

##### Checklist - [x] documentation is changed or added (if applicable) ### Description of change On macOS, dgoss needs a different temporary directory than /tmp. This has been reported and...

The firewall rule templating had indentation issues due to jinja tags. An example of firewall rules that were rendered that are not valid yaml: ``` inbound: - port: "any" proto:...

Terraform keeps suggesting to change the order of the sources in my `authentik_stage_identification` resource. ``` # authentik_stage_identification.my-authentication-identification has changed ~ resource "authentik_stage_identification" "my-authentication-identification" { id = "e742627a-b9a7-4331-93be-30d98328fd8f" name = "my-authentication-identification"...

fixes #377 Warning: I don't know how to write golang, but it's 2023 and we have AI now. This is what it came up with. I built and tested this...

I replaced my Linux bridge with Open vSwitch because of some technical limitations of Linux bridges. I was able to configure libvirt to deal with this, following [these instructions](http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD). Note...