Emily Grace Seville

Results 192 issues of Emily Grace Seville

```pascal program intellisence_test; uses crt; type // keyword type is not suggested anywhere TSampleAlias = integer; // TSampleAlias is not suggested anywhere TSampleRecord = record // TSampleRecord is not suggested...

Initial code: ```pascal program Test; uses Crt; type TColor = record foreground, background: integer; end; // Create a new color from 3 color components function clARGB(a, r, g, b: integer)...

```pascal program Test; uses Crt; function ARGB(a, r, g, b: integer) : integer; var generator: android_graphics_Color; begin ARGB := generator.argb(a, r, g, b); end; begin end. ```

![image](https://github.com/maaslalani/nap/assets/42812113/04a6a55f-f831-4094-a09c-c89f7a659b6a) Adds validation for config. > If this PR is accepted this schema is referenced in [SchemaStore](https://github.com/SchemaStore/schemastore) to automatically enable validation for `**/nap/config.yaml`. For a usage explanation, please consult [this](https://github.com/noahgorstein/jqp/pull/78#issuecomment-2129013241)...

Hi! I've [created](https://github.com/EmilyGraceSeville7cf/fish-tui-gum/releases/tag/v1.0.0) a VS Code extension for `gum` for Fish shell. Any ideas or suggestions are welcome. 😄 ![image](https://github.com/user-attachments/assets/ac8e9d0f-2fc0-4b4c-b049-adf551518476)

### Issue description ``` Building wheels for collected packages: xkbcommon Building wheel for xkbcommon (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for xkbcommon (pyproject.toml) did not run successfully. │...

status: unconfirmed

Hello! I'm developing a wrapper for this testing framework, any suggestions are welcome 😄 . It allows us to see available functionality (get Intellisence hints): ![image](https://github.com/user-attachments/assets/1483edeb-6121-4529-ad8a-28a9f7bf03d6) Script ID: `1d1VBK0hPELJ0kD7CuVRk_XFsTC7dK3uJYZbaap0f0jkBRHcfx0SxPAO7` Example:...

# Summary Add completions for Python scripts: ![image](https://github.com/user-attachments/assets/da7a5114-5ec6-4426-bef3-0b319dc58aee) # Features - [x] Completions for options - [x] Completions for option values (default values are emphasized) # Requirements - `>= fish...

### Related problem Now some commands accepts just piped data (like `str expand`) while others just direct arguments (like `touch`). It's hard to remember what command uses what way of...

enhancement
inconsistent-behavior
semantics

How to make Even Better TOML automatically pick up JSON schema changes? Is there any way to forcefully reload associated schemas? It seems it doesn't do it on each JSON...