Peter Jaszkowiak

Results 182 comments of Peter Jaszkowiak

It may be possible to set resolutions to a wildcard so as to not worry about keeping the versions in check.

I meant put the wildcard on the right hand side, like so: ``` "resolutions": { "*/jquery": "3.*" } ```

I'd just like to point out the option of a colored-pointer GC like ZGC. While ZGC only works on 64-bit architectures (because it needs the extra bits for colored pointers),...

It appears that `core_intrinsics` is also used for `rotate_left` and `rotate_right`. Is there a reason these can't just use the inherent methods instead?

> The naming of `cast` isn't the greatest, but I don't have any immediate ideas. The only thing I can think of is reinterpret, but you could split it into...

Just be patient. There's quite a backlog but they'll get to it eventually.

This has not been fixed, mostly because there hasn't been a ton of demand. I did try to fix it once but didn't get far.

I believe this does require an ACP (insta-stable new implementation of stable trait on stable type). Please create one if you haven't already. Link it here and then label this...

One problem I could see is that the implementation of `fmt_write` will take precedence over any trait impl. So it would prevent using this macro with `io::Write` on `String`, if...