Peter Goodspeed-Niklaus

Results 78 comments of Peter Goodspeed-Niklaus

I have a use case for this: we're using a python program at work which parametrically generates a bunch of shell scripts which collectively manage a system which can be...

No worries about the delay; everyone is allowed to take vacations. There's a slight difference in perspective that comes with experience: while I know some go, I haven't played around...

Ah, good point. I was in fact confused about which package you meant. I still haven't worked with the syntax package at all. I have no idea how other formatting...

```sh #!/bin/sh # This file was automatically generated by gen_nodes.py. # DO NOT EDIT NDAUHOME="/Users/coriolinus/.multinode/chaosnode_0/ndau" TMHOME="/Users/coriolinus/.multinode/chaosnode_0/tendermint" docker-compose -f /Users/coriolinus/go/src/github.com/oneiro-ndev/chaosnode/docker-compose.yml -f /Users/coriolinus/.multinode/chaosnode_0/docker-compose.yml -p chaosnode_0 --project-directory /Users/coriolinus/go/src/github.com/oneiro-ndev/chaosnode down --remove-orphans NDAUHOME="/Users/coriolinus/.multinode/chaosnode_1/ndau" TMHOME="/Users/coriolinus/.multinode/chaosnode_1/tendermint" docker-compose...

Thanks for solving this! It's been a long while since I encountered this problem. Given that this is user error, one could plausibly just close this issue. On the other...

Note that the two pull requests returned in that test are the two most recent in the repository, not filtered by the selected head at all.

At a guess, it's because the [`Accept` specification](https://www.rfc-editor.org/rfc/rfc9110#field.accept) is complicated, and it's not a super high priority for Hyperium team members right now. I'm working on an implementation right now,...

https://github.com/coriolinus/accept-header

Yes the team always appreciates pull requests. On Thu, Feb 23, 2023, 18:53 Aryan Godara ***@***.***> wrote: > Can I open a PR to work on this Issue? > I...

My reading of the relevant issues suggests that everyone who encounters this idea likes it, but we haven't figured out a viable implementation strategy. Let me suggest an implementation strategy:...