John Muradeli

Results 114 comments of John Muradeli

@jnsebgosselin Yeah, in the thumbnail scrollbar. Drag & drop doesn't really matter - though it'd be even better if it had shortcuts. @tstreibl Do you mean like below? You can...

Any progress? Am willing to contribute, with some guidance > If it is implemented with toolbuttons like for the Python path manger, this will be easy. Sounds good

Pinging in case notifs failed, @jnsebgosselin @ccordoba12

@jnsebgosselin My main use case by far is executing some IPython code twice with an altered parameter, then comparing the resulting images. To me this is best done in an...

@jnsebgosselin Glad it's being worked on at all!

[Freezes](https://user-images.githubusercontent.com/16495490/177212018-df1fc004-a345-4eeb-a816-ebc39a10a49d.png) Spyder 5.3.1 indefinitely... downgraded -- Also the taskbar icon is [blurry](https://user-images.githubusercontent.com/16495490/177212088-7110fa85-9c72-4455-92b7-f1a62f3bf294.png), but not in 5.3.0 I'll note, the upgrade screen was ``` Package Version Build Channel Size ---------------------------------------------------------------------------- Upgrade:...

## Minimal steps to reproduce 1. Make `dummy_crasher/` 2. Make `dummy_crasher/dummy_package/` 3. Make `dummy_crasher/dummy_package/__init__.py` -- will **not** error without this 4. Make `dummy_crasher/dummy_package/compiled/` 5. Make `dummy_crasher/dummy_package/compiled/dummy_module.pyx` -- can be empty...

Not currently concerned with this issue but I'll note maybe this has something to do with the TensorFlow kernel not restarting issue, I recall something concerning compiled files. Good to...

@casperdcl `conda install -c conda-forge ipywidgets` was used. I reproduce it when using [Spyder](https://github.com/spyder-ide/spyder), not in plain terminal. Windows 10. `for i in tqdm.tqdm(iterable)` is also broke. Is there something...

```python import numpy as np from librosa import stft for N in (512, 513): for hop_length in (1, 2, 3): for n_fft in (512, 513): for win_length in (N//8, N//8...