Matt Vinall
Matt Vinall
I was getting the same as #115: ``` panic: in crypto/sha256.Sum224: cannot convert slice t0[:] ([]byte) to *[28]byte ``` but found that updating `golang.org/x/tools` seemed to fix it. Still just...
Fixes #2444 Links to the line numbers/files in the OpenStack source code that support the code in this PR: - https://github.com/openstack/neutron/blob/b7fad3dd35ad23303a5f52ec64478860a137775e/neutron/extensions/timestamp.py#L33
All neutron core resources have an `updated_at` field, see .
As we start using Awa in a greater variety of RTOS etc, it feels to me like there are some pain-points around Makefiles at the moment. The "main" makefiles are...
Need to reflect changes from the 1.0 spec ([version 20170208](http://www.openmobilealliance.org/release/LightweightM2M/V1_0-20170208-A/OMA-TS-LightweightM2M-V1_0-20170208-A.pdf)) This started as #342 but, since the content-format is a quick win, I'm breaking out other updates into this issue.
Requesting https://deviceserver.creatordev.io/clients/_client_/objecttypes/_object_/instances gives a PageInfo which has strings, not integers: ``` { "Links": [ { "rel": "add", "href": "https://deviceserver.creatordev.io/clients/mxYicHnSuEKsjJ3H2bHkxw/objecttypes/vOhduQKdtUyHbUHOzGbt9Q/instances" } ], "PageInfo": { "TotalCount": "1", "ItemsCount": "1", "StartIndex": "0" },...
Thanks for this plugin, very useful. Not sure how this might be done, but I'll ask anyway 😄 ... is it possible to somehow enable jinja2 support for validation? I...
`ceph config-key` is useful to be able to configure services, such as setting prometheus.yml config. Fixes #338
Sometimes you need to have prometheus scrape more targets. For this you need to use e.g. ```plaintext ceph config-key get mgr/cephadm/services/prometheus/prometheus.yml ``` ```plaintext ceph config-key set mgr/cephadm/services/prometheus/prometheus.yml -i prometheus.yml ```...