Manuel Vázquez Acosta

Results 14 issues of Manuel Vázquez Acosta

The following snippet makes black fail with "Black produced code that is not equivalent to the source.". ``` import typing as t class Named(t.Protocol): # fmt: off @property def title(self)...

T: bug
F: fmtoff

While building the '.po' with Babel (pybabel) it complains about this field being empty: Traceback (most recent call last): File "", line 1, in File ".venv/lib/python3.10/site-packages/babel/messages/frontend.py", line 929, in main...

I have a small module to help me create deserializer from JSON while validating the structure received. Basically you define a module with describing your data-schema like this and use...

All the fields in the following script are reported as dead: ```rescript @deriving({abstract: light}) type person = { name: string, age: int, } let joe = person(~name="Joe", ~age=20) let joeName...

Inside `%%private(...)` trying to rename a function's parameter, or even local variables, is not allowed. ![image](https://user-images.githubusercontent.com/270825/195122549-17992e95-c6f9-4106-bde4-ba94c630e3ca.png) I'm using the latest version of the extension: 1.8.1 (at the time of writing)....

When playing a file with an embedded image; mplayer shows a window and that may interrupt the user.

### Steps to Reproduce Create a simple repository ``` rye init test1 ``` Edit the `pyproject.toml` to add dependencies: ``` dependencies = [ "xotl.tools~=2.2.5; python_version =3.0.0a5; python_version > '3.11'", ]...

If the repo your working with removes a python module, mr.developer leaved `.pyc` files behind. This may hurt your ability to test that other modules are properly updated (by not...

I have several packages being cloned from git using ssh. My local configuration allows a single ssh connection (to the same host) to be reused across sessions and allows the...

Hi, I'm trying to use your shims. My currents scripts includes: ``` window.microdata_liveProperties=true; ``` (Not yet prepared to IE8+). On Chromium (Version 28.0.1500.71 Ubuntu 13.04 (28.0.1500.71-0ubuntu1.13.04.1)) however, the `properties` is...