Louis Cochen

Results 10 issues of Louis Cochen

**Describe the bug** Two equivalent function using the match/case construct with two different ways to use wildcard pattern are reported differently, with the "or wildcard" case marked as missing branch....

bug
needs triage

I recently updated my workflow to use pyenv, which brought along an update to all my pip installed tools. IPython was updated from 8.1.1 to 8.2.0. Since then running a...

bug
magics

### What are you trying to do? I need to draw samples from a multivariate gaussian with a specific μ and Σ, Σ is positive semi-definite, which should be suitable...

The LSP server for [Julia](julialang.org) is integrated in several vim LSP clients: - [official documentation on LanguageClient-neovim](https://github.com/julia-vscode/LanguageServer.jl/wiki/Vim-and-Neovim) - [YCM](https://github.com/ycm-core/lsp-examples#julia) which is just a copy of the first one - [ALE](https://github.com/dense-analysis/ale/blob/883978ece93bd19250d6d7e8b9659b48f23522e2/ale_linters/julia/languageserver.vim)...

**What happened**: Dask failed to read_sql_query for a datetime index. See SO question [here](https://stackoverflow.com/questions/73340732/loading-dask-dataframe-with-sqlalchemy-fails/73344622#73344622) (not mine, only reporting from it), and MCVE below. **What you expected to happen**: Dask reads...

dataframe
needs attention
bug

Hi, TLDR : I have a small proxmox server at home and planned on using ROCm for some deep learning tasks I have. I have followed all the different information...

Matt Clarke, the creator of this project and owner of this repo, has unfortunately passed away. No new work will be happening in this repo, and it should be considered...

Just wondering if it might be possible to have something similar to vim-go's coverage: - [goCoverageNormalText](https://github.com/fatih/vim-go/blob/00c5f2dad170131c0c850dbf331d63ddf515116d/syntax/go.vim#L389) greyed - [goCoverageCovered](https://github.com/fatih/vim-go/blob/00c5f2dad170131c0c850dbf331d63ddf515116d/syntax/go.vim#L420) green - [goCoverageUncover](https://github.com/fatih/vim-go/blob/00c5f2dad170131c0c850dbf331d63ddf515116d/syntax/go.vim#L421) red I don't know much about `coverage.py`, just...

enhancement
help wanted

Running `mypy --strict` when importing this module causes: ``` demo.py:1: error: Module "appconfig_helper" does not explicitly export attribute "AppConfigHelper" [attr-defined] ``` Just need to add `__all__` exporting `AppConfigHelper` at top...

# Pull Request Template for FastCRUD ## Description Adds an optional kwarg for the `EndpointCreator` and `crud_router` to specify a Pydantic schema for returning objects rather than dicts. I've added...