Hugo
Hugo
**Baikal version**: 0.8.0 **Expected behaviour**: An etag is missing for collections **Current behaviour**: etag is missing from response. **Steps to reproduce**: Send the following request to the calendar home set:...
**Is your feature request related to a problem? Please describe.** When the preferences window is open, it can only be closed via the desktop-specific keyboard shortcut to close a window....
Trying to install this recipe: https://lutris.net/games/install/23983/view The last step that runs fine is `Setting Windows 10 mode for Wine`, after that, I get the mentioned issue:  I'm using version...
Now that we have a couple of extra commands, it might make sense to just use click. It's already in use for prompting during deletion (see: https://github.com/WhyNotHugo/totp-cli/pull/25)
I've gotten these types mixed up a few times: - https://docs.rs/domain/latest/domain/base/name/struct.Dname.html - https://docs.rs/domain/latest/domain/rdata/dname/struct.Dname.html How exactly do they differ? In which cases in the second one used? It is possible to...
After docker exits, this `echo` command runs: https://github.com/huan/docker-wechat/blob/ba83bb4/dochat.sh#L124 `echo` will always exit with code 0. The following line always prints the exit code of `echo` **not** the exit code of...
Creating an `Application` instance is pretty noisy: ```rust let immediate_alert_service: Uuid = Uuid::from_u16(IMMEDIATE_ALERT_SERVICE); let alert_level: Uuid = Uuid::from_u16(ALERT_LEVEL); let app = Application { services: vec![Service { uuid: immediate_alert_service, primary: true,...
When I connect to my bluetooth headphone using `bluetuith`, they don't show up as connected. The UI shows: ``` MX Master 3 B (Unknown) (Connected, Battery 50%, Trusted, Bonded) OpenRun...
Current `master` points to a commit in `tview` which does not exist upstream: ```console > go run ./main.go go: downloading github.com/darkhz/tview v0.0.0-20240130154506-5ca91a0d158f ui/adapter.go:12:2: github.com/darkhz/[email protected]: invalid version: unknown revision 5ca91a0d158f ```...
Currently examples are binary modules inside the workspace. As a result, these are not treated as examples by cargo, e.g.: ```console > cargo run --example error: "--example" takes one argument....