Conrad Meyer

Results 85 comments of Conrad Meyer

Anywhere, here's the little project: https://github.com/cemeyer/httpd.sh There's a start at some C stdlib API wrappers in there that you're welcome to use or adapt in some way for ctypes.sh.

Sure, it's just a sketch of what stdlib-ey stuff might look like. It'd sure be nice to make structs automated, though. It'd also be nice to have a short-cut way...

Sounds fine to me. I don't have a preference on ordering release vs stdlib. This'll be fairly niche, v1.0 or not, for a while. I don't think we should commit...

#43 and #46 are ready to go, I think. #44 and #45 are duplicates — one is the issue, the other is the PR. I approved the PR and it...

Initially, I was slightly skeptical of making `-p` the default. Isn't the idea of it as an option that without it, streams can be sanity checked as intact / not...

@asomers Before this change, `-p` wasn't the default. So with no flags, we were guaranteed to always be synchronized (or reject the stream as corrupt, once, early on).

The upstream PR is closed and associated with the FreeBSD commit, r339177.

Robert, what is still unimplemented, or can this issue be closed?

LGTM modulo whatever the CI issue is.

The arguments presented against fixing this issue essentially boil down to simplicity of implementation, vs user convenience. On the other hand, it seems to me. like @ayoshi's pager-rs suggestion would...