Brandon Sprague

Results 69 comments of Brandon Sprague

I ran into this problem again recently, using the latest version of Gazelle, rules_go, etc, and the only solution that worked for me was to downgrade `com_google_cloud_go_storage` to `v1.15.0`. As...

Just got bit by this (my own fault) with Kubernetes, which will mount Secrets + ConfigMaps as symlinks ([eg](https://stackoverflow.com/q/50685385)). I didn't notice until: ```bash $ restic dump latest /config/Caddyfile Fatal:...

I'm now using Zellij as my daily driver on all my machines, so I'm extra invested in getting this (extremely minor) thing fixed. Happy to try and debug it myself...

I just ran into the same thing, working with the PayPal SDK. Hard refreshes work fine, and soft navigation works fine as well, but the second navigation calls `onMounted` before...

Just learned about this the hard way when I noticed we were making 37 (!!) calls to our get current user endpoint, and none of a few dozen variations on...

Am also looking for this, looks like the USB Product ID for Bose QC Earbuds is `40fc`, which I don't see on the [Firmware Downloads list](https://downloads.bose.com/lookup.xml). The latest version [appears...

> The proper way to make your use case work would be to add an implementation of fs.FS to the runfiles instance. Help and contributions in this area would definitely...

EDIT: Adding an `app.Sync()` after the `app.Suspend` call fixed my issue. Found this issue after hitting the same thing with a more/less identical chunk of code. Relevant snippet: ```go editor...

> just go running the latest git clone from your repo seems to work dandy. are you all good now? I'm not the original poster, just someone who ran into...

In the same boat, looking to self-host with SQLite for simplicity. My Rust is decidedly mediocre, but happy to pick up the torch and give this a shot. Is there...