Elliott Sprehn
Elliott Sprehn
We have a bunch of rules of the form: ```json "_logs": { "$logKey": { ".validate": "newData.hasChildren(['type', 'timestamp', 'userLoggingId'])", "type": { ".validate": "newData.isString()" }, "meta": { ".validate": "newData.isString() && newData.val().length
If you have a bolt file with an error the line number of the error will be wrong (offset by the number of comments before it).
I see old comments in the bug tracker about it, but it doesn't seem to work. Also there's no documentation on wildcard property names.
If you tap an article it navigates the tab, then if you tap back you're not in the same spot in the scrollable list of articles which is really annoying...
The spec has ``` js interface AccessibleSetValueEvent : Event { attribute DOMString value; }; ``` Event has a `detail` field that can be used for a similar purpose as well,...
With "gulp-typescript": "3.2.3", **Expected behavior:** Should be as fast as tsc -w ``` Synchronizing program Files: 289 Lines: 121510 Nodes: 524773 Identifiers: 184342 Symbols: 244975 Types: 51810 Memory used: 263018K...
`:host-context([dir="rtl"]) #ink` should be `#ink:dir(rtl)` I think? :host-context and attribute selectors will be expensive.
### Description iron-list always jumps to the focused element when switching away from the browser tab with the iron-list and then back again. ### Expected outcome The list should not...
### What version of gazelle are you using? v0.26.0 ### What version of rules_go are you using? v0.35.0 ### What version of Bazel are you using? 5.1.10 ### Does this...
ex. If you specify {width: 213.5, height: 160} and then do addFrame(image) or addFrame(canvas) the output be skewed and duplicated. If you specify 213 or 214 then it'll be fine....