Pablo Lecolinet
Pablo Lecolinet
**Describe the style change** Currently, black does not check blank lines between functions docstring and body. That means both these options are valid: ``` python def foo(): """docstring""" return 0...
I'd like to add [RecoverPy](https://github.com/PabloLec/RecoverPy) which is a utility I made to recover deleted and overwritten files, and it achieves it pretty well It's the only tool of this kind...
Quick summary of pull request... - [x] I have read the contribution guidelines - [x] CI Unit tests pass - [x] New functions/classes have consistent docstrings **What this pull request...
In most of python files, PEP8 guidelines are not applied, and these lines are reported by linters. This includes: - Multiple spaces around operators ``` python self._command = command ```...
**Describe the bug** Currently, you cannot use up and down arrow keys to navigate if below element is not in the same column. This means you can skip rows, e.g...
I just noticed something some "style inconsistency" regarding widget heights. Let's say I want to create a form, and add these widgets: ``` self.master.add_text_box( title="Save Path", row=0, column=1, row_span=1, column_span=8,...
First of all, thanks for making HTML easy to work with. But as a fellow HTML developer, I know that sometimes you do not really know what you want your...
https://github.com/marketplace/actions/auto-website-to-gif-or-webp Turn any given web page into a GIF (or WebP now) that can be integrated in your README, docs, etc.
Hello, I am encountering a problem with version 47.0. Specifically, in my case, my tests fail because my ListItem has an empty list of children. My ListItem is instantiated as...
Hi! I'm using a template similar to https://hc200ok.github.io/vue3-easy-data-table-doc/features/expand-slot.html and specifically : ``` ``` But, I think since I upgraded to vue-tsc 1.4.1 I get this error on build : ```...