Joshua Yanovski

Results 7 issues of Joshua Yanovski

It seems like the "after" cursor isn't being set correctly currently, so when you redo the cursor ends up in the wrong place (i.e. not the place it was before...

We will want to support a "read only" mode for this and avoid loading the entire file into memory. We will also want to do certain things asynchronously, like figure...

enhancement
planning
discussion

# LAYERS ## High level - Intuitive "key binding" style commands ("delete next character", "insert tab", etc.) - Aliases for queries. ## Query level - Declarative. - Ordered sequence of...

enhancement
discussion

Allow finding and matching results concurrently while editing (including searching the in-progress buffer). This should be especially useful with large files. The results may be slightly stale, but there are...

There has been some discussion in the past over how to make create_surface safe: https://github.com/gfx-rs/wgpu-rs/issues/78 https://github.com/gfx-rs/wgpu-rs/pull/281#discussion_r415495633 From these comments, my impression was that the only issue was not being able...

type: enhancement
help wanted
area: wsi

**Description** Currently, wgpu-core (effectively) just calls start-capture on the raw underlying device without performing any checks. From @kvark > we could document the safety requirements for start_capture as: > 1....

type: bug
help required
area: validation

A prerequisite for safely using a lot of APIs is that you (ideally) need to handle device loss somewhat gracefully. However you obviously can't make sure a GPU doesn't crash...

type: enhancement
help required
area: validation