Jan Provazník

Results 25 issues of Jan Provazník

## Description When using vim inside JupyterLab terminal, pasting a lot of text freezes the whole frontend (probably blocks network, because from that point the log does not display anything)...

bug
status:Needs Discussion

This is a PR for the proposed WASI-Build feature spec, only documentation

Area: Tasks
Disabled-Tests
WIP

do not merge to main With an appropriate .wasm file it runs in tests but it's not possible to add as a task to another project because wasmtime-dotnet is not...

https://learn.microsoft.com/en-us/dotnet/standard/assembly/strong-named > If you are an open-source developer and you want the identity benefits of a strong-named assembly for better compatibility with .NET Framework, consider checking in the private key...

Fixes #10529 ### Context ### Changes Made split IMSBuildElementLocation to separate file and added it to Framework .dll (kept in Microsoft.Build.BackEnd namespace, that should be moved eventually if desirable https://github.com/dotnet/msbuild/issues/10544...

There are interfaces e.g. [ITranslator](https://github.com/dotnet/msbuild/blob/main/src/Framework/ITranslator.cs) belonging to `namespace Microsoft.Build.BackEnd` in src/Framework. This is confusing when there is a src/Build/BackEnd folder.

Priority:2
triaged
internal-team-onboarding

### Context https://github.com/dotnet/msbuild/pull/10808 cleanup update dependencies from Arcade ### Changes Made No functional changes. update dependencies from Arcade remove BuildXL feed from nuget config apply #9476 from main, update BuildXL...

Darc docs did not correspond to reality due to a typo. ``` PS C:\Users\janprovaznik\dev\arcade> darc Microsoft.DotNet 1.1.0-beta.24510.3+c5a518175e3338198615ce1cef96f3f152daa5ad c Microsoft Corporation. All rights reserved. ERROR(S): No verb selected. ... delete-subscriptions Delete...

###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/12377)

:no_entry_sign: * NO-MERGE *

### Context [https://github.com/bytecodealliance/wasmtime/tree/main/examples/component](https://github.com/bytecodealliance/wasmtime/tree/main/examples/component) Add support for making the same example from C#. [https://github.com/WebAssembly/component-model/tree/main](https://github.com/WebAssembly/component-model/tree/main) [https://github.com/bytecodealliance/componentize-dotnet](https://github.com/bytecodealliance/componentize-dotnet) ### Current state: Only Wasm modules can be instantiated and functions ran from them. Loading .wasm...