Mark Lester
Mark Lester
I'd like to save the name of the control variable for plural forms. I will amend `_parseComments` and `_drawComments` to accept and output ` #$ varname ` bound to `comments.control`...
Hi guys. Sorry, I know this is a me issue. we can post fine, but any lists have got a WHERE 0 = 1 appended to the count, and thus...
Sequelise-restful had a method of requesting, via the HEAD of `/api/` essentially a JSON.stringify of the relevant sequelize.model. It didnt really work, once you added the associations there was a...
I am playing about getting my client models and collections to be _reactive_ and have realised that they need to listen to a subject from sockets.io identical to the url...
pagination has got mixed up, it's always true once we get to List.prototype.fetch ``` if (!this.resource.pagination) delete options.limit; ``` Ah, further investigation shows that we are calling Resource on these...
I'd like a facility to support non sequelize, generally read only, resources. I also wish to provide a dictionary of all the end points registered. It would be useful to...
I cant go Syphon.deserialize(view,model); Is there a reason for that ?
I want to generate missing tiles on the fly. Is there support for this or should I dive into getTile. It would be nice to be able to provide a...
I am implementing a scheme of 3 phase template execution, these being 1. Once. First time only for a given locale (typically to resolve translations) 1. Every. At deliver time,...