Paolo Flores

Results 9 issues of Paolo Flores

- Fix timer pause - Improve README for Quick Start, Usage, App Uninstall and more - New theme for LiveSplit appearance - Now user can't skip last split - Now...

Hey, hope you are doing well There is an example in the man page about using `:` followed by the `control` modifier: https://github.com/rvaiya/keyd/blob/2338f11b1ddd81eaddd957de720a3b4279222da0/docs/keyd.scdoc#L170-L187 However, I believe you meant to say:...

`applicable_filters` and `applicable_exclusions` are of type `type(self.view.query_object)`. For better consistency, we should return an empty query object instead of an empty list.

* [x] Tested with the latest Haystack release * [x] Tested with the current Haystack master branch ## Expected behaviour Being allowed to authenticate to Elasticsearch using the API token...

Hi!!! I added a variable `float start_time` in `main()` to save the initial timer time, so there is no need to parse it again on F5. Also restarting with F5...

When restarting with F5, this for loop will try to `parse_time` all flags other than `-p` https://github.com/tsoding/sowon/blob/eb3a37c4dbd996e3c077a840b18852d4af25367f/main.c#L238-L253 So when running with `-e` or `clock` mode and hit `F5`, the application...

## I'm submitting a… [x] Bug [ ] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Current Behavior When modifying or applying gaps to...

bug
4.22

This PR adds support for optional code documentation as requested in #247. Basically, `Specification` classes can now include documentation from a language-agnostic `SpecificationDocs` class, which knows how to retrieve and...