Keith Gunn

Results 10 issues of Keith Gunn

I'm trying to setup continuous testing using grunt-watch but keep getting an error 'Socket hung up' my grunt config for karma: ``` karma: { options: { basePath: '', autoWatch: false,...

Plugin requires that typescript is installed even if you arent using typescript, is there a way to decouple this?

Has anyone seen this behaviour before? https://user-images.githubusercontent.com/1970063/111909387-ffe4c200-8a54-11eb-9261-2d22f892d42b.mov

When I installed the library and used the following code, it renders very tall, fills my whole app height and although the spinner appears no results show. Do you need...

I've been using v0.33 and today updated to v.034 but in the setting panel in Webstorm it still shows the old version number. I've tried un-installing and re-installing the plugin...

I use load-grunt-config which uses the task name to auto pick up the config files but on an existing project I had 'grunt-express' and 'grunt-express-server' both use the same task...

There is an issue with mocha in that when tests fail it throws an error and this seems to be an issue with gulp itself not sending proper exit status....

Is it possible to group tasks or have a default task? Running just 'npm run gulp' results in error due to this.

Koa version: 2.13.4 @koa/router version: 11.0.1 ``` const Koa = require('koa'); const Router = require('@koa/router'); const app = new Koa(); const router = new Router(); router.get('/', async(ctx, next) => {...

### Provide a general summary of the issue here When building our application we get warnings from packages used by React Aria: ### 🤔 Expected Behavior? No errors during build...