Felipe Espic

Results 7 issues of Felipe Espic

Hi everyone, It could be very useful to have a black / white list to enable or disable pixel-saver for certain applications, where it does not work as expected. Thanks,...

enhancement

Hello, Sometimes after unlocking screen some applications appear duplicated, even though there is only one instance of them. See the attached screenshot. System: Ubuntu 22.04.1 LTS GNOME Shell 42.2 Thanks...

New in Version 2.0 (April 2018): * Constant frame-rate support. * Improved sound quality. * Two types of post-filter available. * Selectable number of coefficients for phase features (real and...

Announcement

Hi, it would be nice to have some documentation, so we could adapt your code to our needs (e.g., other keyboards). Currently I'm doing like reverse engineering to have working...

Hi, I cannot save a figure in pdf format programmatically. However I can do it from the GUI (sometimes, depending on the type of figure). **Example 1:** pl.plot(np.arange(23)) pl.savefig('fig.pdf') **Out:**...

enhancement

### 🐛 Describe the bug The name and docstring of the argument `n_stft` in [MelScale](https://github.com/pytorch/audio/blob/0b6ca28db00833714e3909d1931eace5500b6422/src/torchaudio/transforms/_transforms.py#L348) is confusing, because: - Just seeing the name, it looks equivalent to `n_fft` (just changes...