Austin Wright

Results 38 issues of Austin Wright

There should be a method dedicated to listing the available devices, that doesn't require creating a (stateful) `midi.input` or `midi.output` instance. There should a also be a way to listen...

feature

This avoids crashes when frames arrive in separate TCP packets. --- This is an alternative to #1335 and closes #1308. It pulls in the official Qt parser, which is otherwise...

I was playing around with the Web interface and after pressing lots of buttons, qlcplus crashed (SIGABRT from a failed assertion). It appears to be random, but I was able...

issue confirmed

Currently, when the view is changed between the Tab View and the All Fixtures View, only the fixtures selected in the General tab are populated. This is somewhat confusing. The...

The "default" keyword is one of the most misused & abused annotation keywords due to consequences of how JSON Schema works. It is frequently assumed that if a property in...

annotation

I created https://github.com/json-schema-org/json-schema-spec/wiki/Localization to discuss/document uses where people use JSON documents in localized applications. For a period of time, I'd like to solicit examples where people use JSON documents and...

l18n

The Overview is the first section of the document that describes _how_ JSON Schema accomplishes the goals laid out in the abstract and the introduction. Currently, it jumps to talking...

At , the JSON Schema section currently specifies that the specification document may change based on certain factors. This is done for reverse compatibility, however this is in contrast to...

The section "Keyword independence" is a short little section that describes how keywords don't (usually) interact with each other, and that this is a design consideration of JSON Schema. It...