Aleksander Spro
Aleksander Spro
Its not possible to set unique key for the element inside the pagination component resulting in: Warning: Each child in a list should have a unique "key" prop. Should Key...
Hi, I am running into a runtime error when logging in with a newly created user through: `result = await _userManager.AddLoginAsync` The same issue is mentioned [here](https://github.com/aspnet/Identity/issues/1364#issuecomment-323767718). Any input on...
Im struggling with finding correct abstractions for sub-items for Level (level -> heading + level -> title) https://bulma.io/documentation/layout/level/
This should not be valid ```lua ---@param ... ImGuiWindowFlags Flags to xor ---@return ImGuiWindowFlags function bit32.bor(...) end local parsesAsValid= bit32.bor(ImGuiStyleVar.FramePadding) ``` I get the feeling the enum gets parsed as...