Darrell

Results 117 issues of Darrell

Having read: http://blog.getglimpse.com/2015/11/18/glimpse-v2-beta1-released I thought I would give Glimpse a go. I have noticed that even after deploying my application to seperate web server, and browsing it from a seperate...

I have 3 nodes, 2 linux plus one windows all in a swarm. On the windows node (which is also the leader) I have an SMB / CIFS file share...

I'd like to use the json configuration to configure the seq sink. However I need access to the switch in code, because I want to allow this to be changed...

enhancement

I've had good fun using system.threading.channels for producer/consumer of late, and I have seen decent perf metrics. An intro is here: https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/ It might be worth considering adopting this, or...

Build of gittools core just kicked off, and its pulling in version 3.0.0 of gitlink, last successful build was pulling in `2.4.1`. The build using 3.0.0 fails with: ``` gitlink...

Setting the `developmentDependency` flag in the `Nuspec` might be a good idea, as it means that if people add GitReleaseNotes as a NuGet package to their project, when they then...

I saw the windows only implementation, and I wondered if you had come accross "named mutexes" in .net core / .net 5 - which I think will offer the same...

enhancement

From [here](https://github.com/madelson/DistributedLock/blob/master/docs/Semaphores.md#semaphores) > Whenever a distributed semaphore is created, you must specify the max count value as well as the name. Specifying the same name with different max count values...

question

On latest master, run the sample, go to the lazy loaded grid page, and use a filter. The grid doesn't filter.

bug

I am using: #region Assembly commandline, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32 // C:\Users\Darrell\.nuget\packages\commandlineparser\2.1.1-beta\lib\netstandard1.5\CommandLine.dll #endregion This won't compile: ``` var parsed = CommandLine.Parser.Default.ParseArguments(args); ``` There is no such overload that takes multiple types.....