Melody

Results 25 comments of Melody

Would be better to just include in the instructions how to change ownership than to build the package as root.

Newer versions of gamemode use `gamemoderun` to execute the process, looking at the [configuration file](https://github.com/FeralInteractive/gamemode/blob/08f778a541c553ec2488710ad105e93d79399718/example/gamemode.ini#L17) the user can adjust the configuration so gamemode won't change the nice value or the...

For now, you can generate these with [Dashing](https://github.com/technosophos/dashing). You can find an example of this [here](https://github.com/Kapeli/Dash-User-Contributions/blob/master/docsets/diesel/README.md) after you generate a docset.

Going to have to agree that deduplication/compression options would be nice, Cryfs is impractical for cloud usage, even locally for me. I recorded my comparison, and borg was added for...

There has not been any updates from Tafia for quite some time. I sent the author an email. In the meantime, I will look into a solution for you, it...

It looks like the worksheet's metadata is sorted, not really a great solution but may work for you? ```rust let workbook: Xls = open_workbook("sample.xls").unwrap(); let mut sheets = workbook.worksheets(); let...

For @danipardo case, if you know the position `.sheet_names().get(2)` should give you the results you want as well if you fetch the range with `worksheet_range`. Again, this is under the...

@danipardo I have not heard back from the maintainer. I'm open to either forking this project or contributing to another one.

Attempted to figure out whats going wrong here, but this is beyond me. I'm going to leave my findings here in case it proves any help to you. It looks...

It doesn't appear to explicitly test the functionality of merged cells, its just part of the process of the workbook. I don't think that writing a specific test just for...