jmaargh

Results 9 issues of jmaargh

Apologies if this already exists, but I couldn't find it in the docs or shell help. Or if there is an alternate workflow for this. I love `rust-toolchain.toml`, it's a...

enhancement
help wanted
E-mentor

I was just thinking about whether it would be possible to use Cap'n Proto RPC in a non-async application (in particular, I was interested in using unix domain sockets as...

Publishing, whether to crates.io or elsewhere, should be opt-in rather by on-by-default. Although rare, people [do sometimes publish accidentally](https://stackoverflow.com/questions/52639162/how-to-delete-a-published-crate-from-crates-io). Given that the default is currently to publish to crates.io publicly,...

Command-publish
Command-new
A-edition-next

**Bug description** On my system (Fedora 37, gio 0.17.4), the following demonstrates a panic from `AppInfoExt::executable`: ```rust use gio::{traits::AppInfoExt, AppInfo}; fn main() { let app_info_all = AppInfo::all(); for info in...

bug
gio

Fixes #2736 - [x] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation...

S - docs

My understanding from [these docs](https://docs.rs/winit/latest/winit/dpi/index.html#how-is-the-scale-factor-calculated) is that `scale_factor` should be either defined by a system-level (i.e., not per-app) user preference (like on Windows and Wayland) or by a manufacturer-provided setting...

DS - x11

Hey, just read your interesting [blog post](https://sts10.github.io/2023/01/29/sorting-words-alphabetically-rust.html) about sorting. In case you weren't already aware, there's already a well-supported way for programs to be locale-aware on Linux: a set of...

I just stumbled across this crate and it looks really nice! Just thought that I would ask whether you'd be interested in implementing the [bytemuck](https://lib.rs/crates/bytemuck) traits for all pixel formats...

The `go!` macro is unsound and should require an `unsafe` block to use, with proper "Safety" documentation for the macro. As discussed in #6, this crate can be unsound when...