GiuseppeIII

Results 6 issues of GiuseppeIII

Styling for ListView causes GridViewColumn DisplayMemberBinding not to work.

bug

Is there a way to progressively increase the size of navigation fluent icons/images/text. The elements in the bar looks amazing when the window is small, but with a large window...

controls
more_info_needed
styles

It would be nice when trying to use a non-extistant enum value in a function there was a warning. Ex: ``` ---@enum TestEnum TestEnum = { ONE = "ONE", TWO...

enhancement

Currently with code like the following: ``` ---@enum TestEnum TestEnum = { ONE = "ONE", TWO = "TWO", THREE = "THREE", } ---@param test_enum TestEnum local function test(test_enum) print(test_enum) end...

(Split from: https://github.com/LuaLS/lua-language-server/issues/2279) I would expect the following code to error with a missing-field for [0] ``` ---@class TestClass ---@field [0] string ---@field test string ---@param test TestClass local function...

Love the new exact class! When using it though, I noticed that I could still 'inject' fields into an exact class when it is used as the input to a...