Cecile Tonglet

Results 135 comments of Cecile Tonglet

> Same result but without any macro magic or implicit type conversion involved. I don't think I will bother with a QoL improvement to replace the need of `html!(...)` (7...

> It's easy to add features but hard to remove them, if that's needed. It's a very good philosophy. There is that very nice article on the subject: https://programmingisterrible.com/post/139222674273/how-to-write-disposable-code-in-large-systems I'm...

(@hamza1311 I just added you to my fork in case you want to show me in the code directly)

I'm not sure why this ticket is in draft anymore... looks like it's complete but could be improve in some way. Will move it to ready to get more feedbacks.

I did use [libc-strftime](https://crates.io/crates/libc-strftime) in the meanwhile. It's just strftime directly from the libc

Ah yes it has been released for some time now. Just add the feature and don't forget to pass the `Locale`

It's not quite clear what is this app id and why would I need one. If you only one to query the list of friends, can't you do it without...

Oh ok it's explained there https://partner.steamgames.com/doc/sdk/api

Yes I think it's fine doing a bit of breaking changes. We're on a phase of trial and error so there are a few things here and there we need...

Small regex already. Maybe we should put that in the release changelog? > `perl -p -i -e 's/fn changed\(&mut self, (\w+): &Context\)/fn changed(&mut self, $1: &Context, _old_props: &Self::Properties)/g' $(find ....