Fungusware
Fungusware
100% would be an excellent feature for negative timespans to return "2 Days, 45 Minutes ago"
I've started on this Fork.... https://github.com/Fungusware/ObjectListView
Ok, I will try this and report back. Much appreciated. On Fri, Nov 20, 2020 at 3:54 PM Gertjan van Heertum < [email protected]> wrote: > Did you do a discovery...
Unfortunately time restraints meant I had to abandon my testing, and I ended up just using Linux command line and pipe it back into the C# code. Not pretty but...
@KingLucius will you be publishing a Nuget? If so, I'll probably remove my repo, not need for two.
Special thanks! This has solved my issue, I'm checking stability as I had been getting crashes after a few minutes with my previous method. Will update once the tests have...
Indeed it is possible, I dealt with it as mentioned. One thing I noticed, is that after a few hours of running, the change notification stop coming through and I...
@walkerlaron would you be able to post the full source code (or at least more of it), I cannot get any results using this method.
Yeah still failing with the exception. `Connection ":1.18" is not allowed to add more match rules (increase limits in configuration file if required; max_match_rules_per_connection=512)`
I managed to pass some Discovery Filters using the following : var props = new Dictionary(); props.Add("Transport", "le"); props.Add("UUIDs", new string[] { "0000fe95-0000-1000-8000-00805f9b34fb" }); await adapter.SetDiscoveryFilterAsync(props); These options worked nicely...