Patitotective
Patitotective
Simple API Reference needed with the procedures available for buttons, labels, text areas, etc.
I'm working on an application that uses the packages list (`packages.json`) and I've found an issue (i think). The following packages have an empty tag: ```json {"name":"htsparse","url":"https://github.com/haxscramper/htsparse","method":"git","tags":["library","wrapper","parser",""],...} {"name":"syllables","url":"https://github.com/tonogram/nim-syllables","method":"git","tags":["library","language","syllable","syllables",""],...} {"name":"drawim","url":"https://github.com/GabrielLasso/drawim","method":"git","tags":["draw","drawing","gamedev",""],...} {"name":"scinim","url":"https://github.com/SciNim/scinim","method":"git","tags":["scinim",""],...}...
### Acknowledgement - [X] I have searched through both open and closed issues and confirm that this icon has not been requested earlier. ### Icon From [Google Fonts](https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Adrive_file_move_outline%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048):  ###...
Edited `imgui.nim`: - `ImVector.data: UncheckedArray[T]` -> `ptr UncheckedArray[T]` - `ImDrawList.cmdLists: UncheckedArray[ptr ImDrawList]` -> `ptr UncheckedArray[ptr ImDrawList]` ## Usage Example ```nim import nimgl/imgui, nimgl/imgui/[impl_opengl, impl_glfw] import nimgl/[opengl, glfw] proc main() =...
* **What is the current behaviour?** `data[^1].padding` is `ImVec2(x: 0f, y: 0f)`. * **Please provide the steps to reproduce and if possible a minimal demo of the problem** ```nim import...
When I try to call `nimassets` (after successfully installing it) on Windows 10 Pro a popup error appears saying that the program needs libwinpthread-1.dll and that I could fix it...
```nim import parsetoml echo parseString("a = [0]") ``` ``` /home/me/trial.nim(3) trial /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1281) parseString /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1274) parseStream /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1058) parseKeyValuePair /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(906) parseValue /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(492) parseArray /home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(908) parseValue Error: unhandled exception: (1:8) unexpected character "\x00"...
I want to make a pattern that uses another pattern but doesn't execute that pattern's code block capture. ```nim import npeg # This parser parses words and no words #...
It would be really useful if a variant could have fields that do not depend on the kind, so this would be allowed: ```nim variant Shape: color: uint32 Circle(r: float)...
I really like nimib and it looks super cool to make quick documents. But also I thought it would be really nice to have some kind of index showing all...