Liam Dennehy

Results 10 issues of Liam Dennehy

When sending a vessel to the build queue which exceeds the parts limit of the VAB (and presumably SPH) the operation generates text, but is often hidden under other windows....

So GPP's Thalia is really hot. Not knowing that I still sent two relays ahead of my probe fleet, but one burnt up its' relay antennas in orbit and the...

bug
code

Hello all. I don't know if my extensive comms network is the cause of lag lately, but it struck me that the calculations to work out the entire comms mesh...

Feature Request

In order to help smooth out discussions I thought it useful to capture some [guiding principles](https://github.com/liamdennehy/http-signatures/blob/contributing/CONTRIBUTING.md#principles) for this specification. Hopefully these can be agreed on and used as a reference...

quality
project

In the list of proposed principles for this project https://github.com/w3c-dvcg/http-signatures/pull/87 I excluded preserving backwards compatibility, as it is also in conflict with the maxim of "Keep It Simple, Stupid" (also...

protocol
project

This isn't sitting well with me: https://github.com/w3c-dvcg/http-signatures/blob/18a4cbdb350ac2f02826e5567995fefe52c095fb/index.xml#L263 Why would we concatenate header values under a single line in the signature string, rather than having multiple lines for each instance? I...

protocol
quality

Right now there is no way for a response to transport all the parameters required to reconstruct the ``(request-target)`` signing string component. As the messages are exchanged obviously both the...

enhancement
protocol

While implementing [Reference Tests in http-signatures-php](https://github.com/liamdennehy/http-signatures-php/blob/9a81f0501eb56b0fa463b4511ba4b63125cf6dd9/tests/ReferenceTest.php) I noticed I could not generate the [provided Authorization Header](https://github.com/w3c-dvcg/http-signatures/blob/e62a249fd776e5897095942d7454489d36419929/index.xml#L812) in the Basic Test under Reference Tests, as it has a space after a...

bug
quality

Proposal to include a new pseudo-header `(response-status)` to include the :status code pseudo-header of a HTTP Response in the Signature String and `headers` signature parameter, as well as recommending it...