Daniel Rose

Results 3 comments of Daniel Rose

[This change to `Child#spawn`](https://github.com/modiho/npx/commit/798251c5aadcada1bc08d1aa4fd392507b263d39), which escapes the command argument that is passed into `child_process.spawn`, fixes the issue for me. I'd make a PR but I need to figure out how...

I encountered a similar problem where the popover wouldn't reposition itself when the parent element changed position. As suggested by @eranimo I worked around this by toggling `shouldUpdatePosition` on the...

I ran into this as well. Thank you for debugging this @cjpmedius. Based on your diagnosis, I am currently running with this workaround that monkey patches TouchEvent to alias `touches`...