Dave Robertson
Dave Robertson
Hi I'd like to make a recommendation to the Select editors getValue() method. At current when using an "id" of a model say, it will return a string from the...
When calling a Select editors setOptions() method it never actually stores these options on the field as an object. Either you do this manually via `editor.schema.options = "new options"`, or...
Hi I am unable to get the pins to work on the latest version of noobs. Running `File.open("/sys/class/gpio/export", "w") { |f| f.write("7") }` Error `Errno::EBUSY: Device or resource busy @...