Mark Nuzz
Mark Nuzz
It's too difficult to know whether `# :nocov:` signals the beginning or end of a no-coverage section. It would be great if we could explicitly declare this. We had coverage...
I'd like to be able to disable both branch and line coverage for a single line by appending a comment to the end of the line Something like ```ruby rescue...
I am using lerna to automatically create virtual subpackages using symbolic links. sloc is unwrapping the symbolic links to the relative path (and recursively walking through the tree which will...
## Problem The window does not "Repaint" in certain regions of the screen. So scrolling, highlighting, resizing the window, etc does not refresh anything outside of a given region. If...
This is due to the call to GetManifestResourceStream using a RootType, which forces a namespace to be used. F# projects embed resources as simply the name of the file, without...
This is the first step to porting the project to cygwin. I will leave notes and comments here
### I have checked that this feature is not already implemented - [X] This feature does not exist ### Use case I think it would be great to have some...
The new SyntaxTree visualizer looks great. I think it would be amazing if we had a Semantic Model as well. When developing analyzers using the Visual Studio semantic tree tool,...
It would be great to have a cop that works like [Naming/MethodName](https://docs.rubocop.org/rubocop/cops_naming.html#namingmethodname), but for T::Struct props Personally I only plan to use snake_case for this right now, but for completeness...