Matt T. Proud

Results 8 issues of Matt T. Proud

I was prototyping with elvish today as a part of an experiment, and I noticed that `exit` builtin in the interactive shell as opposed to `^D` bypasses `defer` statements in...

bug
lang/stdlib

*Requested feature* I am not sure if GoMock supports this natively or not.  If it does, it would be nice if the documentation reflected how to do interaction testing more...

status: needs discussion
type: feature request

I was looking over https://github.com/aurae-runtime/aurae/blob/main/api/v0/runtime.proto, and two instances of this caught my attention. > /// A comma-separated list of CPU IDs where the task in the control group > ///...

To enable someone to use this tool to observe event streams over sliding windows of sample recency as well as prevent unbound growth of observations, the list of observations has...

This commit includes color scheme support for XTerm and related applications. I programmatically generated this from the iTerm 2 theme using a tool I wrote: github.com/matttproud/hodler. I have manually tested...

### Go version n/a ### Output of `go env` in your module/workspace: ```shell n/a ``` ### What did you do? I visisted https://go.dev/doc/tutorial/add-a-test and I read how to create a...

Documentation
NeedsFix
website

Hi folks, I was reviewing https://grpc.io/docs/guides/cancellation/ to better learn the semantics of [`context.Context`](https://pkg.go.dev/context#Context) lifetime semantics in the server-side handlers. The document currently mentions only what happens client-side, but we know...

This commit modifies the language reference section on lists and provides hints how a user can emulate concatenating or prepending to a list. The goal is to surface what is...