mbartlett21

Results 17 issues of mbartlett21

I would like an option to have checkboxes in the list view. See [https://docs.microsoft.com/en-us/windows/win32/controls/extended-list-view-styles](https://docs.microsoft.com/en-us/windows/win32/controls/extended-list-view-styles#:~:text=highlighting%20the%20item.-,LVS_EX_CHECKBOXES,-Version%204.70.%20Enables) https://docs.rs/winapi/latest/winapi/um/commctrl/constant.LVS_EX_CHECKBOXES.html

Looking at recent changes, the only suspicious one was https://github.com/rust-lang/this-week-in-rust/commit/2749a86022447516e1bb225112e5ca3eff2558ce, which updated pelican from 3.5 to 4.7.1.

After oli-obk changed the assignee and approved at the same time, the below pr still showed as not approved on https://bors.rust-lang.org/queue/rust with the assignee still being yaahc. See https://github.com/rust-lang/rust/pull/90602#issuecomment-1077864002

I would like a way to make this crate use triple_accel's Levenshtein distance instead of strsim's, since triple_accel's has an option to use simd, and set a maximum distance, rather...

This pull request allows users to call `socket:receive()` without the parameter having to start with an asterisk. It also adds the `L` option, which includes the end of line marker.

### Problem description When opening (for example) a `.cs` file, Windows always opens Visual Studio, and to have it default open it in Sublime, I have to go open with...

The chip that runs the 3.7 inch display, an SSD1677, has the capability to dither a 16-colour (4-bit) image to the black and white display mode,[^1] and so this PR...

**Is your feature request related to a problem? Please describe.** When slicing slopes with only a small deviation from horizontal (

Type: New Feature

**Version info** - OS: Windows 11 - Build: 2077 **Description** I can't merge from a branch named `stash`. Rebasing also doesn't work, since it also tries to rebase on a...

**Problem description** Opening a Sublime Project from a repository that I have open is unnecessarily hard and currently requires opening the repository's folder, then finding and opening the `sublime-project` file...