Skip to content

Commit 07bedec

Browse files
committed
docs: add thread leak detector and IPython env notes to TODO
Generated-by: aiautocommit
1 parent c14cb10 commit 07bedec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TODO

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## python
2+
https://github.com/deepankarm/pyleak - neat thread leak detector
23
https://github.com/fastapi/sqlmodel/pull/1345 - sa_type type fix so we can remove ignores.
34
https://github.com/pjg11/micro-urlopen?referrer=grok.com - url open for micro
45
https://docs.basedpyright.com/v1.36.0/benefits-over-pyright/baseline/ we should use this instead of pyright?
@@ -95,6 +96,7 @@ stabalized scrolling https://grok.com/share/bGVnYWN5_22b6f3ac-a0dc-49d5-a92a-223
9596
pytest-failure-tracker to track failures across test runs, if we combine this with locking
9697

9798
## dev
99+
maybe ipython history shouldn't be copied, but should instead use a ENV var to reference the original git dir ipython history
98100
assertion to ensure openapi.json is not empty
99101
https://honcho.readthedocs.io/en/latest/#why-did-you-port-foreman - py port of foreman
100102
if someone's completion system is not initialized, the bash direnv export thing will fail with `compdef not defined` sort of error
@@ -259,3 +261,7 @@ binding for paste as plain text
259261
- need environment variables before `just up`
260262
- `sudo apt install lsof` DNE on debian
261263
- on WSL you need to run `localias debug cert --install` so that certs are trusted
264+
265+
## Preview envirionemnt
266+
267+
* I should bundle my IPython customizations into the resulting production image so it has a consistent development environment for IPython.

0 commit comments

Comments
 (0)