Yt

Results 67 issues of Yt

Hey, thank you for making this! Just wanted to ask if you could make a release when darwin support is added (just as a mechanism notification). No worries if it...

I went through the dedicated install script one more time. will probably merge this this weekend if no one comments.

Thanks for putting this together! I have a question regarding https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh#L20 Does this mean that it's impossible to install nixos with NVME drives? Or perhaps, that you need at least...

### Component Other (please describe) ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry...

T-bug
A-releases

I am using latest version on master I added this in my config.exs ``` config :secure_headers, SecureHeaders, config: [ content_security_policy: "require-sri-for script;", http_public_key_pins: "", strict_transport_security: "max-age=631138519", x_content_type_options: "nosniff", x_download_options: "noopen",...

Thank you for this great library! At the moment there is an effort to get a pure nix parser for yarn.lock files. The idea behind this is that we could...

### Is your feature request related to a problem? Loading secrets from environment variables is not secure, other users and program can view the environment of a program at /proc/pid/environment....

feature
triage

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? The flake is amazing, however it doesn't...

**Description** Using poetry for packaging would make builds reproducible and create a lockfile. This would enable easy packaging for linux distros. Particularly, I came here wanting to package this for...

enhancement

hey, great service here, thank you! In terms of security , passing secrets as environment variable isn't great as other processes have access to the environment. The best practice here...