June

Results 21 issues of June

@arijit79 here's the PR to get the final end position of a match within a string This PR also fixes a few other things that clippy was complaining about, and...

### What are the steps to reproduce this issue? 1. Make new project with `nic.pl` (I only tried with making a tweak so far) 2. `cd` into the new project...

## Problem I'm writing a TUI app with ratatui that makes pretty heavy usage of `ratatui_image` to display images. Because of this, the diff process (specifically, the `unicode_width::width` function) takes...

Type: Enhancement
Status: Design Needed
Effort: Difficult
Status: Controversial

When updating with `cargo install-update`, cargo tries to automatically update all dependencies to their latest 'compatible' versions (ignoring the lockfile). However, that means that the `smithay` dependency, since it's a...

## Which issue does this PR close? I think this should close #4028 ## Rationale for this change As far as I can tell, this follows the recommendations stated in...

physical-expr
core
common
proto

I've had issues since ~nvim 0.10 where this plugin starts throwing errors if I split my view and then close the buffer where the duck was created, so this PR...

**Is your feature request related to a problem? Please describe.** In my terminal pdf viewer ([tdf](https://github.com/itsjunetime/tdf)), moving through large pdfs causes old pages to be evicted from the image buffer...

enhancement

Here's a screenshot: This seems to be consistent with every app that I use to display images, and, unless I'm mistaken, the image should be displayed like 0.5 lines lower...

Basically what the title says. This will encode each one to a tmp file, then overwrite it once it's done. This serves two purposes: 1. Ensure that, if the process...

As I've been poking through the code of this library recently, I've noticed that there are a lot of undocumented `unsafe` fns and blocks. I'd like to go through and...

quality