Rahil Prakash

Results 8 issues of Rahil Prakash

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.10.0-dev-2361+ga376d979bd Build...

bug

So my code is this: `func run(): position.x = 100 position.y = 100 draw_rectangle(100, 100) jump(200,0) draw_rectangle(100, 100) jump(200,0) draw_rectangle(100, 100)` Which gives the output ![image](https://github.com/GDQuest/learn-gdscript/assets/54015030/045fd10b-e471-46e1-97f6-ff5593b41a91) which is incorrect. I'm...

bug

# 1. Graphical issue inside a terminal pane This is what zellij normally looks like ![image](https://github.com/zellij-org/zellij/assets/54015030/53c8f2c1-fe61-494f-a198-6415cc61f4c8) And this is what it looks like when I rebind Ctrl s to alt...

bug

Hi! Could you please change the default operator fontStyle to be normal? Italic operators feel odd. This ``` { "name": "Keywords", "scope": "keyword", "settings": { "foreground": "#B877DBE6", "fontStyle": "italic" }...

![image](https://github.com/folke/noice.nvim/assets/54015030/4c513c90-8e8e-4a89-a49b-240b1803b5ac) Typing numbers also makes them appear digit by digit in a single application. I'd like it to appear in the standard big window, so I can actually scroll and...

stale

- [ ] Please include the raw text output from git, so that we can reproduce the problem. ``` ❯ git --no-pager blame smallestmultiple/src/main.rs 47d46703 (Rahil Prakash 2024-05-21 00:15:37 +0530...

![image](https://github.com/user-attachments/assets/b9998322-c204-44bd-8b20-09d86a8a6aee) The logo is clearly covered. When I hit escape, ![image](https://github.com/user-attachments/assets/611248ce-348d-4172-85f1-d66f87f727ac) is seen, but I can no longer input the prompt. This has happened after I recently updated all my...

I have an ssd that I've installed that I'd like to automount. I see that udiskie has already been added via ```exec-once = udiskie --no-automount --smart-tray # front-end that allows...