daladim

Results 43 comments of daladim

Thanks for the info, I searched the issues about my problem, but did not think about searching the pull requests. Using the branch from this pull request, my `C:\Users\Public\keys.dat` gets...

Hello. Is there any update on this issue? Otherwise, I may try to fix this in the days to come

Hmmm, well I'm not sure I'll have enough free time to see this after all. I'll have a try but maybe I won't be able to complete this fix :-(...

Just as a note, a cloud-project-who-must-not-be-named seems to have implemented such a feature, see https://github.com/nextcloud/server/pull/3620 (I have not tested it since I don't use it) I have never digged into...

Hook executed successfully but returned HTTP 403 403: Forbidden The bot is not in the room. Please invite @gitlab_bot:hlab.ems.host to the room.` I changed the room to an ID where...

I've added a line in the Readme so that others will not have the same trouble :-)

Well, I had already gated this behind an `image_rs` feature I had just added, for the very reasons you described. I've changed this PR so that this optional feature is...

Also, I'm not sure how docs.rs generates its doc. Will these functions be shown in https://docs.rs/iced/latest/iced/? `iced`'s Cargo.toml already contains ``` [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] features = ["image", "svg",...

I did not manage to build the doc locally though the `docs.rs` project to test the `image_rs`-gated functions are visible, but since this feature is implied by the `image` one,...