Denis Ok

Results 13 issues of Denis Ok

### Description Variables are incorrectly marked as unused. ### Repro steps ![image](https://cloud.githubusercontent.com/assets/1169339/15183879/4581d210-1793-11e6-9c23-b6f1b18a315f.png) ![image](https://cloud.githubusercontent.com/assets/1169339/15184004/d4cf722e-1793-11e6-90f0-2686dc85ee6a.png) ### Expected behavior `u` shouldn't be grayed. ### Actual behavior See picture. ### Known workarounds None. ###...

The colors was already defined as orange in the options, but my functions were always colored in black. I had to change its color again and then revert to the...

up-for-grabs
minor bug

Hey guys, I noticed something lately. Let's say `User` is defined in `Namespace.ModuleB`, and my cursor is located at **$** ``` fsharp module Namespace.ModuleA let f (u: $User) = ()...

enhancement
question

### Describe the bug Since recently, we can now open static classes just like namespaces/modules, like in C# (`open type System.Console` for `using static System.Console`). In my example, Ionide generates...

bug
language services

Hi, What do you think of adding this small `.editorconfig` file in the Feliz? After playing around, I think Fantomas is quite usable by now for our scenarios, which has...

Hi, I am Windows 10 Pro, and this problem reproduces in both Visual Studio 2013 and 2015: My window is empty, thus I can't create a file through the interface......

Hi, Just so we remember, I am getting this warning with this piece of code since ASP.NET Core 6 :) ![image](https://user-images.githubusercontent.com/1169339/189871778-1a818b0e-8475-413f-8e6f-fa6049b13042.png) Thanks!

Hey How easy is it to fix this incompability package installation ? https://github.com/fsharp/FSharp.Data/issues/993 Is this repo up-to-date? Should we just postfix _Xamarin.iOS10_ to the targets in this file https://github.com/advancedrei/Zlib.Portable/blob/master/src/Zlib.Portable.nuspec?

Hi :) I got adventurous and needed to create a Fable binding to the React Beautiful DnD library. Then, I got stuck for a while, when trying to create a...

Hi, Just submitting this small issue for reference ### Versions: - .NET 6, 7 & 8 - FSharp.Data: 6.3 & 6.4 ### See example ![image](https://github.com/fsprojects/FSharp.Data/assets/1169339/e5fcc41c-3a76-4750-b784-a2278403c446) ### Expected result Typename should...

type-bug
good first issue