Takshil Mistry

Results 117 comments of Takshil Mistry

> Can you check where python-pillow is installed with `pacman -Qlq python-pillow` ```python /usr/ /usr/include/ /usr/include/python3.12/ /usr/include/python3.12/Bcn.h /usr/include/python3.12/Bit.h /usr/include/python3.12/Convert.h /usr/include/python3.12/Gif.h /usr/include/python3.12/ImDib.h /usr/include/python3.12/ImPlatform.h /usr/include/python3.12/Imaging.h /usr/include/python3.12/ImagingUtils.h /usr/include/python3.12/Jpeg.h /usr/include/python3.12/Jpeg2K.h /usr/include/python3.12/QuantHash.h /usr/include/python3.12/QuantHeap.h /usr/include/python3.12/QuantOctree.h /usr/include/python3.12/QuantPngQuant.h...

I also have a same issue [Kooha-2023-11-28-20-49-52.webm](https://github.com/Aylur/ags/assets/84800625/18faf612-c00e-4d79-afd7-2d7c2bb22ad9) the transitions of workspaces is laggy... hyprland 0.30.0-1 [pacman] ![image](https://github.com/Aylur/ags/assets/84800625/54265394-4f0c-4107-a1e9-1e7cc649adad) neofetch data [system data]

> I've tried to disable scaling on my laptop monitor and now animations are buttery smooth. how can we do that?

cool, adding the `custom` table proved unnecessary ig

ok so this doesnt work for `python`, tested for `js`, `ts`, `lua` but it doesnt work for python idk why my config: ```lua { "piersolenski/telescope-import.nvim", lazy = true, keys =...

i just do `nvim .py` this is the code in the file: ```python from abc import ABC, abstractmethod class Shapes(ABC): @abstractmethod def area(self): pass class Circle(Shapes): def __init__(self, radius): self.radius...

> When filling in arguments into a function call, the plugin should display help in the form of the current parameter name and type (if it exists). check: [ray-x/lsp_signature.nvim](https://github.com/ray-x/lsp_signature.nvim)

hey @arthur-mountain, ik there isn't but is there any way i can view images in a normal telescope window? like if im in a project and i do `find_files` do...

> I think it's possible. telescope-media-files also has related issues, but no one has implemented it yet. @arthur-mountain There's this thing: https://github.com/nvim-telescope/telescope.nvim/wiki/Configuration-Recipes#use-terminal-image-viewer-to-preview-images But Idk how to use it with `ueberzug`...

> Additionally, ueberzug is no longer being maintained, so i don't recommended to use it. hey @arthur-mountain, i bet you didnt check: [jstkdng/ueberzugpp](https://github.com/jstkdng/ueberzugpp?tab=readme-ov-file)