Results 765 comments of daxpedda

Apparently the conclusion was that there is no preference: https://github.com/rust-lang/rust/pull/121021. I also double checked and AFAICT Rustdoc will properly generate an error regardless. So the only difference is that `[]()`...

Implementing pen events for Web would be simple, everything is already in place to add it.

> I just tried opening the diagram in https://app.diagrams.net/ and although I guess it's a proprietary web app it seems simple enough to use. I think, if it's not too...

I think Rust has good guidelines on why to or not to commit `Cargo.lock`. https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control. My opinion on this is that it's only useful for helping debug issues during development,...

@kchibisov from https://github.com/rust-windowing/winit/pull/3486#issuecomment-1937922210. > It's a default behavior for libraries now even. The default that has changed is that its not ignored in `.gitignore`, the default is not to just...

For feedback please post in #3626. That said, we have wrote quite a lot about the motivation to switch to traits, the simplest one is return values. I encourage any...

I would also prefer one big file.

> I disagree that `Window` should representing the browser window / [the global `window`](https://developer.mozilla.org/en-US/docs/Web/API/Window), it should represent a single HTML element as it does now. My motivation here is to...

> > I disagree that Window should representing the browser window / [the global window](https://developer.mozilla.org/en-US/docs/Web/API/Window), it should represent a single HTML element as it does now. > > I don't...

> > not about if and how we should implement views for Web > > Apologies for hijacking the issue, though by now it's too late, so I'll just respond...