-
## System details:
#### Positron and OS details:
Positron Version: 2024.12.0 (Universal) build 51
Code - OSS Version: 1.93.0
Commit: 59b5b0c3c0a3de2068753811d7b19843d39437cf
Date: 2024-11-21T02:46…
-
this is especially useful in SQL for code like
```
SELECT xxx as X
, bbb as A
, aaa as B
```
If I select two rows, I want it to be sorted as A,B, but default is B,A as is sorts aaa,bb…
-
As this video shows, when I wrap and then unwrap a line of code, the code being edited is scrolled away making it difficult to continue working on it:
https://github.com/user-attachments/assets/a24…
-
Sometimes when drawing on the canvas, vertical black lines will appear. They seem to move positions when painting a new pixel.
![Screenshot 2024-05-28 at 3 38 50 PM](https://github.com/Kully/pixel-…
-
While we can ignore vulture errors by adding `# vulture: ignore`, when the function is subsequently used (thus rendering the ignore portion invalid), we should have a way to detect when the `# vulture…
-
### Describe the request
Please set the property of page 5178 "Job Task Archive Lines"
UsageCategory = Lists;
### Additional context
Customers want to be able to search for this list page and crea…
-
The greyscale version looks for the sequence of black lines stacked on top of a white background that will most closely approximate the original image. The color version separate the image into chann…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
According to this video https://www.youtube.com/…
-
![i2m1age](https://github.com/user-attachments/assets/0a79325a-3475-4dde-b409-2a7e1152a1a3)
![im1age](https://github.com/user-attachments/assets/563c43ae-6d63-4c5d-acbd-b991895854c4)
For item modifi…
-
`String#each_line` splits a string by line separator (LF or CRLF) and yields each individual line. Sometimes only populated lines are interesting, so you want to remove all empty ones. This can be acc…