matt beary

Results 49 comments of matt beary

It looks like the relevant code is here: https://github.com/FrameworkComputer/EmbeddedController/blob/hx20/board/hx20/led.c#L400

Is this issue only when using `$ref` to define the structures (i.e. if you inline them then it works)? If so, I've been seeing similar issues: https://github.com/OpenAPITools/openapi-generator/issues/11027

It looks like this has actually already been fixed in the nightly documentation: https://nightly.mealie.io/ A quick skim didn't turn up which branch that nightly page comes from, though. It may...

I'm not seeing those in any of the files in the [schema folder](https://github.com/awslabs/goformation/tree/master/schema). I'm honestly just using the JSON schema files for syntax highlighting in serverless templates - schemastore [links...

to clarify, this is using the version as installed via homebrew (`aws-cli/1.16.80 Python/3.7.2 Darwin/17.7.0 botocore/1.12.70`)

Thanks for the response! The documentation I had been working from that led me to think that both calls should give all results by default was the second paragraph of...

@justnance - what response was needed from me on this issue? By my reading the responses from @klaytaybai were clarification that this is actually two issues (for `list-users` and `list-user-pools`),...

given that IE11 is the [only version still supported on desktop Windows](https://support.microsoft.com/en-us/help/17454/lifecycle-faq-internet-explorer) - not counting Windows Embedded & Windows Server - I'd argue this may not matter anymore if it's...

This is also not IDE friendly, as there is no deterministic way to find the most recent result folder. Coverage highlighting tools (VSCode Coverage Gutters, in my case) can't be...