Federico Mena Quintero

Results 10 issues of Federico Mena Quintero

This does not create the app token; there is a FIXME with info on how to do that. Also, we don't pull the configuration out of the `config` passed to...

This depends on #343. First we replace the bitfields in a couple of structs with `stdbool.h`, so we can have the same ABI as Rust's `bool` type. Then we make...

Various of lcov's scripts use `find(1)`, for example to scan for `*.gcno`. I just had to debug a case where lcov wasn't generating anything during the `--initial` run, as it...

I do this frequently: 1. Start a GPS track recording app 2. Start Go Map!! 3. Go out by bike, recording rural roads which are hard to see in the...

bug

The cssparser crate made an API break for 0.29, with the removal of the `AtRuleType` enum. `selectors` is already updated for this. Could we please have a release? I'd like...

A-infrastructure

I couldn't find the string `premul` in the source code except for the algorithm in the blend filter :sweat_smile: Are images decoded with alpha premultiplied or not? It doesn't matter...

This is for https://github.com/flatpak/flatpak-docs/issues/376

While automating my configuration with saltstack (but it could be ansible or anything else), I have asked myself the following questions: - Where do flatpak apps store their configuration? -...

enhancement

Although we have lamaperia/styles/mapbox-studio-cycle-topographic.json, people need to make manual changes to that file before uploading it to their own Mapbox accounts: - Remove the federicomenaquintero.xxxyyyzzz tilesets from the sources.composite.url property...

On rust nightly, librsvg is getting a lot of these: ``` error: unexpected `cfg` condition name: `system_deps_have_fontconfig` --> rsvg/src/test_utils/mod.rs:124:9 | 124 | not(system_deps_have_fontconfig), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using...