Lucas Vanhalst
Lucas Vanhalst
You could use this in the meantime which basically does what you described https://github.com/tjunnone/npm-check-updates
This was added in version 0.1.2 https://github.com/RocketChat/hubot-rocketchat/pull/119 all you have to do is set the RESPOND_TO_EDITED env variable to true
Ah right I didn't read it properly. I'm not sure about that but probably not yet judging by the code
Nice, didn't know it was that easy.
@twhiting you can use normal javascript too if you prefer that Also, http://js2.coffee/ to the resque, lol.
I've had the same happen, and it's not always with the same package, for me it's usually one of the following: - `fs-constants` - `util-deprecate` It's been happening a lot...
With the PR #4167 from @nokobon I think this will be easier to implement, although I'm not entirely sure.
As a quick fix without having to modify the package, I just added this to the page where we're using deck.gl: ```ts import { webgl2Adapter } from '@luma.gl/webgl'; // eslint-disable-next-line...