Aleksandar Pesic
Aleksandar Pesic
I'm using ElasticSearch 2.3.3 (the newest at the moment), and I've installed this plugin by following your instructions: ``` bin/plugin install polyfractal/elasticsearch-inquisitor ``` Then I've tried to open the site...
Me again. Another issue to report: NuGet package manager reports that version v0.8.2.268-EA of ACMESharp library is available, but the install fails because there's no appropriate version of dependent libraries...
Hi again! After some testing I've discovered that `for` loop at https://github.com/cederberg/grammatica/blob/master/src/csharp/PerCederberg.Grammatica.Runtime/RecursiveDescentParser.cs#L213 executes infinitely in some cases. And here's some criticism for you: the thing you've done by increasing/decreasing loop...
Thanks for the effort, but it looks that it doesn't work... At least not optimally. Here's my setup: I have two binary files (DLLs), which have the exact same size...
I'm not sure if you've considered this so far, but I'm pretty sure that .NET Core version (build) would be very useful improvement. I've analyzed the project with portability analyzer,...
Guyz, I strongly believe that it is the time to break the project down to smaller pieces. There are two "groups" of features that can (and should) be managed as...
## Expected behavior If we have `net.IPNet` which contains `100.100.0.0/16`, `cidr.AddressRange` function should always return `100.100.0.0` and `100.100.255.255` ## Actual behavior The method sometimes returns `100.100.0.0` and `0:ffff:ffff:ffff:ffff:ffff:ffff:ffff` ## Steps...