Daniel Cooper

Results 8 comments of Daniel Cooper

This would be nice. What would be autocompleted? Command args? Board names? Board names is something that would be most useful I think. Would a package like [omelette](https://www.npmjs.com/package/omelette) help with...

I get a similar issue when attempting to render my app. TypeError: Cannot read property 'webkitBackingStorePixelRatio' of null 15 | }; 16 | > 17 | ReactDOM.render( | ^ 18...

Doing a little more research I found that [jsdom does have support for canvas ](https://github.com/jsdom/jsdom#canvas-support)via an external package. Installing [canvas ](https://www.npmjs.com/package/canvas) or [canvas-prebuilt](https://github.com/jsdom/jsdom#canvas-support) as a dependency allowed it to work...

I had this same problem, and I tried uninstalling Karabiner to remove the change, but it had no effect. After reading around and finding out I could use Karabiner to...

I managed to get it working on ST3, I didn't see any glaring problems in the code after a quick scan, but will check back if I find anything during...

Ok, I didn't spot those. I only wrote a simple create and delete script using this, as I'm new to cypher and I had no crashes.

Not sure if this is related but it sounds similar at least. I've noticed this also seems to happen when you lock and unlock. Rebooting seems to fix the scrolling...

I can't help but think it should be from the [lint code file](https://github.com/golang/lint/blob/206c0f020eba0f7fbcfbc467a5eb808037df2ed6/lint.go#L731), and would work as a specific GolangCamelCase method.