expikr

Results 63 issues of expikr

Zig's blazing fast compile speed+caching practically enables a REPL-ish workflow in teaching scenarios. Since the VSCode extension [is meant to be the official teach-your-friend-to-code](https://github.com/ziglang/zig/issues/17212#issuecomment-1728661973) entrypoint, it would be wise to...

https://github.com/KaTeX/KaTeX/issues/3823 > I'm using the mdbook-katex preprocessor for mdbook with `output="mathml"`, not sure whether it's katex's fault or the rust binding to katex that mdbook-katex uses > > ``` >...

upstream

There doesn't seem to be any documentation anywhere of all the options for print formatters. It would be good to have a dedicated section going through all the formatting options...

The if statement section on zig.dev says that it only accepts booleans. But it also takes optionals and error unions via capture syntax, so that statement isn't strictly correct.

This hint lets you keep the hardware cursor visible while RelativeMode is active. Tested working flawlessly on Love2D 11.4 cherry-picked to SDL2. This also solves https://github.com/libsdl-org/SDL/issues/7943 based on my testing,...

I'm using the mdbook-katex preprocessor for mdbook with `output="mathml"`, not sure whether it's katex's fault or the rust binding to katex that mdbook-katex uses ``` $$ \begin{aligned} e^x &= \sum_{n=0}^\infty...

bug

Is there any chance that warpd can change the normal mode to work more like how [TPMouse](https://github.com/EsportToys/TPMouse)'s inertia mode does it? The current normal mode is rather clunky to use...

https://github.com/capy-ui/capy/blob/c9e5ff8b3c4f2d42aedf3f610faf28336de4d8d8/src/backends/win32/backend.zig#L1600 This doesn't seem right, it will treat any message whose last byte matches 0x12 as quit, e.g. `WM_HOTKEY`, `WM_EXITMENULOOP`, `WM_SYSCOMMAND`, and those in the `WM_USER + x` ranges.

The default `love.run` yields via `love.timer.sleep(0.001)` to reduce CPU usage. I'm just curious why the result is a stable 500fps rather than 1000fps?

library dependency
Windows
SDL3