pfg
pfg
This was fixed in #4
Here's a hacky way to do custom exports currently: ```zig const AnyPtr = struct { id: [*]const u8, val: *const anyopaque, }; fn exposeArbitrary(b: *std.Build, name: []const u8, comptime ty:...
there is ``` CARE Good Wear Call Morning MY BUT ``` it was probably deduplicated and that the lowercase versions of these words were lost. The words_alpha list has lowercase...
I'd say it still counts as a quine because if you were yo type the whole text in an html file and open it, it would show the same thing...
It's working for me, are you logged in? Press the log in button at the top of the page if not. If you are logged in, if you're on a...
Looks like it's asking for link_flair_v2 when it shouldn't. I wrote a possible fix but I can't deploy threadclient anymore, I'll need to do some work to get it to...
There's an experimental 'fullscreen' view that shows everything expanded: https://thread.pfg.pw/#reddit?--tc-view=fullscreen Autoexpand shouldn't be too hard to implement. I don't keep a web browser on my home computer anymore so I...
Added: https://thread.pfg.pw/#reddit/subreddits/mine. I'll close this once it shows up on the sidebar to /r/all
Sorry, I said the wrong thing. It should be on `document` (or `document.documentElement`) not `document.body`. Testing in the dev console, this continues to send events while dragging the mouse if...
I don't see a problem running with `env NODE_ENV=production bun a.js`, but this is a minimal reproduction for the issue with `bun build --target bun`: ```js // a.js if(typeof require...