EKI don't do the comments for results thing. I just write code and sometimes it pipes in with a completion. This means most of the time I have an idea of what I want to do and start doing it and then copilot recognizes how to finish it.Comment·Article·Nov 27, 2022·GitHub Copilot Is Too Good
EKDavid Jaja I disagree. It's much better, as it will adjust it's behavior based on the users devices settings (data/battery saver) and current network connection. And it works beautifully with srcset and picture element, SEO, etc.Reply·Article·Nov 17, 2022·Implementing image lazy loading to improve website performance using JavaScript
EKOr just add loading="lazy" to the images. Then you don't need any css or jsComment·Article·Nov 17, 2022·Implementing image lazy loading to improve website performance using JavaScript
EKI think it could create extra confusion. Also, the autoboxing thing you describe doesnt happen. If the thing isn't a promise, await doesn't make it a promise. It just does nothing.Comment·Article·Nov 2, 2022·Async by default: JavaScript++