slmg
slmg
Functions implementing [PEP 484](https://www.python.org/dev/peps/pep-0484/) annotate arguments' type in their signature. It feels a bit redundant to mention args type again in docstrings. According to at least [Sphinx Napoleon's doc](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) the...
**Describe the bug** Comments in multi-line function signature get parsed and added in docstrings, instead of being escaped. It seems to relate to *commas* inside comments, as `# a comment...
Hi, first of all thank you for this theme! I find it much more easy for the eyes than jupyter's default dark theme. :+1: Would it be possible to colorize...
The below (taken from [python 3.10 release notes](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching)) should be coloured ```python match subject: case : case : case : case _: ```
Hi, first of all thank you for this theme. It looks pretty neat and is consistent across cell block and completion! :+1: It should be possible to install this theme...
#### Problem description The value of the field `ID_EXCH_SYMBOL` is `"ES"`, but it gets parsed as if it was sequence of distinct values instead: `["E", "S"]` #### Code to reproduce...
### Describe the bug Marimo does not seem to recognized packages installed in the same environment, if they belong to a `[dependency-groups]` other than `dev`. `mcp` should be detected as...
Hi there, just a quick note this block https://github.com/cannatag/ldap3/blob/e023c0baea4458bbe8bec1fddb1fe135d3812cf7/pyproject.toml#L31-L33 could be refactored to ```toml [project.optional-dependencies] kerberos = [ "winkerberos; sys_platform == 'win32'", "gssapi; sys_platform != 'win32'" ] ``` which would...