Need help/mechanic NSW

Need help/mechanic NSW

Yes I'll pay, was replacing my tail tidy and realised idk where to go from here, the new one is mounted but idk how to put it back together

2017 mt07, message me pls, can give details

u/vznrn — 13 hours ago
▲ 8 r/rust

What is the reason deref can't be implemented on multiple targets

As in i understand the fact that it has type Target: ?Sized;

But what is stopping it from taking a generic and being used for multiple targets?

as in

trait DerefTo<T: ?Sized> {

fn deref_to(&self) -> &amp;T;

}

since it can be inferred by the signature what type it is looking for, so conflicts can't occur

i haven't thought about this a lot, just random thought, so decided to ask

reddit.com
u/vznrn — 1 month ago

Open sourcing the cli

https://github.com/github/copilot-cli/issues/3241

Raised this on copilot cli gh, posting here for attention.

Its not suitable for us to implement something like this in a production workload, where we are at the whims of whatever commits are made to the copilot repo.

Though the cli is great, and using the sdk has been good, but the blackbox of what happens makes things unreliable, and with byok, there doesnt seem to be an apparent cost reason to not open source the cli.

More info is on the issue, maybe thumbs up if you agree.

reddit.com
u/vznrn — 3 months ago