Jamil RAICHOUNI

Results 45 comments of Jamil RAICHOUNI

Sounds a bit as if your solution could help me to solve my issue. At the moment I have intermittent slow startups that take 1.5 - 2 secs. When I...

Tried that. Thanks! It speeds up the startup a bit but the general issue is still existing. Intermittent, when I wait a couple of minutes between one and the other...

Can't follow this discussion. Had the same issue as described at the top of this issue page. Wanted to have my nvim config stuff synced via my google drive. that...

Same here. Tested above in a Docker container and on MacOS. The histfile is written but empty and nothing gets loaded when starting a complete new Pdb++ session. Can anyone...

Here, it works when I call a test this way: ```sh python -mpdb -c 'c' -m pytest --trace --pdb /path/to/my/test_module.py::my_test ``` and have a file `~/.pdbrc.py` with the following content:...

Hi! First of all many, many thanks for your really greatly working completion plugins @hrsh7th ! I'm very happy about it. Your plugins make coding in nvim much more comfortable....

Hi! I really love to use pdb++ since a couple of months where I switched from VSCode to neovim and pdb++. Thank you very much for colorizing the stdlib pdb...

Many thanks @joshbode ! It is not working for me :-( I have ``` >>> import readline >>> readline._READLINE_LIBRARY_VERSION '8.1' ``` and `pdb.__version__ = 0.10.4.dev225+ge1c2e34` I put your code into...

I got it :-) This solved the issue for me: https://github.com/pdbpp/pdbpp/issues/478#issuecomment-1184360171 I had pyrepl 0.8.5.dev53+gca192a8 and an upgrade to 0.9.0 helped :-) Very happy about that.