baggiponte

Results 64 issues of baggiponte

**Describe the bug** TL;DR: when `pre-commit` is installed with `pipx`, it fails to create python venvs and returns the following error: `AssertionError: BUG: expected environment for python to be healthy()...

### Describe the problem When compiling the book to pdf, if there is math inserted with `dollarmath` (i.e. inside `$$`), the TOC/Contents page at the beginning of the book is...

bug

Would it be possible to add coloring for custom defined functions, to highlight the items underlined in the screen attached? Or this depends on JupyterLab/the lsp? Thanks! ![image](https://user-images.githubusercontent.com/57922983/134714638-4bbb77be-c9b2-49c6-9694-c63b47065b6f.png)

Hello there! This is an easy fix. In the [official documentation](https://pypi.org/project/pytrends/#historical-hourly-interest) the keyword argument is said to be `kw_list`, whereas in the code it is actually `keywords`. I was wondering...

### Language server mypy ### Requested feature Microsoft released [vscode-mypy](https://github.com/microsoft/vscode-mypy). I think it's a language server, am I right? Could it be supported? ### Other clients which have this feature...

enhancement

Could it be possible that `rye install` supported multiple arguments? Like `rye install pre-commit cookiecutter maturin` rather than one line at a time. This is also currently a limitation with...

### Problem description **Problem** I am trying to cast a `pandas.DataFrame` into a `pl.DataFrame`, but the conversion fails (not a bug). The error message is the following: `ArrowInvalid: Could not...

enhancement

Hello! I don't have a lot of experience with that, but it would be great to distribute ttyper through homebrew as well. If you are interested, I can volunteer to...

distribution

When I run `sk` on my M3 Mac I get this error: ```bash thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: IOError(Custom { kind: Other, error: TerminfoEntryNotFound })',...

As discussed today during the sprint, here is the PR to move to using pyproject.toml only. This can be done with ease because you do not need to compile any...