Riley Martine

Results 16 issues of Riley Martine

My use case is speeding up: `chown -R uid:gid dir/` by replacing it with something like: `find dir/ \( ! -uid uid -o ! -gid gid \) | xargs chown...

feature-request

### What happened? Installed v0.4.4 via brew. My shell is fish. Sourced, ran `shellclear find`. Exited 1 with no output. ### What type of Operating System? macOS ### Steps to...

bug

**Describe the bug** See below how the green `r` in `^rmartine` and the `r` in `master` remain onscreen in the first line of the atuin dialog: ![Screen Recording 2023-10-06 at...

bug

When pulling in a few patches ([first][0], [second][1]), I was encountering merge conflicts because both do significant auto-formatting. This patch makes a few changes: 1. Adds installing pre-commit hooks to...

Other result list items, e.g. [TechDocs](https://github.com/backstage/backstage/blob/master/plugins/techdocs/src/search/components/TechDocsSearchResultListItem.tsx#L40) have the ability to pass custom icons. This patch adds the same functionality to this plugin. My TypeScript isn't great, so please let me...

**Name:** Codenarc **URL:** https://codenarc.org/ > CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies, style issues and more. A flexible framework for rules, rulesets and custom rules means it’s easy...

new tool

Thank you for making and maintaining this project! I'm finding it harder and harder to live without as I use it more. **Is your feature request related to a problem?...

Feature

So I know this is a bit of an edge case. We generate BOMs with this plugin (version 2.7.9), merge them with cyclonedx-cli, and a third-party service validates them. For...

enhancement
help wanted

We started getting validation errors for `merge`d BOMs recently, that the license schema was invalid: > #/components/152/licenses/0/license: Expected 1 matching subschema but found 0 Upon inspection, this is because the...

**Link to doc page in question (if any):** https://github.com/streamlit/docs/blob/main/content/kb/tutorials/deploy/docker.md **Name of the Streamlit feature whose docs need improvement:** Create a Dockerfile **What you think the docs should say:** The `ENTRYPOINT`...

docs
needs triage