Justin Cinkelj

Results 7 comments of Justin Cinkelj

After importing existing definition, the parameter defined as `$ref: '#/components/parameters/current_version'` was also not rendered. Maybe even "only" rendering of of reusable parameters etc would be helpful? Otherwise - a nice...

Looks like same problem to me. In aws/efs-utils#99 - there RSS grow was about 1.6 MB/day, here it is 1.3 MB/day (youngest v.s. oldest process) - not exactly same, but...

There it is: ``` root@or-xen-d0:~# xl info host : or-xen-d0 release : 4.4.0-119-generic version : #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 machine : x86_64 nr_cpus : 4 max_cpu_id...

One question: if I try to use hand-compiled xen and uniprof - which xen version should I try (just as temp workaround)?

Have similar/same error. The ```gcc -O0 -fPIC -Werror -g -I/mnt/local/sda1/mshinwell/mshinwell-ocaml2-install/lib/ocaml ...``` is due to ```/home/xlab/.opam/4.05.0+monda/build/libmonda-gdb.master/Makefile``` containing hardcoded ``` #GDB_ROOT=$(PREFIX)/libexec/gdb-ocaml.7.11/src #OCAML_ROOT=$(PREFIX) GDB_ROOT=/mnt/local/sda1/mshinwell/mshinwell-gdb OCAML_ROOT=/mnt/local/sda1/mshinwell/mshinwell-ocaml2-install ``` With wrong -I some-path, the defs.h fiel...

When I try to 'opam install mirage' I get errors like: ``` =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ∗ installed base-num.base ∗ installed num.0 ∗ installed conf-m4.1 ∗ installed ocamlfind.1.7.3-1 ∗ installed...

I wanted to continue this PR, but looking at https://github.com/ansible-collections/cloud.terraform/blob/main/plugins/module_utils/models.py#L226 (main at 1790eb3702406fab42cf20b8192615f187f8881f) I see ``` for block_name, block_value in json.get("block", {}).get("block_types", {}).items(): ``` Looks like `block_types` is now parsed....