Thomas Ingram
Thomas Ingram
Initially the model is an empty array _or_ an array of strings. If I make changes (remove a tag or add a new tag), the model gets turned into an...
What would you think of these choices for `modelFormat`: - `auto` automatically attempt to determine model format. defaults to an array of strings (?) - `delimitedString` will keep your model...
I tried using Bootstrap's typeahead directive directly, and the `[typeahead-template-url]` attribute seems to be ignored. I had to copy the template files from `app/bower_components/bootstrap/template` to `app/template` to get it to...
@mayank23 I wrote a quick message validator using `i18next-translation-parser`. For my purposes I can validate a string is formatted correctly, but having the hard-coded check for arrays is a deal-breaker....
@mayank23 to answer your question though (oops!), I never saw `i18next-translation-parser` throw an error, so my validation function had to do that.
My files are grouped by domain instead of type (db access, routes, views for users are all together for instance). Each router sets a separate views directory (`routes.set('views', path.join(__dirname, 'views'));`),...
I would rather assign the function to a parameter instead of using `yield`. Function parameters more clearly document what is expected so developers will not have to scan a function's...
@aimproxy did you get a `MicrosoftProvider` working? I'm also interested in that as I am working on some tools for Minecraft players.
Any interest in this?
I don't have a working solution yet so I don't know what the performance impact would be. I wanted to see what you (@kschiess) thought before starting.