Ashish Binu

Results 13 issues of Ashish Binu

In the requirement section it is said that this plugin requires `zsh/zpty` and below there is command `zmodload zsh/zpty` given. Where should I put this command or do I need...

I was trying to install bit using zinit and found the installation command had typo..Changed lucit to lucid. Now the command works perfectly.

I get this Pyright errors in neovim which are wrong. It says the import pygame cant be resolved but everything works fine in the code. Is there a way to...

The following piece of code is valid but it is parsed incorrectly: ```javascript import React from 'react' function App() { return ( //Hello World ); } export default App; ```...

bug

**Describe the bug** There is no spacing between tooltip of organisation and the sidebar. While there is padding for the tooltips of the settings, dnd, back, reload button. **To Reproduce**...

good first issue

After clicking the `vite` button at bottom status bar, I clicked on open with embedded browser and it showed error as shown in image below:

### Steps to reproduce 1. Download any big media file. 2. Cancel the download after the progress is considerably big. 3. Click download button again. ### Expected behaviour It should...

enhancement

## Issue Bracey doesn't take the value passed into the variable given below and opens up bracey in default browser. ```viml let g:bracey_browser_command='qutebrowser' ``` ### My configuration * operating system...

There is been an issue of screen recording glitching in my KDE system. There is an attached screen recording below: https://user-images.githubusercontent.com/56691622/118635105-d7790a00-b7f0-11eb-9f90-36a7f411c6bf.mp4 ## System Information * Operating System : Manjaro Linux...

I tried the command `systemctl --user start mpd.service` and it is not working for some reason. ```sh ❯ systemctl --user start mpd.service Job for mpd.service failed because the control process...