Chris Eldredge

Results 8 issues of Chris Eldredge

Currently symbol packages can be pushed but there is no method of removing old symbol packages and related files. As a Klondike instance is used, the symbol directory can grow...

enhancement

A nice enhancement would be to have a view that displays recent changes to the index: - Package added - Package deleted - Package mirrored - Errors Any errors that...

enhancement

WIP for issue #86. Breaking changes: https://ci.appveyor.com/project/chriseldredge/lucene-net-linq/build/103/messages

Supposing a document like: ``` public class Book { public string Title { get; set; } public string Author{ get; set; } public string Text{ get; set; } } ```...

enhancement

The [model-records/index](https://github.com/DockYard/ember-admin/blob/master/addon/routes/model-records/index.js) route currently uses `findAll` to load all records of a given type. For adapters and backends that have non-trivial amounts of data, it is not practical to load...

This PR adds an optional `debounceTime` attribute to the configuration, which when set will smooth out changes to occupancy that happen within the set threshold. In other words, if `debounceTime`...

Create a new Console application in VS2013 targeting .NET 4.5, then in Package Manager Console, attempt to install Ninject.Web.WebApi.OwinHost ``` PM> install-package Ninject.Web.WebApi.OwinHost Attempting to resolve dependency 'Ninject.Web.WebApi (≥ 3.2.0.0...

It appears that WebApi added an overload to WriteToStreamAsync that accepts a CancellationToken parameter. JsonpMediaTypeFormatter does not implement this overload, so the following error is thrown at runtime when attempting...