dpc

Results 831 comments of dpc

@Mic92 That's during building, but the resulting image no longer needs it. At least in theory the image doing the building and the image being built do not have to...

@zojw thank you for that mention with an example how to achieve the usually desired behavior.

Hello. I'm the author of slog. Since i released slog 2.0.0, I was going to do some toying with Rocket to relax and noticed this issue. I did some late...

@Thomasdezeeuw If and when `log` gets support for structured output, then `slog` will most probably become a library on top of `log` (instead of being alternative with a backward and...

Code examples (the fix: https://github.com/crev-dev/cargo-crev/commit/3d248466994b5f370708834cc52f70505eabdf4c)

It's funny to see this mentioned in TWIR 5 years after I wrote https://github.com/rust-lang/rust/issues/40628 . Personally I don't remember having to fight with unwind safety in these few years, but...

Yes. The blinking on the screencap https://github.com/mawww/kakoune/issues/1516#issuecomment-392258943 looks exactly the same. However, in my case there is often no big hover to display at the bottom of the screen, so...

I'm sorry. I need to dig myself out of a rabbit hole. :D

@ul Similar to `rust-analyzer` issue I guess, it's just `rust-analyzer` will respond in 2-3 minutes. I guess from the perspective of the protocol it's a server's fault, but in practice...

Everything works almost perfectly here. It's just `rust-analyzer` on every start will start dong the whole indexing from scratch, doesn't do any caching yet, and it takes it a minute...