Alex

Results 17 issues of Alex

### Summary After running a shell command some inputs don't work anymore. I ran into these two: - mouse input has no effect - CtrlC sends a keyboard interrupt and...

C-bug
O-windows
A-helix-term

I recently saw that psst has noticable GPU usage when minimized. Taking a look with RenderDoc shows that, even if minimized, psst draws new frames while the UI is being...

enhancement

The current layout for the diagnostics picker is not that great. The file path takes up a lot of space (for example `\c\U\a\s\h\h\s\c\lsp.rs`) and most of the diagnostic text is...

C-enhancement

Add a "Windows" section to `install.md` that points users to scoop and Chocolatey. I also made a short notice about symlinks on Windows. Though, I'm not sure if this fits...

I've finally gotten around to giving this a shot. This adds a key to the editor config that allows specifying the default line ending for new documents. I added variants...

A-helix-term
S-waiting-on-review

First attempt at #4859. This makes `I` and `A` automatically indent, but **only** if the line is empty. Otherwise it behaves exactly as before. I thought about also handling indentation...

C-enhancement
E-easy
A-helix-term
S-waiting-on-review

# Objective The physical width and height (pixels) of an image is always integers, but for `GpuImage` bevy currently stores them as `Vec2` (`f32`). Switching to `UVec2` makes this more...

A-Rendering
C-Code-Quality
C-Usability
S-Ready-For-Final-Review
C-Breaking-Change

I've ran into an issue when piping file names into `rename`. The editor opens correctly, but after closing it the program immediately exits at the prompt: ``` Execute these renames?:...

Adds optional syntax highlighting based on [syntect](https://github.com/trishume/syntect) to hunk diffs. screenshots ![image](https://github.com/Piturnah/gex/assets/3957610/6e53a8e4-651e-4d82-8290-1e4d39cb1108) with background color: ![image](https://github.com/Piturnah/gex/assets/3957610/4d247b20-d1c5-4395-a0e9-fb87f4538a62) --- Remaining things to fix/consider (not all changes are pushed to the branch, yet):...

Hey there! Have you considered encoding normals using octahedron mapping? It's a neat way to map a direction vector into two components and it has a more uniform distribution than...