Evan Anderson

Results 49 issues of Evan Anderson

It would be nice to be able to use symlinks and hugo's ability to reload dynamic files during development, rather than needing to re-run `localbuild.sh`. This produces three benefits: *...

Looking at the code in [`menu.c`](https://github.com/DeepSea-Developments/DeepDeck.Ahuyama.fw/blob/b059f21f8803c1cc7ee027612550be75bd01b843/components/menu/src/menu.c#L97-L108), it looks like multiple Bluetooth connections are not yet implemented. I'd love to be able to share my DeepDeck between devices; any pointers on...

enhancement

We have documentation on User and Policy Management, but we don't have documentation on managing Providers. Currently, we have: * Enroll a new provider * Difference between OAuth/PAT and GitHub...

The long-term goal is to allow users to run: ``` minder project role grant -r editor -s github:evankanderson ``` for a project, rather than: ``` minder project role grant -r...

### Describe the issue In https://github.com/stacklok/minder/pull/2275/files#r1506378930, we discussed whether a project should be garbage collected if there are users assigned to non-admin roles, but no users with admin roles remain...

bug

# Changes - Unify the Steering Committee and TOC. - Adjust the _future_ membership to consist of 4 elected seats, 1 end-user seat, and up to 2 selected seats to...

approved
size/L

We're using `memfs` alongside `go-git` to perform a shallow clone of Git repositories. We'd like to be able to limit the data written to the `memfs` (other than heap memory...

# Summary This provides an experimental implementation of our messaging interfaces using CloudEvents + NATS. This is somewhat a proof-of-concept: we'd need to do some additional work and testing (for...