Ben Leggett

Results 256 comments of Ben Leggett

Well, there aren't 2 Peripheral structs, there's a Peripheral _struct_ (the one in bluez/adapter) and the Peripheral _trait_ (the one under api::Peripheral) @LucaCerina is correct, the former is not publicly...

@mwylde Cool! Great to hear you're in the middle of a rework. Ok, that's good to know that you started with peripheral snapshots+most functionality handled thru the ConnectedAdapter and then...

Saw the same issue - rectified by saving next to the door and then immediately reloading.

@yyardeng you're welcome to reopen it or open another PR. https://github.com/istio/istio/issues/50372 is still open and I think we're OK to do this.

(note: using DOOM emacs FWIW) I have this: > (add-to-list 'tramp-remote-path 'tramp-own-remote-path) and when I open a `vterm` shell in a tramp project, I can confirm that `rust-analyzer` is found...

RE2 and RE3 also benefit (imho) from being forced to 240p, so there is a demand for the capability, and some games seem to work fine with it.

woo, happy with the turnaround either way.

Yep, using https://github.com/polarsignals/rust-jemalloc-pprof, seems to work well enough.

@ilrudie In https://github.com/istio/ztunnel/pull/865 we discussed using `jemalloc` as an always-on thing, or at least enabled by default for non-release builds. I added that as another ticket item here, so we...

> I do not see the drain-rs crate in the cargo.toml It's just called `drain`: https://github.com/istio/ztunnel/blob/master/Cargo.toml#L43