Matt Painter

Results 14 issues of Matt Painter

I'm using `gradle-css-plugin` 1.8.2 and Gradle 1.8. Twitter Bootstrap uses a single `bootstrap.less` file which uses `@import` to include all sub-components. I am therefore using the plugin as so: ```...

Add page to documentation with information about which channels are what for each satellite. Data can be sourced from: https://github.com/wxcapture/wxcapture/blob/master/WxSatInfo.xlsx, crediting wxcapture/Mike.

documentation

As noted in #57, the role and importance of the `Satellites.json` file is buried a little in the documentation. We need to create a Getting Started page which introduces key...

documentation

I have observed that occasionally `Engine.GetMetaDataAsync()` is returning `null`. I can replicate this in a test, running this method a number of times in parallel for different mp4 files. I...

bug
help wanted

I may be missing something, but the following class can't be used to create a non-Fody proxy: ``` public interface IPoison { void Foo(); } ``` When trying to create...

Creating a proxy against a class with an `out` argument in any method fails with the following exception: ``` System.TypeInitializationException : The type initializer for 'SexyProxy.Proxy`1' threw an exception. ---->...

I am creating proxies for all types matching a predicate. `Proxy.CreateProxy()` obviously can't be called as types aren't known up-front, but there doesn't appear to be an equivalent proxy creation...

I am experiencing bizarre timeouts with the SQL Server provider, and cannot work out why. For example: ``` Health check "sqlserver" with status Unhealthy completed after 47.8154ms with message 'null'...

sqlserver

I'm sure this would have been done if it's possible, but it would be wonderful if activation didn't require a key combo and instead could be triggered by holding down...

enhancement

Is there an out-of-the-box way to perform mapping of `DataGrid` values to filter values? I have a year column which I'm wishing to aggregate in the associated multi-choice filter as...