Eric Brown

Results 77 issues of Eric Brown

This change introduces tree-sitter-github-action to the supported grammars of this repo. https://github.com/rewinfrey/tree-sitter-github-action

The README states: ``` Use the following command to run this script: `python3 graph_ql.py graph_ql_authorization_key jira_authorization_key jira_url jira_project_key` ``` However, the code requires an additional arg as indicated in arguments.py...

Please consider getting this Action certified by GitHub. ```carvel-setup-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy,...

GitHub now supports a way to create default community files for the entire org (PyCQA in this case). This is a great way to establish a common code-of-conduct if one...

This fix bumps the token size from 16 to 32 bytes in order to match the default minimum entropy as recommended by Python docs. Note, that there is also a...

Stale

#### Summary In the add_token script code here: https://github.com/canonical/microk8s/blob/master/scripts/wrappers/add_token.py#L166 `secrets.token_hex` is used to create a token with a size of 16 bytes. Because it is hex, it does result in...

inactive

This change will add a new action to scan the dependency's licenses for any that may not be allowed for this project. The pip-licenses command was run to get a...

In order to improve build time performance, this change switches usage of pip to uv. The uv command is a pip alternative promising much faster installs of Python packages. For...

**Describe the Custom Component** This isn't a request for a completely new component, more about adding a new feature to the markdown support. Other frameworks such as Docusaurus and GitHub...

custom component request

**Describe the bug** It is surprising to see authorization owned by a user to deploy a Reflex app. Typically in the oauth workflow is owned by a GitHub App or...

bug
enhancement