Andreas Hauser

Results 27 comments of Andreas Hauser

This code diverges far from mainline and violates the license that asks to add ones name if one distributes modified versions. Mainline is: https://github.com/ahcm/ffindex Unlike mainline they allocate this on...

Mainline does not have this problem: https://github.com/ahcm/ffindex

I wrote FFindex as the database format for Johannes' hhblits, when we were colleagues at LMU. So it's quite OK to package it. Unfortunately the code changes they made range...

This code diverges far from mainline and violates the license that asks to add ones name if one distributes modified versions. Mainline is: https://github.com/ahcm/ffindex Unlike mainline they allocate this on...

I assume, I experience a similar problem: ``` DEBUG |status-bar | 2022-07-11 09:22:49.372 [id: 7 ] quicknav_show_count: 15 DEBUG |status-bar | 2022-07-11 09:22:49.372 [id: 7 ] quicknav_show_count: 15 ERROR |zellij_client...

I'm not sure this is a new one. Zellij became stuck, not responding to input. Quitting ssh with with ~. attaching or ls was hanging: ``` INFO |zellij_client | 2022-07-14...

Making a release for this would be really appreciated. Thanks!

https://github.com/ahcm/hist-cli Test e.g. with: ``` $ echo 3 2 2 3 3 4 4 4 4 | tr ' ' '\n' | hist -t ```

Also I would rather have y-axis start at 0. But I don't know how.

With ``` Chart::new_with_y_range(width, height, xmin, xmax, 0.0, y_dim) ``` I get a fixed y-axis. How do I get a roof? ``` $ echo 3 2 2 3 3 4 4...