Brandon Richardson

Results 86 comments of Brandon Richardson

@Baptiste-Garcin Git, and many other applications, use stderr for diagnostic messages. This is because redirecting stdout won't prevent you from seeing diagnostic messages, and won't clutter the output stream. You...

I'd like to know this too. I find the documentation/examples are a little lacking here.

For future readers, the best way I found to do this was to use the `Commander` interface. It's not the most elegant solution, but it works fairly well. ```go type...

Changes implemented in #422, slated for release in 2.2.3. Closing.

The two extra occurrences are from the navbar, which have a `visibility: hidden` style applied to them. In the extensions plugin scripts, [isHiddenElement](https://github.com/brandon1024/find/blob/develop/content/parser.js#L256) doesn't account for this. Should be an...

Ahh, that's unfortunate. The confirmation dialog is fine, but doesn't really address the UX I'm looking for. This enhancement would make it easier to draw my attention to the "delete"...

I ran into a similar problem @AngelBlue01 , but forcing version `1.14.6-10` as recommended by @HanSyt wasn't possible because this version isn't available in the synaptics repo. The closest available...

Keyword changed to `findplus` in #422, slated for release in 2.2.3.

Thanks for the contribution! I'll have a look tonight or tomorrow :)

I've largely stepped away from this project since I don't have much time to maintain it these days. With that said, I'll happily merge and release this if the manifests...