Dave Leaver

Results 10 issues of Dave Leaver

When using SignalR.Strong.Dynamic for our client and calling a hub method: `public Task TakeAString(string myString);` We get a `System.InvalidOperationException` with the message `This operation is only valid on generic types.`...

It would be really awesome if we had a list of publicly available sites using the clusterer so people can see some real world usages. To start us off, mourner...

Change the ClientLibrary to target .net standard 1.1 so it can be used in .net core projects as well as .net framework projects. Currently we link in the one file...

Fixes #131 I've tried tracing this code back in git history to figure out why this override exists. [Previously](https://github.com/FubarDevelopment/FtpServer/commit/861210aa874e0bcb0d9aa85eb6f73511e7f318bc) it had a comment: > We ensure that this service can...

If you create a marker using iconlabel and you have no label it skips creating the label element and just returns the img. In this case the img would not...

## Proposed change Add integration for the [Airtouch 5](https://www.airtouch.net.au/smart-air-conditioning/airtouch-5/) AC/Zone controller. This has been used/tested by multiple people [in the forum](https://community.home-assistant.io/t/airtouch-5-integration-aus/451465) The [airtouch5py library is over here](https://github.com/danzel/airtouch5py) ## Type of...

cla-signed
new-integration
has-tests
integration: airtouch5

RestSharp is dead, should be using HttpClient instead.

I've ran in to a crash, I think it is when the server has a bad return result and I have artillery configured to capture a json variable from the...

bug

tl;dr: https://github.com/Leaflet/Leaflet/issues/2164#issuecomment-1094265286. --- https://github.com/Leaflet/Leaflet/blob/master/src/dom/Draggable.js#L95 When you start a map drag we add this class so that you get the grabbing hand. In larger apps, this causes a bit of a...

performance
needs discussion
needs investigation
breaking