Chris Jaynes

Results 26 comments of Chris Jaynes
trafficstars

We just started having similar problems. For us it appears to help to remove the `loading` actions. The `loading` logic may be failing and preventing our local/shouldFetch from being honored?...

Detailed output with stack trace: ``` [11:26:04] Chrome (docker) [started] [11:26:04] Prepare environment [started] [11:26:04] Prepare environment [completed] [11:26:04] Start [started] [11:26:06] Start [completed] [11:26:06] Fetch list of stories [started]...

I think that'd work. I wonder if the simple name 'env' wouldn't eventually collide with other plugins? Should it maybe be 'jsenv' and 'cssenv' instead? It might also be nice...

> As a work around I did find that if I replace > > hbs = require('handlebars') > with > > hbs = require('handlebars/runtime').default > it will register and use...

I've never used quasar, but perhaps try the work-around discussed in #9?

Any luck with this? I quickly got tired of dealing with Java and Nukkit, but I don't see any other open source server that's kept up past Minecraft 1.2.2 (Formerly...

Yup. I tried the 1.0 branch. It doesn't build because there's a github dependency that's been deleted from Github. From what I've read, there's also a fairly significant difference between...

If you have a release that you could tag as Bootstrap 2.3.x compatible, that would be helpful for some folks, too. :wink: I am converting a project to Bower, and...

I was able to reproduce this in both Chrome and Electron: - Write a tape test with a failing assert - Bundle the test with webpack/babel - Run the test...

There seems to be some kind of race condition between `tape` and something that's getting set up in`browser-run`'s `reporter.js`. If I put a setTimeout around the failing test to make...