William Jamir Silva

Results 19 issues of William Jamir Silva

First of all, thanks for this lib! You made an awesome job porting the `pathlib` interface to async =) I have a question about your readme, under the "Implementation" section...

It's possible to type a method that wraps an attr.ib attribute? Example: ```python import attr from typing import Any def typed() -> Any: return attr.ib(type=str) @attr.s class TestingParams: foo =...

Bug
Typing

Hi, I want to use to move a `class foo()` from module A to B I was looking at the source code and I found that the MoveGlobal would be...

question

I don't know if it's too hard to implement this, but I'm looking for a way to declare dependencies on properties like "property-dependencies" from JsonSchema. https://json-schema.org/understanding-json-schema/reference/object.html#property-dependencies So the loader will...

Hello! I have a question about the output of a docstring when using different documentation "styles". The image below illustrates the output of a class when using "ReStructured Text style"...

needs: more information

Hi I'm using the CPF mask with a placeholder ``` ___.____.___-__ ``` But as soon as the user types the first digit, all characters from the placeholder are removed. Is...

Add a new identifier on config.yaml to be used as an identifier on: - `remove_plugin` method - `ignored_plugins` argument

wouldn't it be better to use ``setuptools_scm`` than manually change every time the version on the ``setup.py``? _Originally posted by @marcelotrevisani in https://github.com/ESSS/esss_fix_format/pull/55#discussion_r524302646_

Add CMake Format for CMakeLists.txt Link: https://github.com/cheshirekow/cmake_format

This repository needs to have a PR template for whenever someone opens a PR a series of checklists is displayed, with the following items: - Make sure to update the...