Juan Cruz Viotti
Juan Cruz Viotti
@craig-mulligan What about making `resin.models.environmentVariables.create()` take an object as an argument? That'd allow the user to create one, or many env vars using the same interface. For example: ``` js...
@craig-mulligan What about this? ``` sh $ resin env add key:value key:value key:value ... ```
I wonder how to correctly deal with deletion failures in any of the devices. For example, consider we have devices `aaaa`, `bbbb` and `cccc`. We trigger a batch deletion as:...
@Page- Are there any advantages on doing a batch removal with a single pine request?
Ah nice, so I guess we can rely on pine being smart enough to remove all or nothing.
I've un-minified the part of the script throwing the error and I see the following invalid JavaScript: ``` js case "iconic-fluid": d.push(a), e.push(a.replace(/-/, "-bg-")); break; ```
The actual error is being thrown in this part: ``` js f.each = function(a) { if (a) if ("string" == typeof a) h.debug(a); else if (a instanceof SVGSVGElement) { var...
Another way would be to introduce something very simple like a `Makefile` to format on demand, and make per-PR checks fail if they are not formatted, asking the user to...
Hey there! Not sure I follow the first example. Is the intention to return true if the intersection of both arrays is non-empty?
Hi @markstos , Thanks for the suggestion. It might be out of the scope of the core functionality provided by Etcher, but we're planning to implement a plugin framework, so...