wucke13

Results 83 issues of wucke13

I would love to see some `.len()` functions in all the type of this crate.

Currently `sin` and `cos` functions are disabled on `no_std`. These are common functions which are easily available through `libm`, so it makes sense to expose them.

**Describe the bug** When the layout wraps into a new col, the first col already takes up the full available width, so each following col overflows. **To Reproduce** Steps to...

bug
layout

Currently, having `nix-locate` is hard dependency of this software. Why don't you utilize a `nix-shell` together with a `shell.nix` to fetch all necessary dependencies?

I think `skim` is noticeably faster than `fzf`, but offers a very similar feature set. Replacing could potentially make things even faster!

Solves https://github.com/jimevins/glabels-qt/issues/123. I have no tried this out, any feedback would be welcome.

I added a nix flake file for this. It enables any user to compile and run glabels-qt with no other dependencies then a recent `nix`. To run the current master...

I want to use plain IMAP/SMTP, without encryption. How can I enable this? I always get ```console Error: cannot connect to IMAP server Caused by: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331: ```...

bug
cli

This would allow for things like ```nix { nixosGenerateFormat, ... }: { # .... } // (if (nixosGenerateFormat == "vm") then {virtualisation.forwardPorts = [ {from = "host"; host.port = 20021;...