added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T06:37:13.281052
2019-04-22T06:35:13
435617551
{ "authors": [ "BenDerPan", "yatli" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1708", "repo": "Microsoft/GraphEngine", "url": "https://github.com/Microsoft/GraphEngine/issues/288" }
gharchive/issue
what's the Sharding strategy of GraphEngine? Can I use other db backends ? what's the Sharding strategy of GraphEngine? Can I use other db backends ? @BenDerPan the default sharding function is simple: (long id) => (int)(id / 8 % Global.CloudStorage.PartitionCount You can override this with Global.CloudStorage.SetP...
2025-04-01T06:37:13.335497
2016-12-16T16:00:43
196091853
{ "authors": [ "anddelu", "gugatr0n1c", "guolinke", "marugari", "wxchan" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1709", "repo": "Microsoft/LightGBM", "url": "https://github.com/Microsoft/LightGBM/i...
gharchive/issue
Dart - very poor accuracy When I use dart as a booster I always get very poor performance in term of l2 result for regression task. When I use dart in xgboost on same dataset, with similar setting (same learning rate, similiar num_trees) dart alwasy give me boost for accuracy (small but always). But here accuracy is...
2025-04-01T06:37:13.350373
2018-07-08T15:44:03
339235727
{ "authors": [ "Meai", "gregg-miskelly" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1710", "repo": "Microsoft/MIEngine", "url": "https://github.com/Microsoft/MIEngine/issues/743" }
gharchive/issue
Pdb not found / mismatch so I can't debug .NET Core 2.1.301 (Both windows and linux) VS 15.7.4 Yes, I use <DebugType>portable</DebugType> Command used: Debug.MIDebugLaunch /Executable:"C:/Users/pc/Desktop/shared_linux_vm_folder/ConsoleApp1/Linux_MyApp/bin/Debug/netcoreapp2.1/Linux_MyApp.dll" /OptionsFile:"C:/Users/...
2025-04-01T06:37:13.356034
2015-05-26T16:19:04
81033617
{ "authors": [ "arqeco", "zooba" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1711", "repo": "Microsoft/PTVS", "url": "https://github.com/Microsoft/PTVS/issues/252" }
gharchive/issue
Color Theme for PTVS Hello, Is there any good color theme for PTVS? I would prefer a dark theme, but many are not ready for Python syntax. If you like any color theme for working with PTVS please let me know. Thank you, Marcio The built-in Dark theme in Visual Studio is probably the only one that properly handles P...
2025-04-01T06:37:13.358742
2018-09-06T14:00:10
357668883
{ "authors": [ "MagAlp", "christianwade" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1712", "repo": "Microsoft/Power-BI-ALM-Toolkit", "url": "https://github.com/Microsoft/Power-BI-ALM-Toolkit/issues/9" }
gharchive/issue
Error when trying to connect to local workspace I'm having trouble to connect to my local pbix files and the application reports an error message saying: Analysis Server localhost:60343 is not running in Tabular mode Both Source and Target files are open and I have verified that I actually can connect to the local w...
2025-04-01T06:37:13.365012
2015-10-28T06:37:48
113753923
{ "authors": [ "MSLaguana", "guillaumejenkins", "nisheetjain", "rido-min" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1713", "repo": "Microsoft/TACO", "url": "https://github.com/Microsoft/TACO/pull/121" }
gharchive/pull-request
Change tsconfig.json in TS template to match http://json.schemastore.… tsconfig.json content should be {compilerOptions...} instead of { tsCompilerOptions.. } as specified in http://json.schemastore.org/tsconfig @guillaumejenkins can you review this? This is correct, good catch :+1: I was just looking over thi...
2025-04-01T06:37:13.383028
2016-08-15T13:29:35
171170292
{ "authors": [ "RyanCavanaugh", "phip1611", "vkennke", "yortus" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1714", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/iss...
gharchive/issue
Typescript crashes when a file starts with a comment and import statements are in it TypeScript Version: 1.8.10 Code /* import { SomeImport } from 'example'; ^ this import statement makes typescript crash, but actually it's a comment.. */ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; ...
2025-04-01T06:37:13.389797
2016-08-20T13:23:03
172270882
{ "authors": [ "ahejlsberg", "benjamin-hodgson", "kpreisser", "mhegazy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1715", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeSc...
gharchive/issue
Bug: Recursive generic union type synonyms cause poor compiler performance TypeScript Version: 1.8.10 and 2.1.0-dev.20160818 Code type T<A> = { a: TSynonym<A> } | { b: TSynonym<A> } | { c: TSynonym<A> } //| { d: TSynonym<A> } type TSynonym<A> = T<A> function f<A>(): T<A> { return...
2025-04-01T06:37:13.395373
2016-09-08T11:25:36
175729284
{ "authors": [ "RodionKulin", "mhegazy", "ruant" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1716", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/10775" }
gharchive/issue
VisualStudio 2015 Update 3 - Comment/uncomment selection does not work for .ts files anymore. TypeScript Version: 2.0.2 Beta VisualStudio 2015 Update 3 Expected behavior: The selected text/line we're on should be commented/uncommented Works fine in the other file types I've tried it on (html, js, cs, scss) Actual be...
2025-04-01T06:37:13.404517
2017-02-07T04:47:22
205785606
{ "authors": [ "aluanhaddad", "jeffreymorlan", "mhegazy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1717", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/13918" ...
gharchive/issue
instanceof with class-like variable RHS erroneously narrows "else" TypeScript Version: 2.2-rc Code class Prop<T> { arg: T; } interface PropClass<T> { new(): Prop<T>; prototype: Prop<T>; } function check<T>(p: Prop<{}>, specialSubclass: PropClass<T>) { if (p instanceof specialSubclass) { p.a...
2025-04-01T06:37:13.408528
2017-03-27T20:48:57
217370799
{ "authors": [ "axefrog", "mhegazy", "uushuo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1718", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/14882" }
gharchive/issue
Duplicate identifier error with readonly/getter, class and merged interface TypeScript Version: 2.2.1 I'm having a lot of trouble finding an explanation for the errors below: Code // Co-named interface and class doesn't like readonly property implementation: interface Foo { readonly x: number; // Error: Duplicate...
2025-04-01T06:37:13.411253
2017-11-28T10:44:51
277337461
{ "authors": [ "kitsonk", "mhchem", "mhegazy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1719", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/20301" }
gharchive/issue
Type inference for indexed array element TypeScript Version: 2.6.1 Code /* EXAMPLE 1 */ var a: (number | undefined)[] = [1, 2, undefined, 4]; var b = a[2]; if (b) { b; // number } if (a[2]) { var c = a[2]; // SHOULD be number BUT is number | undefined } /* EXAMPLE 2 */ function aa(a: (number | undefi...
2025-04-01T06:37:13.420933
2017-12-28T10:13:16
284883734
{ "authors": [ "RyanCavanaugh", "j127", "lwpersonal" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1720", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/20916" }
gharchive/issue
ES6 Conversion error, this is my code [...Array(10).keys()] The result is on the official website Array(10).keys().slice(); But it is wrong Uncaught TypeError: Array(...).keys(...).slice is not a function at <anonymous>:1:18 TypeScript doesn't polyfill methods - if you are running on a runtime without Array#key...
2025-04-01T06:37:13.424676
2018-08-27T11:50:17
354287363
{ "authors": [ "anstarovoyt" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1721", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/26686" }
gharchive/issue
OpenExternalProjects command doesn't work in latest master (typescript@next) We use integration with the typescript service. After a0190e397abd2ca7fbff948f869f6e9573c0b117 (editorServices.ts line 2615 I guess) the typescript service command "OpenExternalProjects" doesn't work properly. The open project always stands...
2025-04-01T06:37:13.429045
2018-11-05T23:38:42
377629878
{ "authors": [ "andy-ms", "weswigham" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1722", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/28351" }
gharchive/issue
React StatelessComponent regression TypeScript Version: 3.2.0-dev.20181103 Code import React = require("react"); class C<P> extends React.Component<{ component: React.ComponentType<P> } & Partial<P>> {} declare const myStatelessComponent: React.StatelessComponent; <C component={myStatelessComponent} /> Expected beha...
2025-04-01T06:37:13.432947
2016-03-11T15:12:11
140207859
{ "authors": [ "mhegazy", "michalas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1723", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/7482" }
gharchive/issue
New Website Logo: LiveBet Please fill the following out: Name: LiveBet Homepage url: http://www.livebet.com/ Brand Guidelines/Licensing: Feel free to use the logo in white or black background Logo: http://www.livebet.com/a/img/LiveBet_600x220.png Example: Name: Microsoft Homepage url: https://microsoft.com Brand G...
2025-04-01T06:37:13.436207
2017-09-26T20:42:34
260763231
{ "authors": [ "andy-ms", "minestarks" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1724", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/18775" }
gharchive/pull-request
Fixes to @augments handling Fixes #18740 We will now get a superclass from @augments even if there is no extends. Allows us to parse /** @augments A */ without the curly braces, because that seems to be the style. We will no longer parse arbitrary types, only a class (qualified) name followed by type arguments. So yo...
2025-04-01T06:37:13.438922
2018-03-07T18:07:52
303203267
{ "authors": [ "mhegazy", "styfle" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1725", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/22381" }
gharchive/pull-request
Port generated lib files Ports changes in https://github.com/Microsoft/TSJS-lib-generator/pull/383 @mhegazy This change broke my code because selectionStart: number is now selectionStart: number | null on interface HTMLInputElement. The same for selectionEnd. However I don't believe this is correct because MDN does...
2025-04-01T06:37:13.442349
2016-06-17T20:05:49
160964987
{ "authors": [ "jramsay", "vladima" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1726", "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/9236" }
gharchive/pull-request
[Salsa] Adding base indentation for script block formatting and smart indent [Salsa] Adding base indentation for script block formatting and smart indent @vladima @mhegazy: can you take a look at this? can you also add fourslash tests for formatting/indentation that will use BaseIndentSize? Good idea - will add...
2025-04-01T06:37:13.458994
2018-11-08T15:55:29
378795747
{ "authors": [ "derrickstolee" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1727", "repo": "Microsoft/VFSForGit", "url": "https://github.com/Microsoft/VFSForGit/issues/488" }
gharchive/issue
RFC: Background object cache maintenance job The (shared) object cache is growing to be large. This includes: Number of loose objects. Number of pack-files. Size of pack-files. There are some things we can do to improve this situation, with varying levels of difficulty and benefit. Here are the four items I believe...
2025-04-01T06:37:13.462518
2018-10-15T20:01:13
370321131
{ "authors": [ "benhillis", "mike-u" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1728", "repo": "Microsoft/WSL", "url": "https://github.com/Microsoft/WSL/issues/3617" }
gharchive/issue
Shouldn't this say "you can't use WSL commands here"? My Windows build number: Microsoft Windows [Version 10.0.16299.665] What I'm doing and what's happening: I'm trying to install themes for Hyper.JS, my preferred client for accessing WSL. What's wrong / what should be happening instead: I get this error: Wa...
2025-04-01T06:37:13.464644
2017-02-24T21:28:47
210162563
{ "authors": [ "jaredhms" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1729", "repo": "Microsoft/WinObjC", "url": "https://github.com/Microsoft/WinObjC/issues/2096" }
gharchive/issue
Pori app gets confused and starts to render seemingly-random images Navigate around a bit and you'll quickly see various images getting swapped out for others. This looks like a regression caused by the CG refactor. Thanks, @DHowett-MSFT for help confirming. Disabling the caching behavior in DisplayTexture.mm (Ca...
2025-04-01T06:37:13.473430
2019-04-08T17:48:16
430578518
{ "authors": [ "LiLoDavis", "ferBonnin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1730", "repo": "Microsoft/accessibility-insights-web", "url": "https://github.com/Microsoft/accessibility-insights-web/issues/507...
gharchive/issue
Missing WCAG link Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Go to any page Run Accessibility Insights for Web > Assessment Go to Multimedia > Audio Description > more info and examples missing link for WCAG 1.2.3 Expected behavior Add a link i...
2025-04-01T06:37:13.477000
2019-04-28T12:59:54
438054169
{ "authors": [ "bryanmacfarlane", "kmkumaran" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1731", "repo": "Microsoft/azure-pipelines-tasks", "url": "https://github.com/Microsoft/azure-pipelines-tasks/pull/10245" }
gharchive/pull-request
Add assignees for "Release" issues Added few more Bot rules for "Release" specific issues. @bryanmacfarlane - Can you please review the changes done to issues-rules.yml for the bot rules. 👍 Can you please explicitly approve the PR. Currently it is blocked as there is no approver. Thanks @bryanmacfarlane / @s...
2025-04-01T06:37:13.478394
2017-06-30T05:40:06
239682227
{ "authors": [ "ZhijunZhao", "msftclas" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1732", "repo": "Microsoft/azure-spring-boot-starters", "url": "https://github.com/Microsoft/azure-spring-boot-starters/pull/14" }
gharchive/pull-request
make Azure SDK versions as properties @yungez @aovechki @xscript fix #12 @ZhijunZhao, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot
2025-04-01T06:37:13.479772
2018-04-02T21:00:10
310609820
{ "authors": [ "DeniseMak", "sgellock" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1733", "repo": "Microsoft/botbuilder-js", "url": "https://github.com/Microsoft/botbuilder-js/issues/159" }
gharchive/issue
define state manager behavior for endOfConversation and deleteUserData It'd be useful for the SDK to provide an option to automatically clear ConversationState on receiving an endOfConversation activity, and automatically clear UserState when receiving deleteUserData. If we don't provide this as a built-in option of ...
2025-04-01T06:37:13.502589
2017-04-06T03:22:06
219775896
{ "authors": [ "KevinWelton", "PhoebeHui", "kennykerr" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1734", "repo": "Microsoft/cppwinrt", "url": "https://github.com/Microsoft/cppwinrt/issues/163" }
gharchive/issue
https://github.com/Microsoft/cppwinrt/blob/master/10.0.14393.0/Samples/CL/main.cpp report error "c3861:'initialize': identifier not found", Sample https://github.com/Microsoft/cppwinrt/blob/master/10.0.14393.0/Samples/CL/main.cpp has error "c3861:'initialize': identifier not found", since ‘initialize’ have renamed to...
2025-04-01T06:37:13.507594
2016-10-10T08:10:57
181956959
{ "authors": [ "conniey", "twsouthwick" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1735", "repo": "Microsoft/dotnet-apiport", "url": "https://github.com/Microsoft/dotnet-apiport/pull/348" }
gharchive/pull-request
Adding ability to publish VSIX Allows our CI build to publish updates to vsixgallery Fixes nuget warnings while packaging nuget package because libraries are not stable releases Are you handling version numbering for CD builds? Right now, versions are taken from the version.txt files, but to do CD, we would want ...
2025-04-01T06:37:13.513832
2015-12-28T21:35:51
124130212
{ "authors": [ "nploner" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1736", "repo": "Microsoft/microsoft-deployment-accelerator-for-hybris-on-azure", "url": "https://github.com/Microsoft/microsoft-deployment-accelerator...
gharchive/pull-request
Enabled proper SSL Offloading A redirect loop occurred when trying to access a secure site in hybris. This changes allow a proper SSL offloading Second try to get pull request
2025-04-01T06:37:13.516406
2015-11-06T02:36:12
115421839
{ "authors": [ "cdmihai", "dsplaisted" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1737", "repo": "Microsoft/msbuild", "url": "https://github.com/Microsoft/msbuild/pull/336" }
gharchive/pull-request
Run tests from deployment dir Depends on Pull Request #341. Build items are generated into a new Output directory No dependencies are copied in the Output directory Tests are run from a separate deployment directory. Target specific dependencies are copied into it. A target specific deployment directory is created (...
2025-04-01T06:37:13.522387
2016-08-13T17:35:12
171018836
{ "authors": [ "msftclas", "vnnd" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1738", "repo": "Microsoft/nodejstools", "url": "https://github.com/Microsoft/nodejstools/pull/1204" }
gharchive/pull-request
Microsoft Issue # Bug Fix Testing Nodejstool Hi @vnnd, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate...
2025-04-01T06:37:13.527254
2018-06-25T09:02:12
335318451
{ "authors": [ "coveralls", "hao1939" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1739", "repo": "Microsoft/pai", "url": "https://github.com/Microsoft/pai/pull/766" }
gharchive/pull-request
(Merge #760 into release branch)[Pylon] Refine and fix bugs Merge #760 into release branch. @hwuu please take a look. Coverage increased (+0.01%) to 50.984% when pulling cc8a6490eac69db743bff19b7d6ee70780a9d728 on hwuu/pylon into aac6f30342811f7648f3c9d89b63312bf0b738b0 on pai-0.6.y. Coverage increased (+0.01%)...
2025-04-01T06:37:13.545470
2017-03-15T22:10:41
214541644
{ "authors": [ "Helen09", "abchatra", "martinwork", "microsoftsam", "pelikhan" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1740", "repo": "Microsoft/pxt", "url": "https://github.com/Microsoft/pxt/issues/...
gharchive/issue
Search in documentation doesn't work in Edge Try searching anything in the documentation https://pxt.microbit.org/projects Does nothing. Works on IE11\Firefox & chrome Works for me. Can you try the latest? or perhaps it's a different repro. Works for me. @abchatra still repro'ing? Does nothing in Safari on ...
2025-04-01T06:37:13.549163
2017-12-25T03:16:43
284398117
{ "authors": [ "Helen09" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1741", "repo": "Microsoft/pxt", "url": "https://github.com/Microsoft/pxt/issues/3672" }
gharchive/issue
Shaking simulator, block "pick random" only works once Repro steps: • Navigating to https://makecode.microbit.org/beta • Drag blocks "on shake", "show number" and "pick random 0 to 4" • Shake the simulator and observe Expected Result: Shaking simulator should be same as clicking "SHAKE" button, block "pick ramdom" al...
2025-04-01T06:37:13.580449
2018-12-13T22:29:35
390888637
{ "authors": [ "JoshuaKGoldberg", "astorije" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1742", "repo": "Microsoft/tslint-microsoft-contrib", "url": "https://github.com/Microsoft/tslint-microsoft-contrib/pull/674" }
gharchive/pull-request
Deprecated no-reserved-keywords PR checklist [x] Addresses an existing issue: fixes #652 [x] New feature, bugfix, or enhancement [x] Includes tests [x] Documentation update Overview of change: Marks the rule as deprecated per #652. :shipit: :shipit: :shipit: @JoshuaKGoldberg, are you planning on a release toda...
2025-04-01T06:37:13.582126
2018-06-12T08:48:53
331494336
{ "authors": [ "LarryIII", "alexkaratarakis" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1743", "repo": "Microsoft/vcpkg", "url": "https://github.com/Microsoft/vcpkg/pull/3709" }
gharchive/pull-request
Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 cartographer and mongo-cxx-driver failed with error C2338, it should fix form the error message provides the instructions that add -D_DISABLE_EXTENDED_ALIGNED option to disable this error. Delete the useless 'static.patch' in mongo-cxx-driver bec...
2025-04-01T06:37:13.587293
2019-03-27T11:26:42
425904558
{ "authors": [ "nturinski", "v-dantch" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1744", "repo": "Microsoft/vscode-azurefunctions", "url": "https://github.com/Microsoft/vscode-azurefunctions/issues/1130" }
gharchive/issue
"View Commit in GitHub" doesn't work on Windows \Mac OS: All Build Version: 20190327.12 Regression: Not a Regression Repro Steps: Make sure you have signed in GitHub. Right click one function app-->Select "Configure Deployment Source..." --> Select "GitHub". Right click one deployment and select "View Commit in GitH...
2025-04-01T06:37:13.619245
2018-03-20T01:44:23
306697606
{ "authors": [ "DonJayamanne", "brettcannon", "garyking" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1745", "repo": "Microsoft/vscode-python", "url": "https://github.com/Microsoft/vscode-python/issues/1121" }
gharchive/issue
File must be saved before symbols appear in "Go to symbol in file" If I open a new document and set the language to Python, then symbols will not appear in "Go to symbol in file" unless the file is saved. Please make it so that we don't have to save the file before we can get this functionality. @DonJayamanne is th...
2025-04-01T06:37:13.632356
2018-07-17T02:03:07
341738498
{ "authors": [ "brettcannon", "ladyrick" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1746", "repo": "Microsoft/vscode-python", "url": "https://github.com/Microsoft/vscode-python/issues/2168" }
gharchive/issue
vscode can't format python file Environment data VS Code version: Code 1.25.1 (1dfc5e557209371715f655691b1235b6b26a06be, 2018-07-11T15:43:53.668Z) Extension version (available under the Extensions sidebar): 2018.6.0 OS and version: Windows_NT x64 10.0.16299 Python version (& distribution if applicable, e.g. Anacond...
2025-04-01T06:37:13.636308
2018-03-17T05:30:29
306130021
{ "authors": [ "DonJayamanne", "brettcannon" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1747", "repo": "Microsoft/vscode-python", "url": "https://github.com/Microsoft/vscode-python/pull/1108" }
gharchive/pull-request
Change the command used to install pip on AppVeyor to avoid installation errors Fixes #1107 This pull request: [x] Has a title summarizes what is changing [x] Includes a news entry file [x] Has unit tests & code coverage is not adversely affected (within reason) [x] Works on all actively maintained versions of Pytho...
2025-04-01T06:37:13.638812
2016-08-25T06:25:07
173123323
{ "authors": [ "RoscoP", "bpasero", "jrieken" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1748", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/10933" }
gharchive/issue
Provide clipboard access through the VSCode API VSCode Version: 1.4.0 OS Version: Windows 7 Feature Request: It would be great to get access to the clipboard in the VSCode API. My use case is very simple, I want to be able to put specific text into the clipboard when a button is pressed (relative path to a file). ...
2025-04-01T06:37:13.648235
2016-01-08T20:12:10
125684496
{ "authors": [ "Penryn", "bpasero", "joaomoreno" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1749", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/1885" }
gharchive/issue
VSCode sometimes thinks tsconfig.json is missing. Possibly related to: https://github.com/Microsoft/TypeScript/issues/6337 https://github.com/Microsoft/vscode/issues/1032 Summary tsconfig.json sometimes does not show up in VSCode's file list, nor does Typescript intellisense acknowledge it, despite its existence on...
2025-04-01T06:37:13.658071
2017-04-14T06:26:24
221750716
{ "authors": [ "martinrode", "nahuel", "phardyn", "rFlex", "rebornix", "tigerhawkvok" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1750", "repo": "Microsoft/vscode", "url": "https://github.com/Micro...
gharchive/issue
Emacs-Style "Electric Indent" VSCode Version: OS Version: Windows 10 Creators Update Steps to Reproduce: Have a block of text Press "Tab" Expected behaviour: The content jumps to the auto-level of indentation. In Emacs, this occurs wherever you press "tab", so, <div> <p>Foo</p> </div...
2025-04-01T06:37:13.664890
2017-05-23T02:27:39
230570020
{ "authors": [ "JoelViney", "WereDev", "bpasero", "et304383", "fider", "lucasshawn", "monk-time" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1751", "repo": "Microsoft/vscode", "url": "https://g...
gharchive/issue
Holding Alt-(key) on Sub-Menu item doesn't trigger that Command. VSCode Version: 1.12.2 OS Version: Windows 10 Steps to Reproduce: Open Visual Studio Code Hold Down the 'Alt' key Press the 'F' (while still holding down the 'Alt' key) The File menu will appear at the top right of your screen Press 'N' (while still...
2025-04-01T06:37:13.682921
2017-06-02T19:16:58
233274589
{ "authors": [ "langdonx", "rebornix" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1752", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/27945" }
gharchive/issue
Find/Replace Usability: Enter and Ctrl+Enter shortcuts VSCode Version: 1.12.2 OS Version: Windows 10 In addition to editor.action.replaceAll and editor.action.replaceOne, there exists other shortcuts that work in the Find and Replace dialog: CTRL+ENTER is a shortcut for editor.action.replaceAll ENTER is similar t...
2025-04-01T06:37:13.685166
2017-08-10T19:11:03
249446992
{ "authors": [ "pzuraq", "sandy081" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1753", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/32249" }
gharchive/issue
Feature Request: Open next file with problems The problems panel is incredibly helpful, especially when used with linters on large projects during refactors. However, it would be really helpful if there was a command that would allow you to open the next unopened file that has problems. This would allow users to quic...
2025-04-01T06:37:13.689471
2017-08-24T20:02:50
252715113
{ "authors": [ "jimmy-guo", "mherodev", "roblourens" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1754", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/33108" }
gharchive/issue
cmd+shift+f (Find in Files) should not focus the editor The current behavior is that pressing cmd+shift+f toggles between the editor and the side panel, but this drives me crazy as I need to check my focus before pressing (or not pressing) that combo when doing a lot of hunting around. The number of times I've accide...
2025-04-01T06:37:13.694716
2017-10-11T05:55:49
264465300
{ "authors": [ "LiPengfei19820619", "bpasero" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1755", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/36018" }
gharchive/issue
title doesn't change when switching open files via tabs VSCode Version: VSCode 1.18.0-Insider OS Version: Win7 64bit Steps to Reproduce: 1.Open VSCode, and open a few files. 2.switch open files via tab, the title doesn't change to the right file path. 3.if I change the size of the VSCode window, or minimize then m...
2025-04-01T06:37:13.703424
2015-11-20T17:36:05
118088838
{ "authors": [ "BentOnCoding", "Robinfr", "RoyTinker", "bit2pixel", "bpasero", "d4hines", "dacrouch", "etoah", "jeremyd", "pavlos256", "stereokai", "wupaz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharch...
gharchive/issue
Allow detachable multiple windows on the same workspace Allow opening additional windows (BrowserWIndow) to be able to work on multi-monitor setups. See also: Detachable split-view Ability to have a "folder" open over multiple windows (like Visual studio) Multiple windows, same folder +1. It is quite limiting, an...
2025-04-01T06:37:13.725950
2017-12-16T03:32:53
282596627
{ "authors": [ "aeschli", "bpasero", "pennwang23", "pynklu", "ramya-rao-a", "stvreumi" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1757", "repo": "Microsoft/vscode", "url": "https://github.com/Micr...
gharchive/issue
main window is blank and no further responses after 1.19 I think my problem is just as the 'main blank is blank' problem listed on FAQ page of official website. I tried code --disable-gpu code --disable-extensions, but doesn't work. And I tried vscode insider, well it works fine before I sync the settings using 'syn...
2025-04-01T06:37:13.735429
2017-12-26T22:55:06
284619722
{ "authors": [ "joaomoreno", "vfonic" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1758", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/40848" }
gharchive/issue
Clicking on "Install" button of an already installed extension doesn't open extension tab VSCode Version: Code 1.19.1 (0759f77bb8d86658bc935a10a64f6182c5a1eeba, 2017-12-19T09:35:14.671Z) OS Version: Darwin x64 17.2.0 Extensions: Extension Author (truncated) Version vscode-toggle-quotes Bri 0.2.0 bracket-pa...
2025-04-01T06:37:13.739137
2018-02-07T21:45:20
295304131
{ "authors": [ "mjbvz", "user3323", "warpdesign" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1759", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/43138" }
gharchive/issue
Image zooming: pinch to zoom gestures are inverted On a Surface Book with Windows 10, the pinch to zoom using the trackpad is inverted: expanding fingers will zoom out doing the opposite gesture will zoom in I expect the other way around. This happens both with stable 1.20 and latest insider: Version 1.20.0-insider...
2025-04-01T06:37:13.743709
2018-03-15T16:40:41
305630980
{ "authors": [ "aeschli", "s-ilic" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1760", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/45890" }
gharchive/issue
Highlight matching parentheses/brackets not working in latex math mode Pretty much said it in the title : matching parentheses/brackets are not highlighted when editing a .tex document when inside one of Latex's math modes : $ $, \begin{equation}, etc.... Is there any setting that I missed ? VSCode has no built-in ...
2025-04-01T06:37:13.745085
2018-04-05T14:53:00
311644222
{ "authors": [ "leetskil", "roblourens" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1761", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/47243" }
gharchive/issue
suggestion: built-in php instellisense nice to have a built-in php instellisense rather than using an extension. There are very basic suggestions provided out of the box, but I recommend using an extension. atleast i tried ^_^ thanks
2025-04-01T06:37:13.761711
2018-06-14T07:34:14
332283880
{ "authors": [ "AccessibilityTestingTeam-TCS", "joaomoreno" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1762", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/51855" }
gharchive/issue
[Accessibility]A11y_VSCode_VSCAdditionalTasks_Screenreader: Jaws does not read the control type of check box. Environment Details: VSCode Version : 1.24.1 OS Version : Win10 Additional Details: JAWS 18.0.5038 ,MAS1.3.1 Repro Steps: 1.On Visual Studio Code Start Menu Folder screen,click on "Next" button. 2.Navigate to...
2025-04-01T06:37:13.763433
2018-06-30T00:24:03
337170354
{ "authors": [ "ashucha", "dbaeumer" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1763", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/53363" }
gharchive/issue
Configure Task Runner Missing VS Code I can't seem to find the Configure Task Runner option in the search bar in VS Code. Can anyone please help me be able to see this option? Thanks! The command is named Task: Configure Task. I have updated the doc.
2025-04-01T06:37:13.777904
2018-08-24T00:24:25
353600457
{ "authors": [ "jeremymeng", "jrieken" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1764", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/57119" }
gharchive/issue
[Extensibility] TextEditor instance got disposed if another document is opened on top of it Issue Type: Bug I have an extension that creates two Untitiled-* documents then shows them side by side at column one and column two. I saved the two TextEditor instances so later the extension can update the contents of the...
2025-04-01T06:37:13.785998
2018-08-24T20:19:15
353914668
{ "authors": [ "joaomoreno", "n3rd4i" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1765", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/57170" }
gharchive/issue
Git repo in %appdata%..\Roaming\code\user appear in project SCM Issue Type: Bug If one is creating a git repo in %appdata%\..\Roaming\code\user which adds VSCode settings to version control and subsequent also creates some updates on that repo, like changing settings, this is reflected as project SCM changes. This is...
2025-04-01T06:37:13.789729
2018-11-08T03:24:55
378563339
{ "authors": [ "Tumiz", "Tyriar" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1766", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/62759" }
gharchive/issue
The minimum size of a terminal should be an option in Settings [(https://github.com/Microsoft/vscode/issues/45678)] The related issue was closed, but I think it need more work! Some terminal can be resized to a small size if they are not important. In some case, showing multiple terminals is just to notify the user...
2025-04-01T06:37:13.792393
2016-05-15T15:19:50
154913772
{ "authors": [ "joaomoreno", "peter-lau" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1767", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/6383" }
gharchive/issue
Menu item 'Check For Updates' should be disabled when there's no frontmost window VSCode Version: 1.1.0 OS Version: Mac OS X 10.11.4 Steps to Reproduce: Launch VSCode Close all windows Go to menu 'Code' and select 'Check For Updates' Nothing, no alert, no message. Like the menu item was never selected. This is...
2025-04-01T06:37:13.794986
2016-05-24T14:56:48
156529882
{ "authors": [ "aeschli", "mdickin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1768", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/6811" }
gharchive/issue
Closing HTML tags with hyphens are not deindented properly VSCode Version: 1.1.1 OS Version: Windows 7 x64 Steps to Reproduce: Open an HTML file Type "someTag" and hit Tab, Enter Closing tag is placed on newline at same indentation level as opening tag On a new line, type "some-tag" and hit Tab, Enter Closing tag ...
2025-04-01T06:37:13.814510
2016-06-20T22:36:19
161311881
{ "authors": [ "bgashler1", "bpartridge", "bpasero", "dbechrd", "gregvanl", "helinwang", "stevencl" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1769", "repo": "Microsoft/vscode", "url": "https:...
gharchive/issue
Why do we differentiate preview open files with italic font? VSCode Version:1.3.0-insiders OS Version:Windows 7 I'm not sure there is benefit differentiating preview open file (with italic font) from fully opened files. What information does this give the user and how would they act on it? Italics in the heading do...
2025-04-01T06:37:13.817418
2016-06-22T07:52:39
161615407
{ "authors": [ "isidorn", "joaomoreno" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1770", "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/7970" }
gharchive/issue
Scrollbar out of style for extension descriptions Open an extension description Notice the native scrollbar which looks out of style since we do not use it anywhere else in VSCode I would expect our regular scroll bar which we use everywhere else (also for markdown preview) You are like an eagle 🐦 Also looks ...
2025-04-01T06:37:13.832160
2017-08-15T04:47:54
250220939
{ "authors": [ "DutyStudios", "jasonsandlin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1771", "repo": "Microsoft/xbox-live-unity-plugin", "url": "https://github.com/Microsoft/xbox-live-unity-plugin/issues/104" }
gharchive/issue
Latest Unity File From Releases Missing Scripts?? Hello, it seems like the unity package you all have for release is missing scripts. None of the scripts inside of unity after importing it has a way to update stats to xbox live or leaderboards. Looking at some of the scripts here in the git repository, it seems like ...
2025-04-01T06:37:13.850763
2021-04-06T09:59:47
851262681
{ "authors": [ "lindspea", "scanum" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1772", "repo": "MicrosoftDocs/OfficeDocs-SkypeForBusiness", "url": "https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusines...
gharchive/pull-request
Update user-access.md https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/issues/6799 Added important note. @JohanFreelancer9 Copy editing is needed for this PR. Thanks. @cichur PR has been copyedited and is ready for final review, could you please check and merge? Thanks!
2025-04-01T06:37:13.856210
2020-06-17T05:55:07
640163150
{ "authors": [ "paul9955", "rpanday" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1773", "repo": "MicrosoftDocs/OfficeDocs-WorkplaceAnalytics", "url": "https://github.com/MicrosoftDocs/OfficeDocs-WorkplaceAna...
gharchive/issue
Incorrect WPA url In section https://docs.microsoft.com/en-us/Workplace-Analytics/tutorials/power-bi-bc#odata-request-failed Url is listed as https://workplace.analytics.office.com , there is an extra dot between workplace & analytics. It should be https://workplaceanalytics.office.com Document Details ⚠ Do not edit...
2025-04-01T06:37:13.892629
2019-04-05T01:55:28
429551924
{ "authors": [ "aczechowski", "mattsmacblog" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1774", "repo": "MicrosoftDocs/SCCMdocs", "url": "https://github.com/MicrosoftDocs/SCCMdocs/issues/1400" }
gharchive/issue
_SMSTSClientCache variable Does "_SMSTSClientCache" still exist in 1806 onwards? As it's not referenced over on the main Variables page - https://docs.microsoft.com/en-us/sccm/osd/understand/task-sequence-variables Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue li...
2025-04-01T06:37:13.899138
2019-11-27T06:57:23
529155395
{ "authors": [ "TonitoDux", "aczechowski" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1775", "repo": "MicrosoftDocs/SCCMdocs", "url": "https://github.com/MicrosoftDocs/SCCMdocs/issues/2038" }
gharchive/issue
Customized image Hi, the sentence: "You have custom requirements including using a custom base image, using third-party disk encryption, or require WinPE offline operations." I am having an issue where I want to clear out built in apps, I do this with dism, but still after the TS is finished, I get the "original" OS ...
2025-04-01T06:37:13.900657
2019-12-05T17:46:19
533500137
{ "authors": [ "PRMerger9", "davguent" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1776", "repo": "MicrosoftDocs/SCCMdocs", "url": "https://github.com/MicrosoftDocs/SCCMdocs/pull/2057" }
gharchive/pull-request
Update optimize-windows-10-update-delivery.md The reference "all windows updates" is causing confusion for IT Pros as they assume this includes Office which is not the case. Adding line of clarity on how to unwind Office integration with SCCM to use DO. @davguent : Thanks for your contribution! The author(s) have ...
2025-04-01T06:37:13.906222
2020-05-12T09:37:55
616511037
{ "authors": [ "Claytonglovo", "King-of-Spades" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1777", "repo": "MicrosoftDocs/appcenter-docs", "url": "https://github.com/MicrosoftDocs/appcenter-docs/issues/1027"...
gharchive/issue
Problemas com a aplicação Glovo Este é o link da aplicação Glovo https://slack-redir.net/link?url=https%3A%2F%2Finstall.appcenter.ms%2Forgs%2Fglovoapp%2Fapps%2Fglover-1%2Fdistribution_groups%2Fpublic Thanks for filing this report & sorry that you haven't heard back from us. It sounds like this issue for technical s...
2025-04-01T06:37:13.910876
2019-08-26T04:13:22
485033385
{ "authors": [ "KetanChawda-MSFT", "ashishjain87" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1778", "repo": "MicrosoftDocs/architecture-center", "url": "https://github.com/MicrosoftDocs/architecture-center/...
gharchive/issue
Comprehensive I found this document to be comprehensive, beautifully written (with examples to clarify each point) and very useful. Great job. Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: ad651d6a-f8d8-2050-e7a7-adbae7326112 Version Independent ID: 4...
2025-04-01T06:37:13.912851
2020-11-03T08:49:16
735133199
{ "authors": [ "absheik", "gchatira", "skabou" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1779", "repo": "MicrosoftDocs/architecture-center", "url": "https://github.com/MicrosoftDocs/architecture-center...
gharchive/issue
Business Central on Azure Implementation Details Good day Team Microsoft I would love to get Dynamics Business Central on Azure implementation details with a good reference architecture too. There seem to be a big demand for this solution here in Africa. Will really appreciate your feedback. Regards, Thanks for rep...
2025-04-01T06:37:13.918981
2023-01-30T19:10:50
1563043719
{ "authors": [ "WilliamAntonRohm", "jamesmcroft", "ramiMSFT" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1780", "repo": "MicrosoftDocs/azure-devops-docs", "url": "https://github.com/MicrosoftDocs/azure-d...
gharchive/issue
Unlist Azure Artifact packages link in DevOps not showing documentation for unlisting When you want to unlist a package in Azure Artifacts, you get prompted with a sidebar which shows you the details of what you're unlisting. At the top of the sidebar, you get this notification: If you click through to read more, yo...
2025-04-01T06:37:13.925282
2020-09-18T15:19:37
704462110
{ "authors": [ "chadwickalex", "ivanakcheurov", "msebolt" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1781", "repo": "MicrosoftDocs/azure-devops-docs", "url": "https://github.com/MicrosoftDocs/azure-devo...
gharchive/issue
Stage can be set to run based on a variable output in a previous stage. [Enter feedback here] You cannot currently specify that a stage run based on the value of an output variable set in a previous stage. It is not true. You can specify that a stage run based on the value of an output variable set in a previous st...
2025-04-01T06:37:13.931397
2020-09-23T15:35:07
707472196
{ "authors": [ "alexmpmenezes" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1782", "repo": "MicrosoftDocs/azure-devops-docs", "url": "https://github.com/MicrosoftDocs/azure-devops-docs/issues/9335" }
gharchive/issue
Installed Software on Ubuntu 18.04 managed agent is not matching the documentation Hello, The Docs has a link to all software installed on the Ubuntu 18.04. In this list Az Modules (Powershell) are present. But when I use this image on my Release pipeline, I get an error saying that the Az module is not installed. To...
2025-04-01T06:37:13.944333
2020-11-14T06:07:33
742937378
{ "authors": [ "jbmarvin24", "opbld30", "opbld32", "scbedd" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1783", "repo": "MicrosoftDocs/azure-docs-sdk-node", "url": "https://github.com/MicrosoftDocs/az...
gharchive/pull-request
Update storage-blob-readme.md I created a sample project using azure blob SDK and I getting an error on this part, does the url + sas seem wrong or I am the one who is wrong? I added, "/?" on my sample project, and its works successfully. Docs Build status updates of commit 43b7506: :clock10: Pending: waiting for p...
2025-04-01T06:37:13.975587
2022-10-27T09:48:31
1425352321
{ "authors": [ "AnandKatta", "MayankBargali-MSFT", "mumurug-MSFT" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1784", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-doc...
gharchive/issue
How to deploy the custom connector to logic app from azure devops [Enter feedback here] Document Details ⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking. ID: 01046995-1aea-643d-cbfd-c2ef469e28a8 Version Independent ID: 1a9bc699-b04a-c763-34e1-e412bbdcde0b Content: Create bu...
2025-04-01T06:37:13.981392
2022-10-27T19:33:46
1426172231
{ "authors": [ "AjayBathini-MSFT", "DeanGross", "batamig" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1785", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues...
gharchive/issue
Role for managing plan Please add information about what role is needed to change or cancel a purchased plan Document Details ⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking. ID: d7f5fdf9-4250-6b2e-8cf4-d270e8e6c94d Version Independent ID: 3284cb1b-315f-76dd-2d4b-5022e8729d9...
2025-04-01T06:37:13.988904
2022-11-17T13:11:10
1453322445
{ "authors": [ "AjayBathini-MSFT", "ManoharLakkoju-MSFT", "billmath", "brianreidc7" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1786", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/M...
gharchive/issue
Readable Dates (International) Hi - is it possible not to use US date format on this page but to use something that is clearer for an international audience. For example at the top at the moment you have "11/9/2022: Released for download", which is 11th September 2022 as I see it (UK based), but I think you mean 9th ...
2025-04-01T06:37:13.995351
2022-12-02T15:18:14
1473032776
{ "authors": [ "SaibabaBalapur-MSFT", "mstroppel", "tomvcassidy" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1787", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs...
gharchive/issue
Avoid Issues With Example Code I suggest to add the attributes of the VotesController class [Produces("application/json")] [Route("api/Votes")] to the final VotesController in the Update the VotesController.cs file section. Pro: the attributes belong to the class. Con: the previous implementation had the att...
2025-04-01T06:37:14.004961
2023-04-06T18:39:44
1657882177
{ "authors": [ "KapilAnanth-MSFT", "PabloG-MSsupport", "YashikaTyagii", "cherylmc", "deeharris-23" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1788", "repo": "MicrosoftDocs/azure-docs", "url": "h...
gharchive/issue
Please add more details about a reset for Active-Active VPN Gateways Hi Team, Today I had a case in which the client is concerned about why his Active-Active BGP gateway Instance 1 doesn`t reset when they do a reset over the portal as their understanding is that the 2ND INSTANCE would be rebooted after the first rese...
2025-04-01T06:37:14.010436
2023-04-12T13:53:07
1664616895
{ "authors": [ "AjayBathini-MSFT", "KarlErickson", "ciufudean" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1789", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/i...
gharchive/issue
unclear text regarding the "path parameter" Are you sure this text makes sense? You can try passing different values to the function by changing the path parameter. What path is this? Document Details ⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking. ID: e62f248c-b170-d9fd...
2025-04-01T06:37:14.014899
2023-08-02T15:10:02
1833377458
{ "authors": [ "HeidiSteen", "rmillman" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1790", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues/113086" }
gharchive/issue
Broken Link in document [Enter feedback here] The document refers to another document to support multiple data sources. The link is broken: https://learn.microsoft.com/en-us/samples/azure-samples/azure-search-dotnet-samples/multiple-data-sources/ Document Details ⚠ Do not edit this section. It is required for learn...
2025-04-01T06:37:14.019314
2024-01-09T08:12:36
2071845904
{ "authors": [ "Naveenommi-MSFT", "smolleman" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1791", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues/118658" }
gharchive/issue
Target based scaling with Service Bus queues and topics using batching and sessions I'm not sure if this is the right place to ask but there is nothing in the documentation about target based scaling with service bus using both batching and sessions. Does it work? Or does it fall back to incremental scaling? Would be...
2025-04-01T06:37:14.028366
2024-02-16T19:11:31
2139261704
{ "authors": [ "Naveenommi-MSFT", "RamanathanChinnappan-MSFT", "Sirorezka", "WaterKnight1998", "adinapoli", "eric-urban", "neeagl" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1792", "repo":...
gharchive/issue
Manual on GStreamer installation on macOs It is not clear how to properly install and configure gstreamer on macOs: I can either install latest version using 'brew', but as I understand latest version it is not supported by Speech SDK. Or I can download older versions directly from gstreamer website. Which option to...
2025-04-01T06:37:14.035830
2018-08-01T15:44:30
346657886
{ "authors": [ "MicahMcKittrick-MSFT", "hessfr", "mariojacobo" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1793", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/i...
gharchive/issue
Extension not working as of last update It looks like some changes have been done to the SSH daemon config in the latest and we cannot connect using the AAD SSH extension as per https://docs.microsoft.com/en-us/azure/virtual-machines/linux/login-using-aad We had to enable the following in the daemon configuration fil...
2025-04-01T06:37:14.041397
2018-08-10T10:25:33
349460565
{ "authors": [ "Mike-Ubezzi-MSFT", "SnehaGunda", "kyyung" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1794", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues...
gharchive/issue
Apache Spark in Azure HDInsight can also connect to Cosmos DB Can I assume Apache Spark in Azure HDInsight can also connect to Cosmos DB using the same connector although the whole document does not mention it? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking....
2025-04-01T06:37:14.048418
2018-08-24T15:25:46
353828792
{ "authors": [ "BryanTrach-MSFT", "madsd", "mike-urnun-msft", "rifaterdemsahin" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1795", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/Micro...
gharchive/issue
custom dns setting implemention can not spot it in the documentation Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: 2b1afa49-a5b4-92db-68e8-3feeeff52eb3 Version Independent ID: c9191775-e49c-1462-e525-a5ce549ae743 Content: Create and use an internal lo...
2025-04-01T06:37:14.056796
2018-09-10T14:26:41
358648256
{ "authors": [ "gekk00", "linda33wj", "random82", "tloewenpapst", "vasivara-MSFT" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1796", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com...
gharchive/issue
can't load file using Basic authentication Hi, I tried multiple times to create a pipeline using a http connection with basic authentication. The connection is tested successfully but when using the preview button an error message is shown instead of the data. (Error message from Server in the data preview window tha...
2025-04-01T06:37:14.064791
2018-10-08T11:38:38
367749787
{ "authors": [ "Jiihaa", "PeterWallenius", "PramodValavala-MSFT" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1797", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs...
gharchive/issue
How to create Swagger for an azure function (v2)? You can only create v2 functions in the portal, but the portal does not support generating swagger for v2. I'm creating a function app to be called from powerapps. Can you point me towards an example on how to do this? Document Details ⚠ Do not edit this section. It ...
2025-04-01T06:37:14.070529
2018-12-21T06:13:58
393330617
{ "authors": [ "damienestewart", "jakaruna-MSFT" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1798", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues/21139" }
gharchive/issue
Application Name The application name for the tutorial app is todolistapp, not ServiceMeshApp. Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: 9d144f2b-a0a4-d8cd-d6b0-7ca75d4890fc Version Independent ID: e022f907-336e-ddf5-b282-c21e3f575f27 Content: Tut...
2025-04-01T06:37:14.091038
2019-01-14T14:51:15
398922375
{ "authors": [ "Mike-Ubezzi-MSFT", "clayroach", "kanshiG", "rolanddb" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1799", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/a...
gharchive/issue
Can't connect I can't get this to work. wget https://cacert.omniroot.com/bc2025.crt export SSL_VERSION=TLSv1_2 export SSL_CERTFILE=/bc2025.crt cqlsh --version >> cqlsh 5.0.1 cqlsh myhost.cassandra.cosmosdb.azure.com 10350 -u &lt;user&gt; -p &lt;passwd&gt; --ssl >> Connection error: ('Unable to connect to any servers...
2025-04-01T06:37:14.097882
2019-02-12T02:46:02
409091714
{ "authors": [ "Karishma-Tiwari-MSFT", "bureado", "iainfoulds" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1800", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/i...
gharchive/issue
Can users query available versions before creating an AKS cluster? As of acs (2.0.24) and azure-cli (2.0.25), seems like az aks get-versions no longer takes --location but instead needs -g and -n. Does this mean users can no longer query available versions ahead of deploying an AKS cluster? Either way, the command sh...
2025-04-01T06:37:14.103585
2019-04-16T11:57:18
433739706
{ "authors": [ "himanshusinha-msft", "spelluru", "yigitgursoy" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1801", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/i...
gharchive/issue
Port reuse Connection pooling information is missing. EventHubClient doesn't have an Open() method or a property to check the connection status. If you have multiple entity paths and multiple connection strings, other than using a static instance for each connection string you don't have many options. But what happen...
2025-04-01T06:37:14.109302
2019-04-17T17:17:46
434396402
{ "authors": [ "MicahMcKittrick-MSFT", "mganeshphani", "paulbouwer" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1802", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-d...
gharchive/issue
Any instructions on how to do ILB? In case I don't want the external public IP.. how do I do this? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: 68b5d00d-529b-a8be-47bf-773c967f0e72 Version Independent ID: 0cf044ef-b26f-a8fa-213f-1e3fffaf53d6 Content:...
2025-04-01T06:37:14.116065
2019-05-06T21:03:40
440886229
{ "authors": [ "DixitArora-MSFT", "mike-urnun-msft", "shabirjan" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1803", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs...
gharchive/issue
Cache not working Hi, i followed all the steps and prerequisites mentioned in this tutorial, but still i am unable to see any response cache. Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: ad05f88c-be94-58f8-b05c-a4a1a102e24f Version Independent ID: 8f...
2025-04-01T06:37:14.117974
2019-06-08T00:43:18
453737715
{ "authors": [ "ManojReddy-MSFT", "haohaowasky" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1804", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issues/32955" }
gharchive/issue
Offline capability does this feature support offline senario? Or any method that support edge to device offline communication? @haohaowasky Thanks for reaching out to us. Can you provide us more details about the feature or the doc you are referencing? @haohaowasky We have not heard from you in a while. We will n...
2025-04-01T06:37:14.128669
2019-07-15T09:35:52
468030053
{ "authors": [ "MahdeeT", "ManojReddy-MSFT", "shashishailaj" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1805", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/iss...
gharchive/issue
Can't connect to KeyVault This line: (Invoke-WebRequest -Uri "https://XXXX.vault.azure.net/secrets/YYYY?api-version=2016-10-01" -Method GET -Headers @{Authorization="Bearer $KeyVaultToken"}).content throws an error: Invoke-WebRequest : The remote name could not be resolved: 'XXXX.vault.azure.net' At line:1 char:2 MIS...
2025-04-01T06:37:14.134823
2019-09-25T06:07:52
498068640
{ "authors": [ "SnehaAgrawal-MSFT", "cephalin", "dcbrown16" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1806", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issu...
gharchive/issue
Rewrite section "In the Key Vault Status page, click Key Vault Repository to create a new vault or choose an existing vault. If you choose to create a new vault, use the following table to help you configure the vault and click Create. see to create new Key Vault inside same subscription and resource group." Hi @ceph...
2025-04-01T06:37:14.139384
2019-11-08T19:30:34
520194471
{ "authors": [ "KrishnaG-MSFT", "gvashishtha", "mdgattuso" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:1807", "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/issue...
gharchive/issue
No way to specify location? The location drop-down menu is grayed out for me. Is this expected? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: 8cb1c7ba-83cb-e32a-85bd-3260bdefaee2 Version Independent ID: a5229c23-ac2d-3972-6b54-d4e70db5c046 Content: Qu...