Léo Gaspard

Results 144 issues of Léo Gaspard

I have this keybinding in my `.topydo`: ``` a = cmd edit -E "vim +" ``` (I find vim's todo.txt plugin more pleasant to use for batch-adding tasks than topydo...

bug

I think this happened because I tried to “do” two tasks too fast. Basically, I pressed `x` twice, and the first task had not been marked done yet when I...

bug

If I have eg. the following tasks: ``` 2018-03-14 Hello World (F) 2018-03-14 Hello World ``` Then the F-tagged task will change color when selected, which makes it dark-on-white-background. The...

Running `witx-bindgen` on this code: ```lisp (module $foo (import "memory" (memory)) (@interface func (export "bar") (param $buf (array u8)) (result $error u32))) ``` generates this code: ```rust // This file...

Hello, First, this issue's description may overlap a bit with https://github.com/rust-lang/regex/issues/425, by attempting to do what https://github.com/rust-lang/regex/issues/25 wanted. However, I believe the solution described below to handle it would probably...

#### Description of the problem We're considering having a look at bors for a pretty huge OSS repo (for a linux distro), where a lot of tests are expected to...

When generating bindings for Aravis, there are things like: ```c #define ARV_PIXEL_FORMAT_CUSTOM_BAYER_BG_12_PACKED 0x810c0004 ``` This codegens into GIR: ```xml ``` And then into Rust: ```rust pub const ARV_PIXEL_FORMAT_CUSTOM_BAYER_BG_12_PACKED: c_int =...

Hello, In the process of https://github.com/robohouse-delft/aravis-rs/issues/2, it looks like it'd be very useful if gir made it possible to manually implement primitive type aliases. This way, it could be defined...

The issue arises when using this .gir file https://ekleog.org/vrac/nOkXrcFNgD8Zrg-Aravis-0.6.gir . Generating the `-sys` and then the regular bindings lead to errors like these: ``` error[E0277]: the trait bound `i32: glib::translate::Ptr`...

In Aravis, the GIR file contains field definitions for some structs (eg. `ArvGcStructEntryNode`). However, the `.h` file only contains it as an opaque pointer. As a consequence, when attempting to...