Antonio Cuni

Results 81 issues of Antonio Cuni

Originally reported by: **Ulrich Petri (Bitbucket: [ulope](https://bitbucket.org/ulope), GitHub: [ulope](https://github.com/ulope))** ---------------------------------------- I find the current behavior of only showing changed values from the display list very confusing. It would be nice...

enhancement
major

Originally reported by: **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))** ---------------------------------------- I'm used to using this in bash and the regular Python prompt. I tried to add lines to `~/.pdbrc.py`, but...

bug
major

Originally reported by: **Anonymous** ---------------------------------------- When running a python program, it is sometimes nice to plot the intermediate results, especially while debugging, using matplotlib. In "ordinary" pdb the plotting just...

bug
major

Originally reported by: **Matt McClure (Bitbucket: [matthewlmcclure](https://bitbucket.org/matthewlmcclure), GitHub: [matthewlmcclure](https://github.com/matthewlmcclure))** ---------------------------------------- I think this is probably an Emacs bug, not a pdb++ bug, but in case your input can help, please...

bug
minor

Originally reported by: **Tim Kersten (Bitbucket: [io41](https://bitbucket.org/io41), GitHub: [io41](https://github.com/io41))** ---------------------------------------- It would be cool if the shell started by the interact command was configurable. Both ipython and bpython support embedding,...

enhancement
major

* gevent version: git revision 36704768 (but it fails also with 1.5a3. I can't try on earlier versions because they don't work on PyPy) * Python version: 2.7.16 (Ubuntu 19.04),...

Type: Enhancement
Interp: pypy

**Describe the bug** if I try to capture an image, it takes much longer than expected. In the following example, the shutter speed was set to 1/160 and the capture...

Canon

Currently for each benchmark we save also the "param" attribute, which is directly taken from pytest's callspec.id. This works very well if you have only one parametric fixture, but it...

This should finally fix #500 . On modern android versions, the only way use the `ACTION_IMAGE_CAPTURE` intent is to use fileproviders, and somehow we need to tell `plyer` which fileprovider...

I just noticed by looking at the implementation: on unix, we use a counter, while on windows it's a simple boolean. This means that this code behave differently: ```python _vmprof.stop_sampling()...