id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
2088404657
ACA Container Unable to Resolve AKS Private Cluster DNS Please provide us with the following information: This issue is a: (mark with an x) [x] bug report -> please search issues before submitting [ ] documentation issue or request [ ] regression (a behavior that used to work and stopped in a new release) Issue d...
gharchive/issue
2024-01-18T14:27:29
2025-04-01T04:35:01.975919
{ "authors": [ "Chris-Sheridan", "vinisoto" ], "repo": "microsoft/azure-container-apps", "url": "https://github.com/microsoft/azure-container-apps/issues/1054", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1748261799
Feature Request: Role-based access control for invoking jobs Is your feature request related to a problem? Please describe. When triggering a manual job, it's possible to override substantial parts of the definition, such as image or command. I would love to be able to delegate some actions on jobs to user accounts w...
gharchive/issue
2023-06-08T16:15:14
2025-04-01T04:35:01.980907
{ "authors": [ "MatthewWilkes", "anthonychu", "zyofeng" ], "repo": "microsoft/azure-container-apps", "url": "https://github.com/microsoft/azure-container-apps/issues/780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
603108869
terraform plan: Save human readable plan to file It doesn't seem possible to write the human readable output of terraform plan to a file using this Task. For example, this does not work: - task: ms-devlabs.custom-terraform-tasks.custom-terraform-release-task.TerraformTaskV1@0 inputs: command: plan commandOpti...
gharchive/issue
2020-04-20T10:01:30
2025-04-01T04:35:01.984042
{ "authors": [ "DanielLarsenNZ", "mericstam" ], "repo": "microsoft/azure-pipelines-extensions", "url": "https://github.com/microsoft/azure-pipelines-extensions/issues/808", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
511001640
BLOCKING: Latest AzurePowershell@4 (4.159.2) -> Get-AzContext returns $null Note For a list: https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks If you have an issue or request for the Azure Pipelines service, use developer community instead: https://developercommunity.visualstudio.com/spaces/21/inde...
gharchive/issue
2019-10-23T00:29:46
2025-04-01T04:35:02.109727
{ "authors": [ "Andy-bridle", "BurgerVanDan", "CYoderDev", "KyleZielinski", "NateB2", "NickGraham101", "NullReferenceEx", "bluem9", "brushwood24", "ds-ms", "gaikovoi", "gunnertwin", "jpwarner67", "majorvin", "niadak", "rajcheval", "reyou", "rwatj...
2518888948
Deployed successfully but chat returns "404 Resource not found" I deployed the app to Azure, the login works and i can create a new chat, but when I try to input something it returns with the error "404 Resource not found". I would appreciate any advice on why this can be. Do I need to set further environment variabl...
gharchive/issue
2024-09-11T07:54:48
2025-04-01T04:35:02.120306
{ "authors": [ "AshForde", "aeholt97", "krome-pdcar", "saviorabelo" ], "repo": "microsoft/azurechat", "url": "https://github.com/microsoft/azurechat/issues/426", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
619267120
DacFx wizard: Extremely Large Versions Incorrectly Pass Validation If you do an Extract and put an arbitrarily large number for the version, the error message you get back isn't super helpful (I'm assuming the version number passed in is too high). Maybe we could add in some further validation in the wizard? TODO ...
gharchive/issue
2020-05-15T21:28:29
2025-04-01T04:35:02.122152
{ "authors": [ "chlafreniere", "kisantia", "udeeshagautam" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/10450", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
622103840
C# load csx script not working with relative paths Azure Data Studio Version: 1.18.0 Steps to Reproduce: Enable Notebook: Show All Kernels on Settings under Features->Notebook. Create a simple Test.csx file under a Scripts folder in the root of your repo. Create a Jupyter notebook and switch to C# kernel. Add...
gharchive/issue
2020-05-20T21:45:20
2025-04-01T04:35:02.125439
{ "authors": [ "chlafreniere", "miguelelvir" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/10530", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1095616649
VSCode Merge breaks Mac Build OS Version: OSX Monterey Steps to Reproduce: Developing on Mac for ADS. Pull latest from main Run Yarn See Playwright error. I see that the version we use for playwright is 1.12.3 and there was an issue regarding this on their repo recently as well which is fixed but requires the new...
gharchive/issue
2022-01-06T19:15:21
2025-04-01T04:35:02.129678
{ "authors": [ "Charles-Gagnon", "VasuBhog" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/18003", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
369676829
Command-G does not show/hide servers panel Issue Type: Bug The Cmd-G shortcut only show the servers panel, but does not hide the servers panel. Recommendation Make these shortcuts show and hide panels rather than only show them. Azure Data Studio version: Azure Data Studio 1.0.0 (cab8f3e37c9ac4367e0dacef5185da08bd8...
gharchive/issue
2018-10-12T19:12:58
2025-04-01T04:35:02.138680
{ "authors": [ "erinstellato-ms", "gengelbms" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/2833", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
429798453
Feature request: Show time that a cell was executed at and execution duration in notebooks Azure Data Studio Version: Steps to Reproduce: Run a cell that takes awhile. Get coffee, come back. Cool, it's done! How long did it actually take to run though? Run a cell. Get coffee, come back. What time did I run tha...
gharchive/issue
2019-04-05T14:57:39
2025-04-01T04:35:02.142456
{ "authors": [ "NerdicSQL", "RickDMyers", "dejan-shuki", "nielsvdc", "twright-msft" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/4877", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
436919764
Notebooks: Low contrast ratio for colored text in light theme Azure Data Studio Version: 1.7.0-insider System: MacOS 10.14.4 Steps to Reproduce: Open a notebook with ADS in default light theme Run a code cell that results in a warning or error (red text and/or yellow text) Notice the low contrast and legibility...
gharchive/issue
2019-04-24T21:40:34
2025-04-01T04:35:02.145785
{ "authors": [ "angdesign", "kburtram" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/issues/5186", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
715244301
conditional env var MSSQL_PACKAGE conditionally add the env var MSSQL_PACKAGE Pull Request Test Coverage Report for Build 290407253 0 of 0 changed or added relevant lines in 0 files are covered. 4 unchanged lines in 1 file lost coverage. Overall coverage decreased (-0.01%) to 39.574% Files with Coverage Red...
gharchive/pull-request
2020-10-06T00:14:12
2025-04-01T04:35:02.151789
{ "authors": [ "alanrenmsft", "coveralls" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/pull/12757", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1020342917
Fix schema compare results showing at bottom after no differences This PR fixes #17249. Not sure why this was happening only for the "no differences" state to "differences" state since going from "initial" state to "differences" state is the same thing and doesn't have this problem, but looks like just changing the ...
gharchive/pull-request
2021-10-07T18:35:49
2025-04-01T04:35:02.159870
{ "authors": [ "coveralls", "kisantia" ], "repo": "microsoft/azuredatastudio", "url": "https://github.com/microsoft/azuredatastudio/pull/17299", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
782385209
[Samples] Add 17.multilingual-bot sample Fixes #868 [X] Migration [X] Testing Description We are adding the sample 17.multilingual-bot in Java having into account the C# 17.multilingual-bot present in BotBuilder-Samples repository. Specific Changes Generate main structure of the sample Add bots folder with the M...
gharchive/pull-request
2021-01-08T20:44:25
2025-04-01T04:35:02.165867
{ "authors": [ "Batta32" ], "repo": "microsoft/botbuilder-java", "url": "https://github.com/microsoft/botbuilder-java/pull/898", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
749950259
Revert "feat: immediate accept" Reverts microsoft/botbuilder-js#2950 Pull Request Test Coverage Report for Build 381698678 0 of 0 changed or added relevant lines in 0 files are covered. 49 unchanged lines in 2 files lost coverage. Overall coverage decreased (-0.04%) to 84.749% Files with Coverage Reduction ...
gharchive/pull-request
2020-11-24T18:41:24
2025-04-01T04:35:02.173610
{ "authors": [ "coveralls", "joshgummersall", "stevengum" ], "repo": "microsoft/botbuilder-js", "url": "https://github.com/microsoft/botbuilder-js/pull/3092", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
546431590
[PORT] Add argument "--framework netcoreapp3.0" to Create PublishedBot.zip Port this change from botbuilder-dotnet/master branch: https://github.com/microsoft/botbuilder-dotnet/pull/3224 Fixes "error : The 'Publish' target is not supported without specifying a target framework" (I picked 3.0 instead of 2.1 or 2.2. ...
gharchive/issue
2020-01-07T18:12:57
2025-04-01T04:35:02.175585
{ "authors": [ "axelsrz", "tomlm" ], "repo": "microsoft/botbuilder-python", "url": "https://github.com/microsoft/botbuilder-python/issues/569", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
538039424
Add ClrGenericParameter Contributes to #408 QueryInterface returns E_NOINTERFACE for IID_IMetaDataImport2 on .NET Framework. Using IID_IMetaDataImport as a workaround, since IMetaDataImport2 is available since .NET Framework 2.0. I need to call QueryInterface on IMetaDataImport with IID_IMetaDataImport2 to get IM...
gharchive/pull-request
2019-12-15T11:44:05
2025-04-01T04:35:02.182231
{ "authors": [ "NextTurn", "leculver" ], "repo": "microsoft/clrmd", "url": "https://github.com/microsoft/clrmd/pull/431", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
567299651
Failing to build HelloWinUICppWinRT Just starting to evaluate the C++/WinRT. I created the HelloWinUICppWinRT as described here. I installed the "C++ (v142) Universal Windows Platfrom tools", "C++/WinRT Visual Studio Extension (VSIX)" and the corresponding NuGet package. But the blank new project doesn't compile/link...
gharchive/issue
2020-02-19T03:57:57
2025-04-01T04:35:02.193731
{ "authors": [ "JX75", "kennykerr", "pavelpokutnev" ], "repo": "microsoft/cppwinrt", "url": "https://github.com/microsoft/cppwinrt/issues/532", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
751942993
Errors of Notebook: The Causal Story Behind Hotel Booking Cancellations Hi, Thank you for creating such a great library for causal inference ! I am currently starting to learn the library through the provided notebook: The Causal Story Behind Hotel Booking Cancellations. Everything goes well before the identification...
gharchive/issue
2020-11-27T02:46:14
2025-04-01T04:35:02.263160
{ "authors": [ "amit-sharma", "dearfad", "jbdatascience", "xxwywzy" ], "repo": "microsoft/dowhy", "url": "https://github.com/microsoft/dowhy/issues/198", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
499512733
Question - Is this project active? Hi @amit-sharma , This is a very good piece of work. I have simple question: Is research and development of this still active? Last update to repo was 8 months ago. Are we supposed to use it for business? Or this is just a research library? Should we go ahead, use this library ...
gharchive/issue
2019-09-27T15:32:38
2025-04-01T04:35:02.278944
{ "authors": [ "amit-sharma", "emrekiciman", "sandeepbhutani304" ], "repo": "microsoft/dowhy", "url": "https://github.com/microsoft/dowhy/issues/72", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2030739159
the error in generate sequences using esm1b_650M when i use generate.py to generate protein sequences by args.model_type=='esm1b_650M',there is an error show in line 136-137 string.append(i_string) UnboundLocalError: local variable 'i_string' referenced before assignment there is evalute data usiong model esm-2, ...
gharchive/issue
2023-12-07T13:13:05
2025-04-01T04:35:02.286356
{ "authors": [ "Linzy19" ], "repo": "microsoft/evodiff", "url": "https://github.com/microsoft/evodiff/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2123553239
Unable to use Date Control in SSR Hello - are these components compatible with SSR? I am developing a Blazor web app with no interactivity. I am not able to see any calendar on the date controller (See screenshot below). I wanted to check if there are any known limitations with SSR before we use it. Thanks for your ...
gharchive/issue
2024-02-07T17:43:16
2025-04-01T04:35:02.292786
{ "authors": [ "darena-pjindal", "vnbaaij" ], "repo": "microsoft/fluentui-blazor", "url": "https://github.com/microsoft/fluentui-blazor/issues/1474", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1790523015
Add the active crypto backend to build info (go version -m app) Resolves https://github.com/microsoft/go/issues/963 There is a different mechanism we could use (see comment on #963) but I think this probably the way to go. This change makes it easier to tell what backend a program ended up being built with by ad...
gharchive/pull-request
2023-07-05T23:43:07
2025-04-01T04:35:02.656690
{ "authors": [ "dagood", "karianna" ], "repo": "microsoft/go", "url": "https://github.com/microsoft/go/pull/972", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1624292440
Project: Call scheduler permits you to plan a call with a HR\recruiter Project name Call scheduler Description This project can be used as a service to let people schedule a call with a HR\recruiter of someone's company. Read README.md inside the project repository for more details Repo URL https://github.com/alexlog...
gharchive/issue
2023-03-14T20:59:45
2025-04-01T04:35:02.659296
{ "authors": [ "alexlogvin", "waldekmastykarz" ], "repo": "microsoft/hack-together", "url": "https://github.com/microsoft/hack-together/issues/145", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2323136361
Igvm_c: fix pkgconfig Some small fixes for the pkgconfig file installed by igvm_c: fix DESTDIR. Was set to a literal "" instead of an empty string by default Update the Version field in the pkgconfig file, set it to the create version automatically Rework pkgconfig file generation. Alternate way for getting the c...
gharchive/pull-request
2024-05-29T11:56:30
2025-04-01T04:35:02.666039
{ "authors": [ "chris-oo", "osteffenrh" ], "repo": "microsoft/igvm", "url": "https://github.com/microsoft/igvm/pull/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1443619396
Installing on Linux VM host (with Windows guest) Since our workstations effectively comprise of Linux boxes, with Windows running on VMWare for WPF/Winform projects, the WSL on those windows guests refuses to work (and it also seem pointless). Is it possible to install Infersharp on the Linux host and reconfigure VS ...
gharchive/issue
2022-11-10T10:14:50
2025-04-01T04:35:02.668697
{ "authors": [ "the-black-wolf", "xinshiMSFT" ], "repo": "microsoft/infersharp", "url": "https://github.com/microsoft/infersharp/issues/190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2085658106
get document list Context / Scenario When I was using Kernel Memory, I found that there was no interface to retrieve the document collection based on the index, which made it impossible for me to obtain the corresponding documents when operating the system. The problem Add a method to obtain the document collection P...
gharchive/issue
2024-01-17T08:22:09
2025-04-01T04:35:02.672383
{ "authors": [ "xuzeyu91" ], "repo": "microsoft/kernel-memory", "url": "https://github.com/microsoft/kernel-memory/issues/260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2251481679
[Feature Request] Context / Scenario That's a feature that already exists in langchain and will be beneficial to save costs. The idea will be to ported from phyton to c# https://github.com/zilliztech/GPTCache https://python.langchain.com/docs/integrations/llms/llm_caching/ https://www.mongodb.com/developer/products/...
gharchive/issue
2024-04-18T20:15:42
2025-04-01T04:35:02.675508
{ "authors": [ "OrionSeven", "Rtoribiog" ], "repo": "microsoft/kernel-memory", "url": "https://github.com/microsoft/kernel-memory/issues/414", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2253487240
How to deserialize UntypedObject? Recently, I've upgraded kiota to latest version, and I noticed breaking changes. Previously, I'd deserialize some problematic properties like this: private static Prices? Deserialize(this IAdditionalDataHolder prices) { if (!prices.AdditionalData.TryGetValue("somePric...
gharchive/issue
2024-04-19T07:48:14
2025-04-01T04:35:02.680271
{ "authors": [ "baywet", "marcinjahn" ], "repo": "microsoft/kiota-serialization-json-dotnet", "url": "https://github.com/microsoft/kiota-serialization-json-dotnet/issues/212", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2283615869
Support for the Snowflake Cloud Data Platform Support for the Snowflake Cloud Data Platform Introduction Hello everyone! In our project, called CLADE, we are analysing and comparing the features of current data lakehouse platforms, specifically using Databricks and Snowflake. Databricks uses Delta as its default tabl...
gharchive/issue
2024-05-07T15:09:46
2025-04-01T04:35:02.685787
{ "authors": [ "agr17", "jcamachor" ], "repo": "microsoft/lst-bench", "url": "https://github.com/microsoft/lst-bench/issues/265", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
655722097
Area calculation of a shape I need to calculate the area of a shape that I am creating, it can be anything. Is there an existing function for this, or do I have to do it by myself? Hello, this does not yet exist. There is already an issue #407 , so I'll close this issue and we can continue the discussion there.
gharchive/issue
2020-07-13T10:02:45
2025-04-01T04:35:02.687326
{ "authors": [ "danmarshall", "roxanagirdu" ], "repo": "microsoft/maker.js", "url": "https://github.com/microsoft/maker.js/issues/467", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
262275615
Tutorial 3: Can't find module 'past' Using the latest 0.31 64-bit build on Windows 10. Tutorial 3 throws an error (see below) because it can't find past. I am using Anaconda python distribution. Both conda and conda-forge channels don't have this module. (malmo-py3.6) C:\Users\dedey\Documents\Malmo-0.31.0-Windows-64...
gharchive/issue
2017-10-03T01:10:59
2025-04-01T04:35:02.692194
{ "authors": [ "AndKram", "DaveyBiggers", "debadeepta", "marcusnguyen", "nmandhana" ], "repo": "microsoft/malmo", "url": "https://github.com/microsoft/malmo/issues/600", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
679296514
RadioButtons raises duplicate SelectionChanged events Describe the bug The Microsoft.UI.Xaml.Controls.RadioButtons.SelectionChanged event is raised multiple times. Steps to reproduce the bug Demonstration code is available in this gist. Create a muxc:RadioButtons control containing three radio buttons Switch the sel...
gharchive/issue
2020-08-14T17:24:23
2025-04-01T04:35:02.704968
{ "authors": [ "AndreiHarasemiuc", "Felix-Dev", "mcooley" ], "repo": "microsoft/microsoft-ui-xaml", "url": "https://github.com/microsoft/microsoft-ui-xaml/issues/3128", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
734397479
Fail pipeline on failed tests I am running the command successfully on GitLab, but as far as I can see a GitLab pipeline only failes if one of the command raises an error. Would it be possible to raise an error if at least one test failed? Maybe controllable via switch? Run-TestsInBcContainer has a switch called -r...
gharchive/issue
2020-11-02T10:45:37
2025-04-01T04:35:02.714711
{ "authors": [ "StefanMaron", "freddydk" ], "repo": "microsoft/navcontainerhelper", "url": "https://github.com/microsoft/navcontainerhelper/issues/1427", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
924794583
possibility to set UsePermissionSetsFromExtensions on creation of container Dear Freddy, We are currently still using they old way of permissions, the problem now is that to set the UsePermissionSetsFromExtensions a restart of the nst is needed which will take some time. Could you add it as a parameter to the new-bcc...
gharchive/issue
2021-06-18T11:02:44
2025-04-01T04:35:02.716385
{ "authors": [ "freddydk", "hvandenborn" ], "repo": "microsoft/navcontainerhelper", "url": "https://github.com/microsoft/navcontainerhelper/issues/1972", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
532534444
Suggestion: Allow gpuNum: 0 to be run on kubernetes What would you like to be added: gpuNum: 0 to be possible on k8s/kubeflow Why is this needed: For CPU training or for other reasons, sometimes no gpu containers is needed. Without this feature, how does current nni work: Always requires at least one nvidia.com/gpu ...
gharchive/issue
2019-12-04T08:49:44
2025-04-01T04:35:02.725002
{ "authors": [ "SparkSnail", "skyser2003" ], "repo": "microsoft/nni", "url": "https://github.com/microsoft/nni/issues/1818", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1354749524
Perfview option to display/export actual time/ticks instead of/in addition to the time offset This is important when comparing PerfView logs with network traces or other logs and trying to line them up. This seems reasonable. Where specifically would you want to see this? Would you be looking to have this informa...
gharchive/issue
2022-08-29T19:05:23
2025-04-01T04:35:02.772329
{ "authors": [ "Malcolm-Stewart", "brianrob", "iaalm", "olegsych" ], "repo": "microsoft/perfview", "url": "https://github.com/microsoft/perfview/issues/1700", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1381202774
Reconstruct STAC Items from geoparquet rows Apologies if this isn't the right repo to ask this question, but I was looking to reconstruct PySTAC Items from geoparquet rows (https://planetarycomputer.microsoft.com/docs/quickstarts/stac-geoparquet/#Bulk-STAC-item-queries-with-GeoParquet). Is there a convenience method ...
gharchive/issue
2022-09-21T16:30:17
2025-04-01T04:35:02.775979
{ "authors": [ "TomAugspurger", "gadomski" ], "repo": "microsoft/planetary-computer-sdk-for-python", "url": "https://github.com/microsoft/planetary-computer-sdk-for-python/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1743769810
[BUG] Locator.Filter has extra properties I think we have a bug in the code generator. The LocatorFilterOptions has 3 properties: HasText, HasTextString and HasTextRegex to represent hasText?: string | RegExp,. I think we don't need HasText. And if this is expected it's confusing for some users. Hi Dario! This is ...
gharchive/issue
2023-06-06T12:28:59
2025-04-01T04:35:02.779583
{ "authors": [ "EgoPingvina", "kblok", "mxschmitt" ], "repo": "microsoft/playwright-dotnet", "url": "https://github.com/microsoft/playwright-dotnet/issues/2606", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1932776822
fix: use minimum 6.0.0 System.Text.Json version This does it like the Azure CLI folks: https://github.com/Azure/azure-sdk-for-net/blob/ff337a1ce38c57f770d28a36198d90ad7be27f80/sdk/digitaltwins/Azure.DigitalTwins.Core/samples/DigitalTwinsClientSample/DigitalTwinsClientSample.csproj#L21 But this most likely will regres...
gharchive/pull-request
2023-10-09T10:38:59
2025-04-01T04:35:02.788261
{ "authors": [ "campersau", "mxschmitt" ], "repo": "microsoft/playwright-dotnet", "url": "https://github.com/microsoft/playwright-dotnet/pull/2720", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1272761428
[Backlog] Shimmer How to promote this component Please give a thumbs up reaction to this post to promote this backlog item. Please share your usage scenario in the comments. Component description Shimmer is a temporary animation placeholder for when a service call takes time to return data and we don't want to block ...
gharchive/issue
2022-06-15T21:20:25
2025-04-01T04:35:02.832317
{ "authors": [ "denisem-msft" ], "repo": "microsoft/powercat-creator-kit", "url": "https://github.com/microsoft/powercat-creator-kit/issues/43", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
689990276
“Furry my favourite jump and run” can't run as expected in Meowbit Describe the bug “Furry my favourite jump and run” can't run as expected in Meowbit Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Click Community Games----> Furry my favourite jump and run------>Open in Editor 3.Dow...
gharchive/issue
2020-09-01T09:38:20
2025-04-01T04:35:02.837263
{ "authors": [ "Sheila111", "riknoll" ], "repo": "microsoft/pxt-arcade", "url": "https://github.com/microsoft/pxt-arcade/issues/2395", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
787086155
[cloud sync] show conflict resolution dialog When a user starts to open a cloud synced project, if the project has conflicts, show a conflict resolution dialog. It will have these options: Keep local Take remote Make a copy Ensure it does something reasonable in offline state. Duplicate of: https://github.com/mic...
gharchive/issue
2021-01-15T18:04:36
2025-04-01T04:35:02.839247
{ "authors": [ "darzu", "eanders-MS" ], "repo": "microsoft/pxt-arcade", "url": "https://github.com/microsoft/pxt-arcade/issues/2897", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
936817685
"Tony Albatross: Pro Dolphin" can't open Describe the bug "Tony Albatross: Pro Dolphin" can't open Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Advanced Livestream----->Tony Albatross: Pro Dolphin----->Open in Editor Actual behavior "Tony Albatross: Pro Dolphin" can't open Additi...
gharchive/issue
2021-07-05T08:11:40
2025-04-01T04:35:02.845492
{ "authors": [ "Sheila111", "eanders-MS" ], "repo": "microsoft/pxt-arcade", "url": "https://github.com/microsoft/pxt-arcade/issues/3628", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
747854734
Chase the Basketball tutorial for Warner Bros. Partnership A modification of the Chase the Pizza tutorial and the addition of a new custom tutorial intro gif. Looks great Sonia! Just missing the custom sprites.
gharchive/pull-request
2020-11-20T23:14:17
2025-04-01T04:35:02.846426
{ "authors": [ "Jaqster", "soniakandah" ], "repo": "microsoft/pxt-arcade", "url": "https://github.com/microsoft/pxt-arcade/pull/2586", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
297558659
Give users the ability to go back to a tutorial that they started Feature request from Twitter: https://twitter.com/mrivas_STEM/status/964206374639906817 Feature request is to give users the ability to continue a tutorial that they had previously started. Currently we allow them to view the code that they had previou...
gharchive/issue
2018-02-15T18:58:01
2025-04-01T04:35:02.855361
{ "authors": [ "abchatra", "samelhusseini" ], "repo": "microsoft/pxt", "url": "https://github.com/microsoft/pxt/issues/3883", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1228836879
Jupyter notebooks freeze on typing or executing Issue Type: Bug VSCode Insiders (commit 57fd6d0195) freezes completely when working on a Jupyter notebook upon typing a few characters or executing cells. I most often notice the problem when what I am typing is a python keyword or otherwise "special" e.g. a variable, p...
gharchive/issue
2022-05-08T09:18:37
2025-04-01T04:35:03.079342
{ "authors": [ "Peteryost", "Shiv907", "WXZhao7", "alexdima", "bogurd", "debonte", "heejaechang", "munro", "roblourens", "t-fourcade-isp" ], "repo": "microsoft/pylance-release", "url": "https://github.com/microsoft/pylance-release/issues/2783", "license": "CC-BY-4.0", ...
1334456413
conditionally disable inlayHints The inlayHints feature is really helpful, and I've been using both variable, and function hints since they came out. However, there are some cases where the inlayHints add visual clutter rather than useful information. The biggest example of this can be seen in Enums and constants: ...
gharchive/issue
2022-08-10T11:06:27
2025-04-01T04:35:03.084974
{ "authors": [ "Harry-Lees", "heejaechang" ], "repo": "microsoft/pylance-release", "url": "https://github.com/microsoft/pylance-release/issues/3168", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1459995031
100% CPU usage on systemd repository I hit what looks like a similar issue to #1939. I have pylance v2022.11.30 and when I open code on my systemd repository the pylance process goes to 100% and seems to be on an infinite loop of following links, according to strace: statx(AT_FDCWD, "/home/kov/work/systemd/build/test...
gharchive/issue
2022-11-22T14:35:53
2025-04-01T04:35:03.092413
{ "authors": [ "Anonymous-Y", "debonte", "kov" ], "repo": "microsoft/pylance-release", "url": "https://github.com/microsoft/pylance-release/issues/3666", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2428836248
ERROR Environment data Language Server version: 2024.6.1 OS and version: darwin x64 Python version (and distribution if applicable, e.g. Anaconda): python.analysis.indexing: true python.analysis.typeCheckingMode: off Code Snippet XXX Repro Steps XXX Expected behavior XXX Actual behavior XXX Logs ...
gharchive/issue
2024-07-25T02:41:16
2025-04-01T04:35:03.096683
{ "authors": [ "debonte", "zhangyijue1984" ], "repo": "microsoft/pylance-release", "url": "https://github.com/microsoft/pylance-release/issues/6186", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
575164684
linux cannot download Python-Language-Server 0.5.31 0.5.31 is available for osx and win, but linux still seems to be 0.5.30. osx stable https://pvsc.blob.core.windows.net/python-language-server-stable?restype=container&comp=list&prefix=Python-Language-Server-osx-x64 win stable https://pvsc.blob.core.windows.net/pytho...
gharchive/issue
2020-03-04T06:19:45
2025-04-01T04:35:03.104554
{ "authors": [ "jakebailey", "yaegassy" ], "repo": "microsoft/python-language-server", "url": "https://github.com/microsoft/python-language-server/issues/1928", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
836347207
Backtest on randomly generated data 🌟 Feature Description Motivation There should be a backtest based on pure randomly generated data. The idea is that if the model can make profit over random data, it is overfitting. See the discussion here Hi, You can randomly generate a dataset and train a model on it. I think...
gharchive/issue
2021-03-19T20:44:49
2025-04-01T04:35:03.106636
{ "authors": [ "2young-2simple-sometimes-naive", "you-n-g" ], "repo": "microsoft/qlib", "url": "https://github.com/microsoft/qlib/issues/354", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
998627124
Q# Command Line Process Multiple Files and Directories Allows multiple inputs to be passed to the CLI. Inputs can be any mix of files, folders, and the - for specifying standard input. Folders are resolved to all the .qs files directly under them. The --recurse or -r flag can be specified to resolve folders recursiv...
gharchive/pull-request
2021-09-16T20:49:39
2025-04-01T04:35:03.109151
{ "authors": [ "ScottCarda-MS", "swernli" ], "repo": "microsoft/qsharp-compiler", "url": "https://github.com/microsoft/qsharp-compiler/pull/1156", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
466598038
Comments in src/Simulation/Simulators/QCTraceSimulator/Circuits/*.qs in XML format These files have comments in XML-doc format. They should be moved to use Q# doc comments format (Markdown). Hey there, I am interested in working on this. Do you have any requirements in terms of all of the inputs being documented, e...
gharchive/issue
2019-07-11T00:50:30
2025-04-01T04:35:03.110873
{ "authors": [ "anpaz-msft", "codingupastorm" ], "repo": "microsoft/qsharp-runtime", "url": "https://github.com/microsoft/qsharp-runtime/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
667750508
'Question: [RCTView support cursor property]' Now i need to modify cursor when mouseEntered and restore it after mouseExited. if can export a prop likes cursor, eg: <View cursor="pointingHand"/> Thanks. I resolved it by onMouseEnter and onMouseLeave event hooks, And set cursor by a nativemodule react-native-app-int...
gharchive/issue
2020-07-29T10:56:47
2025-04-01T04:35:03.115700
{ "authors": [ "RockyF", "arturmusin" ], "repo": "microsoft/react-native-macos", "url": "https://github.com/microsoft/react-native-macos/issues/525", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
757834124
uuid4 and grouptag not quoted I'm using this spec https://github.com/jdegre/5GC_APIs/blob/master/TS29518_Namf_Communication.yaml In grammar.py generated by compiler, there's option quoted=True. But capturing with wireshark shows that it's not quoted. } , ...
gharchive/issue
2020-12-06T03:15:20
2025-04-01T04:35:03.143780
{ "authors": [ "I-mpossible", "rifiles" ], "repo": "microsoft/restler-fuzzer", "url": "https://github.com/microsoft/restler-fuzzer/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1715966566
UX: Fix preview wrap in chatlistitem Motivation and Context The preview text wrap causes the ChatListItem changes its height if the latest message is longer than the previous one. It results in instability of the UI. Description Prevent the preview text from wrapping by setting the display to 'block' and applying '...
gharchive/pull-request
2023-05-18T17:03:39
2025-04-01T04:35:03.148441
{ "authors": [ "Vivihung", "hathind-ms", "teresaqhoang" ], "repo": "microsoft/semantic-kernel", "url": "https://github.com/microsoft/semantic-kernel/pull/1067", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
946931949
Starting terminal on boot not configurable. Windows Terminal version (or Windows build number) 1.8.1521.0 Other Software No response Steps to reproduce Windows Settings -> Apps -> Startup -> Scroll down to "Windows Terminal" The option is greyed out. Task Manager -> Startup -> Windows Terminal -> Enable -> Close and...
gharchive/issue
2021-07-18T01:39:30
2025-04-01T04:35:03.153393
{ "authors": [ "DHowett", "sarahkittyy", "zadjii-msft" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/issues/10699", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1128468358
Another hole in the Terminal when opening a dialog I forgot to report a bug related to this. If I open Settings and then also About, and then click the Close button, part of the screen is shifted. So I thought this behavior was a bug, not a feature. Originally posted by @akihironagai in https://github.com/microsof...
gharchive/issue
2022-02-09T12:18:39
2025-04-01T04:35:03.161381
{ "authors": [ "DHowett", "PankajBhojwani", "epiciskandar", "jnunderwood", "zadjii-msft" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/issues/12447", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1497795026
Taskbar icon status is blinking Windows Terminal version 1.16.3464.0 Windows build number 10.0.22621.0 Other Software PowerShell 7.3.1 Steps to reproduce Open pwsh in the folder with many small files and run the command: ls '*.*' | % { Compress-Archive -Path $_ -DestinationPath ($_.BaseName + '.zip') } Expected Beha...
gharchive/issue
2022-12-15T05:05:59
2025-04-01T04:35:03.167194
{ "authors": [ "eddiezato", "zadjii-msft" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/issues/14565", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
497852101
HTML Copy does not preserve background colors in PowerPoint Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2661.0 Any other software? Windows Subsystem Linux (version 1) with Ubuntu 18.04, latest zsh, latest Oh My Zsh, agnoster theme in Oh My Zsh, Source Code Pro f...
gharchive/issue
2019-09-24T18:26:40
2025-04-01T04:35:03.172724
{ "authors": [ "DHowett-MSFT", "utybo" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/issues/2875", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
658041937
Windows Terminal keeps forgetting/can't find my default WSL Ubuntu profile Environment Windows build number: Version 1909 (OS Build 18363.900) Windows Terminal version (if applicable): 1.0.1811.0 Any other software? Ubuntu 18.04 LTS for WSL Steps to reproduce WSL and Ubuntu 18.04 are already installed and config...
gharchive/issue
2020-07-16T09:53:41
2025-04-01T04:35:03.220721
{ "authors": [ "DHowett", "DuncanSimon", "Grinnz", "Kaarel", "ShenhanQian", "Stripy42", "The-Monkey-King", "abhineet-space", "aziraphale", "craiglandis", "d-mankowski-samsung", "gliss", "lemonez", "lmatter", "mikesigs", "pavankalyannv", "remarcbalisi...
796262650
De-underline hyperlink on hover-out, even if not focused Testing WT Preview 1.6.10272.0. Ok, now that we got the underline hyperlink on hover, even when not focused (#8475, #8615)... can we have them always de-underline on mouseout as well? You know, for consistency? 😉 Right now, the underline gets removed only when...
gharchive/issue
2021-01-28T18:53:52
2025-04-01T04:35:03.227580
{ "authors": [ "DHowett", "Don-Vito", "PhMajerus", "zadjii-msft" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/issues/8925", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
728963284
Fully regenerate CodepointWidthDetector from Unicode 13.0 This commit also adds an override UCD and migrates all of the overrides from GetQuickCharWidth into it. GetQuickCharWidth The removal of overrides from GQCW reduces the number of comparisons required for looking up a single character's width from 41 (32 indivi...
gharchive/pull-request
2020-10-25T07:47:50
2025-04-01T04:35:03.235085
{ "authors": [ "DHowett", "plastikfan" ], "repo": "microsoft/terminal", "url": "https://github.com/microsoft/terminal/pull/8035", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2161626312
MSTEST0013: Flag cases where assemblycleanup is set on generic test class fix: https://github.com/microsoft/testfx/issues/2421 @engyebrahim pls follow up the @Evangelink comments
gharchive/pull-request
2024-02-29T16:18:12
2025-04-01T04:35:03.245757
{ "authors": [ "MarcoRossignoli", "engyebrahim" ], "repo": "microsoft/testfx", "url": "https://github.com/microsoft/testfx/pull/2487", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2304321188
Preserve leading whitespace in fenced blocks in doc comments Fixes #3370. This also updates the generated documentation and typescript code to fix lack of indentation on existing fenced blocks in this repo. /azp run typespec - pr tools :x: There is undocummented changes. Run chronus add to add a changeset or cli...
gharchive/pull-request
2024-05-18T21:50:52
2025-04-01T04:35:03.251211
{ "authors": [ "Veetaha", "azure-sdk", "timotheeguerin" ], "repo": "microsoft/typespec", "url": "https://github.com/microsoft/typespec/pull/3399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1470827346
Some questions about tokenizer of BeiT v2 A really nice work ! But I have some questions about practical experience. (1).Does a new tokenizer based vqkd can be trained on a small dataset, such as 30k images ? ( The pretrained tokenizer in paper will encode every image into 256 codes, which are too long for me. )...
gharchive/issue
2022-12-01T07:35:41
2025-04-01T04:35:03.254247
{ "authors": [ "lizhiustc" ], "repo": "microsoft/unilm", "url": "https://github.com/microsoft/unilm/issues/936", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
625198839
[VCPKG|CI] Not reporting regression in subsequent CI reruns Behavior observed in https://github.com/microsoft/vcpkg/pull/11596 https://github.com/microsoft/vcpkg/runs/710031311 reports qt5-x11extras:x64-linux as a regression https://github.com/microsoft/vcpkg/runs/710641884 was manually canceled? https://github.com/m...
gharchive/issue
2020-05-26T21:06:34
2025-04-01T04:35:03.256740
{ "authors": [ "Neumann-A" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/11600", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
625527681
Bond update to 9.0.0 Library name: Bond New version number: 9.0.0 https://github.com/microsoft/bond/releases/tag/9.0.0 Another vote for this update (note: Visual Studio 2019 16.6 breaks Bond < 9.0.0) I think that such an update is already underway in https://github.com/microsoft/vcpkg/pull/10319
gharchive/issue
2020-05-27T09:20:31
2025-04-01T04:35:03.258777
{ "authors": [ "chwarr", "mdslack", "salmanhk" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/11615", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
654291659
Could not find a package configuration file provided by "evpp" CMakeLists.txt find_package(evpp CONFIG REQUIRED) CMake Error at /vcpkg/scripts/buildsystems/vcpkg.cmake:415 (_find_package): Could not find a package configuration file provided by "evpp" with any of the following names: evppConfig.cmake evpp-config.cmak...
gharchive/issue
2020-07-09T19:20:09
2025-04-01T04:35:03.268154
{ "authors": [ "MCl57", "friendlyanon" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/12349", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
720501840
Failed to install g2o on windows Hi, I am trying to use the g2o library https://github.com/RainerKuemmerle/g2o on windows. I follow the instruction to install it use the following script .bat file: ==============Start of bat file ================================ @echo off setlocal rem --------------------------------...
gharchive/issue
2020-10-13T16:25:33
2025-04-01T04:35:03.281092
{ "authors": [ "ArtlyStyles", "NancyLi1013", "jyotimadakevit", "lzyplayer" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/14017", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
727309009
[boringssl:x64-linux] build failure Host Environment OS: Ubuntu 20.04 LTS @ WSL 2 Compiler: revision To Reproduce Steps to reproduce the behavior: `mrbolt2005@DESKTOP-B8RVLOM:/mnt/d/src/vcpkg$ ./vcpkg install boringssl Computing installation plan... The following packages will be built and installed: boringssl[core...
gharchive/issue
2020-10-22T11:39:02
2025-04-01T04:35:03.307705
{ "authors": [ "JackBoosY", "MrBolt2005", "westfly", "zhl8223" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/14164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
925708182
What type of errors are the following two errors? Do I need to have visual studio installed or any other installation before installing this vcpkg??? What type of errors are the following two errors? Do I need to have visual studio installed or any other installation before installing this vcpkg??? ANY IDEAS in reg...
gharchive/issue
2021-06-21T00:02:01
2025-04-01T04:35:03.311318
{ "authors": [ "JackBoosY", "JonLiu1993", "NancyLi1013", "charleswri631" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/18558", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1400865439
[pdal] Build error Package: pdal[core,draco,e57,hdf,i3s,pgpointcloud,supported-plugins]:x64-linux -> 2.4.3 Host Environment Host: x64-linux Compiler: GNU 8.5.0 vcpkg-tool version: 2022-09-20-522aa94e9d261c7d7b2f079bf2591ca62df5c714 vcpkg-scripts version: e2667a41f 2022-10-06 (14 hours ago) To Reproduce vcpkg instal...
gharchive/issue
2022-10-07T09:11:32
2025-04-01T04:35:03.317258
{ "authors": [ "LilyWangLL", "dg0yt", "hotasim" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/27131", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1525877391
[aws-sdk-cpp] Build error Package: aws-sdk-cpp[core]:x64-osx -> 1.9.220#2 Host Environment Host: macOS Compiler: AppleClang 14.0.0.14000029 vcpkg-tool version: 2999-12-31-unknownhash vcpkg-scripts version: f14984af3 2023-01-09 (6 hours ago) To Reproduce vcpkg install Failure logs -- Using cached aws-aws-sdk-cpp-a7...
gharchive/issue
2023-01-09T16:04:14
2025-04-01T04:35:03.341833
{ "authors": [ "autoantwort", "dg0yt", "helmkamp", "patobrien42" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/28827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1757437382
vcpkg upgrade fails with an error The last two times I have done a vcpkg upgrade to installed packages that have updates the upgrade has failed. I receive an error: internal error: D:\a_work\1\s\src\vcpkg\commands.build.cpp(889): Value was null My update/upgrade command is: vcpkg upgrade --no-dry-run >>install.txt ...
gharchive/issue
2023-06-14T18:29:04
2025-04-01T04:35:03.366684
{ "authors": [ "GeorgePimpleton", "LilyWangLL", "autoantwort" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/32000", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2277042718
[boost-log] Project link failure I've a project that uses boost log that always worked. After the update to vcpkg commit 815d93b520779e4354bb4b954fc2179b3e520c26 it stopped working. vcpkg installs boost-log correctly but when I use it in my project I obtain the following linking error: C:\Projects\start\build\debug\C...
gharchive/issue
2024-05-03T06:52:42
2025-04-01T04:35:03.375905
{ "authors": [ "Neumann-A", "jepessen" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/38540", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
354615724
Can not use libtorrent. On Ubuntu 18.04 I am trying to use libtorrent with vcpkg but I get a cmake error. I already asked for help on libtorrent project but still no luck. https://github.com/arvidn/libtorrent/issues/3268#issuecomment-416367206 torrent-rasterbar.dll https://github.com/Microsoft/vcpkg/blob/master/por...
gharchive/issue
2018-08-28T08:03:03
2025-04-01T04:35:03.379866
{ "authors": [ "NancyLi1013", "Voskrese", "dkotrada" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/4177", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
373559902
How to work with an already downloaded source code distribution Hi, I have a proxy in the office with the result that some packages get downloaded and built with no issues, but other fail in download phase. I can still get the package but I need to contact my IT department and they acquire it for me. Is there a way t...
gharchive/issue
2018-10-24T16:05:47
2025-04-01T04:35:03.386273
{ "authors": [ "Toninoso", "votecoffee" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/4555", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
383878369
arrow[core]:x64-linux fails with "file RENAME failed to rename" Installing parquet fails on Ubuntu 18.04.1 LTS for: Package: arrow:x64-linux Vcpkg version: 2018.10.20-unknownhash $ vcpkg install parquet ... Building package arrow[core]:x64-linux... ... CMake Error at ports/arrow/portfile.cmake:48 (file): file ...
gharchive/issue
2018-11-23T16:23:00
2025-04-01T04:35:03.393094
{ "authors": [ "Apo-", "GPSnoopy", "JackBoosY", "Voskrese", "philjdf" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/4806", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
413735644
[New port request] hidapi https://github.com/signal11/hidapi Hi @nazar554 thanks for posting this request. This port has been added to vcpkg. Please try to update vcpkg and use it. Hi @nazar554 thanks for posting this request. This port has been added to vcpkg. Please try to update vcpkg and use it. just addin...
gharchive/issue
2019-02-23T20:22:02
2025-04-01T04:35:03.395690
{ "authors": [ "NancyLi1013", "kejxu", "nazar554" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/issues/5429", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
630311660
[vcpkg manifest] Manifest Implementation This is going to be quite large! Based on the RFC in #11203 Port-Version ? call a spade a spade? Patch-Version: 4 Major.Minor.Patch[-Suffix] @voskrese that's not what this is, port-version is the version of the port, separate from the version of the package; i.e., LLVM m...
gharchive/pull-request
2020-06-03T20:41:07
2025-04-01T04:35:03.402626
{ "authors": [ "BillyONeal", "Voskrese", "strega-nil" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/11757", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
702238856
[v-hacd] Fix cmake patch for include files This PR is an attempt at fixing the v-hacd port. It fixes the target include directory so that the public include file VHACD.h can be found in the include path. It also stops installing the private header files in order to reduce clutter. I think the patch+portfile from the ...
gharchive/pull-request
2020-09-15T20:32:56
2025-04-01T04:35:03.405202
{ "authors": [ "BillyONeal", "FabienPean", "PhoebeHui" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/13549", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
757525097
[vcpkg] Disable survey message We're retiring the in-tool survey for now. Thank you to everyone who responded! Thanks! :D
gharchive/pull-request
2020-12-05T03:26:55
2025-04-01T04:35:03.406537
{ "authors": [ "BillyONeal", "ras0219" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/14954", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
784413312
delete linux from fail port from tomlplusplus What does your PR fix? Build on GNU/Linux If you can confirm success build on other platforms I also can delete them from cmake file LGTM now, thanks for our PR. @marshevms. LGTM now, thanks for our PR. @marshevms. /azp run /azp run I think the other platforms...
gharchive/pull-request
2021-01-12T16:57:13
2025-04-01T04:35:03.410538
{ "authors": [ "NancyLi1013", "marshevms", "traversaro" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/15609", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
807994810
[libebur128] update to 1.2.6; fixes dynamic linking on Windows Fixes #16078 Thanks for the update!
gharchive/pull-request
2021-02-14T16:33:02
2025-04-01T04:35:03.411483
{ "authors": [ "Be-ing", "ras0219-msft" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/16223", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
952340283
Fix target_link_libraries on repeated inclusion of wrappers What does your PR fix? This PR fixes errors when a cmake project issues a calls find_package(PKG) multiple times from different directories and there is a vcpkg-cmake-wrapper.cmake for PKG and this wrapper calls target_link_libraries(IMPORTED::TARGET ...):...
gharchive/pull-request
2021-07-25T19:30:38
2025-04-01T04:35:03.426321
{ "authors": [ "BillyONeal", "JackBoosY", "Neumann-A", "dg0yt", "gnaggnoyil", "ras0219-msft" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/19120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
953442232
[yasm] Fix feature tools When building dynamic yasm, its tools need to dynamically call the library yasmstd, so manually copy the library to tools. Add support with arm / linux /osx. Related: https://github.com/microsoft/vcpkg/pull/18816. I didn't get a reply from Robert but this didn't seem to be an over-his-dead-...
gharchive/pull-request
2021-07-27T02:32:57
2025-04-01T04:35:03.428286
{ "authors": [ "BillyONeal", "JackBoosY" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/19162", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
968198822
[boost-multiprecision] Add missing dependency Fixes https://github.com/microsoft/vcpkg/issues/19506 boost-multiprecision depends on boost-math. See https://github.com/boostorg/multiprecision/blob/develop/CMakeLists.txt Closing in favor of https://github.com/microsoft/vcpkg/pull/19556.
gharchive/pull-request
2021-08-12T06:53:43
2025-04-01T04:35:03.430276
{ "authors": [ "PhoebeHui" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/19514", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1111965177
[botan] no absolute paths Partially reverts #22343. Replace both path separators. LGTM
gharchive/pull-request
2022-01-23T19:35:56
2025-04-01T04:35:03.431029
{ "authors": [ "autoantwort", "ras0219-msft" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/22722", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1727514756
[libtcod] Update to 1.24.0 [x] Changes comply with the maintainer guide [x] SHA512s are updated for each updated download [x] The "supports" clause reflects platforms that may be fixed by this new version [x] Any fixed CI baseline entries are removed from that file. [x] Any patches that are no longer applied are del...
gharchive/pull-request
2023-05-26T12:14:36
2025-04-01T04:35:03.434184
{ "authors": [ "HexDecimal", "MonicaLiu0311" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/31645", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1918648309
[libgpg-error,libgcrypt,libassuan,gpgme,libgwenhywfar] Update and fix Updates ports. Fixes https://github.com/microsoft/vcpkg/pull/27668#discussion_r1339794415. Fixes a number of other quirks in particular in the provided config scripts, and for windows hosts (targeting mingw). Updating libgwenhywfar is out of scope ...
gharchive/pull-request
2023-09-29T06:06:22
2025-04-01T04:35:03.436951
{ "authors": [ "BillyONeal", "dg0yt" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/34135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2162532393
[pcre2] Disable JIT when targeting iOS PCRE2 JIT compilation is unsupported on iOS as per https://codereview.qt-project.org/c/qt/qtbase/+/204514 Since our Qt port uses the separately built pcre2 port (instead of the bundled version): https://github.com/microsoft/vcpkg/blob/3f966cf6a8654a0bc067738bcb95d489e197ad68/por...
gharchive/pull-request
2024-03-01T03:34:03
2025-04-01T04:35:03.442478
{ "authors": [ "WangWeiLin-MV", "fwcd" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/37059", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
537596084
[opendnp3] Add new port Fixes issue #9312 Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.:x: OOPMan sign nowYou have signed the CLA already but the status is still pending? Let us ...
gharchive/pull-request
2019-12-13T15:00:34
2025-04-01T04:35:03.446797
{ "authors": [ "OOPMan", "PhoebeHui", "msftclas" ], "repo": "microsoft/vcpkg", "url": "https://github.com/microsoft/vcpkg/pull/9313", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
476747586
Picture capturing with RTSP stream To capture pic, another solution would be to get the RTSP stream and extract a JPG from there. But for that we couldn’t find out how to install a package like FFMPeg… from: Hans Stanglmayr Closing issue, please re-open if issue still exists.
gharchive/issue
2019-08-05T09:19:53
2025-04-01T04:35:03.448004
{ "authors": [ "jkubicka", "philipcaffeine" ], "repo": "microsoft/vision-ai-developer-kit", "url": "https://github.com/microsoft/vision-ai-developer-kit/issues/208", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
858634829
[Suggestion] Add the tooltip for the code lens or make the code lens adaptive to the screen OS: Windows Build Version: 20210415.8 Repro Steps: Create a main.json template file with below content. { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion"...
gharchive/issue
2021-04-15T08:29:45
2025-04-01T04:35:03.452304
{ "authors": [ "StephenWeatherford", "v-ruizh" ], "repo": "microsoft/vscode-azurearmtools", "url": "https://github.com/microsoft/vscode-azurearmtools/issues/1289", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
493562301
Acquire language server binaries during build If environment variables are set with credentials to the language server nuget package, then they are downloaded and incorporated into the vsix during build, and the license is swapped out for the one with the language server. Otherwise, a vsix without the language server...
gharchive/pull-request
2019-09-14T00:40:21
2025-04-01T04:35:03.453837
{ "authors": [ "StephenWeatherford" ], "repo": "microsoft/vscode-azurearmtools", "url": "https://github.com/microsoft/vscode-azurearmtools/pull/289", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
754626040
Allow blobs and blob directories to coexist 😊 Attempting to load a blob and directory with the same name would throw an error since their IDs were the same. This ensures that blob directory IDs will always be different from blob IDs. Fixes https://github.com/microsoft/vscode-azurestorage/issues/829 EDIT: Depends on ...
gharchive/pull-request
2020-12-01T18:29:17
2025-04-01T04:35:03.455595
{ "authors": [ "wwlorey" ], "repo": "microsoft/vscode-azurestorage", "url": "https://github.com/microsoft/vscode-azurestorage/pull/893", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1730599300
Provide spoken language options for chat Provide spoken language options for chat. so that the user can choose the language of the conversation. Can't agree more
gharchive/issue
2023-05-29T11:28:24
2025-04-01T04:35:03.456687
{ "authors": [ "royalknight56", "yi-ge" ], "repo": "microsoft/vscode-copilot-release", "url": "https://github.com/microsoft/vscode-copilot-release/issues/161", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2703364181
Dont mtch Type: Bug Argument of type '[never, never]' is not assignable to parameter of type 'never'. Extension version: 0.23.2024102903 VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info Item Value CPUs In...
gharchive/issue
2024-11-28T22:25:54
2025-04-01T04:35:03.463699
{ "authors": [ "RicardoCordovilla", "mjbvz" ], "repo": "microsoft/vscode-copilot-release", "url": "https://github.com/microsoft/vscode-copilot-release/issues/2915", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }