yewstack / yew

Rust / Wasm framework for creating reliable and efficient web applications
https://yew.rs
Apache License 2.0
30.75k stars 1.43k forks source link

Create an Issue for every outstanding // TODO #800

Closed hgzimmerman closed 4 years ago

hgzimmerman commented 4 years ago

Description

I'm submitting a feature request

So with a 1.0.0 release in the foreseeable future, it seems like a reasonable course of action to address any missing features, code-structure issues, or subtle bugs before that is released. Thankfully, many of these problems have been annotated with TODO.

I suggest that we enable this cargo fmt lint (temporarily as it is a nightly only feature, and it may be removed in the future) and have someone go through the project and create issues for all outstanding TODOs and annotate them with their respective issue numbers.

There aren't too many of them, between 8 and 10 actionable instances in the project, of which about 4 are probably easily resolvable.

Manish-Giri commented 4 years ago

Hello, I'd like to work on this..

nurebrahimkanakan commented 4 years ago

hello

jstarry commented 4 years ago

@Manish-Giri you still want to tackle this?

Manish-Giri commented 4 years ago

@jstarry Sorry, I had already started working on this, but had to step away for a couple of weeks due to interview prep. I’ll get back on this right away.

jstarry commented 4 years ago

Great, interviews are more important :) Appreciate your help on this!

Manish-Giri commented 4 years ago

Thank You for bearing with me on this 🙇

bacongobbler commented 4 years ago

Hi @Manish-Giri, I have some spare cycles over here. I've started opening some new issues for the TODOs and will have a PR up once these issues have been filed. Hope that's okay!

Manish-Giri commented 4 years ago

@bacongobbler It's cool! I'll look for another issue to work on.