Davis Ford

Results 82 comments of Davis Ford

hello @thiagodp thanks for the input, and no offense but i think you're a bit late to the party. solution 1 is a totally different solution unrelated to ng-table-export. this...

Which problem with UTF?

I am using that d/l package linked there as my reference. It is very similar to what you have, in fact. Still wondering about CRD though -- do you know...

same here @nleush i tried your `package.json` hack, and indeed it resolved it temporarily, but it causes an unmet dependency error when i run `npm shrinkwrap`. I was able to...

Thanks @sfc-gh-dszmolka -- I did reach out to our sales rep and let him know. We'll keep an eye on this ticket.

AFAIK, a string in the [DOM is UTF](http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-C74D1578), and the plugin is doing nothing more than copying those strings into a big JS string. It's questionable whether JavaScript is [UTF-16...

I need this too, as I'm using mongo backed storage with "_id" attributes, and I just added the property ``` javascript MyModel = syncedModel.extend({ idAttribute: "_id" }, { modelName: "MyModel"...

It is a little tricky with socket.io. Not sure what your needs are, but my app requires the socket to be torn down and thrown away on a logout, and...

@LukeRiceApperson I think I see your problem. You don't need to execute a fn/ctor on a dependency that is injected (like an angular service or factory). Angular already instantiates those...