iacore
iacore
Without offense, you don't need to maintain the website to keep the domain up. The website has been an important resource for me to introduce PJON to others. Is it...
#1432 is not enough. Making `doc:show` to be `help` is a start. 3rd party module don't have documentation either.
I think this is fixed?
Don't really need mmap. smol+nuclei+2 fd should be enough.
About the detection logic First, widgets that are opened and never closed (`deinit`) are all errors (I think). so (conservatively) we can detect "leak" at the end of each frame....
Excellent find! The second, recursive option is indeed simpler.
> Give it a test! How does it look? You mean the debug window? It looks cool! Although I would have appreciated the red border on parents to be 1px...
I updated the error message! take a look / i hope i did not leave any important info out of the message while looking through the code I don't like...
> no way you can get multiple errors per line some people may write code like that and never use `zig fmt` > Why use stderr.print over log.err? the `error(dvui):`...
> The algorithm might not be optimal, but I'm not sure how to make it better. I'll take a look. > In many cases there will be multiple unclosed widgets,...