Brandon Sprague
Brandon Sprague
I use a lot of ChromeOS keyboard shortcuts, like Alt+{1-9} for switching/opening apps, and Alt+[, Alt+], Alt++ for window management. With the "pass-alt-number" preference set to "true", I can use...
### Summary Most of the time, when I select a comment (e.g. with `x`) and run `:reflow`, the comment prefix (e.g. `//`) isn't added to the reflowed lines. It seems...
When calling `MakeWrapper` on a struct containing embedded structs, only methods on the top-level struct are exposed in the resulting `js.Object` Example ```go package main import ( "fmt" "github.com/gopherjs/gopherjs/js" )...
Hi there! I've been setting up an AppSmith deployment authenticated with SSO and going through the [JWT documentation](https://docs.appsmith.com/core-concepts/json-web-tokens-jwt), and I had a few questions: 1. Where does the `` syntax...
This is a follow-up from [the discussion here](https://github.com/arxanas/git-branchless/discussions/520#discussioncomment-3603617). It updates the `git co` command to check if the selected commit is associated with a single branch, and checks that out...
### Is your feature request related to a problem? Please describe. Our service has a few dozen dependencies of various complexity. As part of initializing some of them, we'll 'ping'...
### Summary Helix panics (about 1-2 times a day with ~8 hour usage) with the following error: Error ``` $ RUST_BACKTRACE=full GOPACKAGESDRIVER=$PWD/scripts/gopackagesdriver.sh hx thread 'main' panicked at 'no entry found...
`Vagrantfile`s are configuration files for the [vagrant](https://www.vagrantup.com/) tool, and they are written in Ruby. Even as vagrant [is ported to Go](https://www.hashicorp.com/blog/toward-vagrant-3-0), `Vagrantfile`s [will be written in Ruby](https://developer.hashicorp.com/vagrant/docs/experimental/vagrant_go) When a Vangrantfile...
### Summary Helix panicked on a recent build while saving a file, with error: ``` thread 'main' panicked at 'Position 6234 is out of range for changeset len 5108!', helix-core/src/transaction.rs:399:13...
### What version of rules_go are you using? v0.45.0 ### What version of gazelle are you using? v0.35.0 ### What version of Bazel are you using? 6.1.2 ### Does this...