Aleksander Spro

Results 10 comments of Aleksander Spro

This is also a problem with right alignment. (see same example as above)

@kerams Ive done enough react to know the implications around it. I also checked the Fulma source before posting and found what @MangelMaxime posted above, but I wasnt sure how...

I tried adding a pull request with some new converters. Unsure if they will fit all scenarios though. #18

```lua ---@enum MyEnum MyEnum = { All = 0, None = 0 } ---@enum MyOtherEnum MyOtherEnum = { Some = 0, Filter = 0 } ---@param ... MyEnum ---@return MyEnum...

The whole point of an enum is to ensure correct enums are used in my honest opinion. Or I might just make constants. I hope this can be fixed :)

Have issues to get the workaround to work... ```lua ---@class Tire ---@field IsSlicks boolean ---@class Car car = {} --- Here is some documentation about the userdata. --- ---@type Tire...

The use of them seems fine. It seems to be the type hint thats puts `fun? always first. So if you union type and funtioncion it looks like function also...

I think you missunderstood. Its not global variables, its the code hint in visual studio. Using ---@field as shown above with union, the code hint seems to show the "userdata...

Same issues and above answer by @cmdalbem did not help :/