D. Stuart Freeman
D. Stuart Freeman
I have a model like: ```javascript @ApiModel({ description: "A Course", name: "Course", }) export class CourseModel { @ApiModelProperty({ required: true, }) id!: number; @ApiModelProperty({ required: true, }) students: Array; }...
**Describe the bug** Paired a brand new Aqara Model ZNCZ12LM manufactured by Xiaomi to Home Assistant, it shows a number of entities in state `Unknown` and electrical_measurement which seems to...
I'd like to do something like: ``` replacements: [{ from: /foo/, to: function(matchedWord, index, fullText, regexMatches, sourceFile) { grunt.log.writeln('Found "foo" in ' + sourceFile + ' replacing with "bar".'); return...
If you hash two files on different paths that have the same filename all references that get replaced will only use the same hash. For instance if you have MathJax...
When doing the substitutions in references the regex looks like: ``` regex = new RegExp('\\b' + to.basename + '\\b', 'g'); ``` So if you have a basename like `foo.js` and...
I took a crack at putting a calendar in for choosing the date. I'm not very familiar with ember though, so I'm not sure if I'm doing this in the...
This fixes the error popup in #31
Doing `login token` and pasting the requested tokens results in `Login failed: client.boot failed: enterprise_is_restricted` @tulir mentioned in chat "I guess I should switch it to use client.userBoot at least...