Steven Masley

Results 40 issues of Steven Masley

## What is your suggestion? Currently `codersdk` handles some enums and the typescript generator finds these and generates them in the typescript. We could more autogen validation code for this...

needs rfc
feature
backend
chore
needs grooming

This is a start. @coadler @deansheather If you guys want to add tighter validation, I can hop on a call and peer code this json schema to enforce minimums, regex...

### Version 1.14.0 ### What happened? sqlc.narg is a great addition. Unfortunately, it does not seem to work for enum types. I would really like to be able to use...

bug
triage

Zerolog has this nifty api [`log.Err(err error)`](https://github.com/rs/zerolog/blob/master/log.go#L320-L330) that is `Error` level if `err != nil` and `Info` level if `err == nil` The basic gist to avoid this common code:...

SQLc has a cloud product in "beta" atm that allows running a command called `sqlc verify`. The tools are still in their infancy, but already can generate some value. There...

chore

If OIDC `groups` claims is controlling user groups, admins should not be allowed to add/remove user's from groups manually. Any manual edits would be reverted each time the OIDC user...

Closes https://github.com/coder/coder/issues/12864

Flags printed to console show as external or primary auth. Usage assumes only 1 static oidc_member for now Used to reproduce https://github.com/coder/coder/issues/13130 easily.