mactyr
mactyr
For my particular use case, the problem isn't so much that `valueChanged` is emitted, it's that the value is changed to be that of the first item in `data`, even...
Or I suppose the whole block could just collapse to: ```javascript this.renderer.setElementProperty(option, 'selected', newValue.indexOf(option.value) > -1 ? 'true' : null); ```
I would also like to be able to disable `-search.latencyOffset`. Use case: I have unit tests that write data with a timestamp of "now" and then immediately try to read...
Thanks for the tip! I noticed one error in the solarized dark color scheme. > defaults write TeXShop commentgreen 0.043 should be > defaults write TeXShop commentgreen 0.431 because 110...