Oliver Nightingale

Results 171 comments of Oliver Nightingale

I've not used UMD before but requirejs allows you to have 'shims' for non AMD libraries - http://requirejs.org/docs/api.html#config-shim. In this case you could do: ``` requirejs.config({ shim: { 'davis': {...

The default behaviour of Davis is to bind to all links and forms. If you had some links, or forms, on you page that you don't want Davis to bind...

Hey, if you have any questions about the changes or run into any problems with Lunr please let me know, I'll try and help if I can.

Its nearly been three months, any update? It'd be nice to not have to filter out elasticlunr from my google analytics...

I see as of [this change](https://github.com/weixsong/elasticlunr.js/commit/0b65fe2cfe623d5f96af801bef53d46313ddde55) you are taking a step back from this project, please be so kind as to remove the [google analytics snippet](https://github.com/weixsong/elasticlunr.js/blob/gh-pages/index.html#L19-L31) that is sharing the...

To be honest, I haven't looked at poirot in quite a few years now, so I'm not sure how much help I'm going to be in getting this working with...

There are basically no install steps for this app, mostly because I didn't imagine anyone else would be installing it locally etc. 1 - I just checked on the server...

What do you mean by 'non-module' docs? I have run into problems trying to get some functions documented when they are inside a closure or specified in a way which...

This sounds like a nice addition, I'll try and get round to putting out a new release with this in by the end of the year.

Parameterize was used to make sure that the template name was safe for an HTML id and for a JavaScript property. It seems weird that using this method breaks when...