Kevin

Results 16 comments of Kevin

I'm stuck trying to use Aurelia CLI and Workbox. Please see my [question on StackOverflow](https://stackoverflow.com/questions/48023333/aurelia-cli-pwa-with-webpack-and-workbox). I was hoping to figure this out to write a blog post detailing how to...

I had to: `npm install workbox-webpack-plugin --saveDev` then use `new WorkboxPlugin.GenerateSW({` instead of `new WorkboxPlugin` in the webpack.config.js to get `au build` to build. Thanks for the info. Maybe @obedm503...

I agree :-). I unfortunately haven't found/made the time to actually build one and do a good write up about it. It should be "easy" to get one running with...

This looks like a good step forward. I like where this is going. If match doesn't specify headers or form data, etc, could you skip showing it? For example: I'm...

@oguzhaneren Did you get it working? I'm trying to do the same thing, but with TypeScript. The index.d.ts file (that I got from npm install @types/stacktrace-js --save-dev) exports stacktrace-js. so...

I'm wanting to do the same thing (change the selection by removing and adding to the selectedItems observable array). Here's a demo where it's not working for me: http://plnkr.co/edit/hVjzwPaUVNm6mIVEEeA6

I'm unable to reproduce with this unit test, I only get it at run time. Here was my attempt at a test. [Fact] public async Task MessageWasRetrievedFromTheQueue_WorksManyTimes() { // simulate...

Someone created one: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/knockout.es5

This would be a good PR to complete. It confused me today

[https://github.com/codebude/QRCoder/issues/361](https://github.com/codebude/QRCoder/issues/361) mentions ImageSharp as a way to run in Linux. If this works, it would be nice to have it checked on Linux and merged in