eaglgenes101

Results 10 issues of eaglgenes101

The derive for EnumDiscriminant is helpful, but it doesn't provide a way to convert back to the original enum whose variants it enumerates. Is this something that can be implemented?

enhancement
help wanted

In the method to create a report builder, there are two arguments corresponding to a source ID and a location. From reading the source code, these correspond to a `location`...

In `codespan-reporting` crate, it is possible to attach multiple notes to a diagnostic message. In `ariadne`, there is only one message and only one note available to provide, limiting the...

enhancement

Problem ------ Some operations would like to work on past or potential future versions of a component storage. A fast multiplayer games wants to extrapolate component states from the known...

feature-request
hard
RFC

### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? KWin ### WezTerm version 20220820-080145-8b2ef50c ### Did...

bug

[Weak heaps](https://en.wikipedia.org/wiki/Weak_heap) have more favorable time complexities than binary heaps and do fewer comparisons than them. I modified my own copy of this crate to be able to use a...

It seems like the last update was about 4 months ago, and the last diary.md entry was 3 years ago. What's the current status of this project? Is it still...

I like this plugin, but I want to change some of its keybindings. I tried changing the `hsmw` keymap with the changes I want, but as far as I can...

bug

Four of the five patents cited in the original CTW page were filed in 1997, and thus expired in 2017: https://www.google.com/patents/US6150966 https://www.google.com/patents/US5864308 https://www.google.com/patents/EP0913035B1 https://www.google.com/patents/EP0855803A1 And the last one is just...

Understandably, emitting escape sequences to generate terminal mouse sequences is rather niche, but is it within the scope of this project? I'm thinking of using it as part of a...

question