Nick Kocharhook

Results 79 issues of Nick Kocharhook

Currently, `imwrite`, `imread`, etc. take `&str` as the path argument. This is kind of annoying if you're dealing with `std::path::Path`s, which have to be turned into `&str`s. Is there a...

I saw [this text in the docs](https://github.com/mitsuhiko/similar/blob/a169e29954502d67e26c9e766f2f719e99a52559/src/text/inline.rs#L153) and was hoping to better understand it: > If you want it to be tokenized instead as ["f(", "x", ")"], you should enable...

I have a PDF file which I can get text from using `extract_text`. However, the quality of the OCR (and specifically the location of the glyphs) is poor, so I...

Tests still pass, but not sure if you'd like some other ones for this. Note that this does add a dependency on [similar](https://crates.io/crates/similar).

CLA Signed

### Description of the bug On macOS, an app can be open when it has no active document windows. In this state, many menu items are irrelevant, and thus grayed...

### Description of the bug Backslashes are double-escaped when query is shared across windows ### Steps to reproduce 1. Open several files in ST in different windows 2. Cmd-F to...

The docs for `new()` and `new_known_crs()` describe several different string formats accepted for creating a new projection pipeline. These are [the options listed in `new_known_crs()`](https://docs.rs/proj/latest/proj/struct.Proj.html#method.new_known_crs): - an "AUTHORITY:CODE", like "EPSG:25832"....

I'm trying to use `polygonize` to take a set of `LineString`s and turn them into a `Polygon`. However, this is frequently failing, with the output being just an empty geometry...

**Version info** - OS: macOS 15.6.11 - Build: 2079 **Description** You can click on the Discard All button several times, and get multiple warning dialogs. **Steps to reproduce** Steps to...