sizzlemctwizzle

Results 100 comments of sizzlemctwizzle

> my concern is stability and documentation. I wouldn't say that Mu has stellar documentation. It's pretty sparse. As far as stability is concerned, my implementation is much simpler and...

> not just Mustache.js and Mu. I know. I looked into them before rolling out my own version. I took a different approach than any of the others in my...

I've identified the cause. We are performing async functions within the Passport verify (which is supposed to be private, but we override externally) method, which was never intended to happen....

It's probably still happening since there has been no change to the authentication routine to fix it. It's one tricky bug.

I don't think `once` would work. The `done` calls are from separate requests (separate call stacks). On Jul 28, 2014 4:46 PM, "joeytwiddle" [email protected] wrote: > If you want to...

I don't see this as a duplicate since PMs and notifications are entirely different features. Re-opening because I'd like to have on-site notifications. Somewhat like how GitHub does it. I'd...

I guess, but I'd like my PMs and notifications displayed separate but that could probably handled with a filter. > which hasn't been implemented yet to my knowledge yet. It...

I'll take a closer look later today and see if I can find a solution.

Okay, so I tried building my own `multipart/form-data` request with the source of the script pulled out of ACE and sending it to the server via AJAX, but I had...

We could always use [socket.io](https://github.com/socketio/socket.io/) to stream the script source to the server. But that'd be overkill.