Victor Domingos

Results 14 issues of Victor Domingos

Pure magic seems to be failing to detect some very common file types, like text files (.py, .txt, .md). ``` $ file changelog.txt changelog.txt: ASCII English text $ python3.6 -m...

enhancement

# Steps to reproduce: The buttons to accept or refuse a suggestion are too small and too close one to the other, so it's very easy to accidentally refuse a...

# Steps to reproduce: Go to Settings, add one or more alternative original languages # Results (Expected/Actual): ``` {õ_õ} Erro de servidor Ocorreu um erro no servidor. Obrigado pela sua...

I have been working on a Python application ([optimize-images](https://github.com/victordomingos/optimize-images)) that could benefit from the functionality provided by this package. However, as it's intended to be cross platform and compatible with...

In Python3.12 optimizing a single image triggers a silent error, visible as a traceback in command line. In the GUI no feedback is given to the user and the image...

bug

The list is growing and is starting to need some sort of organisation. Currently, it displays 4 columns and 29 lines, with items being sorted alphabetically first by line, them...

enhancement

> In the standard library, there are tools for working with common file types. Text files can be read. > and what kind of data can be used for the...

enhancement
help wanted
good first issue

I am thinking on the kind of feedback we get when we mistype a `git` command: ``` $ git sstat git: 'sstat' não é um comando do git. Consulte 'git...

enhancement

Lets gather a few ideas of what kind of improvements we could consider to include in the next Count Files release. For now, this issue will function as simple brainstorming...

question