Ewan McDougall

Results 45 comments of Ewan McDougall
trafficstars

The code would be simpler and less error prone if we didn't mix both `KeyboardEvent.code` and `KeyboardEvent.keyCode`. I'd suggest another MR first moving current implementation to `KeyboardEvent.code`, then this MR...

> The code would be simpler and less error prone if we didn't mix both `KeyboardEvent.code` and `KeyboardEvent.keyCode`. I'd suggest another MR first moving current implementation to `KeyboardEvent.code`, then this...

This would be great and just what I've been looking for. I use [selectors in eslint rules](https://eslint.org/docs/latest/extend/selectors) which uses [esquery css style selectors](https://github.com/estools/esquery). There's also [grasp](http://www.graspjs.com/) which uses esquery and...

The symbolic links in the opencode install were broken. In the image below the red paths are broken. `opencode-ai/lib/node_modules/opencode-ai/bin/opencode` was pointing to a location in a tmp folder `.tmpEJcan8/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode` and...

Thanks @morgvanny fix working for me :tada: https://github.com/sst/opencode/pull/2014