Michiel van Baak Jansen
Michiel van Baak Jansen
Yes, `manage_master_user_password` is a good step forwards, but it's only the master user password. I would like the SecretTargetAttachment to manage user credentials for services as well. Have it all...
@Thefrank I'm about to send the following patch to the FreeBSD ports tree. The same 'fix' of exporting the path with the /usr/local parts is already present in some other...
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277161
I try to update the `multimedia/jellyfin` port as soon as I get a ping from Thefrank about a new version. Also, Thefrank is working on creating a port version that...
I would like to see the arm64 support for non macOS installs (we are self-hosting github runners on AWS arm64 instances, deploying our applications onto arm64 lambda) Thanks!
There's even a TODO in the code: https://github.com/awslabs/amazon-kinesis-agent/blob/51c60e07b7f2069a1424aa651fa09a2b46fdc721/src/com/amazon/kinesis/streaming/agent/tailing/SourceFile.java#L47
> Then ideally to fix the issue it would be regardless of the users input to have a string converted to a list. Ok, that is also an option. Let...
Depending on your use case maybe a project like [autopulse](https://github.com/dan-online/autopulse) can help? It's basically a server that accepts web hook calls from programs like radarr and bazarr (and others), and...
Make sure you give the GitHub token enough permissions. What fixed it to me was adding this to the workflow: ```yaml permissions: actions: read # This is required for the...
> But I see you didn't comment the option I'm investigating now, which is using JailMaker to build jails inside Scale based on systemd-nspawn, would you care to elaborate? it's...