this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vaxis: remove fixme

-1
-1
src/Vaxis.zig
··· 56 56 /// if we should redraw the entire screen on the next render 57 57 refresh: bool = false, 58 58 59 - // FIXME: remove before committing 60 59 /// blocks the main thread until a DA1 query has been received, or the 61 60 /// futex times out 62 61 query_futex: atomic.Value(u32) = atomic.Value(u32).init(0),