Ryan Joseph
Ryan Joseph
The omnisharp server is able to spawn zombie 'mono' processes. I have caught it doing this twice already after noticing my fan was running hard and discovered multiple hanging mono...
Document symbols can and should support the containerName in the UI. https://microsoft.github.io/language-server-protocol/specifications/specification-3-15/#textDocument_documentSymbol `/** The name of the symbol containing this symbol. This information is for user interface purposes (e.g. to...
The "LSP: Workspace Symbol" command currently requires you enter a query string before receiving any results and thus the command does not function similar to the built-in "Find Symbol in...
I'm on macOS Catalina and not able to execute the language server. First thing I notice is that the permissions of the included files seem to be incorrect so I...
On macOS drag to move and to drag to select should behave like is standard and Mac users expect. That is, dragging on the icon/text moves the item and dragging...
On macOS when the aseprite menu is shown and the app is in fullscreen mode I would suggest to make it an option to not show the OS menu bar...
Following my discussion at https://discourse.libsdl.org/t/sdl-joysticknumbuttons-always-returns-0/40357/10 I have wired NES USB controller which upon receiving a `SDL_JOYDEVICEADDED` event is returning: ```YAML SDL_JoystickName: USB Gamepad SDL_JoystickGetAttached: TRUE SDL_JoystickNumButtons: 0 SDL_JoystickNumHats: 0 SDL_JoystickNumAxes:...
Currently inlay hint requests send the entire document range every time the document is updated. For large files computing inlay hints may not be feasible and general performance may become...
I'm trying to test using Windows 10 emulation on my Mac (VirtualBox) and when I run a program the window is minimized to a tiny size but looks ok if...
I wanted to try pmake in hopes it could be a well supported build system for FPC. I didn't get far though. I cd to the `examples` directory and use...