Logan Saso

Results 6 issues of Logan Saso

#### Only show rust status in a rust project folder #### Description ![](https://i.imgur.com/A4dGmsg.png) Similar to how the go information only displays when in a go source directory, rust info should...

I'd like to be able to have `powerslide` on more than one button. Specifically, I use powerslide on `Right Bumper` with `Air Roll Right = Right Bumper` and `Air Roll...

As was discussed in https://github.com/vouch/vouch-proxy/issues/312, Discord doesn't fulfill the proper spec for unique identification. They return a `User` object with `Username`, `Discriminator`, and `Id`. Discord guarantees a user's `Username#Discriminator` is...

Hi, my project has two golangci-lint files. `.golangci.yml` and `.golangci.dev.yml` file. I would like to select the `.dev.yml` file for the plugin. In the README it seems like I should...

These days SQLITE3 supports `WHERE` clauses inside of a conflict `DO UPDATE`. This PR changes the SQLITE3 dialect to support that. https://www.sqlite.org/lang_upsert.html Relevant docs: ``` The only use for the...