Indomitable

Results 6 issues of Indomitable

Hi, First I want to say this is good idea which can be very useful. One thing that I found is that in the "Merge Request's Changes" diff is generated...

Documentation
Enhancement

Hi, I'm using Dictionary with Linq method ElementAt and MonoDevelop gives me a warning Use of Linq method when there's is a better alternative, and suggest to change ElementAt with...

Hi I have this method: ``` csharp var filesPerWorkspace = from f in localPaths let workspace = this.GetWorkspaceByLocalPath(f) group f by workspace into wg select wg; foreach (var workspace in...

Take this example: var fileItem = IdeApp.ProjectOperations.CurrentSelectedItem as IFileItem; var folderItem = IdeApp.ProjectOperations.CurrentSelectedItem as IFolderItem; if (fileItem == null && folderItem == null) { info.Visible = false; return; } var...

Hi, I updated my home PC to ubuntu 21.04 which is using openfortivpn 1.15 and after that after connecting to my company VPN my local internet is disappearing (trying to...

### **User description** I noticed that all tests require real browser driver, but I think it can be useful to have ability to write tests which doesn't need it. We...

enhancement
Review effort [1-5]: 3
tests