Aaron Gibralter

Results 3 issues of Aaron Gibralter

How about something like this? ```ruby # config/settings/foo.rb Figleaf::Settings.configure(:foo) do default do foo_enabled = true end env(:development) do foo_enabled = false end end # When RAILS_ENV = 'development' Figleaf::Settings.foo.foo_enabled? #=>...

enhancement

I'm trying to figure out a way to see if (e.g. for bash) `eval "$(direnv hook bash)"` has been run in the current session. Is there a consistent way to...

Feature
Usability

### What happened? Given the following code, every run of `pulumi up` or `pulumi preview` displays a diff: ```python resource_name = f"buildkite" parameters = { "BuildkiteQueue": queue_name, "BuildkiteAgentToken": BUILDKITE_AGENT_TOKEN, "ArtifactsBucket":...

kind/bug
awaiting-upstream
bug/diff