Activity
Add ollama-python to requirements.txt
Add ollama-python to requirements.txt
Alias qwen2.5-coder:7b-base to qwen2.5-coder and qwen2.5
Alias qwen2.5-coder:7b-base to qwen2.5-coder and qwen2.5
Add tests for replace_newlines_with_spaces
Add tests for replace_newlines_with_spaces
Show the next AI completion as soon as it is generated with C-down
Show the next AI completion as soon as it is generated with C-down
Make AI suggestions show as multiple lines instead of one line with ^J's
Make AI suggestions show as multiple lines instead of one line with ^J's
Fix ollama suggestions on the first prompt
Fix ollama suggestions on the first prompt
Reset the AI completions when the cursor position changes
Reset the AI completions when the cursor position changes
Execute code with from __future__ import annotations
Execute code with from __future__ import annotations
Merge branch 'master' of github.com:asmeurer/mypython
Merge branch 'master' of github.com:asmeurer/mypython
Highlight the exception in a different color in tracebacks
Highlight the exception in a different color in tracebacks
Remove the histograms from %timeit
Remove the histograms from %timeit
Merge branch 'master' of github.com:asmeurer/mypython
Merge branch 'master' of github.com:asmeurer/mypython
Add get_pyflakes_warnings to __init__.py
Add get_pyflakes_warnings to __init__.py
Fix the history file for the pudb shell
Fix the history file for the pudb shell