Daniel Crisp

Results 7 issues of Daniel Crisp

I had an edge-case issue where the `confirm` popup was blocking my JS thread mid-digest and I was getting an error in IE11. It happened when clicking a button with...

### This is a... * [ ] feature request * [x] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [x] @angular/cli *...

* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository * **What is the current behavior?** Plunkr showing...

I use grunt to start a local express server when I'm developing front end templates. Typically I'll be developing the templates and _also_ the mock API endpoints I require for...

Looking at this example I can see how the server broadcasts a message to all connected clients, but it only demonstrates how to do it from a client-initiated action: https://github.com/tjchaplin/signalRJS/blob/master/docs/examples/chat/signalRJSServer.js...

I'm having a bit of trouble trying to understand how I'm supposed to use dgeni because the examples I've found don't seem to match the packages. I noticed that this...

I needed min-height / max-height support for a project I am working on. I found this pull request but it was from an old version, so I used the same...