Jordan Petridis

Results 14 issues of Jordan Petridis

While trying to generate bindings against glib 2.73+ in gtk-rs/gtk-rs-core#717 , `gir` tries to generate the following code which doesn't compile. ```rust #[cfg(any(feature = "v2_74", feature = "dox"))] #[cfg_attr(feature =...

bug

Also maybe we should rename this to `IOError` instead of `IOErrorEnum`... @bilelmoussaoui ? _Originally posted by @sdroege in https://github.com/gtk-rs/gtk-rs-core/pull/717#discussion_r924342379_

gio

Hey, I am developing an application and 've been looking for a downloader library. I like zou and would like to contribute and start using it as a library. I...

While trying to regen tracker-rs a month since I last done it, the generator fails like this: ``` alatiera@toolbox ~/P/g/tracker-rs (v0.4)> ./generator.py => Building gir... Finished release [optimized] target(s) in...

Followup to #1201 Allow to set custom priority for the spawned futures.

Both tokio and async-std have a `yield_now` future, which is a manual hand-off back to executor to allow to schedule other things. Similar to `G_SOURCE_CONTINUE`/`glib::ControlFlow::Continue`. * https://docs.rs/async-std/1.12.0/async_std/task/fn.yield_now.html * https://docs.rs/tokio/1.33.0/tokio/task/fn.yield_now.html An...

enhancement

When I started writing Rust code I used to do the following pattern to convert `Result` types. Turns out I am not the only one doing it, and I think...

I think error-chain needs the Error to impl std::marker::Send, Not sure though. Here is a compiler compain trying to add rafy::Error to error-chain: ``` error[E0277]: the trait bound `std::error::Error +...

Hello, One of the frequent occurrences, is that there will be a 502/3 server error or something will go wrong and marge will leave a comment about being broken on...

Scenario: This is slight micro-managment of the queue, but its necessary for projects with multiple concurrent MRs. 1. assign MR 1 to merge bot 2. assign MR 2 to merge...