Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
richardhapb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: Django N+1 Queries Checker
(github.com)
1 points
by
richardhapb
7mo ago
|
1 comments
2.
▲
by
richardhapb
7mo ago
I was working in a tool to detect N+1 queries in Django apps and now I think is in a good state to be used regularly. The tool has two modes of usage, run directly in CLI to analyze a whole Django project, or as an LSP, this can be configur
3.
▲
Proxy for using LSP inside Docker container
(github.com)
2 points
by
richardhapb
1y ago
|
1 comments
4.
▲
by
richardhapb
1y ago
I solved a specific problem: handling the LSP inside a Docker container without requiring the libraries to be installed on the host. This was focused in Python using Pyright and Ruff, but can be extensible to another language.
5.
▲
by
richardhapb
1y ago
Thanks!!
6.
▲
by
richardhapb
1y ago
Thanks!
7.
▲
by
richardhapb
1y ago
It's a Neovim issue haha, but is fun and powerful do it!
8.
▲
by
richardhapb
1y ago
Interesting approach! Can you share more about this?
9.
▲
by
richardhapb
1y ago
Yeah! I will. Thanks!
10.
▲
by
richardhapb
1y ago
Thanks! Really cool idea! I'm happy to help if you need — just share the link whenever you're ready!
11.
▲
by
richardhapb
1y ago
Thanks for the feedback! I’ll update the README to clarify these points. You can view the full Pytest output using the :PytestOutput command. This shows all outputs from failing tests (since Pytest doesn’t display output for passing tests b
12.
▲
Neospeller - Check grammar on code's comments
(github.com)
1 points
by
richardhapb
1y ago
|
1 comments
13.
▲
by
richardhapb
1y ago
An application written in Rust for checking English grammar in comments written in different programming languages. (It also comes with a Neovim plugin)
14.
▲
Pytest for Neovim
(github.com)
73 points
by
richardhapb
1y ago
|
20 comments