scriptspry
scriptspry
Very likely it's possible to write a test case that fails which is the root cause of this issue. This is the screenshot of what happens when the bug occurs....
[Existing cask](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/museeks.rb) needs to be auto updated on every release. Also, adding a note in the README about cask availability will be helpful.
Test case: https://runkit.com/scriptspry/observer-utils-global-definitions-not-observable --- ``` const {observable, observe, isObservable} = require('@nx-js/observer-util'); class Counter { constructor() { this._count = 0 } increment() { this._count += 1 } decrement() { this._count -=...
#### Testcase: https://jsfiddle.net/xf0sf6zg/ #### What I did: keydown `shift` first, then keydown `s` #### What happened: "You pressed shift and s together." was logged twice! #### What is expected: That...
Needs confirmation. Seems to happen to me.