Hugo

Results 374 issues of Hugo
trafficstars

**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) ```console > rust-analyzer --version rust-analyzer 2024.02.12 ``` **rustc version**: (eg. output of `rustc -V`) ```console...

C-bug

When executing a `REPORT` request querying the data of an address book: ```xml /user/contacts/BYWFyAHuEcfxk1uA/PhstoGGSIYNL.ics ``` I'm getting a confusing response which indicates that the item exists but doesn't exist. I'm...

Always run in foreground by default. Service manager and supervisors expect services to run in foreground, so they can track the lifetime of the child process. Those that don't implement...

Always run in foreground by default. Service manager and supervisors expect services to run in foreground, so they can track the lifetime of the child process. Those that don't implement...

The default socket is created world-writable, which makes is accessible to **all** users (even `nobody`): ```console > ls -l /var/run/usbmuxd srw-rw-rw- 1 root root 0 Aug 14 10:02 /var/run/usbmuxd ```

I'm basically running `swayidle timeout 10 "powerctl mem"` while the screen is locked. The first time the system reaches 10s idle, `swayidle` triggers, runs `powerctl mem` and puts it to...

This integration is unwanted, as expressed in #117. Additionally, the integration is not quite correct; to properly launch a screen locker before sleeping, swayidle should set a suspend inhibitor **at...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.70.0 (90c541806 2023-05-31)...

C-enhancement
S-blocked
A-man

It would be very useful if tests used some other library to read barcodes and verify that they stay sane. Mostly to detect regressions.