seph

Results 370 comments of seph

As a slight counterpoint, I use TUF in the real world, and I have few enough delegations and targets that I find it quite useful to be able to list...

Hi? Is there any interest in this?

FWIW the go bugs suggest it's an issue in the go.mod file or versions here, and that you can use a version that predates this issue. Adding an override to...

I ran `bash demo.sh up simple` From conversation on slack, we conclude this is because I did *not* update /etc/hosts, and the script tries to connect to `https://kolide:8412`

I think that either "we" should modify the script to connect to 127.0.0.1, maybe with curl's `--resolve` option, though docker might confuse that. Or just update the docs to list...

Other notes from slack. This is running in the docker network, and would have worked if the hostname matched the container name. I've PR'ed that (and some other demo.sh changes)...

FWIW I usually handle this by setting `-e` globally, and toggling it off for specific places I need to check something. (`set +e`)

I might have misblamed #170, this may have always been true (which would represent a bug with my initial pools PR) Regardless, I have fixed this in #178

Thank you so much for contributing and aiming to improve things. On review, I don't think a good fit for the osquery project. We aim for our docs to be...

Looking around a little, the `phys_footprint` was renamed to `total_size`, and left as an alias. This was implemented in #2412. It's not much for documentation, but in the processes.table file...