Robert Benson

Results 6 comments of Robert Benson

To redirect something to stdin, and _then_ run interactively, you could run something like ```shell cat file.txt - | hledger-ui -f- ``` (the second argument to `cat`, `-`, would tell...

That anchor tag seems to no longer exist in the faq page

Unfortunately this seems like a limitation of Go itself. If I wrote for example ```go type Action[T any] func() (T, error) func [T, U any] (a Action[T]) FlatMap(f func(T) Action[U])...

Hello, I would like to vote in favor of this pull request as it would close [this vulnerability](https://deps.dev/advisory/osv/GO-2023-2402) which is preventing me from getting permission to use this library at...

Well. as it turns out, removing the `-u 5000:5000` appears to have fixed this. but I'm not sure if that's what I want, because I think that means the whole...

@itzg I'll give it a shot next time I restart my server, thanks for the reply!