Abraham Murciano

Results 14 issues of Abraham Murciano

When this extension is enabled, and there are unread Github notifications, I get a chime every 36 seconds. After I mark them all as read, the chime stops. Expected behaviour:...

When parsing a string like `"1h20m"`, it should be treated as a relative date; i.e. the same as it would treat the string `"1 hour and 20 minutes"`. However this...

- Task version: v3.12.1 and v3.14.1 - Operating System: Ubuntu 18 ### Example Taskfile showing the issue ```yaml version: '3' tasks: default: cmds: - "touch ./out.txt" - "echo running" status:...

Just like when you have a task with status checks, and you run it with -vv, it will log that it ran the command and show the status code, it...

area: exec

### Description Since I use git tags to control the version there's no need to create a commit for the new tag when calling bump. Adding the tag to the...

type: bug
type: feature
issue-status: wait-for-implementation

![image](https://user-images.githubusercontent.com/25041135/145404218-e3a102f4-9dda-4fc6-91ef-b61c71822e59.png) The bars still appear as if the indentation was actually two spaces

### Question When using `questionary.select()` it styles the default choice according to the `"selected"` style (which is reverse by default). I managed to make it the same as all the...

Enhancement

This module already has some typing comments, so this pull request adds the py.typed file to conform to [PEP 561 – Distributing and Packaging Type Information](https://peps.python.org/pep-0561/)

condax is not compatible with some old versions of click. For example, I have click 7.0 installed with condax 0.1.1, and condax gives this output for any command: ``` ❯...

I just discovered this repo and it was massively helpful to me; thanks! One thing I did notice is that in my export there were lots of JPEG files that...