Josh Wolfe

Results 70 issues of Josh Wolfe

so that the user can see where the mysterious numbers are coming from.

Invented by Philip Wolfe.

Executing something like this seems to work ``` "C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe" /A "page=168=OpenActions" GURPS_Basic_Set_Characters.pdf ``` The pdf can be found here: http://www.sjgames.com/gurps/books/basic/

Using python: ``` python import zlib zlib.decompress("w7NIw43DicOJBwA=".decode("base64")) Traceback (most recent call last): File "", line 1, in zlib.error: Error -3 while decompressing data: incorrect header check ``` using node.js: ```...

This was originally proposed by @raulgrell here: https://github.com/zig-lang/zig/issues/770#issuecomment-368323984 What do you think of an enum array? It has a length equal to the member count of the enum and can...

proposal

One of the scariest things about using a webapp as a timer is losing data when you unload the page (refresh, navigate away, etc.). It should be possible to record...

enhancement

Global hotkeys are often essential for a speedrun timer. If you're running the timer in the same OS as the game you're speedrunning, you need to be able to split...

enhancement
question

To support this case: https://github.com/ziglang/zig/pull/15705#issuecomment-1551800247 Adding a `parseFromValue()` including a custom parse function means that we can parse complex json documents with polymorphic objects by using custom code to determine...

### Zig Version 0.11.0-dev.1869+df4cfc2ec ### Steps to Reproduce and Observed Behavior Enable the tests added by https://github.com/ziglang/zig/pull/15981 (Search for the issue number of this issue.) I haven't bisected the problem...

bug
upstream
arch-aarch64
arch-riscv
backend-llvm

From https://github.com/ziglang/zig/pull/15981 and documented in https://github.com/ziglang/zig/issues/16108 . This is a PR that shows the CI failure until it gets fixed. (Is this object useful to exist on github? is it...