-
- [ ] [Python Prompt Toolkit 3.0 — prompt_toolkit 3.0.43 documentation](https://python-prompt-toolkit.readthedocs.io/en/master/index.html)
# Python Prompt Toolkit 3.0
## Snippet
```
Skip to docs na…
-
## Description
pgcli crashes when using `use` directive
## Your environment
PostgreSQL 16.5
pgcli-4.1.0
Python 3.11
- FreeBSD 14.1
- 4.1.0
- zsh: command not found: pip (I install from pac…
-
### Describe the bug
Upon installing questionary, I lose functionality in my terminal to my radian package for r development due to conflicting dependencies on differing versions of prompt_toolkit.…
-
When I use radian and httpgd at the same time, not only the drawing window cannot be displayed, but also the variables cannot be displayed. This point has not been raised in previous questions.
My ve…
-
## This is for bugs only
Did you already ask [in the discord](https://discord.gg/VXmU2f5WEU)?
No
You verified that this is a bug and not a feature request or question by asking [in the discor…
-
I encountered this issue both on MacOS and Ubuntu. I used different terminals, verified with Kitty and Alacritty.
## Minimal Reproducible Example
```python
import prompt_toolkit
def demo():
…
-
Hi!
I just learned about this little gem today and ended up trying to write a Gentoo Ebuild for http-prompt, but one thing missing from the official Gentoo tree is a prompt_toolkit < 2.0.0... Is th…
-
* bump-my-version version: not installed
* Python version: 3.9.0
* Operating System: MacOS 14.4.1 (23E224) [Sonoma]
### Description
I am just trying to install bump-my version (for the first t…
-
---
name: Bug report
about: Report a bug or technical issue
title: "v0.4 release - web UI doesn't show directories of mounted volumes."
labels: bug
assignees: ''
---
**Describe the issue**
…
-
```
def load_tokenizer(self):
if self.tokenizer is None:
import transformers
name = _MOCK_TOKENIZER if _MOCK_TOKENIZER else (self.tokenizer_name or self.model…