Guy

Results 10 comments of Guy

Not too many spoilers, mainly chapter 1 stuff, but I did not realize the impact until later chapters. I have been lucky so far without having other “real life” stuff...

I'm going to assume this is similar to my issue. More specifically this is `'Promise' is undefined`. Might I suggest changing the title? I have a similar setup but I'm...

Thanks to @3cp we have a solution! To me this is a documentation bug. Some where it needs to be noted that these changes need to be made in order...

Good catch something like this ``` alias: { 'aurelia-binding': path.resolve(__dirname, 'node_modules/aurelia-binding'), 'aurelia-dialog': path.resolve(__dirname, 'node_modules/aurelia-dialog/dist/umd/dialog-aurelia.js') } ```

I just did a review and found that the `alias` is not needed. Going back to what we did earlier when we put the `promise-polyfill` in `index.ejs` with a ``...

Either way it will work. I have been working with my app with just the `promise-polyfill` change without any issues. I think the **[WDS] Disconnect!** error is a `webpack-dev-server` issue....

It was funny because I was thinking "What is this WDS". When I started to type **W**ebpack-**D**ev-**S**erver the light bulb went on. That and searching for WDS all results pointed...

I was wondering about the `dispose`ing of a task, I backed that out. The additional features sound great and I would assume would be set when registering the job. Not...

And I'm just now seeing that as I take this out of the lab and try it for real use. A column with date/times is all blank then the date...

Dohhh! Two columns one is using the updates the other is just showing the date. Typical programming, I solve one problem and I cause another. ![image](https://user-images.githubusercontent.com/10999532/222014435-1d716a15-00b4-4648-afb1-0efb63093383.png)