alkatar21

Results 14 issues of alkatar21

I'm not entirely sure if it's pylance or VSCode itself, but I suspect it's pylance and hence the issue here. Environment data - Language Server version: 2022.7.20 - OS and...

needs investigation

Fixes: #1272 The fix was already mentioned in the issue. Since the author didn't create a PR and I have this problem too, I created this PR hoping it will...

* Cookiecutter version: 2.1.0 ### Description: A followup for #1240 - [x] As mentioned in this comment https://github.com/cookiecutter/cookiecutter/commit/c0e7698097d905938cd9ecd1a08d9a2c99c4f887#r74452594 the description is not really accurate currently. - [ ] Furthermore only...

It seems that the project is dead? If not, at least basic typhints would be desirable as it becomes more common to use typechecker and it generally makes libraries more...

The documatation says: `default is --match='(?!test_).*\.py' which matches files that don't start with 'test_' but end with '.py'` This is currently only true if pydocstyle is called in the same...

Running `pre-commit autoupdate` leads to the following result: `Updating https://github.com/sondrelg/pep585-upgrade ... updating v1.0.1 -> v1.` Running `pre-commit autoupdate` again will result in the following warning: ``` [WARNING] The 'rev' field...

In Pylance v2022.8.40 the completion works as good as the type stubs are. Since Pylance v2022.8.50 is probably microsoft/python-type-stubs#223 used. ```py # pyright: strict from __future__ import annotations from matplotlib...

needs investigation

I'm not quite sure where best to create the issue now, since fuzzyset2 doesn't allow any. But it would be desirable if the lib could get typhints as it becomes...

The setting does not behave as described in the [documentation](https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings#GFormatString) for g for example, if no precision specifier is specified, 2 seems to be assumed and 0 seems to work...

Based on your https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/185#issuecomment-1751803889 I have now created a pull request to add this option. What is the reason for the flag: I use the [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) VSCode extension...