Jamie Kerber

Results 30 comments of Jamie Kerber

Doesn't work for me when targetting module 'ESNext' in TypeScript, I've tried both `import 'colors'` and `require('colors')`, but to no avail

UPDATE: fixed by setting `moduleResolution` to "node" in tsconfig.json

Agreed. `async/await` has become the new de-facto standard, respected by many libraries such as Mongoose and Express.js It would be only natural for Passport.js to support it as well, also...

Any updates?

Keeps happening in 0.6.1 I use a MasonryGridView.count() to display a list of images loaded from the network (using a CachedNetworkImage) but every time I scroll the layout jumps all...

I had a similar problem, running ``` sudo service wokd stop sudo python src/wokd ``` And rebooting helped

Separate topics for color channels don't seem to be supported right now. Are you sure your firmware doesn't support a one-channel solution?

Sorry to bump such an old issue, but I'm having it as well on my Macbook Pro 13" (Retina, Late 2014) on my Intel Iris Pro graphics card. It seems...

As far as I understand, this problem is being caused by JavaFX not being able to keep up with very high rendering rates which can happen when you either don't...

I had trouble as well, so instead of installing .deb packages, I resorted to installing Wok and Kimchi from source. Seems to work fine, no dependency problems EDIT: Check out...