iacore

Results 215 issues of iacore

for the record, that's neither the file name or the page title is a bit confusing ![image](https://github.com/lumeland/cms/assets/74560659/54b8ec95-35f7-462c-8506-2812832b47ef) ![image](https://github.com/lumeland/cms/assets/74560659/0dfab6e7-2859-4076-84a9-ec8fc5815bc1)

nanovg-zig: ![image](https://github.com/fabioarnold/nanovg-zig/assets/74560659/af77adaf-ac5f-4d54-a13a-d76150a4d4ee) ^ some regions of the strokes are darker. nanovg: ![](https://raw.githubusercontent.com/memononen/nanovg/master/example/screenshot-01.png)

bug

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...

bug

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.