Connor Gray

Results 15 comments of Connor Gray

I've just tried this locally on my machine, and I noticed a small issue. I'm on a fairly fresh machine that didn't previously have PortAudio installed, and am using rust-portaudio...

Just a quick note, not weighing in more generally yet, but Mojo does have a [`math.divmod` function](https://docs.modular.com/mojo/stdlib/math/math#divmod), it's just not in the "builtin" / prelude.

No worries Gabriel, totally understand :) Before I saw you closed this, I'd been planning to ask that we hold-off on any improvements in this area until we're able to...

FYI to anyone interested in improved formatting performance, while we don't have buffered IO yet, I recently implemented a `Formatter` abstraction for Mojo that avoids needing intermediate `String` allocations when...

Hi @LJ-9801, thanks for this contribution! Joe and I talked about your question above re. bitwise operations. What you said about the other bitwise operators makes sense, but since it's...

Hi @artemiogr97, thanks again for this contribution. Awesome work handling the base=0 case, its a very useful feature to have and great to be consistent with Python. > ``` >...

> Hi @ConnorGray, using var instead of alias "fixed" the problem Thanks, glad the workaround unblocked this issue. That this doesn't currently work in `alias` is bug in the compiler...

**✅🟣 This contribution has been merged 🟣✅** Hi @artemiogr97 thank you so much for fixing those issues! Using the new release infrastructure I mentioned in my previous comment (we're using...

Hey @gabrieldemarmiesse we have our new merging infrastructure set up, but in order to merge this branch it will need to be rebased to include the "baseline" commit that our...