Johann Dirry

Results 45 issues of Johann Dirry

**Describe your feature request**: There should be an SNTP client integrated to check the times of multiple servers and compare with the local time. Support should include IPv4 and IPv6...

:rocket: feature-request

When adding codeformatter with Nuget, it should automatically add a build target, so that the code gets automatically reformatted on every build.

I have a private channel with an misbehaving bot that filled up the messages. I tried the following: ```powershell $token = 'xoxp-.......'; get-slackchannel -token $token -name "privatechannelname" | Get-SlackHistory -Count...

there should be an analyzer that sorts `using`s alphabethically. Optional: usings for `System.*` and `Microsoft.*` namespaces should come before others.

Feature Request
Area-Analyzers

## Current behavior The eager numeric execution can result in calculations which are way too large to calculate numerically: ```fsharp 9Q ** 99Q ==> "29512665430652752148753480226197736314359272517043832886063884637676943433478020332709411004889" (9Q ** 9Q) ** 9Q...

it seems that tensor algebra is completely missing as of now, so I am wondering how the plans are to include support for higher calculus. I guess it might be...

In the following snippet ```powershell Get-AzureVMImage | where ImageFamily -eq $imageFamily | sort PublishedDate -Descending | select -ExpandProperty ImageName -First 1 ``` the aliases `sort` and `select` are not highlighted...

bug

there should be support for common refactoring methods, similar to what R-Studio offers: ![rhmtmklacyv4swzd8-66hw](https://user-images.githubusercontent.com/83339/34984650-f2b97d5e-fab1-11e7-8607-a8b7ea9af727.png) image source: [1](https://support.rstudio.com/hc/en-us/community/posts/200653626-Refactoring-and-code-navigation)

[TestOfAttribute](https://docs.nunit.org/articles/nunit/writing-tests/attributes/testof.html) is commonly used to link a test with the method under test. This is really handy to find the implementation of the method that is under test; without reading...

Steps to reporduce: * set up Albedo with a group of lamps * install additional lamps and add the lamps to a group Expected behaviour: * Albedo detects the additional...