Fabio

Results 18 issues of Fabio

Hello, I'm trying to improve the Mycroft package for Solus. For this purpose it would be cool to be able to build the precise-engine binary against our libs and disable...

Hello! This is issue is likely due to my noobness, but that's the error I get: ``` let mut file = File::open(path).context("Missing Cargo.toml")?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not...

Hello! if you consider this theme to be stable enough, would make a 1.0 release tag? I'd like to request the inclusion of SierraBreeze in my favourite distro, but that's...

There's no support for the `onCreated` event for tabs: https://github.com/clarkbw/jest-webextension-mock/blob/v3.5.0/src/tabs.js Could you please add it?

Is curl still needed after the merge of #20 ? If not, readme file should be updated.

When constants are defiled in the Franca language, I see no reason not to translate them into `static const` or `static constexpr` variables. A constant is a constant on its...

`its_index` starts from 1, whereas arrays start indexing from 0. This PR just performs a subtraction to fix such issue.

I need to compute the string values out of a slice of Messages by filtering and mapping. At the end of the chain, I have an `std::iter::Map` which can be...

For example, take a look at [docker-compose](https://serde.rs/string-or-struct.html) file. `build` can be a string or a struct, and that's perfectly valid. To unmarshal such a situtation, I thought I could try...

I have a self-written tool that reinstalls and reconfigures applications on just-formatted system. Every application has a bunch of files to restore. **Describe the solution you'd like** I'd like to...