Hans Ole Hatzel

Results 7 comments of Hans Ole Hatzel

Okay, I read in your documentation that you can just do. `fn render(state: &State) -> impl DomNode` with `conservative_impl_trait` enabled. I did however still have the issue of not being...

This has to do with your "hello" string. It is `&str 'static` and `impl trait` does not support that lifetime in some way. Just use `.to_owned()` on `"hello"` for now....

Same here: F-Droid version, Pixel 4A.

I would love to see this fixed! I would be willing to take a look at this but I am not really sure where to get started. From what I...

No I have not made any progress, sorry. With some guidance I'd still be up for but I am mostly working on unrelated projects currently.

Nope, don't see this happening anytime soon for me. Not building apps at the moment and I'd probably be using flutter for new projects.

This is caused by having a pip version `>= 19.3`, [this commit](https://github.com/pypa/pip/commit/09fd200c599de4fadf2ff814a1bef855bc6d77e8#diff-cf86c603e352099be697d1bd01c2d191) moved the function into its own module. So the new import would be `from pip._internal.main import main as...