Eduardo Villalpando Mello
Eduardo Villalpando Mello
The `context_annotations` field in tweets has extreme potential for us developers and researchers to understand the interests of a user, build communities, improve recommendation algorithms, etc, etc. As far as...
Was going to do it myself, but seeing it is HacktoverFest, I thought opening up might help someone. Using the index.html example, look into the animation-element.js source code and document...
This is a completely new project. This can be a thread to annotate component ideas.
Addresses https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2221478 If user has an invalid `PackageSource` on NuGet.config and attempts to install a tool with the `--ignore-failed-sources` attribute, it still outputs an error. `RestoreActionConfig` needs to be passed...
Addresses #39105 #24419 #41844, https://github.com/NuGet/Home/issues/13844, etc When attempting to install or update a tool on Linux, the system looks for the file with the version as is, instead of lowercasing...
NuGet has an [existing API](https://api.nuget.org/v3/index.json) for common tasks regarding package resolution, version normalization, etc. Throughout the codebase, there are several instances where this logic is reimplemented instead of consuming the...