Barnaby Keene

Results 182 comments of Barnaby Keene

I've also done struct tags -> cli.App via reflection. Feel free to pull in, I could make a PR for this repo if that's of interest http://github.com/Southclaws/clive

Nushell has `from json` so a quick easy way to support this and other experimental shells would be to expose environment variables as a simple JSON object. I made a...

One of the other issues I forgot to mention here is the need to define equality. The example above uses Shopspring's decimal library, which is a FPA decimal type. This...

I'm using PowerShell more and more on mac and all the devs I know who use mac really hate brew so I think there's value in a cross-platform installer for...

There should be "nothing to hide" regarding the server(s) implementation. I'd imagine the worry is that once technical users (probably the majority of the userbase) can self-host their own infrastructure,...

> ghost.org exists keybase server could exist too while still open sourcing the code I agree, many other open source businesses exist too. But I can imagine the angle would...

A thought occurs: are there any unknowns that would prevent one from implementing their own backend by reverse engineering the API calls from the client? Seems doable, if Keybase itself...

> Possibly, but why not just contribute to Matrix / Riot instead at that point? You're probably right there. I didn't consider that because I never used the chat features...

I'm seeing this too, you can set `defaultProps` in the theme and that works but `baseStyle` does not. Setting per-component works as a workaround, luckily we're wrapping form components with...

For this, I believe the recommended way is to use OnStart and OnStop hooks with your own context which is cancelled in OnStop: https://github.com/Southclaws/storyden/blob/4893fcca03b52ac2ac88926f3b3b53d7424fc627/internal/infrastructure/db/db.go#L25-L40 Also, I considered exposing a global...