HN user

rwdf

25 karma
Posts0
Comments16
View on HN
No posts found.

You can have named workspaces now, I have ones dedicated to terminals, and browsers. They always have the same numbers.

For example I made a lib to write commands (like cobra or urfave/cli), but based entirely on the `flag` package: https://github.com/Thiht/go-command

Looks nice! I'd like an easier way of setting both long and short flags for a command, i.e. --verbose and -v should do the same. Using `flag` I have to declare everything twice to achieve this.

I've grown to prefer go-chi over Gin (or Echo), since it's just the standard library with some QoL features on top.

It's a new proposed standard. Where I work (in healthcare in Europe) we have it as a requirement for any new APIs we offer public access to. We have our own auth service, but looks like Okta already offers DPoP.