Black Ram

Results 24 issues of Black Ram

https://code.visualstudio.com/docs/editor/refactoring#_rename-symbol Enabling the renaming of a variable with f2, is a really convenient and safe thing to do (normal replace is very dangerous). but I don't know how complicated it...

enhancement
t:semantic
feature-request
backlog

### Extension version 2.1.1 ### Issue description False error in comments ### Scope inspector screenshots ![image](https://user-images.githubusercontent.com/67595890/179606903-acf3fe5f-173a-4daf-8f63-4d83ff032a2a.png) ### Code ```renpy init python: class NotifyEx(renpy.python.RevertableObject): """Notifications, to use: default ... = NotifyEx(msg="...",...

bug
good first issue
topic:diagnostics

TODOs could be highlighted: - [ ] insert the list TODO in PROBLEMS as info ![image](https://user-images.githubusercontent.com/67595890/178107708-bb519eaa-a4bf-44fd-b30e-754224dfce67.png) - [x] for color: now: ![image](https://user-images.githubusercontent.com/67595890/178107635-bb51490d-091a-43a2-848d-cb384b260d3f.png) in python: ![image](https://user-images.githubusercontent.com/67595890/178107603-6bb1bf90-cef8-415c-81d7-aaf617c7d4f4.png)

suggestion
backlog

I was looking for the yml file. i noticed a problem. even though it goes to error the deployment continues indefinitely. i tried several times. i guess i set something...

![image](https://github.com/amondnet/vercel-action/assets/67595890/7c5b4d57-f40b-4f75-96fc-9b29d4142f8c) please update the description to v25.

Hi, I was trying to import pygame_sdl2 into renpy project. to do this i downloaded the library from here https://github.com/renpy/pygame_sdl2/tree/master/src/pygame_sdl2 (I failed with pip) (I tried to follow the read...

With the new version of pixi it doesn't seem to work

![Screenshot_20240124-144310.jpg](https://github.com/DRincs-Productions/NQTR-System/assets/67595890/bf63b870-6f67-4eba-a2d5-5541772aebfc)

If the door is closed I have to start another label ![image](https://user-images.githubusercontent.com/67595890/178145454-3875ba8d-8302-479c-92b6-344659908abd.png) - [ ] wait https://github.com/DRincs-Productions/NQTR-System/issues/18 - [ ] fix

bug