Danilo Bargen

Results 535 comments of Danilo Bargen

Cool! Is there a workaround I can implement in the meantime? (I guess I'll just restart the service every 15 min :slightly_smiling_face:) By the way, that's probably an important limitation...

Ah, I didn't realize that this was a configurable option. Thanks!

@japaric would the approach proposed by @rnestler be sensible? solving this issue is a requirement for properly supporting MCUs like the NXP LPC11Uxx.

I think the speed makes it challenging and interesting :slightly_smiling_face: If you break through a floor and bounce off, you have only a very short moment in which you can...

The Google Exposure Notification API (https://www.google.com/covid19/exposurenotifications/) is being distributed through Google Play Services. A device without Play Services will not have this API. The alternative would mean that the app...

I think this would be pretty easy, the one that arrives at the destination earlier is more important than the one that takes longer. I find the current behavior a...

Hm, what should happen if a command exists both on Linux and on SunOS (with different TLDR-pages), and you call `tldr` from macOS? :slightly_smiling_face:

Maybe we could allow specifying multiple operating systems for the `-o` option? `tldr -o osx,linux`

I'd definitely favor an option where you could specify multiple operating systems in order of precedence (`tldr -o osx,linux`). Now that we have configfile support, the default setting could even...

Yeah, `--config-path` is unfortunate. I'd actually prefer to replace that with a `--show-paths` that works kind of like this: ``` $ tldr --show-paths Config path: /home/danilo/.config/tealdeer/config.toml Cache dir: /home/danilo/.cache/tealdeer/ Custom...