Icelk

Results 27 issues of Icelk

Support the `wait` keyword like bash&sh does to allow waiting for async commands to complete. That way, you can run commands in parallel and wait for all to finish before...

I think we should include a systemd service and install it in the `.config/systemd/user` directory. What are your thoughts? I have some experience in systemd services.

When I restart my WM, `clipcat` stops working; printing an error saying the clipboard disconnected. Then, the daemon continues to run, but without working. I think we should make the...

When trying to write a 16-bit image with the PnmHeader below, I get the error `Invalid color type for selected PAM color type` ```rust pnm::ArbitraryHeader { depth: 3, height: image.height(),...

kind: bug
medium
topic: formats

### Expected Behaviour Reassigning to a variable should work, just as it does with f32s. ### Example & Steps To Reproduce Run the compute example (just used as it's already...

t: bug
s: needs update

I added an alternative to "softvol" and "alsa"; "none". If remotely changing volume, or resetting it on restart is undesired, this is a fix.

**Description** When I set `initial_volume` in the config to 50, spotify_tui reports it as 49%. I have narrowed down this issue to being only `initial_volume`. I know of a fix;...

bug

When a stream is reset before calling [`send_response`](https://docs.rs/h2/0.3.9/h2/server/struct.SendResponse.html#method.send_response), the error returned is a `Error::User`. That variant doesn't contain any data telling what caused the issue. I propose adding some form...

Exporting fields of the `cert::Cert` would give the user more data, to for example extract the alt names of a certificate, to say automatically add the names to a web...

This is the PR I promised in snapview/tungstenite-rs#296. It requires snapview/tungstenite-rs#300 to be merged and released before we can release this. This adds a cargo feature named `handshake` which is...