Nathan Vegdahl

Results 18 issues of Nathan Vegdahl

The [docs.rs](https://docs.rs) servers don't have any version of the C++ OpenEXR library installed, so building openexr-rs always fails, preventing our docs from being published there. I recently looked into that,...

build issue

I'd like to take some time to play with API ideas, to see if we can come up with something better than we currently have, and also account for supporting...

Right now when the user uses the `--codecs` flag is just shows all of our pre-selected codecs. However, not all of those codecs are guaranteed to be supported by a...

Currently the `Lines` iterator is roughly equivalent to just calling `Rope::line()` repeatedly with an incrementing index. This is O(log N) for each call to `Lines::next()`, and also is just generally...

performance

In #279 @pickfire suggested that we might want a logo for Helix at some point. I figured it couldn't hurt to open an issue for people to toss some design...

C-discussion

This is more-or-less a continuation of issue #25 (most of which is actually [here](https://github.com/rust-lang/rust/issues/14015)). # Preface I don't personally have an urgent need for this functionality, but I do think...

enhancement
question

Implement a timestamp in the library view that shows how much of each video has been watched. This makes it much easier to keep track of where you are in...

First: thank you _so much_ for creating this video player. It is absolutely amazing. I am now using it for nearly all of my video-based language studying. Also, as a...

It would be good to have a panic handler that saves the user's work before crashing, so that when a panicking bug is encountered the user doesn't lose all their...

C-enhancement
A-core

(Since #19 was closed due to the original requester deciding they didn't want it after all, I'm opening a new issue.) If possible, it would be nice to have size...

enhancement