Christian Riedel

Results 12 issues of Christian Riedel

Got send here from 'vscode-python' https://github.com/microsoft/vscode-python/issues/11594 ``` def function(param1): x = 1 return param1 * x ``` Both `x` and `param1` are variables used inside the `function`, but `param1` is...

Got send here from 'vscode-python' https://github.com/microsoft/vscode-python/issues/11593 * **Editor name and version**: VS Code version: 1.44.2 * **Platform**: Windows_NT x64 10.0.17134 * **Color scheme**: Custom (close to Monokai) * **MagicPython version**:...

Poetry v1.2 will introduce dependency groups which have there own entries in the pyproject.toml file. I currently use the v1.2 alpha version and Even Better Toml throws me the "unknown...

enhancement
Help needed
schema

### To Dos - [X] I already searched with my favorite search engine "How to do X with rstcheck". - [X] I already read and followed the README and didn't...

bug
help wanted

# Roadmap for v6.0 release You can also see the work that need to be done until the final release in the [v6.0.0 milestone](https://github.com/myint/rstcheck/milestone/1). Feedback on the pre-releases can be...

**Describe the bug** I have a TypeScript nextJS app, which uses lingui for translation. I wanted to migrate from react 17 to 18 and got the issue that components got...

According to PEP249 there are some [module global constants](https://peps.python.org/pep-0249/#globals) which "must be defined". I came across this issue while looking for the [parameter syntax](https://peps.python.org/pep-0249/#paramstyle) used by asyncmy. Unfortunately neither asyncmy's...

## 🚀 Feature Proposal Add an option to specify the indentation of the JSON file when converting from po to JSON files. ## Motivation I use a simple custom script...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

I have a nextJS application using the app router. I added jotai and the swc plugins. When I later added jotai-optics to use focusAtom I got `ReferenceError: t is not...