Desmond Naranjo

Results 29 comments of Desmond Naranjo

Y'all a solution is available here: https://github.com/browsh-org/browsh/issues/388

I followed @dansalvato's instructions today. Additionally you gotta: 1. `go get golang.org/x/sys` in the repo if you're on 1.18 2. After using `interfacer/contrib/build_browsh.sh` (or maybe instead of?) do a `go...

Cool thing about being pre-launch is I just went and changed the table name, so I'm not urgently awaiting a fix or nothing.

So what's up with this here PR? I'm looking to get working with Sorbet in my app and it's straight incompatible with `prepend`, which is a bummer. The branch has...

I ran in to this same issue today. v3.5.0.

I recognize that this is pretty much an opinion, and that this would be a breaking change, so if you're like "Nah no thanks" I get it. If you are...

Word. Well, there's a perfectly serviceable workaround in `config_name`, so no stress.

My workaround has been to have a `NO_AVO` environment variable that conditionally wraps all Avo everything so it just isn't loaded. This allows me to do frontend work.

I spent a while tryinna sort this out before I saw that thread. Learned some neat stuff, not much of it useful. Thankfully the recommendation in https://github.com/fxn/zeitwerk/issues/232#issuecomment-1272270538 does work. I'm...

Aight here's this here: https://github.com/avo-hq/avo/pull/1297, but it doesn't actually fix the whole problem. Fewer objects are reloaded with the change, but I still think it's more than ought to. I'mma...