Results 105 comments of Chris Rose

I emphatically agree with haplo here; having a direnv .envrc file reach out to the internet to pull code would be unacceptable to me; in this case, I don't use...

@dagadbm there is a world of difference between a package manager that installs code from relatively trusted package registries through a protocol that is documented and that installs structured contents...

FWIW I also have this issue; I'll look back upthread and see if I can fix my app too.

Mine is not an old app; I ran the script you provided and got a much newer app: ```shellsession irb(main):014:1* Doorkeeper.config.application_model.authorized_for(Account.find_local!('offby1').user).filter do |app| irb(main):015:1* app.scopes.map { |scope| ScopeTransformer.new.apply(ScopeParser.new.parse(scope)) } irb(main):016:1*...

``` app_1 | [a06aee6e-460a-4908-9619-c68b53e86049] method=GET path=/oauth/authorized_applications format=html controller=Oauth::AuthorizedApplicationsController action=index status=500 error='ActionView::Template::Error: Failed to match sequence ((NAMESPACE COLON)? (ACCESS COLON TERM / ACCESS / TERM)) at line 1 char 7.' duration=1516.07...

Urk. Yep, I've seen this too; I'm using it in a grid and the same problem:

> @offbyone do you have a patch available by any chance ? I don't; I was waiting on a response from the maintainers before moving on it.

Same question: I can't find this in Home Assistant as of today's update (2021.12.8)

This also really helps for users of homebrew/linuxbrew, as one idiom these have is locating the unexported commands via `brew --prefix`: ``` # in bash $ $(brew --prefix awscli)/libexec/bin/pip install...

An additional proposal to consider is that the caching template / module should include explicit support for scoping and invalidation; one thing that seems obvious up front is the idea...