Greg Wiley

Results 2 comments of Greg Wiley

`RsBody` in response and `RqBody` in request, yes. We, of course, create abstractions that are fulfilled by implementations in Amazonka. All of our application code is tested against those abstractions...

this fixed all my watching and bundling woes: in `webpack.config.js` ``` { loader: 'purs-loader', options: { bundle: !(isWebpackDevServer || isWatch), watch: isWebpackDevServer || isWatch, // ... } } ```