Anthony Mastrean

Results 65 issues of Anthony Mastrean

We established Visual Studio Code tasks to run different groups of benchmarks, but we can't easily access the [analyzers](https://github.com/dotnet/BenchmarkDotNet/tree/master/src/BenchmarkDotNet/Analysers) printed in the console via the [Problems panel](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher ). It would...

I can't get anything to load at `http://127.0.0.1` on Windows using the latest Docker image. I don't see anything relevant in the bettercap logs or the browser dev tools! ![image](https://user-images.githubusercontent.com/217842/61084737-a06b8d80-a3fc-11e9-95b0-3c9021f8857f.png)...

**Is your feature request related to a problem? Please describe.** It's difficult to balance jobs within a given period. For example, if we naively schedule certain maintenance jobs `@hourly` or...

**Is your feature request related to a problem? Please describe.** We are trying to allow application administrators to configure some of the scheduling properties of certain "maintenance" jobs. We were...

I'm ready to integrate package feeds (RSS or Atom) into, at least, my chat system, but hopefully my ticketing system, so that I can schedule release notes reviews and upgrades....

It's common on high resolution displays to run the browser at a > 100% zoom level. Some parts of the UI start to wrap in funny way. For example, the...

small
help wanted

**Describe the bug** Danger doesn't think it's running in a CI environment or a PR context in a gitlab.com MR (I can't quite tell which, DEBUG logging is a little...

bug
You Can Do This
[platform] GitLab

It seems like the parser is treating empty columns as the empty string, not `null`. Using the following model and example CSV, this library will produce an empty string for...

enhancement
CSV

Support the [msbuild command line switches](http://msdn.microsoft.com/en-us/library/ms164311.aspx) that are not already supported. That includes the ones that are true switches (`/nologo`) and the ones that have goofy `:properties` (like `/fileloggerparameters`). ```...

Although, it seems like we have to update a complicated bit mask, [ShellState](https://social.technet.microsoft.com/Forums/windows/en-US/cc220a3d-1a68-441e-9dc0-a5d4714bccdd/singleclick-to-open-in-windows-explorer-registry?forum=w7itproui)? ![image](https://user-images.githubusercontent.com/217842/35066862-09e6f56c-fba0-11e7-808c-0cdd3b12a58b.png) Possible starting point ``` $path = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer' $shell_state = (Get-ItemProperty -Path $path).ShellState $shell_state[4] = $shell_state[4] -bxor...

Improvement
0 - Backlog