Austin Kurpuis
Austin Kurpuis
When calling the `.query` method with certain search terms in Safari, the following error is thrown: ``` TypeError: undefined is not an object (evaluating 'posting._index') ``` The problem is [here](https://github.com/olivernn/lunr.js/blob/master/lunr.js#L1809)....
OSX: 10.10.5. Mongotron: v1.0.0-alpha.2. Mongotron throws the following error when trying to access only one of my many local collections: ##### `Error opening database` `{"message":"field missing/wrong type in received authenticate...
[](https://ci.appveyor.com/project/matthewp/can-derive) [](https://coveralls.io/github/canjs/can-derive?branch=master) [](https://greenkeeper.io/)
It seems in certain situations, using `can-import` with `less` files causes the following error to be thrown when loading the optimized build: ``` Uncaught TypeError: Cannot read property 'prototype' of...
[This](https://github.com/imaustink/opimize-build/tree/broken-stache-import) project imports and stache template as a partial and renders it. In the `development` page you will see `The cake is a lie!` render, in the optimized build you...
[](https://ci.appveyor.com/project/matthewp/can-fixture) [](https://coveralls.io/github/canjs/can-fixture?branch=master)
When trying to use `can-connect` as an interface for localStorage only, no HTTP calls, `.getAll({})` results in `{message: "no data", error: 404}`. This is the connection behavior I am using:...
The `serialize` method of `can/ref` doesn't work properly with `can-define/map`.
[](https://ci.appveyor.com/project/matthewp/can-connect-feathers) [](https://coveralls.io/github/canjs/can-connect-feathers?branch=master)