Sebastian Detert

Results 15 comments of Sebastian Detert

@mattermack Is the todo list up to date? What is the top priority?

@iktumi If I edit the AndroidManifest.xml and build, all my changes get lost and the file looks like before

@PEConn I just try to add the mentioned tag in order to add ads to the PWA later (I wanna push it to the Google Play Store). THanks for the...

I want to give this a try. See https://github.com/actix/actix-web/pull/3215 for my first draft

To which cookie function do you refer? I implemented this according to https://docs.rs/actix-web/latest/actix_web/struct.HttpResponse.html#method.add_cookie which performs the same check to validate the cookie

`self.append_header` expects `hdr_val` to implement `TryIntoHeaderPair` which returns `(HeaderName, HeaderValue)`, so in the end it is the same as `HeaderValue::from_str` if I understand that correctly `self.append_header((header::SET_COOKIE, cookie.to_string()))` should not work...

I see your point. I guess it depends if you prefer to fail silently or not. As far as I understand Rust, the idea is usually to make possible errors...

Well, not yet. I never used wasm before, however I worked through the tutorial right now and it looks promising. If you would implement it, I'll give it a try...

Alright. I created a first version. Can you take a look if this is already good enough? Happy to change it, I am not familiar with wasm so far **Rust...

update: I managed to compile different wasm packages into the latest (and future) release: https://github.com/Thomblin/xml_schema_generator/releases