iacore
iacore
for the record, that's neither the file name or the page title is a bit confusing  
nanovg-zig:  ^ some regions of the strokes are darker. nanovg: 
During my work with draw calls (https://github.com/david-vanderson/dvui/issues/83#issuecomment-2267644939), I created the following new API design Currently: 1. dvui allocates temporary memory 2. dvui populates `vtx` and `idx` 3. dvui calls `backend.drawClippedTriangles`...
I tried to write three separate lists. However, it turns out to be one loose list. This behavior is unintuitive to me. Maybe there could be a better heuristic to...
In Obsidian, renaming a file will rename all the references to it. How can I implement this in mycorrhiza?
The compiler cannot match procedure types like `proc (_: T): R`. See https://nim-lang.org/docs/manual.html#overload-resolution for the definition of "generic match" ### Example ```nim type Callback*[S,R] = proc(_:S): R State = object...
### Checks - [x] My commits follow the [commit guidelines](https://github.com/mumble-voip/mumble/blob/master/COMMIT_GUIDELINES.md)
### Bug Description see above and below ### Steps to Reproduce 1. be in the room list 2. selecting multiple rooms 3. perform Android back action 4. [bug] the app...
It's possible to open a post from any timeline by clicking on it. However, I can't open a post from right side by clicking on it.