Results 192 issues of piegames

Not released yet, but it's already [part of the spec](https://gitlab.freedesktop.org/xdg/xdg-specs/-/commit/4f2884e16db35f2962d9b64312917c81be5cb54b): `$XDG_STATE_HOME`. I added support for it in this crate by copy-pasting and following existing patterns as much as possible. As...

S-blocked

Please add a light theme with good contrast and readability.

enhancement
ui

The layouting page starts with the following introduction: > While many GUI toolkits require you to precisely place widgets in a window, using absolute positioning, GTK+ uses a different approach....

See . The application uses the `-fstime` option on `mksquashfs`. Its value is taken from `now`, which is inherently impure. When I have `SOURCE_DATE_EPOCH` set, `mksquashfs` fails with `FATAL ERROR:SOURCE_DATE_EPOCH...

https://github.com/schollz/croc/issues/278

wontfix

The lead developer himself started this repository: . *Transparency disclaimer: I am involved in the project since mid 2020.*

work in progress

I tried implementing this and only got a lot of really frustrating errors (the `accept` call tends to hang up indefinitely). But I tried a simpler method which does seem...

I can pass a hasher where I need a `Write`, and I'll get the digest of the written bytes. I can also have a reader and `std::io::copy` into the hasher...

digest

I'd like to have a `TcpSocket` implementation like [in Tokio](https://docs.rs/tokio/1.11.0/tokio/net/struct.TcpSocket.html) (I don't really want to depend on the Tokio runtime just for this feature). I know that there are workarounds,...

Randomly consistently shows up as a major bottleneck in my application. My basic problem is that I want to retrieve a lot of random elements of a Vec. I noticed...