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
1451566747
Selecting github enterprise for cloning a project Hi, In latest releases I can sign in to my github enterprise for the pull request. But, when I want to clone a project the git clone only show "github" even if I'm signed into github enterprise. /duplicate #98349 Thanks for creating this issue! We figured it's co...
gharchive/issue
2022-11-14T15:37:02
2025-04-01T06:39:36.442685
{ "authors": [ "VSCodeTriageBot", "idoprz", "joaomoreno" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/166456", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1494597909
command-line error: invalid option: --using_directory Does this issue occur when all extensions are disabled?: No VS Code Version: 1.74.0 OS Version: Linux x64 5.8.0-63-generic Steps to Reproduce: Thanks for creating this issue! We figured it's missing some basic information or in some other way does...
gharchive/issue
2022-12-13T16:11:37
2025-04-01T06:39:36.449099
{ "authors": [ "VSCodeTriageBot", "sean-mcmanus", "smeriano", "yongyouhe" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/169013", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1515384718
Install extension only for this workspace (enable it only for this workspace) Hello. I'm using VSCode with several of my Projects. Each has a different tech stack and toolset (even languages). I need always disable many extensions when creating a new one. Can developers make an option or something like this for: ...
gharchive/issue
2023-01-01T08:12:13
2025-04-01T06:39:36.453097
{ "authors": [ "VSCodeTriageBot", "muhammadyusuf-kurbonov", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/170351", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1569614708
Selection Replace jumps unwanted Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.70.3 (user setup) Commit: a21a160d630530476218b85db95b0fd2a8cd1230 Date: 2022-08-31T08:04:00.223Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_N...
gharchive/issue
2023-02-03T10:26:51
2025-04-01T06:39:36.460544
{ "authors": [ "F1r3Pr1nc3", "VSCodeTriageBot", "rebornix" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/173278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1702077274
Bottom State bar not turning orange in debug anymore Type: Bug Hi there! As title says, bottom state bar of VSCode doesn't turn orange when launching debug. Can you bring it back? Or give option to do so? Thanks for the good work! Reproduction Steps Launch your app with VSCode Run and Debug (F5) Watch bottom bar not...
gharchive/issue
2023-05-09T13:47:10
2025-04-01T06:39:36.484267
{ "authors": [ "EthanBarlow", "HighLiuk", "VSCodeTriageBot", "bantunes22", "bormat", "p32929", "peerdavid", "roblourens", "ymongo" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/181892", "license": "MIT", "license_type": "permissive", ...
1706960715
restart after update,exception in macos Type: Bug vscode macos version,restart after update,window lost caption title bar,can't max、min and fullscreen functions, also can't close window,and also can't quit vscode,must kill process VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T15:0...
gharchive/issue
2023-05-12T05:40:38
2025-04-01T06:39:36.526325
{ "authors": [ "deepak1556", "zileyuan" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/182258", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1769891172
Performance Improvement Suggestion: Only Rerender Sticky Scroll When State Is Different In stickyScrollWidget.ts there is setState, which seems to be called every time the scroll event of the editor fires. That method seems to clear the dom node and reconstruct it unconditionally. When smooth scrolling is turned on, ...
gharchive/issue
2023-06-22T15:06:42
2025-04-01T06:39:36.529380
{ "authors": [ "aiday-mar", "hediet" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/185884", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1834242406
code -rg cannot open file on fedora OS Type: Bug Steps to reproduce Install the vscode 1.80.2 on Fedora 38 OS Open the terminal Type code -rg /path/to/file Expected Results: The file should be opened in vscode. Actual Results: The vscode is opened but not open that file. I cannot reproduce this issue after reboot...
gharchive/issue
2023-08-03T04:19:13
2025-04-01T06:39:36.531946
{ "authors": [ "Tim-Cao" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/189522", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943802758
Intellisense Not Working in Visual Studio Code During coding sessions in Visual Studio Code, the Intellisense feature, known for code completion and suggestions, is malfunctioning. It has become unresponsive, causing coding slowdowns and heightened error risks due to the absence of its usual assistance. This setback ...
gharchive/issue
2023-10-15T08:52:33
2025-04-01T06:39:36.535474
{ "authors": [ "VSCodeTriageBot", "dishaphatta" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/195650", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2120069706
View Data in Data Viewer does not appear when debugging Type: Bug Hi all, I just encountered a really tricky issue. I cannot see "view data in data viewer" option when using run and debug. I have jupyter extension installed and i uninstalled vs code and reinstalled it from scratch. However, I still cannot see the opt...
gharchive/issue
2024-02-06T06:37:01
2025-04-01T06:39:36.547546
{ "authors": [ "amunger", "zzh99-handsome" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/204455", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2138182093
Tasks "dependsOn" should preserve default value At the top of tasks.json you can write default settings shared by all tasks, these can then be overwritten per task. This feature is great: quite useful and helps reducing the verbosity of the file, e.g. setting a common "presentation", "type"... But not all setting...
gharchive/issue
2024-02-16T09:16:00
2025-04-01T06:39:36.554775
{ "authors": [ "VSCodeTriageBot", "dimateos" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/205345", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2189698847
doesn't load background image on website Type: Bug I used this code in css but it fails to load background image in it. .bannner { height: 100%; width: 100vh; background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url("background.jpg"); background-size: cover; background-position: center; } VS Code ver...
gharchive/issue
2024-03-16T02:11:45
2025-04-01T06:39:36.579419
{ "authors": [ "IllusionMH", "VSCodeTriageBot", "Vison-west", "ahmed0saber" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/207900", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2199123465
[linked rename] Linked Editing does't work well Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.87.2 OS Version: macOS 14.3.1 (23D60) Steps to Reproduce: set up the linked editing option as true crate an HTML tag with one or two attributes, like <div class="main"></div> mod...
gharchive/issue
2024-03-21T05:00:56
2025-04-01T06:39:36.591156
{ "authors": [ "DevinJohw", "JakubStasiak00", "LucasOe", "VSCodeTriageBot", "alexvoedi", "angelhdzmultimedia", "bobslee", "dantgw", "dennmtr", "devinjohw", "gjsjohnmurray", "mrcaidev", "musjj", "plashenkov" ], "repo": "microsoft/vscode", "url": "https://gi...
2276762110
Support full range of function breakpoint fields in plugin addBreakpoints At the moment, it is possible to pass a FunctionBreakpoint instance with the full range of fields configured, but when the breakpoint is eventually inserted, only the name and mode are included. It would increase the power of the API to pas...
gharchive/issue
2024-05-03T01:41:04
2025-04-01T06:39:36.597453
{ "authors": [ "AP1400", "OccasionalDebugger", "VSCodeTriageBot", "roblourens" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/211894", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2283120898
Ocasionally Commit & Push fails with "Actual command not found" Type: Bug Ocasionally I face the following error Have pending changes Click Commit & Push See error notification Next attempt works without issues Developer Tools 10:54:07.622 notificationsAlerts.ts:40 Error: Actual command not found, wanted to execu...
gharchive/issue
2024-05-07T12:19:12
2025-04-01T06:39:36.613778
{ "authors": [ "bruno-ribeiro-mck", "kelleyjbrady" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/212165", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2372161497
Override less specific code action with more specific code action Testing #217611 I set "source.fixAll": "always",. Saving the TS file in the example adds a semi-colon at the end of the second import. I added "source.fixAll.eslint": "never" and "source.fixAll.ts": "never" into that object. Saving the TS file also add...
gharchive/issue
2024-06-25T09:23:25
2025-04-01T06:39:36.617557
{ "authors": [ "aiday-mar", "justschen" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/217869", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2445843163
Build failed: shell integration - integration test failure 1 failing 1) vscode API - Terminal.shellIntegration executeCommand(commandLine): AssertionError [ERR_ASSERTION] [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { confidence: 2, isTrusted: true, + va...
gharchive/issue
2024-08-02T22:36:06
2025-04-01T06:39:36.620385
{ "authors": [ "Tyriar", "meganrogge" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/224652", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2754165156
filter out the changed files listed in the git source code management panel in vscode For some projects, making certain file modifications may result in a large number of associated changes. However, these changes are typically not ones I need to be concerned about. Therefore, I hope there is a filter to sort out...
gharchive/issue
2024-12-21T15:43:30
2025-04-01T06:39:36.623238
{ "authors": [ "TwoBrushes", "lszomoru" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/236779", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
364243190
Commands executed via menu/contextmenu do not report error as notification The built-in "Node Debug (legacy)" extension depends on "Node Debug". Try to disable "Node Debug" but nothing happens, presumably because it has a dependency Try to disable "Node Debug (legacy)" and it works Then, also disable "Node Debug" an...
gharchive/issue
2018-09-26T22:53:56
2025-04-01T06:39:36.638502
{ "authors": [ "alexr00", "bpasero", "sandy081", "sbatten" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/59500", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
445742389
Add link in "How-To-Contribute" to GitHub Fork Help Page In the "How-To-Contribute" wiki page under the "Getting the sources" subsection, recommending a hyperlink to the "Fork A Repo" GitHub article for users/developers that might be new to the term "Fork", albeit familiar with the concept. Also maybe a link to "Cl...
gharchive/issue
2019-05-18T18:33:04
2025-04-01T06:39:36.641575
{ "authors": [ "gregvanl", "jamesralstin" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/73946", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
449648910
Forcing setBreakpoints request on sources change I now work on JavaScript debugger plugin based on code instrumentation, this should allow time traveling and hot reloading during a debugging session. I reload modules using Hot Module Replacement keeping all the state from the former version. This works except if I ad...
gharchive/issue
2019-05-25T13:10:39
2025-04-01T06:39:36.650520
{ "authors": [ "awto", "isidorn" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/74516", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
451183174
Integrated terminal seems to clear at startup Environment VSCode Version: 1.34.0 OS Version: Windows 10 Problem description The integrated terminal seems to truncate output. At VSCode startup or Reload Windows, the terminal does not show anything. I got a big blank space. If I pressed "Enter", it outputs something....
gharchive/issue
2019-06-02T11:50:18
2025-04-01T06:39:36.656308
{ "authors": [ "FuriouZz", "Tyriar" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/74748", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
451526537
html failed to save due to unknown file system error. it has been consistent with every html file I created and edited with VSCode. VSCode Version:1.34 OS Version:Windows 10 Pro Steps to Reproduce: 1.write anything on index.html 2.save it then sometime soon eventually it cannot be saved. Does this issue occur w...
gharchive/issue
2019-06-03T14:48:37
2025-04-01T06:39:36.658773
{ "authors": [ "Pavelbure34", "kieferrm" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/74793", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
464192889
User data: migrate Backups, Workspaces, user state into %APPDATA%/User Today we have a bit of a mix in our %APPDATA% folder: a lot of stuff is going into the %APPDATA%/User folder but a few things outside are not: Backups Workspaces storage.json I think we should do a migration step for a while to consolidate this ...
gharchive/issue
2019-07-04T10:32:35
2025-04-01T06:39:36.663992
{ "authors": [ "Tyriar", "bpasero", "byyxx128", "gudvinr" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/76590", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
465776440
Smoke test failure in CSS for 1.36.1 Smoke test failure under Windows testing 1.36.1 ** Timeout! Error: Active e...
gharchive/issue
2019-07-09T13:19:20
2025-04-01T06:39:36.666285
{ "authors": [ "aeschli", "dbaeumer" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/76983", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
481030631
Statusbar or top row cut off with Mac native tabs Issue Type: Bug The first Mac native tab has its top row cut off: The second one has the statusbar below the visible window: Resizing the window is a workaround. VS Code version: Code - Insiders 1.38.0-insider (44a48f75d64333b8e33a1fe4f57f6a60553b1e6b, 2019-08-15T05...
gharchive/issue
2019-08-15T07:31:17
2025-04-01T06:39:36.685678
{ "authors": [ "alexandrudima", "bpasero", "chrmarti", "deepak1556" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/79176", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
529376702
Vertical Select with middle click is not working Issue Type: Bug In older versions of VSCode, I did vertical selection by clicking the middle button on the mouse and dragging. It seems like this doesn't work anymore. VS Code version: Code 1.40.1 (8795a9889db74563ddd43eb0a897a2384129a619, 2019-11-13T16:49:30.162Z) OS ...
gharchive/issue
2019-11-27T14:20:57
2025-04-01T06:39:36.699632
{ "authors": [ "alexandrudima", "yanniszark" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/85694", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
591540920
cannot reference $returnValue in logpoint testing https://github.com/microsoft/vscode/issues/93807 Not sure if this should work or not, but what the heck I'll give it a try! In the debug console, I get this: this is the ReferenceError: $returnValue is not defined at eval (logpoint-bce3f6f.cdp:3:5) at eval (l...
gharchive/issue
2020-04-01T00:57:12
2025-04-01T06:39:36.704714
{ "authors": [ "chrisdias", "connor4312", "isidorn", "kieferrm" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/94094", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
605706628
Build initial renderer starter code sample/repo Refs: #95908 Create a sample renderer repo with all the good defaults. To be converted to a yeoman generator later. Created in https://github.com/microsoft/vscode-notebook-renderer-starter
gharchive/issue
2020-04-23T17:15:16
2025-04-01T06:39:36.706677
{ "authors": [ "connor4312" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/95989", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
625407574
Can't view images when doing ssh-remote, port other than 22 is used. VSCode Version: 1.46.0-insider OS Version: Catalina 10.15.4; Darwin x64 19.4.0 Why I can't view an image through ssh-remote mode? My situation is port22 is disabled, and I login by ssh -p NUMBER name@ip -A, where the host listens to that port...
gharchive/issue
2020-05-27T06:10:12
2025-04-01T06:39:36.711674
{ "authors": [ "egamma", "zehongs" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/98636", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
783149600
Fixes 113603: Change reason for moveWordCommand to CursorChangeReason.Explicit This PR fixes https://github.com/microsoft/vscode/issues/113603 https://user-images.githubusercontent.com/17052177/104156845-456d8900-542d-11eb-957b-8a8e01d50dee.mp4 Thank you! Thank you!
gharchive/pull-request
2021-01-11T07:52:32
2025-04-01T06:39:36.713853
{ "authors": [ "alexdima", "shskwmt" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/114127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
825251885
[sql] grammar update, added window functions This PR fixes #118500 Syntax support for SQL WINDOW functions. Apologies as I am unsure how to test the changes. Note: https://github.com/microsoft/vscode/blob/120a9f6476553edf3275bfa23df5e3245cfa0146/extensions/sql/syntaxes/sql.tmLanguage.json#L2-L5
gharchive/pull-request
2021-03-09T03:36:41
2025-04-01T06:39:36.715382
{ "authors": [ "life-droid", "yume-chan" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/118502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
926721774
Add single level of categorization #126089 This PR affects #126089 Here's how the toc currently looks Testing GHPRI Testing extension
gharchive/pull-request
2021-06-22T00:46:52
2025-04-01T06:39:36.717236
{ "authors": [ "rzhao271" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/126861", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1203907089
Fix #146166: Snippet transform preserves existing camel/Pascal case This PR fixes #146166 so that existing camel/Pascal case within a snake_case or kebab-case name is preserved. For example, transforming stub_PathServiceToken to camel case now produces stubPathServiceToken, rather than stubPathservicetoken. Correspo...
gharchive/pull-request
2022-04-14T00:25:16
2025-04-01T06:39:36.719346
{ "authors": [ "amanasifkhalid", "jrieken" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/147422", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1282004514
merge editor - add setting for layout This PR is for: https://github.com/microsoft/vscode/issues/150813 https://github.com/microsoft/vscode/issues/150812 This also puts "Merge Editor" quite prominently under the "Text Editor" The setting is currently not resource scoped, not sure, that is maybe overkill, though co...
gharchive/pull-request
2022-06-23T08:18:03
2025-04-01T06:39:36.727762
{ "authors": [ "Athayde3586", "bpasero", "jrieken" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/152953", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2723645421
Added more documentation for better readability Addresses Issue #234442. Added more JSDoc style comments on the src/server-main file to enhance code readability. Implemented documentation on the following parts: the shouldSpawnCli conditional, parseRange function, and prompt function. This is so that there is consis...
gharchive/pull-request
2024-12-06T18:07:19
2025-04-01T06:39:36.729730
{ "authors": [ "aeschli", "alyssacabading" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/235514", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1015511151
Key to request for administrator privileges Description of the new feature/enhancement It would be good having a feature which requests for administrator privileges without opening a new window of the terminal. Proposed technical implementation details (optional) With a button and also a keyboard shortcut. @albe...
gharchive/issue
2021-10-04T18:45:11
2025-04-01T06:39:36.736661
{ "authors": [ "Masamune3210", "albertopasqualetto", "denelon" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/issues/1547", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1889003130
I hope that I can change the default installation location Description of the new feature / enhancement I hope to configure the json file to install the software to the specified drive through winget, and I don't want to install it to C by default Proposed technical implementation details I hope to configure the json...
gharchive/issue
2023-09-10T06:06:01
2025-04-01T06:39:36.738343
{ "authors": [ "Trenly", "yujiahan2018" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/issues/3609", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1705731686
New version: Amazon.WorkspacesClient version 5.9.0 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate -...
gharchive/pull-request
2023-05-11T12:29:05
2025-04-01T06:39:36.743188
{ "authors": [ "JamieSabbatella", "mdanish-kh", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/106520", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1746725799
TimBrogden.Keysticks version 2.1.3.0 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <pat...
gharchive/pull-request
2023-06-07T21:41:47
2025-04-01T06:39:36.747464
{ "authors": [ "stephengillie", "superusercode" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/109156", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1846375873
New version: Ndd version 2.7.0 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ...
gharchive/pull-request
2023-08-11T07:57:10
2025-04-01T06:39:36.751915
{ "authors": [ "hjkl950217" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/116399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1994023706
SmartSoft.SmartFTP version 10.0.3185.0 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <p...
gharchive/pull-request
2023-11-15T04:35:01
2025-04-01T06:39:36.756337
{ "authors": [ "matbech", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/126734", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2031931621
New package: sigoden.Dufs version 0.38.0 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest ...
gharchive/pull-request
2023-12-08T05:00:29
2025-04-01T06:39:36.760316
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/129683", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2086538374
New version: Cockos.REAPER version 7.09 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <...
gharchive/pull-request
2024-01-17T16:24:26
2025-04-01T06:39:36.764337
{ "authors": [ "LeonarddeR", "mdanish-kh" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/135183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2139532428
New package: Nbc66.VTFEditReloaded version 2.0.4.00 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate ...
gharchive/pull-request
2024-02-16T21:47:32
2025-04-01T06:39:36.770884
{ "authors": [ "Nbc66", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/139610", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2221616534
OpenRCT2.OpenRCT2 version 0.4.10 Checklist for Pull Requests [ ] Have you signed the Contributor License Agreement? [ ] Is there a linked Issue? Manifests [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you val...
gharchive/pull-request
2024-04-02T23:27:05
2025-04-01T06:39:36.776209
{ "authors": [ "stephengillie", "vedantmgoyal9" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/147407", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2246427342
New version: Hugo.Hugo version 0.125.0 Created by 🥟 Dumplings in workflow run #4445. Logs Updated: 0.124.1 → 0.125.0 Submitting WinGet manifests Microsoft Reviewers: Open in CodeFlow Spaces detected in version number. (Automated response - build 876)
gharchive/pull-request
2024-04-16T16:11:08
2025-04-01T06:39:36.778486
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/149478", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2287568722
New version: Tencent.TencentDocs version 3.5.1 Created by 🥟 Dumplings in workflow run #4995. Logs Updated: 3.5.0 → 3.5.1 Submitting WinGet manifests Microsoft Reviewers: Open in CodeFlow I'm having trouble finding a link to this version - has it been released yet? I'm having trouble finding a link to this vers...
gharchive/pull-request
2024-05-09T12:16:50
2025-04-01T06:39:36.781172
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/152827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2389156727
chore: add vcredist dep to gptscript installer Checklist for Pull Requests [x] Have you signed the Contributor License Agreement? [ ] Is there a linked Issue? Manifests [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x...
gharchive/pull-request
2024-07-03T17:49:56
2025-04-01T06:39:36.785590
{ "authors": [ "drpebcak", "hackean-msft" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/161375", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2558907794
New package: Mozilla.Thunderbird.de version 128.2.0 Microsoft Reviewers: Open in CodeFlow Possible duplicate package entry. Similar installer SHA256 hash found in manifest: InstallerSha256: 895d194cbd42e3e2dfd6b22d395bfd986beed988ee1f294bbc9e013b3e0b01d4 manifests\m\Mozilla\Thunderbird\128.2.0 InstallerSha25...
gharchive/pull-request
2024-10-01T11:10:03
2025-04-01T06:39:36.788537
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/176006", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2579931119
Update manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.locale.en-US.yaml Fixes an issue where this package has multiple different monikers Microsoft Reviewers: Open in CodeFlow [Policy] Reset Labels
gharchive/pull-request
2024-10-10T21:58:52
2025-04-01T06:39:36.789947
{ "authors": [ "Trenly" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/180915", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2617242739
Remove version: NumeRe.NumeRe version 1.1.4.2209 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow Close with reason: URL works;
gharchive/pull-request
2024-10-28T04:09:04
2025-04-01T06:39:36.791284
{ "authors": [ "Exorcism0666", "ItzLevvie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/186130", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2628266893
Remove version: REALiX.HWiNFO version 8.04 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow Close with reason: URL works;
gharchive/pull-request
2024-11-01T04:01:53
2025-04-01T06:39:36.792487
{ "authors": [ "Exorcism0666", "ItzLevvie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/187653", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2650886529
Remove version: WinSCP.WinSCP version 5.19.4 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: https://sourceforge.net/projects/winscp/files/WinSCP/5.19.4/WinSCP-5.19.4-Setup.exe/download OK (Automated message - build 923)
gharchive/pull-request
2024-11-12T03:13:56
2025-04-01T06:39:36.794304
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/190634", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
984880223
ARP: Amazon.Chime version 4.39.10232.1 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest loc...
gharchive/pull-request
2021-09-01T08:46:56
2025-04-01T06:39:36.798223
{ "authors": [ "vedantmgoyal2009" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/26551", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1139036995
New version: Couchbase.ServerEnterprise version 7.0.7031 [X] Have you signed the Contributor License Agreement? [X] Have you checked that there aren't other open pull requests for the same manifest update/change? [X] Have you validated your manifest locally with winget validate --manifest <path>? [X] Have you tested...
gharchive/pull-request
2022-02-15T18:05:35
2025-04-01T06:39:36.801886
{ "authors": [ "ImJoakim", "OfficialEsco", "zachcarp" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/46470", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1243570429
JanDeDobbeleer.OhMyPosh version 7.87.0 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest loc...
gharchive/pull-request
2022-05-20T20:06:51
2025-04-01T06:39:36.805538
{ "authors": [ "ItzLevvie", "JanDeDobbeleer" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/61433", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1353342362
ARP Entries: Azul.Zulu.13.JDK version 13.35.51 Pull request has been automatically created using Add-ARPEntries Removed DisplayVersion because it matches https://github.com/microsoft/winget-pkgs/pull/74965
gharchive/pull-request
2022-08-28T12:41:32
2025-04-01T06:39:36.807082
{ "authors": [ "russellbanks" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/74966", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1511914932
[Zip][WiX] New package: Uzero.ScanScan version 0.2.7 [X] Have you signed the Contributor License Agreement? [X] Have you checked that there aren't other open pull requests for the same manifest update/change? [X] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested you...
gharchive/pull-request
2022-12-27T15:36:48
2025-04-01T06:39:36.810714
{ "authors": [ "SpecterShell", "mdanish-kh" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/92368", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1536785472
up whatsapp.whatsapp description null Microsoft Reviewers: Open in CodeFlow @microsoft-github-policy-service agree
gharchive/pull-request
2023-01-17T17:41:24
2025-04-01T06:39:36.811976
{ "authors": [ "junaga" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/93987", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
657943795
Re-implement try_download to prevent twice download. As my mentioned in #260, there was a bug in cargo winrt install procedure, without setting nobody when doing a curl header request, it will cost much time that not just request header. The patch is for fixing it. @uhuntu how are you testing this to confirm before...
gharchive/pull-request
2020-07-16T07:45:19
2025-04-01T06:39:36.816491
{ "authors": [ "kennykerr", "rylev", "uhuntu" ], "repo": "microsoft/winrt-rs", "url": "https://github.com/microsoft/winrt-rs/pull/262", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1652686573
Repeating keys running IntelliJ in WSLg Windows build number: 22621.0 Your Distribution version: 22.04 Your WSL versions: WSL version: 1.1.3.0 Kernel version: 5.15.90.1 WSLg version: 1.0.49 MSRDC version: 1.2.3770 Direct3D version: 1.608.2-61064218 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Wind...
gharchive/issue
2023-04-03T19:58:54
2025-04-01T06:39:36.825950
{ "authors": [ "abannachGrafana", "charlesritchea", "oxc" ], "repo": "microsoft/wslg", "url": "https://github.com/microsoft/wslg/issues/1029", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
450400813
Fixed swapped cache methods As an urgent hotfix, I have fixed UserTokenCacheAfterAccessNotification and UserTokenCacheBeforeAccessNotification swapped implementations. Jean-Marc suggested to improve our .NET 4.X cache providers according to the latest changes on microsoft-authentication-extensions-for-dotnet but sinc...
gharchive/pull-request
2019-05-30T16:43:36
2025-04-01T06:39:36.827960
{ "authors": [ "TiagoBrenck", "jmprieur" ], "repo": "microsoftgraph/csharp-teams-sample-graph", "url": "https://github.com/microsoftgraph/csharp-teams-sample-graph/pull/29", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2683644165
Fix RequiredResourceAccess cannot be an array issue in Set-AzureADMSApplication Why we have this PR When using Set-EntraApplication -ApplicationId $application.Id -RequiredResourceAccess $requiredResourceAccess, the $requiredResourceAccess could be an array. For example: $requiredResourceAccess = @( @{resourceApp...
gharchive/pull-request
2024-11-22T15:41:19
2025-04-01T06:39:36.832393
{ "authors": [ "PenguinCats", "SteveMutungi254" ], "repo": "microsoftgraph/entra-powershell", "url": "https://github.com/microsoftgraph/entra-powershell/pull/1229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
469294171
Getting participants in a call using the API Hi This is related to a post I made on Stackoverflow, but it didn't gain much traction and this seems like a better place for it. When I try to request the list of participants in a call (as detailed on https://docs.microsoft.com/en-us/graph/api/call-list-participants?view...
gharchive/issue
2019-07-17T15:39:27
2025-04-01T06:39:36.846146
{ "authors": [ "Jopie64", "Mr-alaa", "VinodRavichandran", "Warrior1st", "guerital", "ksikorsk", "mwerghemmi", "rugt0r" ], "repo": "microsoftgraph/microsoft-graph-comms-samples", "url": "https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/102", "license": "MIT...
978466383
Photo request works in Graph Explorer gives 404 in Postman and Angular I can't see where best to post this, so I'll post it here and I'm sure someone will move it to where it is supposed to go if it's in the wrong place. The following two images sum up the problem I've found. Calling https://graph.microsoft.com/beta/...
gharchive/issue
2021-08-24T20:40:47
2025-04-01T06:39:36.911035
{ "authors": [ "Neutrino-Sunset" ], "repo": "microsoftgraph/microsoft-graph-explorer-v4", "url": "https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/1077", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1080584030
Ngrok does not work over network So I have a problem with ngrok. I'v worked with nexphisher and blackeye. And it worked only on devices that are connected to the same network as me. I"m using kali linux on oracle VM Ubunto(last Version). Can anyone help? I'm sorry but I'm not sure how I can help. The ngrok docs hav...
gharchive/issue
2021-12-15T05:31:59
2025-04-01T06:39:36.923646
{ "authors": [ "anonymh", "jasonjoh" ], "repo": "microsoftgraph/nodejs-webhooks-sample", "url": "https://github.com/microsoftgraph/nodejs-webhooks-sample/issues/351", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1234513074
How to implement variants in Microweber? hi, the variants are not finished yet , we started work on them but they are hidden for now until we finish them Originally posted by @peter-mw in https://github.com/microweber/microweber/issues/771#issuecomment-942108793 Good day, as posted before we are in the process of d...
gharchive/issue
2022-05-12T21:46:36
2025-04-01T06:39:36.928592
{ "authors": [ "FractalMind", "peter-mw" ], "repo": "microweber/microweber", "url": "https://github.com/microweber/microweber/issues/863", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1988870736
"Navigate to page" not working properly (testing with cbz file) Type of installation Setup (.exe) Type of reader (if reader related) image Steps to reproduce Navigate to page with mouse or f shortcut ✔️ Expected Behavior Navigate to page ❌ Actual Behavior Cannot Navigate to correct page. If I want to jump to 188, it...
gharchive/issue
2023-11-11T09:58:10
2025-04-01T06:39:36.953059
{ "authors": [ "mienaiyami", "pein0saga" ], "repo": "mienaiyami/yomikiru", "url": "https://github.com/mienaiyami/yomikiru/issues/301", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
711448608
Window should support not having a frame/title Window is currently hard coded to have a frame (and title). There are cases where this frame is un-wanted, especially in scenarios where the user wants max screen real estate. Suggestion is to Add a bool HasFrame property (default true). Can't be Frame because that's al...
gharchive/issue
2020-09-29T21:01:26
2025-04-01T06:39:36.967879
{ "authors": [ "BDisp", "tig" ], "repo": "migueldeicaza/gui.cs", "url": "https://github.com/migueldeicaza/gui.cs/issues/927", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
310711372
refresh? Does it support automatic refresh? @siitao yes, it polls the CoinMarketCap API every minute @siitao btw just added ctrl-r keyboard shortcut to force refresh
gharchive/issue
2018-04-03T06:36:12
2025-04-01T06:39:37.005460
{ "authors": [ "miguelmota", "siitao" ], "repo": "miguelmota/cointop", "url": "https://github.com/miguelmota/cointop/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1989443611
Version 1 A major rewrite. Among the changes are: TokenKinds are replaced by strings. Uses the minimal instead of the classic LR parsing algorithm to generate the parser table. This resulted in a reduction of Hyloa's parser table from more than 100 000 states to 472 (!) making me believe there must be a bug somewher...
gharchive/pull-request
2023-11-12T15:08:29
2025-04-01T06:39:37.017801
{ "authors": [ "mik-jozef" ], "repo": "mik-jozef/lr-parser-typescript", "url": "https://github.com/mik-jozef/lr-parser-typescript/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1379075446
処理を他のスレッドへ逃がす そもそも GIL の関係でメインスレッドでしか動かないとなったら諦めるけど、さすがにそんなことはないと信じたい duplicate of #8
gharchive/issue
2022-09-20T09:08:21
2025-04-01T06:39:37.022176
{ "authors": [ "mika-f" ], "repo": "mika-f/nekodraw", "url": "https://github.com/mika-f/nekodraw/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1618797109
Need ability to inject stdout and stderr writers to prompt Is your feature request related to a problem? Please describe. I want to test the output of a multiselect prompt in unit tests. Describe the solution you'd like I want to be able to pass impl std::io::Write for both stdout and stderr into the multiselect prom...
gharchive/issue
2023-03-10T11:03:48
2025-04-01T06:39:37.027145
{ "authors": [ "HerringtonDarkholme", "Mubashwer", "mikaelmello" ], "repo": "mikaelmello/inquire", "url": "https://github.com/mikaelmello/inquire/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
158057373
Rate limiting It would be nice to build automatic rate-limiting into the client Hey hank, we though about it for a while, but we didn't want to start adding random features to a library that is meant to be just a dumb client (you'll see we're also moving away from rich classes to parse responses). If you have a goo...
gharchive/issue
2016-06-02T04:32:02
2025-04-01T06:39:37.033709
{ "authors": [ "hankditton", "intinig" ], "repo": "mikamai/ruby-lol", "url": "https://github.com/mikamai/ruby-lol/issues/53", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
249097383
Trying to update Mobile Device Name for an IOS device Is the Mobile Device Name the "general" section of the device inventory, the same as the "Device Name" in the "attribute to update" dropdown in The MUT? I tried to update the Mobile Device name from iPad to a actual name. The MUT seems to be ok with it, but after...
gharchive/issue
2017-08-09T17:01:23
2025-04-01T06:39:37.051481
{ "authors": [ "mike-levenick", "motnoslo" ], "repo": "mike-levenick/mut", "url": "https://github.com/mike-levenick/mut/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2917346
Basic Auth Fail Where curl succeeds: curl -L https://XXXX:XXXX@build.phonegap.com/api/v1/apps/63320/android request fails: > var request = require('request'), url = require('url'), uri = url.parse('https://XXXX:XXXX@build.phonegap.com/api/v1/apps/63320/android'); console.log(uri); request({url: uri}, function(e...
gharchive/issue
2012-01-20T21:49:00
2025-04-01T06:39:37.101518
{ "authors": [ "CrabDude", "alunny", "dscape", "mikeal" ], "repo": "mikeal/request", "url": "https://github.com/mikeal/request/issues/160", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
897622162
Crypto: synchronous password hashing? https://github.com/mikecao/umami/blob/5ecaf5587b6bb5968a4b0c53c110bf807dbe9fed/lib/crypto.js#L42-L48 Why would we use hashSync and compareSync in asynchronous functions? They could lead to reduced I/O efficiency. It's not that big a deal performance wise, but yes, should be syn...
gharchive/issue
2021-05-21T02:35:30
2025-04-01T06:39:37.103797
{ "authors": [ "Alan-Liang", "mikecao" ], "repo": "mikecao/umami", "url": "https://github.com/mikecao/umami/issues/679", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
38550490
Forcing evaluation to integer prevents infinite looping with ruby-units If you use ruby-units in your project the division of 1/2 will return a fraction, in turn this will yield an infinite loop in this method causing any call to mail to fail and freeze the system. By simply ensuring we're casting to an integer we a...
gharchive/pull-request
2014-07-23T17:11:36
2025-04-01T06:39:37.109168
{ "authors": [ "cbillen", "jeremy" ], "repo": "mikel/mail", "url": "https://github.com/mikel/mail/pull/754", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
741036124
Trying to read report var devices = HidLibrary.HidDevices.Enumerate(1848); device = devices.FirstOrDefault(); device.OpenDevice(); device.ReadReport(ReadReportCallback); Gives me System.PlatformNotSupportedException: 'Operation is not supported on this platform.' I'm on win 10 running .Net 5 I used the source and ...
gharchive/issue
2020-11-11T20:07:04
2025-04-01T06:39:37.123293
{ "authors": [ "Asken", "olegtar83" ], "repo": "mikeobrien/HidLibrary", "url": "https://github.com/mikeobrien/HidLibrary/issues/123", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
989136379
Question: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. I am not sure whether this is the expected behaviour or actually an issue, or if it's actually related ...
gharchive/issue
2021-09-06T12:45:28
2025-04-01T06:39:37.131776
{ "authors": [ "nandaccio" ], "repo": "mikependon/RepoDB", "url": "https://github.com/mikependon/RepoDB/issues/867", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
657394151
Add expandAllOnPath method to ExpandableExtension #911 Added method for expanding all items on a path. Updated the example just to show how to use this method. I'm not sure what are use cases of using similar method expandIncludeParents. I mean, is there any way to get a position of a collapsed element? thank you s...
gharchive/pull-request
2020-07-15T14:26:41
2025-04-01T06:39:37.135960
{ "authors": [ "JakubMosakowski", "mikepenz" ], "repo": "mikepenz/FastAdapter", "url": "https://github.com/mikepenz/FastAdapter/pull/912", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
935847333
Using DTO Class in constructor. Describe the bug I need help, is it possible to use a DTO class in a entity constructor? I am looking for an ORM that allows it. because I have entities with many parameters and it is cleaner this way Stack trace node_1 | [NestWinston] Error 7/2/2021, 2:36:42 PM Method: GET; Path: /...
gharchive/issue
2021-07-02T14:59:00
2025-04-01T06:39:37.174946
{ "authors": [ "B4nan", "sojeda" ], "repo": "mikro-orm/mikro-orm", "url": "https://github.com/mikro-orm/mikro-orm/issues/2001", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1182522112
updateSchema() throws TypeError when encountering compound foreign keys on SQLite With the following schema: @Entity() class Foo { @OneToMany(() => Bar, bar => bar.foo) bars = new Collection<Bar>(this); @PrimaryKey() id!: number; @PrimaryKey() something?: number; } @Entity() class Bar { @ManyToOne() foo!: Fo...
gharchive/issue
2022-03-27T13:04:39
2025-04-01T06:39:37.179852
{ "authors": [ "B4nan", "ghakko" ], "repo": "mikro-orm/mikro-orm", "url": "https://github.com/mikro-orm/mikro-orm/issues/2959", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1330156932
The type 'MongoDriver' does not meet the restriction 'IDatabaseDriver' MikroORM.init Describe the bug I am trying to set the type of the generic in the MikroORM init method, but now I get a type error, previously I didn't have it. Recently I noticed this error, I can't say from which version it is. import { MikroORM ...
gharchive/issue
2022-08-05T16:50:42
2025-04-01T06:39:37.187928
{ "authors": [ "B4nan", "kaname-png" ], "repo": "mikro-orm/mikro-orm", "url": "https://github.com/mikro-orm/mikro-orm/issues/3367", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
584639572
Question about Mongo Partial Index How can this index be achieved? db.collectionName.createIndex( {unique: true, partialFilterExpression: {username: { $exists: true }}} ); Currently not possible but should be easy to add.
gharchive/issue
2020-03-19T19:15:42
2025-04-01T06:39:37.189202
{ "authors": [ "B4nan", "osayfun" ], "repo": "mikro-orm/mikro-orm", "url": "https://github.com/mikro-orm/mikro-orm/issues/415", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
333010093
"TypeError: bot.checkRole is not a function" error bot.checkRole can't be called from nowhere. TypeError: bot.checkRole is not a function at Object.process (D:\dusty\src\commands\reboot.js:7:13) at Client.bot.on (D:\dusty\src\bot.js:54:42) at emitOne (events.js:116:13) at Client.emit (events.js:211:7) at MessageCrea...
gharchive/issue
2018-06-16T19:36:40
2025-04-01T06:39:37.203730
{ "authors": [ "milesflo", "villam98" ], "repo": "milesflo/dusty", "url": "https://github.com/milesflo/dusty/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
174321125
Flex Modifiers don't seem to be working How do I use .row-wrap, .col-bottom, etc? I have tried numerous ways and they do not seem to work. Also, I don't see the breakpoints working either. I apologize if this is my ignorance, but I was unable to see these things identified in the docs. I hope this helps... Version i...
gharchive/issue
2016-08-31T16:38:10
2025-04-01T06:39:37.234227
{ "authors": [ "cjpatoilo", "jkinley-sds" ], "repo": "milligram/milligram", "url": "https://github.com/milligram/milligram/issues/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1069163658
Fix standalone dep replicas & finalizer Signed-off-by: shaoyue.chen shaoyue.chen@zilliz.com /cc @zwd1208 /lgtm
gharchive/pull-request
2021-12-02T06:02:52
2025-04-01T06:39:37.238779
{ "authors": [ "haorenfsa", "zwd1208" ], "repo": "milvus-io/milvus-operator", "url": "https://github.com/milvus-io/milvus-operator/pull/54", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1160575531
Add support for accessing security endpoints The new datahub security endpoints allow the registration of clients, their public keys and also ACLs. It should be possible to access these endpoints from mim mim security client store mim security client get mim security acls store mim security acls get This is im...
gharchive/issue
2022-03-06T10:36:42
2025-04-01T06:39:37.679194
{ "authors": [ "andebor", "gra-moore" ], "repo": "mimiro-io/datahub-cli", "url": "https://github.com/mimiro-io/datahub-cli/issues/87", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2369931994
Composer: missing binary file in "bin" directory Prerequisites Put an X between the brackets on this line if you have done all of the following: [X] Reproduced the problem or exposed a new need [X] Checked the GitHub existing issues Description When doing a composer install, the binary mindee is missing in the /bi...
gharchive/issue
2024-06-24T11:00:16
2025-04-01T06:39:37.707673
{ "authors": [ "Divi", "sebastianMindee" ], "repo": "mindee/mindee-api-php", "url": "https://github.com/mindee/mindee-api-php/issues/69", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2003528661
导出csv文件,csvExportParams.setSpiltMark();修改默认的分隔符不生效,最后还是以逗号作为分割符 请按照一下格式提交issue,谢谢! 你当前使用的是哪个版本的 MinDoc(godoc_linux_amd64 version)? 你当前使用的是什么操作系统? 你是如何操作的? 你期望得到什么结果? 当前遇到的是什么结果? 是否问错了地方?
gharchive/issue
2023-11-21T06:05:18
2025-04-01T06:39:37.709675
{ "authors": [ "gsw945", "zyf1192306713" ], "repo": "mindoc-org/mindoc", "url": "https://github.com/mindoc-org/mindoc/issues/910", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
660389032
Don't pass single filenames to golangci-lint so it doesn't run in parallel Per default, pre-commit passes a list of modified files to the called hook. This means that e.g. all modified *.go files are processed as a list and then piped one-by-one to the target pre-commit hook. golangci-lint comes with a lockfile per d...
gharchive/pull-request
2020-07-18T21:23:04
2025-04-01T06:39:37.785761
{ "authors": [ "mariux", "soerenmartius" ], "repo": "mineiros-io/pre-commit-hooks", "url": "https://github.com/mineiros-io/pre-commit-hooks/pull/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1324635933
Farming Interactions This PR sets up several block interactions meant to mimic Vanilla behavior relating to crop and farmland behavior. Closes #3. One general comment, please try to use nullability annotations (NotNull, Nullable, UnknownNullability), it lets IntelliJ & null away give better hints
gharchive/pull-request
2022-08-01T15:57:19
2025-04-01T06:39:37.788347
{ "authors": [ "GreatWyrm", "mworzala" ], "repo": "minestommmo/JointMMO", "url": "https://github.com/minestommmo/JointMMO/pull/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
251152370
Allow relative CAS_SERVER_URL without protocol and hostname I run multiple instances of the Django application and roll out updates rapidly by directing live traffic at my load-balancer. By allowing settings.CAS_SERVER_URL to be relative, the Django application can figure out the correct protocol (http/https) and hos...
gharchive/pull-request
2017-08-18T06:35:03
2025-04-01T06:39:37.871422
{ "authors": [ "cynici", "mingchen" ], "repo": "mingchen/django-cas-ng", "url": "https://github.com/mingchen/django-cas-ng/pull/134", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1533034035
🛑 MineVN Website is down In a636d39, MineVN Website (http://minevn.net) was down: HTTP code: 0 Response time: 0 ms Resolved: MineVN Website is back up in df72889.
gharchive/issue
2023-01-13T23:35:08
2025-04-01T06:39:37.873867
{ "authors": [ "minhh2792" ], "repo": "minhh2792/uptime", "url": "https://github.com/minhh2792/uptime/issues/1311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1284677623
🛑 MineVN Maven & Resource Pack is down In 2cb90e9, MineVN Maven & Resource Pack (http://app.minevn.net/pack) was down: HTTP code: 502 Response time: 437 ms Resolved: MineVN Maven & Resource Pack is back up in 2e05d48.
gharchive/issue
2022-06-25T18:16:09
2025-04-01T06:39:37.876747
{ "authors": [ "minhh2792" ], "repo": "minhh2792/uptime", "url": "https://github.com/minhh2792/uptime/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2498560291
write formula to Excel, formula treated as string Excel Type [x] XLSX [ ] XLSM [ ] CSV [ ] OTHER Upload Excel File MiniExcel Version 1.34.1 Description When you directly output formulas to an Excel file using MiniExcel, and then save it as a new file, the cells containing the formulas are treated as regular data, ...
gharchive/issue
2024-08-31T02:20:32
2025-04-01T06:39:37.881641
{ "authors": [ "EanLee", "RaZer0k" ], "repo": "mini-software/MiniExcel", "url": "https://github.com/mini-software/MiniExcel/issues/667", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1714715921
Add option to skip null values when writing to Excel Fixes #496 @0MG-DEN merged 👍👍👍
gharchive/pull-request
2023-05-17T22:06:59
2025-04-01T06:39:37.882880
{ "authors": [ "0MG-DEN", "shps951023" ], "repo": "mini-software/MiniExcel", "url": "https://github.com/mini-software/MiniExcel/pull/497", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
436869940
create different classes for animated and static galleries to solve the problem with vertical spacing create only function specific class for this, ex. min-height, no-min-height
gharchive/issue
2019-04-24T19:33:24
2025-04-01T06:39:37.883774
{ "authors": [ "elotroalex" ], "repo": "minicomp/wax", "url": "https://github.com/minicomp/wax/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }