Danilo Bargen

Results 235 issues of Danilo Bargen

Hi, first of all thanks for developing this tool! I have a lot of tracks recorded with my phone (OsmAnd) which contain some bad datapoints. The elevation profile then looks...

It would be nice if the difficulty would somehow increase over time. The simplest possibility for this would be to start with 16 platforms (instead of 32) and add 2...

http://localhost/transport/web/api.php/v1/connections?from=bern&to=z%C3%BCrich&date=2012-04-08&time=18:40&limit=4 This returns 5 connections instead of 4.

enhancement

Based on #212. Thanks @hgaiser for the initial work! - Config: Add `cache_dir` to `[directories]` section - Deprecate old `TEALDEER_CACHE_DIR` env variable - Introduce path source for `custom_pages_dir` as well...

enhancement

In #108 the argument parsing was switched from docopt to clap. This resulted in the removal of the examples: ``` Examples: $ tldr tar $ tldr --list To control the...

good-first-issue
docs

After a fresh install of tldr++ 0.6.1 on Arch (via AUR), when I simply run `tldr -r` (without updating the cache first), I get a panic. ``` danilo@x2000:~$ tldr -r...

Hi fellow tldr implementer! I wanted to try your client, so I installed 0.6.1 on Arch via AUR. When I run it the first time, it looks like this: ![2020-09-04-001725_992x197_scrot](https://user-images.githubusercontent.com/105168/92178965-05c1df80-ee44-11ea-8b34-16f0bb0208a6.png)...

Right now it seems that the only supported DEM layer is "SRTM Global 90m" by NASA. In Switzerland, we have the free [SwissAlti3D Dataset](https://www.swisstopo.admin.ch/en/geodata/height/alti3d.html) with a resolution between 30cm and...

Currently cargo-fuzz imports the fuzz target crate using `extern crate`. This exposes only public interfaces. Is there a way to fuzz internal (`pub(crate)`) APIs?

The `xsalsa20poly1305` [`Key`](https://docs.rs/xsalsa20poly1305/latest/xsalsa20poly1305/type.Key.html) is an alias for `GenericArray`. This means that zeroize is not used, and the key is not zeroed on drop. I'm not too much familiar with how...