Daniel Berrangé

Results 49 comments of Daniel Berrangé

I think I'd probably suggest we define a magic project name eg "$GIT", and then we'd auto-expand that name to the name of the current git repository. Then you could...

I only have access to GIMP on Linux, specifically I've tested with GIMP 2.10.8 on Fedora 29

I'm not familiar with OS-X - what is that "MacOS" directory it has ended up selecting ? Is that the root of the filesystem ? I guess that is probably...

Based on experimentation in my own application that is using tview, I think it is sufficient to just re-use the form item label colour for the text when the item...

My application use case would be satisfied with fairly basic editting features. No real need for syntax highlighting, just plain text entry with the obvious navigation key sequences, and highlighting...

Updated the patch to apply to current git master

> @berrange can you please add the eventlog binary [here](https://github.com/tpm2-software/tpm2-tools/tree/master/test/integration/fixtures) and or add a test. New version * adds an example eventlog binary, and al * extends the eventlog.sh test...

> @berrange, is there a test that uses the yaml files included in the PR? Yes, look at the `test/integration/tests/eventlog.sh` changes in the commit [test: track expected YAML output for...

> The issue with the TPM 2 is that it's a crypto/security device with a complex implementation of multiple thousands of lines of code and more than 100 distinct commands...

> Per #455 it is now possible to write the EK certs into files in a given directory using the `--write-ek-cert-files` option: > > ``` > $ mkdir -p /tmp/myvtpm/certs...