Michael Scofield

Results 21 issues of Michael Scofield

So my scenario is the following: I have a lobby list that I want to expand when clicked on. So I used the `collapse` component. However, I also have data...

Currently I have an endpoint that just makes requests to individual services and there's no way currently to bridge between the two `Response` types. This could be fixed by adding...

My use case is the following: I would like to derive a macro for my enum and then for each struct-field variant generate an identical struct which the same attributes...

enhancement
good first issue
not-stale

Is the Web version optimized for SEO?

To support concurrent modification, I used advisory locks. The downside being that the updater needs to also lock the file using an exclusive advisory lock. The alternative is not worrying...

Type annotations would be ideal, but I don't see it implemented yet in Rune. If there are comments, I could always do `/*: Type*/`, but uh, yuck.

enhancement

The idea behind this is to allow for the scenario where you depend on crates that have their own loader (think of protocol crates which are dependencies of a frontend...

**Is your feature request related to a problem? Please describe.** Debugging use-after-dispose issues without a way to definitively know the reactive chain is insane. **Describe the solution you'd like** I...

feature request

**Is your feature request related to a problem? Please describe.** Currently, `reactive_stores::Patch` doesn't work for enum types. `reactive_stores::Store` works fine for enums so I don't think there's a reason that...

feature request