Mark Lodato

Results 358 comments of Mark Lodato

Do you have an automated way of creating the post issues, or do you do it by hand each time? The latter seems like a bit of a pain.

@lamvak I meant, is there some existing script that I can run whenever creating a new post that automatically creates the issue for me? I'm interested in copying @izuzak's site...

@chrishough Can you make this into an octopress plugin?

@chrishough Well, I've never used octopress so I don't know how much help I'll be, but sure. Send me an email at [email protected].

Closing optional tags is not universally considered "good style," and besides, the editor is not supposed to impose arbitrary style choices. It should simply interpret the specification correctly.

It is [a bit challenging](http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#closing-elements-that-have-implied-end-tags), but I think you could probably cover the most common cases: - inside a ``, the following start at the same level: ``, ``, ``,...

I think an actionable item for this bug is to update the threat model to include compromised build tools. We should spell out explicitly how SLSA does and does not...

Sorry, I don't understand what you mean by "validated by the changed bits". Could you explain further, perhaps with a hypothetical example that is more closely tied to SLSA?

Oh, I think I understand now. Let's take a look at https://github.com/yaml/pyyaml/actions/workflows/ci.yaml as an example. There, the CI workflow can be invoked in two ways: - after submission (`push`) -...

Ah, yes, now I understand and 100% agree. Some of the requirements are achieved by the project owner (e.g. switching to a build platform, configuring the build as code, making...