Jan Provazník

Results 40 comments of Jan Provazník

In jupyterlab code cell everything is fine. Pasting into vim in other browser terminals with Ctrl+V method works as well as pasting

Reenabled in https://github.com/dotnet/msbuild/pull/10307 https://github.com/dotnet/msbuild/blob/37ba950c4461abba607ba42e276e3892c5f61e59/src/BuildCheck.UnitTests/EndToEndTests.cs#L151

This was resolved by changing that the scripts are served by the dotnet CDN now. The design/business objectives are the same for all the assets served by the CDN, so...

let's retry with newer copilot version!

> "send the information about the task to the host process and do the older process there" is more what I was expecting--can you elaborate a bit more on the...

I'm not sure how severe the risk is, how often a nongraceful process exit happens and what would be the expectation of disk overuse when you're building on a dev...

new disposal idea thx @AR-May @rainersigwald : I have to test it if the OS API really works this way and the extent to which this works on \*nix in...

> new disposal idea thx Alina, Rainer: I have to test it if the OS API really works this way and the extent to which this works on *nix >...

complication: the references of the inline tasks have to be somehow loaded on the taskhost and they could be arbitrary dlls, this resolve reference logic is nontrivial LoC in each...