Juniper Tyree

Results 292 comments of Juniper Tyree

@alexcrichton Could the component model also gain a method called, e.g. `[resource-consume]{name}`, which invalidates the resource handle (similar to drop) but does not drop the resource implementation data? That way,...

I would also really love a way to specify multiple toolchains (with different names, one being the unnamed default) that are all installed (or the named ones could even be...

> @juntyr for your case it seems like a rust-toolchain that specifies a nightly version that is stable for your needs, and then build everything with it, would meet your...

> So, just procedurally... > > I know we're on a time crunch because of the edition, but I worry about this all moving just a bit *too* fast. I...

Thank you @traviscross and @nikomatsakis for all of the background on the long design road of how this RFC came to be and how the FCP brings additional visibility -...

I think that the need to restrict this feature to a local workspace shows how dangerous disabling the orphan rule really is. I personally do not want to have to...

Running `npx prettier --check .` locally runs successfully, since I have prettier v2.8.8 installed, as mentioned in package.json. However, it seems like the CI action does not use the pinned...

I'll close this once I've added a test to ensure this remains working (and I hope I'll remember it with the new label)

Superseded by #451