Connor Gray

Results 65 comments of Connor Gray

Thanks for this great cleanup 🧹! :) There may be internal uses of `write_to()`, but I can just remove those when I merge this PR. Feel free to update this...

Thanks for this contribution @msaelices. Apologies for the delay in a response to this issue, which is now a couple months since its last update. I think we should hold...

Hi Farhan, thanks for helping with this! > Should InlinedFixedVector be exported from collections? I think it's reasonable that we keep `InlinedFixedVector` as exported from `collections` for the time being.

Hey, @gabrieldemarmiesse thanks for your contribution! The ["Changes we accept"](https://github.com/modularml/mojo/blob/main/CONTRIBUTING.md#changes-we-accept) section documents change types we know we are okay with accepting, but is not an exhaustive list of all change...

Hey folks, First off, I want to say we really appreciate the enthusiasm from the community on this topic. We all want Mojo🔥 to be a success, and it's fantastic...

Fixed by adding the DCO app described above to the mojo repository. Thanks @gabrieldemarmiesse for putting all this information together, it was very helpful! 🙂

Hi Gabriel, the formatting CI is failing because it runs with the `-l 80` flag that causes the formatter to limit lines to 80 columns in width: ``` mojo format...

Hey Gabriel, this looks good, thanks for the contribution and adding those tests! :) Going to proceed with merging this now.