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 covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Happy Coding!
|
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 doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.
Happy Coding!
In a selected Directory, I type in the cmd : "code ."
VSCode opens up but the include directories of header/cpp files are not being recognized. For instance , if I have the files
"directoryA/test.h" and "directoryB/test.cpp" , and do --> include "directoryA/test.h" in the test.cpp file, then VSCODE cannot link these two files together, meaning Defined variables of test.h are not showing up automatically. Compilation works fine.
The "command-line error: invalid option: --using_directory" line is showing in both .h and .cpp files.
It also does not matter if the .h and .cpp files are in the same directory.
I have the same problem now. How was this problem finally solved?
I have the same problem now. How was this problem finally solved?
It was not.... I will write an issue to the cpp extension experts! If you find a solution please let me know.
Thanks :)
I have the same problem now. How was this problem finally solved?
There is already a thread concerning this issue :
https://github.com/microsoft/vscode-cpptools/issues/10249
Fixed with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.13.8
|
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:
Enable new (installing) extensions only for selected workspace.
For other workspaces, it should be disabled by default.
And there can be a dialog if I want to install the extension globally.
Thank you for your attention
/duplicate
Use Profiles feature - https://github.com/microsoft/vscode/issues/116740
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Happy Coding!
Thanks for help
|
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_NT ia32 6.1.7601
Steps to Reproduce:
If you want to replace something in a selection and then you want to change the selection you must put off the Selection Replace (which is in other editor not the case).
But for this reason now the cursor jumps pretty unwanted automatically to the next hit on the whole text, which is pretty annoying in large text.
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.75.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
OK then do whatever you want with this report.
@F1r3Pr1nc3 would you mind checking if it's still an issue with the very latest VS Code stable when time allows?
@F1r3Pr1nc3 would you mind checking if it's still an issue with the very latest VS Code stable when time allows?
Yes, it is the same in the actual version.
Version: 1.75.1 (user setup)
Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf
Date: 2023-02-08T21:32:34.589Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2
V8: 10.2.154.23-electron.0
OS: Windows_NT x64 10.0.19042
Hey @rebornix, this issue might need further attention.
@F1r3Pr1nc3, you can help us out by closing this issue if the problem no longer exists, or adding more information.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
|
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 turning orange
VS Code version: Code 1.78.0 (252e5463d60e63238250799aef7375787f68b4ee, 2023-05-03T20:09:00.748Z)
OS version: Windows_NT x64 10.0.18363
Modes:
Sandboxed: No
Remote OS version: Linux x64 4.19.128-microsoft-standard
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz (12 x 2592)
GPU Status
2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled
Load (avg)
undefined
Memory (System)
15.81GB (3.33GB free)
Process Argv
--crash-reporter-id 3c81871e-805f-4e1a-8293-4564e7bf16ac
Screen Reader
no
VM
0%
Item
Value
Remote
WSL: Ubuntu
OS
Linux x64 4.19.128-microsoft-standard
CPUs
Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz (8 x 2592)
Memory (System)
7.77GB (4.90GB free)
VM
0%
Extensions (18)
Extension
Author (truncated)
Version
vscode-svelte-snippets
fiv
0.5.0
vscode-edge-devtools
ms-
2.1.1
jupyter-keymap
ms-
1.1.0
remote-wsl
ms-
0.78.4
gitlens
eam
13.5.0
vscode-docker
ms-
1.25.0
isort
ms-
2022.8.0
python
ms-
2023.8.0
vscode-pylance
ms-
2023.5.10
jupyter
ms-
2023.4.1011241018
jupyter-keymap
ms-
1.1.0
jupyter-renderers
ms-
1.0.15
vscode-jupyter-cell-tags
ms-
0.1.8
vscode-jupyter-slideshow
ms-
0.1.5
vscode-xml
red
0.25.0
copy-relative-path-posix
rss
0.0.4
docker
vsc
1.0.0
yaml
vsc
1.0.0
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscorecescf:30445987
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdc:30486549
c4g48928:30535728
dsvsc012:30540252
pynewext54:30695312
azure-dev_surveyone:30548225
vscccc:30610679
3biah626:30602489
pyind779:30671433
f6dab269:30613381
pythonsymbol12:30671437
a9j8j154:30646983
showlangstatbar:30730054
azdwalk:30721579
pythonms35:30701012
pythonfmttext:30731395
fixshowwlkth:30730052
showsbindicator:30730056
Have you disabled debug.enableStatusBarColor?
What theme?
Can you try starting with --disable-extensions?
got same problem today the theme changed by itself apparently
Having the same problem, this hapenning after I accepted the change to the new "Dark Modern" theme.
The flag is enabled.
Even worse, step debuggers do not work this way.
In that theme, it should turn blue. Can other share their theme?
Does it work as expected if you change your theme back to Dark+?
Maybe someone can share a video to be sure that I understand correctly, I don't see an issue.
@roblourens Yes, it works as expected when changing the theme back to Dark+. I expected the "Dark Modern" theme to color the bar in the same way, but thanks for suggesting changing the theme back to Dark+.
Do you happen to have any workbench.colorCustomizations in your settings.json?
I have the tame problem (V1.78.2). For me, it happens only with the "Dark Modern" theme, all other themes are fine, the bar is orange. I don't have any customizations in the settings.json file.
For now I simply switched to "Dark (Visual Studio)".
Do you happen to have any workbench.colorCustomizations in your settings.json?
No, I do not have any workbench.colorCustomizations in my settings.json. If the color of the bar is not expected to be orange in the "Dark Modern" theme, then I think this issue should be closed.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
This is a great feature. I missed this feature after updating so I downgraded to 1.74.3
|
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",
"license_source": "github-api"
}
|
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:00:40.428Z)
OS version: Darwin arm64 22.4.0
Modes:
Sandboxed: No
System Info
Item
Value
CPUs
Apple M2 (8 x 24)
GPU Status
2d_canvas: enabledcanvas_oop_rasterization: disabled_offdirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled
Load (avg)
6, 3, 3
Memory (System)
16.00GB (0.08GB free)
Process Argv
--crash-reporter-id aeade9be-d3e2-4070-ab12-dfee8eaedabb
Screen Reader
no
VM
0%
Extensions (93)
Extension
Author (truncated)
Version
Bookmarks
ale
13.3.1
project-manager
ale
12.7.0
stm32-for-vscode
bmd
3.2.5
better-toml
bun
0.3.2
npm-intellisense
chr
1.4.4
path-intellisense
chr
2.8.4
doxdocgen
csc
1.4.0
vscode-office
cwe
3.1.4
arm
dan
1.7.4
dart-code
Dar
3.64.0
flutter
Dar
3.64.0
vscode-eslint
dba
2.4.0
python-environment-manager
don
1.0.4
rust-syntax
dus
0.6.1
vscode-html-css
ecm
1.13.1
EditorConfig
Edi
0.16.4
prettier-vscode
esb
9.12.0
esp-idf-extension
esp
1.6.2
auto-close-tag
for
0.5.14
godot-tools
gee
1.3.1
vscode-github-actions
git
0.25.7
go
gol
0.38.0
vscode-drawio
hed
1.6.6
vscode-htmlhint
HTM
1.0.4
rest-client
hum
0.25.1
yuml
Jai
3.5.1
plantuml
jeb
2.17.5
better-cpp-syntax
jef
1.17.2
svg
joc
1.5.2
svn-scm
joh
2.15.7
cmake-language-support-vscode
jos
0.0.9
cortex-debug
mar
1.10.0
debug-tracker-vscode
mcu
0.0.15
memory-view
mcu
0.0.20
rtos-views
mcu
0.0.6
git-graph
mhu
1.30.0
diff-merge
mos
0.7.0
csharp
ms-
1.25.7
vscode-dotnet-runtime
ms-
1.6.0
vscode-kubernetes-tools
ms-
1.3.11
isort
ms-
2022.8.0
python
ms-
2023.8.0
vscode-pylance
ms-
2023.5.20
jupyter
ms-
2023.4.1011241018
jupyter-keymap
ms-
1.1.0
jupyter-renderers
ms-
1.0.15
vscode-jupyter-cell-tags
ms-
0.1.8
vscode-jupyter-slideshow
ms-
0.1.5
remote-containers
ms-
0.292.0
remote-ssh
ms-
0.102.0
remote-ssh-edit
ms-
0.86.0
remote-wsl
ms-
0.78.4
cmake-tools
ms-
1.14.31
cpptools
ms-
1.15.4
hexeditor
ms-
1.9.11
mono-debug
ms-
0.16.3
remote-explorer
ms-
0.4.0
godot-csharp-vscode
nei
0.2.1
vscode-extension-auto-import
Nuc
1.4.3
rust-and-friends
nyx
1.0.0
vetur
oct
0.37.3
platformio-ide
pla
3.1.1
minapp-vscode
qiu
2.4.10
java
red
1.18.0
vscode-commons
red
0.0.6
vscode-xml
red
0.25.0
vscode-yaml
red
1.12.2
git-commit-plugin
red
1.1.2
LiveServer
rit
5.7.9
rust-analyzer
rus
0.3.1506
crates
ser
0.5.11
markdown-preview-enhanced
shd
0.6.8
rust-pack
Swe
0.3.3
even-better-toml
tam
0.19.0
tauri-vscode
tau
0.2.6
cmake
twx
0.0.17
vscode-lldb
vad
1.9.1
intellicode-api-usage-examples
Vis
0.2.7
vscodeintellicode
Vis
1.2.30
vscode-boot-dev-pack
vmw
0.2.1
vscode-spring-boot
vmw
1.46.0
vscode-gradle
vsc
3.12.7
vscode-java-debug
vsc
0.50.0
vscode-java-dependency
vsc
0.22.0
vscode-java-pack
vsc
0.25.11
vscode-java-test
vsc
0.38.2
vscode-lombok
vsc
1.1.0
vscode-maven
vsc
0.41.0
vscode-spring-boot-dashboard
vsc
0.13.0
vscode-spring-initializr
vsc
0.11.2
vscode-icons
vsc
12.4.0
volar
Vue
1.6.4
vscode-proto3
zxh
0.5.5
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscorecescf:30445987
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vsclangdf:30486550
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30695312
azure-dev_surveyonecf:30548226
vscccc:30610679
3biah626:30602489
pyind779:30671433
f6dab269:30613381
pythonsymbol12:30671437
showlangstatbar:30737416
vsccsb:30705552
azdwalk:30721579
pythonms35:30701012
pythonfmttext:30731395
pythoncmvfstrcf:30731970
fixhidewlkth:30730051
hidesbindicator:30730055
pythongtdpathcf:30731979
Merging to https://github.com/microsoft/vscode/issues/161586
|
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, the scroll event fires many times per second and the setState call seems to take some time:
I think if you would only rerender the sticky scroll widget when necessary (and generally try to minimize dom API accesses), we could improve the performance here easily.
I think StickyScrollWidgetState could have an equals method and setState would just do an early return if the new state equals the old state.
Thanks for this remark. It is a very good optimization point.
|
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 hampers development efficiency, undermines the coding experience, and necessitates immediate resolution to restore the tool's vital support.
Solution:
Update VS Code: Ensure you have the latest version by going to Help > Check for Updates.
Restart: Restart VS Code to resolve potential Intellisense problems.
Install Language Extension: Get the right language extension from the VS Code Marketplace.
Check Firewall: Ensure VS Code can access the internet for Intellisense resources.
Disable Interfering Extensions: Turn off extensions that might be causing conflicts in File > Preferences > Extensions.
Reset IntelliSense Database: Clear cached data by typing "C/C++: Reset IntelliSense Database" in the Command Palette (Ctrl+Shift+P).
Reinstall VS Code: If issues persist, consider reinstalling VS Code as a last resort.
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.
Happy Coding!
|
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 option by right clicking the variable in the debugging mode. The version of vs code is up-to-date. Could anyone help me out? Thanks for any advice.
VS Code version: Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937, 2024-01-31T10:28:19.990Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
Item
Value
CPUs
12th Gen Intel(R) Core(TM) i7-12700H (20 x 2688)
GPU Status
2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled
Load (avg)
undefined
Memory (System)
23.75GB (11.50GB free)
Process Argv
C:\Users\jerry\Desktop\题目2\pairs trading.py --crash-reporter-id e3551513-5487-436b-bf38-cd4d3781ba5d
Screen Reader
no
VM
0%
Extensions (10)
Extension
Author (truncated)
Version
copilot
Git
1.156.0
copilot-chat
Git
0.12.0
debugpy
ms-
2024.0.0
python
ms-
2024.0.0
vscode-pylance
ms-
2023.12.1
jupyter
ms-
2024.1.0
jupyter-keymap
ms-
1.1.2
jupyter-renderers
ms-
1.0.17
vscode-jupyter-cell-tags
ms-
0.1.8
vscode-jupyter-slideshow
ms-
0.1.5
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:30899288
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30951796
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
pythontbext0:30879054
accentitlementsc:30887149
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
dsvsc019bcf:30953938
d34g3935:30958340
7j2b6412:30949929
duplicate of https://github.com/microsoft/vscode-jupyter/issues/15121
|
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 settings preserve the specified default value (could not find documentation)?
This is the case for "dependsOn" (probably also "dependsOrder").
Arguably ALL settings should respect specified global values, but my current use case for "dependsOn":
I have many tasks are related to BUILD XXXX with alternative build types/arch/targets. Preferred over a bunch of inputs (pickString) to get terminal panels for each one with separate logs.
All depend on a task that essentially stops all debugging to prevent binaries being protected from write access.
I have to add this task manually to each because the globally set "dependsOn" is ignored. If I want to change the task, I have to search and replace everywhere instead of just the flexible global etc.
In general, there is a reason why not all settings are preserved?
Regards
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
|
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 version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
Item
Value
CPUs
12th Gen Intel(R) Core(TM) i5-1235U (12 x 2496)
GPU Status
2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled
Load (avg)
undefined
Memory (System)
7.73GB (2.68GB free)
Process Argv
--crash-reporter-id 4c51330c-9686-4911-8eee-998c3f91cab8
Screen Reader
no
VM
0%
Extensions (38)
Extension
Author (truncated)
Version
vscode-intelephense-client
bme
1.10.2
dart-code
Dar
3.84.0
es7-react-js-snippets
dsz
4.4.3
vscode-html-css
ecm
2.0.9
copilot
Git
1.173.0
copilot-chat
Git
0.13.1
go
gol
0.41.2
csdevkit
ms-
1.4.29
csharp
ms-
2.22.3
vscode-dotnet-runtime
ms-
2.0.2
vscodeintellicode-csharp
ms-
0.1.26
debugpy
ms-
2024.2.0
python
ms-
2024.2.1
vscode-pylance
ms-
2024.3.1
jupyter
ms-
2024.2.0
jupyter-keymap
ms-
1.1.2
jupyter-renderers
ms-
1.0.17
vscode-jupyter-cell-tags
ms-
0.1.8
vscode-jupyter-slideshow
ms-
0.1.5
cmake-tools
ms-
1.17.17
cpptools
ms-
1.19.8
cpptools-extension-pack
ms-
1.3.0
powershell
ms-
2024.0.0
java
red
1.28.1
LiveServer
rit
5.7.9
rust-analyzer
rus
0.3.1877
ruby-lsp
Sho
0.5.15
bootstrap4-vscode
the
6.1.0
cmake
twx
0.0.17
intellicode-api-usage-examples
Vis
0.2.8
vscodeintellicode
Vis
1.3.1
vscode-java-debug
vsc
0.56.2
vscode-java-dependency
vsc
0.23.5
vscode-java-pack
vsc
0.25.15
vscode-java-test
vsc
0.40.1
vscode-maven
vsc
0.44.0
volar
Vue
2.0.6
JavaScriptSnippets
xab
1.8.0
(2 theme extensions excluded)
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:30899288
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
2e7ec940:30986170
pythontbext0:30879054
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfcontrol:30979541
d34g3935:30971562
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30958157
dsvsc020:30976470
Hello @Vison-west ,
This issue is not related to vs code, but your browser, so this issue should be closed.
I have also tried the code for you, and it works fine here:
/question
We closed this issue because it is a question about using VS Code rather than an issue or feature request. Please search for help on StackOverflow, where the community has already answered thousands of similar questions. You may find their guide on asking a new question helpful if your question has not already been asked. See also our issue reporting guidelines.
Happy Coding!
|
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>
modify the name of the tag on the opening tag, you would find out that the closing tag is automatically deleted while not added automatically.
/needsMoreInfo
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.
Happy Coding!
/needsMoreInfo
Sorry, I just misclicked the post button.
The Ayu theme extension cause this issue.
/causedByExtension
/causedByExtension
Sorry for my misunderstood, It's indeed an issue. If there are some attributes in the opening tag, you can't delete the entire name, then change it to another one, like this.
If you delete part of the name, it wokrs.
If there is no attributes in the opening tags, it works perfectly whether deleting the entire name or part of the name.
@aeschli is this your area? If not, please redirect. It also needs two tags removing.
+1 Experiencing this (annoying) issue as well.
Sometimes if I type too fast, the tag on the other side couldn't catch up, and stops updating half-way.
Facing this exact same issue as well
Still happening on VSCode 1.92.2.
same here
On 1.93.0, this is no longer a problem as far as I can tell. Can anyone else confirm?
It also works pretty well with the vim plugin.
Sometimes if I type too fast, the tag on the other side couldn't catch up, and stops updating half-way.
The same problem. It appears that at this point the only way to ensure predictable behavior is to disable this setting.
This problem has nothing to do with extensions. I just did a bisect and even without any extensions enabled this bug still occures.
https://github.com/user-attachments/assets/24507368-a003-4343-810b-a12652278f3c
21-10-2024 issue persists. I have found a woraround, you have to select the tag name and then instead of clearing the name, start writing the new one..
Duplicate of #185279
|
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://github.com/microsoft/vscode/issues/208276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
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 pass the full set of fields.
Friendly ping! Looks like this issue requires some further steps to be verified. Please provide us with the steps necessary to verify this issue.
Why i should do this when i dont get 1 single dollar but any cheater get
so mouch money or when i say im how to start this they laughs at me and
since yesterday I keep getting stupid messages About giving access and
taking money from whom, those whom I myself brought to this stage
On Wed, May 29, 2024, 2:52 AM VSCode Triage Bot @.***>
wrote:
Friendly ping! Looks like this issue requires some further steps to be
verified. Please provide us with the steps necessary to verify this issue.
—
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode/issues/211894#issuecomment-2137464955,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AWBOC6BKJNNI3P6GED2NYO3ZEXMTJAVCNFSM6AAAAABHEW4OCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZXGQ3DIOJVGU
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>
Steps: from an extension, call debug.addBreakpoints(new FunctionBreakpoint(...)) and verify that the breakpoint shows up in the UI, and in the debug.breakpoints list, with all the correct fields that you passed in the FunctionBreakpoint constructor.
|
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 execute git.commit /30
at r.h (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:153:189812)
c @ notificationsAlerts.ts:40
GIT Output
2024-05-07 10:54:04.887 [info] > git config --get commit.template [94ms]
2024-05-07 10:54:04.956 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/feature/<REDACTED> refs/remotes/feature/<REDACTED> [130ms]
2024-05-07 10:54:05.090 [info] > git status -z -uall [118ms]
2024-05-07 10:54:05.236 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/feature/<REDACTED> [114ms]
2024-05-07 10:54:05.380 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/feature/<REDACTED> [119ms]
2024-05-07 10:54:05.531 [info] > git config --local branch.feature/<REDACTED>.vscode-merge-base [94ms]
2024-05-07 10:54:05.531 [warning] git config failed: Failed to execute git
2024-05-07 10:54:05.647 [info] > git reflog refs/heads/feature/<REDACTED> --grep-reflog=branch: Created from *. [95ms]
VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:09:22.859Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
Item
Value
CPUs
12th Gen Intel(R) Core(TM) i7-1270P (16 x 2496)
GPU Status
2d_canvas: enabledcanvas_oop_rasterization: enabled_ondirect_rendering_display_compositor: disabled_off_okgpu_compositing: enabledmultiple_raster_threads: enabled_onopengl: enabled_onrasterization: enabledraw_draw: disabled_off_okskia_graphite: disabled_offvideo_decode: enabledvideo_encode: enabledvulkan: disabled_offwebgl: enabledwebgl2: enabledwebgpu: enabled
Load (avg)
undefined
Memory (System)
31.67GB (11.14GB free)
Process Argv
--folder-uri file:///c%3A/sources/Repos/FLT --crash-reporter-id 0ed2dc76-86cb-4e82-89ae-a98b71ec0a3f
Screen Reader
no
VM
0%
Extensions (15)
Extension
Author (truncated)
Version
vscode-tailwindcss
bra
0.10.5
copilot
Git
1.187.0
copilot-chat
Git
0.15.0
vscode-github-actions
git
0.26.2
rainbow-csv
mec
3.11.0
vscode-docker
ms-
1.29.1
vscode-dotnet-runtime
ms-
2.0.3
vscode-edge-devtools
ms-
2.1.5
data-workspace-vscode
ms-
0.5.0
mssql
ms-
1.22.1
sql-bindings-vscode
ms-
0.4.0
sql-database-projects-vscode
ms-
1.4.1
live-server
ms-
0.4.13
powershell
ms-
2024.2.1
vscode-thunder-client
ran
2.22.1
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaat:30438848
c4g48928:30535728
azure-dev_surveyonecf:30548226
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
showvideot:31016892
chatpanelc:31018788
dsvsc021:30996838
724cj586:31013169
pythoncenvpt:31022790
fchga941:31038042
dwnewjupytercf:31035177
I experienced this error today. I was unable to commit with VSCode, but when I opened the repository with another git manager (I used GitExternsions), I was able to commit the changes which were generating the Actual command not found error in VSCode described above, presumably the CLI or another app would have also worked. After the successful commit with GitExtensions, committing within VSCode once again worked as expected.
|
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 added a semi-colon at the end of the second import.
I think I was expecting that the more specific line would override the less specific one.
https://github.com/microsoft/vscode/assets/61460952/56b9cd37-bee8-4025-b053-28140ec4dde7
yep this is a known issue with how code actions on save work atm.
right now, we always take the larger superset, so if you have source.fixAll: ____, any other source.fixAll type codeactions will be overridden. we do support language specific overrides though, but i'm not sure if the correct choice is to allow the user with this many options.
|
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,
+ value: 'e'
- value: 'echo hello'
}
+ expected - actual
{
"confidence": 2
"isTrusted": true
- "value": "e"
+ "value": "echo hello"
}
at Context.<anonymous> (/Users/runner/work/1/s/extensions/vscode-api-tests/src/singlefolder-tests/terminal.shellIntegration.test.ts:211:18)
Build: https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=286378
Changes: https://github.com/Microsoft/vscode/compare/331b772...b786d31
Happened again here https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=286444
Seemed to be a temporal issue as it hasn't been reported since these 2 occurrences on the same day.
|
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 the listed files for easier focus on the changes that matter to me.
When the "Source Control" view is focused you can press F3 to bring up the list find widget. You can search for the items that you are interested in, then press the "Filter" toggle on the right-hand side of the input field to only show the items that are matching the filter.
When the "Source Control" view is focused you can press F3 to bring up the list find widget. You can search for the items that you are interested in, then press the "Filter" toggle on the right-hand side of the input field to only show the items that are matching the filter.
Thank you for your reply, I tried it out, it's very good, but there is an issue, I can't use wildcards (such as *) when searching.
|
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" and now it works, presumably because the dependency is gone
Finally, try to enable "Node Debug (legacy)" and it works?! and also automatically enabled "Node Debug"
To be consistent, if it is possible to enable "Node Debug (legacy)" when "Node Debug" is disabled and automatically enable "Node Debug" then it should also be possible to disable "Node Debug" and have "Node Debug (legacy)" also be automatically disabled.
This is also confusing because there's no indication why nothing happened when I clicked on Disable on "Node Debug" while "Node Debug (legacy)" is enabled.
Try to disable "Node Debug" but nothing happens, presumably because it has a dependency
You see an error at the bottom right that there is an extension (Node Debug Legacy) depends on it
Try to disable "Node Debug (legacy)" and it works
👍
Then, also disable "Node Debug" and now it works, presumably because the dependency is gone
👍
Finally, try to enable "Node Debug (legacy)" and it works?! and also automatically enabled "Node Debug"
Yes, enabling/installing an extension also installs its dependency. If a user is trying to enable/install an extension, it is implied dependencies too.
To be consistent, if it is possible to enable "Node Debug (legacy)" when "Node Debug" is disabled and automatically enable "Node Debug" then it should also be possible to disable "Node Debug" and have "Node Debug (legacy)" also be automatically disabled.
Other way around is not good. Uninstalling / Disabling dependencies of an extension together might not be expected and users would have installed them independently. It was this behaviour (with prompt) but I should say it was not the best. Hence made disablement and uninstalling independent.
This is also confusing because there's no indication why nothing happened when I clicked on Disable on "Node Debug" while "Node Debug (legacy)" is enabled.
There is. As I said you see error prompt at the bottom right
I don't get the error prompt at all :(
Strange I see it. May be try with all extensions disabled?
I disabled all extensions then restarted VS Code. Still nothing ☹️ What other info can I collect for you?
Node Debug and Node Debug (legacy) don't appear to be installed when I run from dev (e0e2738819c0f) I'm looking for another pair to try with. Let me know if you know of one or if there's a good way to check extension dependency.
Tried with the GitHub Pull Requests extension and the built-in Git extension. Same results: when I try to disable the Git extension it does not disable (👍) but there is no notification(👎).
@alexr00 Can you please breakpoint at the following line and see if it is getting hit?
https://github.com/Microsoft/vscode/blob/a144e2fa9fc2fb91a8add05833943a00f3b86371/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.ts#L775
If it is, can you please check why the error is not being notified?
@sandy081, the error tries to fire, but in event.ts on line 132 this._listeners is undefined. this._deliveryQueue is also undefined at the start of the fire function.
@bpasero
For @alexr00 When an action is executed and returns an error, it is not notified.
https://github.com/Microsoft/vscode/blob/4b427941dc20b303e35c7687924a4a92f73c4c20/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.ts#L729
Any insights?
Any insights?
Any steps?
Try to disable an extension which is a dependent of some other extension. You can try disabling Node Debug or install Pull Request Extension and disable Git. You should see an error notification.
@sbatten I can reproduce and it looks like neither our custom context menu nor our native context menu delegate failing actions to a notification service to show the error. I think we should probably hook that in. I think this is not a recent regression, this probably never worked properly (or at least for a while).
Maybe we should open a separate issue for the menu issue, up to you @sandy081
I think its fine to use this issue and update the summary or description if needed.
I don't know when or how this was fixed, but I can not reproduce any longer. @bpasero @alexr00 to verify?
I can still reproduce by trying to disable Node Debug.
Correct. I don't see that prompt. It looks as though nothing happens when I try to disable Node Debug.
@alexr00 do you see the error in the devtools console?
No, I don't see the error in the devtools console. I just get this when I right click:
dom.ts:213 [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
@alexr00 oh im stupid, I was using the gear menu, not the context menu to disable. I can repro
@alexr00 this seems to be resolved for the context menu now, tested disabling git Hopefully I did not misread again, but please try it out.
|
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 "Clone" as well.
Hi @jamesralstin Thank you for your suggestion. I'm reluctant to add links, that we would have to maintain if they move. Forking and cloning are part of the basic vocabulary of open-source development and I'd rather users searched and found their own guidance, which matches their level (beginner, advanced, refresher).
|
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 add a new line into a source all breakpoints become unverified, which is obviously right since their position is changed. Toggling one them sends setBreakpoints for the whole module and they are back verified and functioning.
I can workaround this using 'breakpoint' event, however, the back-end doesn't know its new correct position, resetting it to the former line looks pretty random.
Is there is some way to force resending setBreakpoints for a changed module? Or can the client send it on, say, loadedSource event?
Currently we send the setBreakpoints request when the user has manually changed breakpoints in some way (by adding them, disabling/enabling them...).
When the initiazlied event arrives. When the file with breakpoints got deleted.
Currently the client does not send them for the loadedSource event and there is no way to force the cliend to send the setBreakpoints request programatically.
Thus leaving this open as a feature request.
@isidorn would you accept a PR if I do this?
@awto not at the moment. Since this feature is not requested and we did not plan to have it yet.
Maybe in the future we might reconsider. Thanks
@isidorn do you mean the code hot swapping feature isn't requested? Many debuggers has it and it is actually great. In fact this issue looks more like a bug to me not a feature, why do you need loadedSources event after all.
But ok, for now I'm going to hack this by toggling some breakpoint twice via debugger service, my adapter runs in the same process. If there is some other better way to convey the new breakpoint positions, I would be happy to know.
Thanks.
@awto there is currenly no feature reqeust for code how swapping as far as I know. Though feel free to open a new feature request.
Thanks
@isidorn I work now on a JS debugger which supports hot swapping among a few other nice things, and the hot swapping does already work there. Except all the breakpoints are deactivated, untill I toggle one of them (so "setBreakpoints" is sent again).
I'm not sure if such feature request really belongs here, as this is a feature of an adapter (and debuggee). From the vscode side every feature needed is already there, except this small issue - no way to update breakpoints position. Which I would guess should be a part of loadedSources response, so I wouldn't call this issue a feature at all.
I can workaround this (if my adapter runs in the same process), but the purposes of loadedSources event isn't clear though.
Why dont you just send a breakpoint event and update all the breakpoints that you want?
How do the breakpoint get deactivated? Do they say Unverified breakpoint. File is modified, please restart debug session on hover or something else?
Why dont you just send a breakpoint event and update all the breakpoints that you want?
I can, and I tried this, but since on adapter and debuggee sides I don't know the new breakpoint positions, if someone, say, adds a line into text. So I tried to resend the same positions I know from the last setBreakpoints, this sets their possition on a quite random looking line.
Do they say Unverified breakpoint. File is modified, please restart debug session on hover or something else?
yes, this message, and when I toggle one of them everything is back to normal, since the setBreakpoints request is resent.
@isidorn I've just checked the recent version and IDE does send now setBreakpoints on source file changed. This is not on loadedSource event though, but it is pretty enough for me. I don't know, maybe this didn't work the same on May, or it is just me. Thanks a lot!
Welcome. I have been doing some refactoring in that area and seems like I fixed it hooray.
|
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.
The problem seems to be the same with tasks, I got a big blank space but I do not have the output of the task.
Instead of :
The result is same with powershell.exe and cmd.exe. I do not have the problem with wsl.exe, exception for the task that did not found cargo...different problem I suppose...
Steps to reproduce
Set your shell to powershell.exe
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
Restart VSCode/Reload VSCode windows and display the terminal
Does this issue occur when all extensions are disabled?: Yes
This is a bug in Windows 10 1809, unfortunately we have no way to work around the issue so you will need to wait until you get the next version of Windows 10 (1903).
/duplicate https://github.com/Microsoft/vscode/issues/57803
|
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 when all extensions are disabled?: Yes/No
@Pavelbure34 same happens when you start VS Code from the command line with code --disable-extensions?
/needsMoreInfo
|
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 data under the User folder.
@Tyriar also happy for your input given you are the author of https://github.com/Microsoft/vscode/issues/3884
I removed part of the description. Specifically we can leave the backup format as it is today where we have a folder per scheme, even though that is not really needed if we take the hash of the full resource.
Is this just cleanup or is there a bigger problem with the folders being there?
@Tyriar I think it would bring us closer to a model where all of our data goes into one folder "User" and the rest is a) chrome stuff and b) some caches that can be ignored.
E.g. we could then start to think about nuking anything which is not in "User" to ensure a cleaner startup (e.g. no traces of previous chrome stuff around).
:+1: sounds good
What about extensions? Why is the extensions directory located in ~/.vscode/ rather than %APPDATA%/User?
I think very much in the beginning we were worried that Windows would automatically roam the stuff that is inside %APPDATA% so we decided to not put extensions in there. I also find it a bit unfortunate that we require 2 folders on disk to store stuff.
As mentioned in #3884, the optimum location for extensions is %LOCALAPPDATA% rather than %APPDATA%.
I expect to see the transition during my lifetime. 😁
|
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 element not found. Current active element is 'HTML > BODY.vs-dark.vscode-theme-defaults-themes-dark_plus-json.file-icons-enabled.windows'. Looking for .monaco-editor[data-uri$="settings.json"] textarea
at m.<anonymous> (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:2208:775)
at Generator.next (<anonymous>)
at file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:35:460
at new Promise (<anonymous>)
at n (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:35:237)
at m.isActiveElement (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:2208:467)
at call (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:1386:581)
at C.onPromise (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:316:346)
at C.onRawMessage (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:315:994)
at C.protocolListener.protocol.onMessage.e (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:315:531)
at d.fire (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:79:760)
at EventEmitter.n (file:///C:/apps/VSCode/1.36.1/resources/app/out/vs/workbench/workbench.main.js:77:206)
at EventEmitter.emit (events.js:182:13)
1) verifies that warning becomes an error once setting changed
I can successfully run the smoketest on 1.38on Windows
|
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:23:00.986Z)
OS version: Darwin x64 18.6.0
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)
GPU Status
2d_canvas: enabledflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: enabledoop_rasterization: disabled_offprotected_video_decode: unavailable_offrasterization: enabledskia_deferred_display_list: disabled_offskia_renderer: disabled_offsurface_synchronization: enabled_onvideo_decode: enabledviz_display_compositor: disabled_offwebgl: enabledwebgl2: enabled
Load (avg)
4, 11, 10
Memory (System)
16.00GB (3.89GB free)
Process Argv
Screen Reader
no
VM
0%
Extensions (27)
Extension
Author (truncated)
Version
unique-lines
bib
1.0.0
ssh
chr
0.0.4
ghlink
dt
1.1.0
remotehub
eam
0.5.0
EditorConfig
Edi
0.13.0
tslint
eg2
1.0.44
git-project-manager
fel
1.7.1
rest-client
hum
0.22.0
solidity
Jua
0.0.58
theme-karyfoundation-themes
kar
18.2.1
graphql-for-vscode
kum
1.15.1
vscode-docker
ms-
0.7.0
remote-containers
ms-
0.67.4
remote-ssh-edit-nightly
ms-
2019.8.19620
remote-ssh-explorer-nightly
ms-
2019.8.19622
remote-ssh-nightly
ms-
2019.8.19620
azure-account
ms-
0.8.4
azurecli
ms-
0.4.6
github-issues-prs
ms-
0.9.1
debugger-for-chrome
msj
4.11.7
vetur
oct
0.22.1
vscode-versionlens
pfl
0.24.0
vscode-yaml
red
0.4.1
vscode-workspacecontains-canary
rob
0.0.2
vscode-open-in-github
sys
1.12.0
ayu
tea
0.18.0
vscodeintellicode
Vis
1.1.9
@chrmarti does this reproduce when you disable grid layout?
Yes, it's the same with grid layout disabled.
@chrmarti I cannot reproduce, attach your settings.
I cannot reproduce using Electron 4.2.7
Fix is up at https://github.com/electron/electron/pull/19878 , should be available with next electron release.
we will take the new build and @bpasero will push it via a PR.
|
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 version: Linux x64 5.0.0-36-generic snap
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (8 x 1960)
GPU Status
2d_canvas: enabledflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onoop_rasterization: disabled_offprotected_video_decode: unavailable_offrasterization: disabled_softwareskia_renderer: disabled_offsurface_control: disabled_offsurface_synchronization: enabled_onvideo_decode: unavailable_offviz_display_compositor: enabled_onviz_hit_test_surface_layer: disabled_offwebgl: enabledwebgl2: enabled
Load (avg)
4, 2, 1
Memory (System)
7.76GB (0.16GB free)
Process Argv
--force-user-env --no-sandbox --unity-launch --no-sandbox
Screen Reader
no
VM
0%
Extensions (4)
Extension
Author (truncated)
Version
plantuml
jeb
2.13.5
intellij-idea-keybindings
k--
0.2.37
python
ms-
2019.11.50794
vscode-yaml
red
0.6.1
@yanniszark In some Linux distributions, middle clicking is reserved for moving windows. Did you perhaps change window compositors, or have upgraded your distribution since it last worked? Does middle clicking work for you in other applications?
@alexandrudima thanks for the response!
I'm working on Ubuntu 18.04.
This is the output of lsb_release -a:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
In Jetbrains Goland, vertical selection with middle click works as expected.
Thanks for your quick reply.
VS Code is built with Electron, which is built with Chromium. Can you please try opening https://vscode-web-test-playground.azurewebsites.net (it might take a long time to load) in Chromium on the same machine? Does using the middle mouse button work there?
@alexandrudima I loaded the web page and the middle click vertical select still doesn't work.
When I try to select vertically, it just selects normally.
Also, middle click for paste works.
Also, middle click for paste works.
Aha! Thanks for the last extra detail to jog my memory. Indeed, the middle mouse button by default will paste the selection clipboard on Linux. You can disable that via "editor.selectionClipboard": false. Once the selection clipboard is disabled, the middle mouse button can be used for column selection.
@alexandrudima yes that was it!
Thanks a lot for the help!
I can now go back to my favorite editor :smile:
|
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 (logpoint-bce3f6f.cdp:7:3)
at helloWorld (/Users/chris/src/test93807/index.js:6:16)
at Object.<anonymous> (/Users/chris/src/test93807/index.js:10:11)
at Module._compile (internal/modules/cjs/loader.js:956:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
at Module.load (internal/modules/cjs/loader.js:812:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1025:10)
at internal/main/run_main_module.js:17:11
Living loco @chrisdias
Though forwarding to @connor4312 since he is the author of that test plan item
Thanks for the issue! Unfortunately this won't work because the $returnValue is only available after stepping over the return statement, but breakpoints can't be set there.
@connor4312 In the following code
function foo() {
const val = [];
for (let i = 0; i < 20; i++) {
val.push(bar(i));
}
return val;
}
function bar(i) {
return {
code: i,
message: `msg ${i}`
};
}
foo();
I can set a breakpoint on line 13. When this one is hit $returnValue is defined. However logpoints referencing $returnValue fail and conditional breakpoints referencing $returnValue are never hit. When are those conditions being evaluated? In this case I'd guess after the return value was evaluated.
Ah, okay. I'll check on this.
Fixed in the linked commit. Note that, as mentioned, you need to make sure the logpoint is set after the return statement, since before it's evaluated the call frame's return value is not set. If compiling to js, the sourcemaps might already be set up like this.
|
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.
Steps to Reproduce:
Login to ssh-remote with -p specified. Simply can't view images in any window/tab.
Does this issue occur when all extensions are disabled?: Yes
/needsMoreInfo
Please provide more detailed steps for how to reproduce the problem.
Are you using a VS Code Remote extension? What other extensions are you using?
Hi, @egamma
I disabled all extensions except for remote-ssh.
This happens only for insider-version. Since I also have a 1.45.1 code-stable-version, I tested on that, and all things went on well.
I can't say how to reproduce the problem. Since I just can't open an image or load a jupyter notebook(the kernel is started but the view doesn't appear) .
Could you give me some suggestions where to look for? like logfiles, check some port settings ?
|
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. Corresponding tests have been added to demonstrate this new behavior.
However, this adjusted implementation introduces some ambiguity I'd like to discuss. In the previous camel case implementation, the name portland-OR-temp would be transformed into portlandOrTemp. Now, it would become portlandORTemp, preserving the upper-case OR. Is this behavior desirable? I assumed this approach would best preserve user intent, but I understand preferences for the consistency of the former approach.
Thanks @amanasifkhalid
|
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 could be added later.
No worries, we can discuss (in the end it's just a swap of services mainly).
I think I tried to model this after some existing settings we have that are similar:
But I do not have arguments for or against. The only thing to note is that resource scoped setting (if we ever wanted to allow the user to control layout per file) would require us to use a setting.
No and I'll tell u this if it's mine tell them to release it
On Thu, Jun 23, 2022, 6:25 AM Benjamin Pasero @.***>
wrote:
No worries, we can discuss (in the end it's just a swap of services
mainly).
I think I tried to model this after some existing settings we have that
are similar:
[image: image]
https://user-images.githubusercontent.com/900690/175287376-550408f2-90bf-4b09-b336-421b5b80b9e8.png
[image: image]
https://user-images.githubusercontent.com/900690/175287428-b3253c9a-9dec-48ef-82b5-4433bfe639b0.png
But I do not have arguments for or against. The only thing to note is that
resource scoped setting (if we ever wanted to allow the user to control
layout per file) would require us to use a setting.
—
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode/pull/152953#issuecomment-1164288446,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AYYXGWSYOMFL44V7BLHADZDVQRCRLANCNFSM5ZTN4QZA
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>
closing in favour of https://github.com/microsoft/vscode/pull/153108
|
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 consistent documentation throughout the file to help future contributors to understand seemingly complex code.
@microsoft-github-policy-service agree
Thanks you for the PR, but we rather leave the code as is, I think it's clear, what it does without comments
|
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.
@albertopasqualetto I'm not sure how this would work. There is no "native" Windows "sudo" equivalent. What you are asking for might be better requested from https://github.com/Microsoft/Terminal.
As a quick fix, scoop has a sudo you can download that works reasonably well, but yeah I agree Terminal is probably the better idea, if anything because it would be shell-wide rather than a specific program
Sorry, completely mistaken the git project! Thanks
|
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 file to install the software to the specified drive through winget, and I don't want to install it to C by default
Duplicate of #3608
|
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 --manifest <path>?
[x] Have you tested your manifest locally with winget install --manifest <path>?
[x] Does your manifest conform to the 1.4 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
@JamieSabbatella Just an fyi: The PR has been manually validated and is waiting on you to resolve the comments before merge.
@JamieSabbatella Just an fyi: The PR has been manually validated and is waiting on you to resolve the comments before merge.
Yes - sorry about these Internal-Error-Dynamic-Scan errors. They're caused by Automated Validation pipeline interference, and the package did pass our alternate Manual Validation pipeline.
|
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 <path>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.4 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/109156&drop=dogfoodAlpha
This package seems to install the installer. Is it a nested installer?
|
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>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.4 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/116399&drop=dogfoodAlpha
/AzurePipelines run
@wingetbot
|
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 <path>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.5 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
Hi @matbech,
Apps and Features Entries were omitted on this version. Should they be included?
Thank you for pointing this out. It seems the latest version of wingetcreate removed the UpgradeCode field if it wasn't under AppsAndFeaturesEntries node.
|
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 <path>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[x] Does your manifest conform to the 1.5 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
@wingetbot waivers Add Validation-Executable-Error
|
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 <path>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.5 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
@wingetbot run
|
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 --manifest <path>?
[x] Have you tested your manifest locally with winget install --manifest <path>?
[x] Does your manifest conform to the 1.6 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
@microsoft-github-policy-service agree
Hi is there anything else i need to do to be abel to get this package inside of winget?
Automatic Validation ended with:
No errors to post.
(Automated response - build 791.)
Automatic Validation ended with:
No errors to post.
(Automated response - build 791.)
So whats the issue then?
Manual Validation ended with:
@wingetbot waivers Add Validation-Executable-Error
@stephengillie I updated the manifest with the requested changes
|
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 validated your manifest locally with winget validate --manifest <path>?
[ ] Have you tested your manifest locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.6 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
Automatic Validation ended with:
2024-04-02T23:31:38.9813405Z ##[error]Manifest Validation Failed
2024-04-02T23:31:44.0645527Z ##[section]Finishing: Validate Manifest
(Automated response - build 876.)
|
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 version - has it been released yet?
It is released in their update channel.
|
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] Have you validated your manifest locally with winget validate --manifest <path>?
[x] Have you tested your manifest locally with winget install --manifest <path>?
[x] Does your manifest conform to the 1.6 schema?
Note: <path> is the directory's name containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
/azp run
|
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
InstallerSha256: ae83bc03129e3f5e166f304b31e32781fe124178fec2c9bae47179538080a856
manifests\m\Mozilla\Thunderbird\128.2.0
Verify by hash.
|
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 locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.0 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
|
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 your manifest locally with winget install --manifest <path>?
[X] Does your manifest conform to the 1.0 schema?
Microsoft Reviewers: Open in CodeFlow
Should probably add a ShortDescription too.
@wingetbot waivers Add Policy-Test-2.7
|
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 locally with winget install --manifest <path>?
[ ] Does your manifest conform to the 1.1 schema?
Note: <path> is the name of the directory containing the manifest you're submitting.
Microsoft Reviewers: Open in CodeFlow
@wingetbot run
|
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 your manifest locally with winget install --manifest <path>?
[X] Does your manifest conform to the 1.4 schema?
Microsoft Reviewers: Open in CodeFlow
@msftbot .zip
|
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/after that the network usage is satisfactory? Also, remember to run cargo fmt on the code to allow the CI build to pass.
@uhuntu how are you testing this to confirm before/after that the network usage is satisfactory? Also, remember to run cargo fmt on the code to allow the CI build to pass.
About the cargo fmt, it's pretty strange that in my machine it will not result like CI did. Anyway, I format it like CI suggest.
About the testing, you can see the ouput below after the fix:
C:\Users\hunt\source\repos\winrt-rs>cargo winrt install --verbose
Resolving winrt_macros
Installing 0 nuget dependencies
Resolving winrt
Installing 3 nuget dependencies
Fetching KennyKerr.Windows.TestWinRT
Requesting https://www.nuget.org/api/v2/package/KennyKerr.Windows.TestWinRT/1.0.17
Requesting https://globalcdn.nuget.org/packages/kennykerr.windows.testwinrt.1.0.17.nupkg
Retrieved data from https://globalcdn.nuget.org/packages/kennykerr.windows.testwinrt.1.0.17.nupkg
Starting extraction of 'KennyKerr.Windows.TestWinRT'
Searching zip file: _rels\.rels
Searching zip file: KennyKerr.Windows.TestWinRT.nuspec
Searching zip file: lib\uap10.0\TestComponent.winmd
Found winmd file: "TestComponent.winmd"
Searching zip file: runtimes\win10-x86\native\TestComponent.dll
Found dll "TestComponent.dll" with arch "win10-x86" at path runtimes\win10-x86\native\TestComponent.dll
Searching zip file: runtimes\win10-x64\native\TestComponent.dll
Found dll "TestComponent.dll" with arch "win10-x64" at path runtimes\win10-x64\native\TestComponent.dll
Searching zip file: [Content_Types].xml
Searching zip file: package\services\metadata\core-properties\0e77aaa72e4f4184a4a9efbcbb14f1ca.psmdcp
Searching zip file: .signature.p7s
Fetching Microsoft.AI.MachineLearning
Requesting https://www.nuget.org/api/v2/package/Microsoft.AI.MachineLearning/1.3.0
Requesting https://globalcdn.nuget.org/packages/microsoft.ai.machinelearning.1.3.0.nupkg
Retrieved data from https://globalcdn.nuget.org/packages/microsoft.ai.machinelearning.1.3.0.nupkg
Before the fix, you should never see "Retrieved data from https://globalcdn.nuget.org/packages/microsoft.ai.machinelearning.1.3.0.nupkg"
@tim-weis I re-submitted as you wished.
@uhuntu this looks goood! Thanks for being patient. I think the only thing to do is what @tim-weis said - map the errors from cURL to Error::DownloadError
@rylev @tim-weis Thanks for being patient too :) I re-submitted the code.
Re-submitted.
|
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
Windows version: 10.0.22621.1485
Steps to reproduce:
Install jetbrains-toolbox directly to wsl, install IntelliJ and use it with a large project
WSL logs:
No response
WSL dumps:
No response
Expected behavior:
No response
Actual behavior:
After awhile keys will randomly start repeating (particularly bad with IdeaVIM!)
I remember this exact same beviour when I used to use Hyper-V making me think whatever common input library/protocol is to blame
I'm also running Chrome Remote Desktop above this, maybe that is a factor as well
I'm pretty sure it's from whatever common library is used by both WSLg and
Hyper-V because I also experienced this with Hyper-V hosted Linux. I think
I tried to bring it up there too years ago and obviously was never fixed
On Fri, Jan 19, 2024, 9:18 AM Adam Bannach @.***> wrote:
I just started running into this as well. I realize this is an old thread.
I've noticed when typing in the terminal sometimes it will miss a key and
then keys will just stay repeating until I hit another key.
Did you ever find the root cause?
—
Reply to this email directly, view it on GitHub
https://github.com/microsoft/wslg/issues/1029#issuecomment-1900502826,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMUMHJ2U6CAI2AKQ3GDED3YPJ6CVAVCNFSM6AAAAAAWRYVE2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQGUYDEOBSGY
.
You are receiving this because you authored the thread.Message ID:
@.***>
Interesting. As I was thinking about this, I realized that I turned on the "Quick accent" tool in PowerToys Which listens to holding a key down to prompt for doing the accented character. I just turned it off, so I'll monitor for a bit, but so far I'm thinking that may have been my problem.
Following up, I haven't had an incident since disabling the "Quick accent" tool. Its worth looking into any services that are running that may be monitoring input from the keyboard. Not a solution, but maybe a clue.
I don't even have PowerToys installed, but still experiencing the same issue.
It gets massively worse if there is more than one WSLg window open, at that point I can basically not type anymore because keys will be just repeating endlessly, until I close all but one window again.
|
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 since this will require more time, I would like to do this quick hotfix first to prevent developers of cloning a wrong class as soon as possible.
@Jackson-Woods FYI (and to watch for other cases, although @TiagoBrenck has searched in all GitHub for this error)
|
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 = @(
@{resourceAppId = '00000003-0000-0000-c000-000000000000'
resourceAccess = @(
@{
id = 'c79f8feb-a9db-4090-85f9-90d820caa0eb'
type = 'Scope'
},
@{
id = '9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30'
type = 'Role'
})
},
@{resourceAppId = '11111111-0000-0000-c000-000000000000'
resourceAccess = @(
@{
id = '11111111-a9db-4090-85f9-90d820caa0eb'
type = 'Scope'
},
@{
id = '11111111-52b0-4cc2-bd40-abcf44ac3a30'
type = 'Role'
})
}
)
Set-EntraApplication -ApplicationId $application.Id -RequiredResourceAccess $requiredResourceAccess
In current logic, the input array will be converted into a single json string. However, the Set-EntraApplication is actually calling Update-MgApplication command, which requires input -RequiredResourceAccess <IMicrosoftGraphRequiredResourceAccess[]>. Reference here. This single string cannot be converted into IMicrosoftGraphRequiredResourceAccess[], causing the following error:
How to fix in the PR
We convert the parameter into string[], each json string can be converted into IMicrosoftGraphRequiredResourceAccess correctly.
Thank you so much, @PenguinCats, for your valuable contribution! We truly appreciate it and are currently reviewing your suggestion.
@PenguinCats: I have run some tests, and the new change is working perfectly. Thank you for the contribution.
Thank you for the quick review.
@KenitoInc: Build pipeline also passed.
|
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=graph-rest-beta) the response suggests there are none. For example:
I place a call to the bot, and the calling endpoint receives a notification of an incoming call with id 471f0300-401f-4c4a-9967-3cee9a052519. The bot answers the call with a POST on:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519/answer
The bot subsequently receives a message on the calling endpoint that the call has been established. I can query the graph about this call by making a GET:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519
I get a response with code 200 and the details of the call in progress, so the call is clearly valid and accessible. However, if I attempt to get the list of participants with this GET:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519/participants
I get a response with code 200, but the body contains the following:
{"@odata.context":"https://graph.microsoft.com/beta/$metadata#app/calls('471f0300-401f-4c4a-9967-3cee9a052519')/participants","value":[]}
Shouldn't this contain the list of participants in the call? Is this implemented, and if so, is there an example of this working?
Thanks.
--
Edit:
Further to this, I am not getting a notification of the roster being updated when the bot invites participants. Assuming the bot invites someone to join the call with the above call Id, I issue a POST to:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519/participants/invite
The response contains the Id of a comms operation, and when the invitee accepts, the calling endpoint receives a message that the comms operation completed. I do not however get an update to the participants resource as detailed in this piece of documentation. I can't see that I'm doing anything wrong here. Any ideas?
Another issue is that I can't get the participant resource when I use the myParticipantId field which is returned when I GET the call. Surely I should at least be able to get this?
Example assuming the callId is 471f0300-401f-4c4a-9967-3cee9a052519:
I perform a GET on:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519
I get back some JSON which includes the following:
"myParticipantId": "64e965cf-3672-4a58-accd-6fdd162be212"
I assumed I would be able to get the participant resource by doing the following:
https://graph.microsoft.com/beta/app/calls/471f0300-401f-4c4a-9967-3cee9a052519/participants/64e965cf-3672-4a58-accd-6fdd162be212
But instead I get a 404 with "Participant not found" as the message.
The inability to get participants is becoming a real problem for me, I'd like to try out audio routing groups but once again it seems I need to provide participant Ids. Does anyone else have this working?
Running the incident bot sample I see that a GET on calls/{id}/participants does actually work and I get a list of participants. That's when I follow the instructions in README.md and schedule a meeting, join it myself, then post on https://{botUrl}/joinCall with the meeting ID so the bot can join.
Can we only get participants from a pre-existing meeting the bot has called into? Or is there a way for the bot to get the participants in a call it has created?
I see this note on the documentation:
"Important: When a call is escalated from peer-to-peer to multiparty, not all multiparty features are available. Specifically, the bot will not receive roster updates."
So we don't get roster update notifications for a call, but does this mean that we cannot access the roster at all? And if so, why? Tracking participants seems like basic functionality.
@VinodRavichandran can you discuss the above subtleties? It looks like gaps with escalation to me. Any plan to address these?
@zhengni-msft Can you please evaluate this. Is it just documentation update or fixes?
Hi, I am now getting roster updates on escalated calls via the calling endpoint, as well as being able to request the list of participants on escalated calls doing beta/app/calls/{id}/participants. This is what we were after, thanks.
@rugt0r
We're running into the same problem as you described in the first post of this thread:
Unable to get a list of participants of an incoming call. Also querying myParticipantId fails like you mentioned.
Since this issue is now closed, did you find a way to mitigate this?
Hi @zhengni-msft , @VinodRavichandran , @zhengni-msft,
Is the support of communications/calls/{id}/audioRoutingGroups/{id} still planned for the Graph API ?
this is a vry important feature for call centers Scenarios..
Any change to get this GA this year ?
Many thank !
Any news on this bug?
i tried all and i got
"code": "BadRequest",
"message": "Resource not found for the segment 'app'.",
i tried all and i got
"code": "BadRequest",
"message": "Resource not found for the segment 'app'.",
Anyone figured this out? I tried using the beta version as suggested but I still get value: [].
|
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",
"license_type": "permissive",
"license_source": "github-api"
}
|
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/users/f3091fbc-12a9-4689-b20f-c2f963bfe5fd/photo/$value works in the Graph Explorer, calling the same url in Postman (and in my Angular app) fails returning 404.
I don't see how that can possibly be right. The resource clearly exists. Calling https://graph.microsoft.com/beta/me also works fine in both Postman and from Angular.
AB#10856
It doesn't work using your own Postman collection either.
Steps to reproduce:
Follow the steps to fork and setup auth for the Microsoft Graph Postman collection as described here
Log in using a personal Microsoft account
Verify v1.0 endpoints are called correctly.
Duplicate the /v1.0/me/photo/$value endpoint and adjust the url to /beta/me/photo/$value
Send the request.
Expected
The account's profile photo should be returned, as it is when using the Graph Explorer
Actual
404 error is returned
After further investigation I have discovered more details relating to this issue.
If I have a personal Microsoft account with a profile picture and use the Graph Explorer and the /beta/me/photo/$value api I retrieve the profile picture just fine.
If I use the same personal account to login to an application registered with Azure AD, I do not get the profile picture. But in Azure AD I can load a profile picture to the account's guest listing and then the Graph api does return the profile picture.
It would seem that using the Graph Explorer an attempt to retrieve an account's profile picture attempts to get the profile picture from the account directly, but if you use the Graph API to get the profile picture in the context of being logged in to an Azure AD registered application it only gets the profile picture from AD, and if there isn't a profile picture associated with the account's guest listing in AD then the Graph API doesn't return the profile picture from the account itself.
I don't know why it would work like that, but it's completely useless. Obviously the average guest user of an Azure AD application isn't going to have login access to the Azure portal to manipulate their guest profile listing there.
This really should just work.
I've worked out the problem.
If you have an application registered in Azure as multi-tenant then you authenticate using the common tenant, (i.e. with MSAL 2.0 this would be your authority setting https://login.microsoftonline.com/common) then the Graph /beta/me/photo/$value api correctly retrieves the user's photo directly from their account.
If however you have an application registered as single tenant, then your identity authority would be https://login.microsoftonline.com/{tenant-id}, then the Graph /beta/me/photo/$value api only retrieves the photo from the account's guest listing in Azure.
That seems like a bug in the Graph API to me. In the case of a guest account used in a single tenant appliation, the account isn't defined in Azure, only referenced there, and while the directory admins can manage aspects of the account's permissions in Azure the user's actual account is the sole source of truth regarding the user's profile information and that's what the graph api should be returning for any setting not overridden in the Azure directory.
|
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 have an Ask a question button on the page that emails their support team.
|
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 deciding how our app will interface with Microweber to publish our variants.
For now, we are looking at 3 solutions but they all have their problems:
(current) Using multiple items to emulate variants(Not true variants, just different items, supports translations)
Using custom_fields (No translation available, custom_fields don't change prices: Red or Blue products will always have the same price)
Using variants (Not implemented yet, support translations?)
Without giving anyone pressure, does someone know when variants will be finished? Two weeks-months-years? And will they be compatible with Multi-language translation?
Or is there any way to make custom_fields change the price to emulate variants? And finally when the custom_fields will support translation?
I know, it's a lot of questions about Microweber's roadmap but any clues will help us a lot! Thank you for your time :)
Hi, we have started some work on the variants, its on the roadmap for the next versions
Hi, we have started some work on the variants, its on the roadmap for the next versions
Maybe next month will be ready
Awesome thank you. Any idea if it will support translations?
|
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 will only jump to 39; if 288, only 90
I just checked this on a cbz with 250 pages and it was working without any issue.
Could you share some more details?
Note that when you click and move cursor while it is scrolling to the page, it will cancel the scroll and you will be on the page where you started dragging mouse.
|
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 already a member.
Logic throughout would need to change (see all places where 1 + exists).
if padding = 0 and HasFrame is false then X and Y would be 0, 0.
If padding =1 and HasFrame is false then X and Y would be 1, 1.
I just realized this has an easy work around:
var win = new Window("title")
{
X = -1,
Y = -1,
Width = Dim.Fill(-1),
Height = Dim.Fill(-1)
};
Any reasons why this won't work? (I tested it and it seems fine).
Only the line in the title is printed. Even using a empty string it also printed because the margin isn't handled for the top. So the top horizontal line is always printed. Maybe if Y == -1 && title.IsEmpty don't print the line.
Only the line in the title is printed. Even using a empty string it also printed because the margin isn't handled for the top. So the top horizontal line is always printed. Maybe if Y == -1 && title.IsEmpty don't print the line. And if Y == -1 && !title.IsEmpty only print the title and supress the line.
I'm not sure what you mean. In another test, I modified Generic to:
class MyScenario : Scenario {
public override void Setup ()
{
// Put your scenario code here, e.g.
var button = new Button ("Press me!") {
X = Pos.Center (),
Y = Pos.Center (),
};
button.Clicked += () => MessageBox.Query (20, 7, "Hi", "Neat?", "Yes", "No");
Win.X = -1;
Win.Y = -1;
Win.Height = Dim.Fill (-1);
Win.Width = Dim.Fill (-1);
Win.Add (button);
}
}
So it seems to work fine. What am I missing?
I tested in the Example project and since it have a MenuBar and a StatusBar the horizontal top line is printed.
Closing. Won't fix.
|
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 somewhere, but none found so far.
Renamed SyntaxTreeClass#rule to "pattern".
Proper documentation added.
Internal changes:
Better organization of code.
From now on, I'll do reasonably-sized MRs only.
LGTM, thank ye very much!
|
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 prompt.
Describe alternatives you've considered
The alternative is to test the multiselect prompt output in integration tests only.
Additional context
I am building a CLI app and I want to inject writers for stdout and stderr into the components as dependencies to make them more testable.
+1 for this. Another alternative might be a programmatic API to answer inquire's prompt?
Designing such API might be challenging and fun.
+100, I certainly want to do something in this direction, specially because inquire itself has an awful test coverage.
I'm currently taking a look at what's pending in order to prioritize them, this is likely going to be at the top so keep watching :)
|
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 good modular solution to this please feel free to submit it though :)
I'm working on an implementation that follows how caching is implemented closely, does that sound good?
Sure, let's see it :)
On Fri, Jun 3, 2016 at 10:38 PM Hank Ditton notifications@github.com
wrote:
I'm working on an implementation that follows how caching is implemented
closely, does that sound good?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/mikamai/ruby-lol/issues/53#issuecomment-223701096,
or mute the thread
https://github.com/notifications/unsubscribe/AAAClDGQa7QcM0b-mB1vVPpQ9Y25NTczks5qIJ7HgaJpZM4IsMfL
.
PR submitted, #54
|
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 afterwards the Mobile Device name is still iPad. First time I'm using the Mut, so I assume I'm doing stupid, unless the device name and mobile device name are different. I'm saving as a Windows .csv too.
Any ideas?
Hello,
The only way to update Device Name for iPads in the JDS is via the "enforce mobile device name" checkbox in the JSS.
What the MUT does, is it generates an MDM command, which will then tell the device to change the name.
In order for this to work, you have to have a supervised device, the device has to have MDM communication, and it has to be turned on and on network.
You can check in the management tab for the device, and see if it has a pending "Set Device Name" command.
If you got a 201 - success, it sounds like the command was likely generated correctly, and the name may just update the next time the device talks to the JSS.
Hmmmm, seems like it might be a JAMF issue. I have the "enforce mobile device name" checked. It is a supervised device, it is communicating. When I went into the "edit general" section, I can change the name to Mickey Mouse, hit save. I go back out it still shows iPad, edit General, it shows Mickey Mouse, hit save. I close the device page, search for the device again, "edit general", it's back to iPad.
Do you have a configuration profile scoped to that device to block changing device name via the restrictions payload?
That will stop even admins from changing the name, and if you have that set up, it will behave similarly to what you're describing.
Nope. Just check the config profile, no block on changing the name.
Curiouser and curiouser.
If you go to the inventory record for the device and go to the management tab, does it have a pending Set Device Name command? If you go to the history tab for management history, did that command ever go through? Is it being generated and failing? Being generated and succeeding but then flipping back? Not being generated at all?
Hi Mike,
My apologies for disappearing, but as school approaches I'm fighting many
fires.
I went ahead and ran a .csv file with about 75 devices to change the device
name, MUT was had a mix of OK's and Failed, but on the devices that I was
looking at the time, the device name was changed. I need to check the
serial for a failed device and see if its device name has changed. Does the
device have to be on to come back with an OK? Not all the devices were on
at that time.
On Wed, Aug 9, 2017 at 1:52 PM, Mike Levenick notifications@github.com
wrote:
Curiouser and curiouser.
If you go to the inventory record for the device and go to the management
tab, does it have a pending Set Device Name command? If you go to the
history tab for management history, did that command ever go through? Is it
being generated and failing? Being generated and succeeding but then
flipping back? Not being generated at all?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mike-levenick/mut/issues/5#issuecomment-321331693,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYIdlYOKT4RUSlgbAoTGCPoP_JCpEwD5ks5sWfHAgaJpZM4OyXVm
.
Sounds good. What is the error number on the failures? Is it 404 or something else?
Make sure you have MDM communication to a supervised device, which is turned on and on-network, and you do not have a config profile scoped to the device which restricts name changes.
Other than that, depending on what the error number is, we can do other troubleshooting steps. You can also enable Advanced Debugging from the menu bar.
I checked two of the many devices that had failed, but they we not on at
the time I ran MUT. It makes sense that they failed at runtime, but when I
turned them on the device name had changed. The fails were 400's.
I think we're good.
Thanks again!
On Thu, Aug 17, 2017 at 2:27 PM, Mike Levenick notifications@github.com
wrote:
Sounds good. What is the error number on the failures? Is it 404 or
something else?
Make sure you have MDM communication to a supervised device, which is
turned on and on-network, and you do not have a config profile scoped to
the device which restricts name changes.
Other than that, depending on what the error number is, we can do other
troubleshooting steps. You can also enable Advanced Debugging from the menu
bar.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mike-levenick/mut/issues/5#issuecomment-323155487,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYIdlfczsnmvp_dDcyMPdGEU7fBsvfjLks5sZIX7gaJpZM4OyXVm
.
Sounds great. I'll close 'er up.
|
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(err, res) {
console.log(res);
});
<
{
...
body: '<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>InvalidArgument</Code><Message>Unsupported Authorization Type</Message><ArgumentValue>Basic YWRhbS5jcmFidHJlZUBwYWxtLmNvbTpuZXdwYXNzd29yZA==</ArgumentValue><ArgumentName>Authorization</ArgumentName><RequestId>1099F84E8B9EC52C</RequestId><HostId>OleJHmIQkg76G98H8xngear3Ojo7fjpc7Id0GMoCqJvD5JKt/pilSnY4LFV1ylCf</HostId></Error>'
...
}
Obviously this could be a build.phonegap.com issue, but at first blush it seems to be more an Auth header issue.
can you give me the verbose curl output?
https://gist.github.com/1649844
hrm.... that looks like exactly what we do. BTW, you don't need to pre-parse the URI.
try this.
var r = request(url)
r.on('response', function () {console.log(r.headers.authorization)})
Compare that with the header you can see in the curl debug output.
Whoops. Looks like I didn't include 80% of the curl output. Updated the gist:
https://gist.github.com/1649844
Result (from your snippet):
Basic YWRhbS5jcmFidHJlZUBwYWxtLmNvbTpuZXdwYXNzd29yZA==
Header dump from res object:
_header: 'GET /android.phonegap/slicehost-production/apps/63320/PhoneGap_GettingStarted-debug.apk HTTP/1.1\r\nCookie: _okapi_2_session=BAh7ByIbd2FyZGVuLnVzZXIucGVyc29uLmtleVsIIgtQZXJzb25bBmkCCIQiIiQyYSQxMCRsUWVjMUFjVzdWUm9UTE1CWkF5RTEuIg9zZXNzaW9uX2lkIiU2NjI1ZjA2MDljMTgzYjBmODJkOTRkMmRiYTQxZjE1ZA%3D%3D--1cabde9030b443daf316daddf1b2507bec795771\r\nauthorization: Basic YWRhbS5jcmFidHJlZUBwYWxtLmNvbTpuZXdwYXNzd29yZA==\r\ncontent-length: 0\r\nhost: s3.amazonaws.com\r\nConnection: keep-alive\r\n\r\n',
looks like they match, doesn't seem to be an auth issue.
@alunny having auth issues to build.phonegap with request, thoughts?
I'll dig into this more over the weekend. I just wanted to get it out there to maybe get a lead on where to look or see if it was a known issue with a workaround.
That request (to download an Android binary) redirects from build.phonegap.com to a URL hosted by S3, with headers like the following:
Location: http://s3.amazonaws.com/android.phonegap/slicehost-production/apps/99999/SomeApp-release.apk
Status: 302
It looks like request is forwarding the build.phonegap.com auth headers to s3.amazonaws.com, which doesn't like them.
Not sure what the spec suggests in this case - maybe there's a header we should be returning in these cases.
A quick look here - http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8 - suggests request is at fault. A different host on a different protocol should not be considered the same realm. This matches my intuition - there's no reason to think the auth credentials for one host should be valid for a different one.
hrm....
There are lots of places request, and other HTTP clients, disregard the RFC behavior because it's unexpected behavior for a client you would use in code.
I'm wondering if this is one of those cases. If you set a user/pass in a programming client to you expect it to drop those options on redirect?
For now, the fix for @CrabDude is to run with redirects:false and grab the location and make a new request without auth.
I'd argue that dropping the user/pass for a redirect to a different host is the expected behavior - it's certainly what web browsers do. I'm not sure of a use case where you would want to assume the auth mechanism for host A is the same as the auth mechanism for host B.
That said, the workaround is trivial enough that further bikeshedding can be postponed :)
FWIW, behavio consistent with curl is certainly consistent with the law of least surprise.
I'm inclined to agree. We can just blow away the header if host !== newhost when we blow away the host header.
Dude I totally use newpassword as my password too!!! :)
Lol. Damn. Did I leave the password in there again?? Or are you just recognizing the hash?
Basic auth is just a hash, it's only secure talking to phonegap because it's https and the whole socket is encrypted :)
|
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 sync calls.
|
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 avoid any potential conflicts.
Fixed by #795
|
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 then it's something else :)
I used the source and then it's something else :)
Hi, i got the same issue, can you share how you fixed it?
I hardly remember but I think I used the source from git rather than the nuget package
Nah.. it didn`t worked.. do you rewrite the BeginInvoke() method, could you check?
|
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 to RepoDB, but I have some simple methods based on Query/QueryAll (and their Async counterparts):
public async Task<List<T>> GetAllAsync<T>() where T : class
{
using (Repo database = new Repo())
{
return (await database.Do.QueryAllAsync<T>().ConfigureAwait(false)).ToList();
}
}
public async Task<List<T>> GetAsync<T>(Expression<Func<T, bool>> query) where T : class
{
using (Repo database = new Repo())
{
return query != null ?
(await database.Do.QueryAsync<T>(query).ConfigureAwait(false)).ToList()
:
(await GetAllAsync<T>().ConfigureAwait(false)).ToList();
}
}
public List<T> GetAll<T>() where T : class
{
using (Repo database = new Repo())
{
return database.Do.QueryAll<T>().ToList();
}
}
public List<T> Get<T>(Expression<Func<T, bool>> query) where T : class
{
using (Repo database = new Repo())
{
return query != null ?
database.Do.Query<T>(query).ToList()
:
GetAll<T>().ToList();
}
}
Using the Async methods with ConfigureAwait(false) I got the following error when the second query is made (see below):
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.
So I assumed that something was going wrong with concurrency and I modified the methods to use ConfigureAwait(true) instead. Same issue.
Finally I tried with the sync methods (Query/QueryAll), but I am still getting the same error.
Queues is populated correctly, but during the execution of the 2nd query (i.e. users), I am getting the MSDTC error.
Is a transaction supposed to be closed automatically when the previous call ends?
var queues = (Database.GetAll<Queue>()).ToLookup(i => i.QueueID);
var users = (Database.GetAll<UserAccount>()).ToLookup(i => i.AccountID);
var statuses = (Database.GetAll<IncidentStatus>()).ToLookup(i => i.StatusID);
var severities = (Database.GetAll<Severity>()).ToLookup(i => i.SeverityID);
var interfaces = (Database.GetAll<Interface>()).ToLookup(i => i.InterfaceID);
var countries = (Database.GetAll<Country>()).ToLookup(i => i.CountryID);
var qbc = (Database.GetAll<QueuesBrandsCountries>()).ToLookup(i => i.QueueID);
var products = (Database.GetAll<Product>()).ToLookup(i => i.ProductID);
var categories = (Database.GetAll<Category>()).ToLookup(i => i.CategoryID);
var dispositions = (Database.GetAll<Disposition>()).ToLookup(i => i.DispositionID);
var contactTypes = (Database.GetAll<ContactType>()).ToLookup(i => i.ContactTypeID);
var transactionTypes = (Database.GetAll<TransactionType>()).ToLookup(i => i.TransactionTypeID);
var channels = (Database.GetAll<Channel>()).ToLookup(i => i.ChannelID);
var sources = (Database.GetAll<IncidentSource>()).ToLookup(i => i.SourceID);
I fixed the issue by performing all the queries using the same instance of RepoDB:
using (var db = Database.GetDatabase())
{
var queues = (await db.Do.QueryAllAsync<Queue>()).ToLookup(i => i.QueueID);
var users = (await db.Do.QueryAllAsync<UserAccount>()).ToLookup(i => i.AccountID);
var statuses = (await db.Do.QueryAllAsync<IncidentStatus>()).ToLookup(i => i.StatusID);
var severities = (await db.Do.QueryAllAsync<Severity>()).ToLookup(i => i.SeverityID);
var interfaces = (await db.Do.QueryAllAsync<Interface>()).ToLookup(i => i.InterfaceID);
var countries = (await db.Do.QueryAllAsync<Country>()).ToLookup(i => i.CountryID);
var qbc = (await db.Do.QueryAllAsync<QueuesBrandsCountries>()).ToLookup(i => i.QueueID);
var products = (await db.Do.QueryAllAsync<Product>()).ToLookup(i => i.ProductID);
var categories = (await db.Do.QueryAllAsync<Category>()).ToLookup(i => i.CategoryID);
var dispositions = (await db.Do.QueryAllAsync<Disposition>()).ToLookup(i => i.DispositionID);
var contactTypes = (await db.Do.QueryAllAsync<ContactType>()).ToLookup(i => i.ContactTypeID);
var transactionTypes = (await db.Do.QueryAllAsync<TransactionType>()).ToLookup(i => i.TransactionTypeID);
var channels = (await db.Do.QueryAllAsync<Channel>()).ToLookup(i => i.ChannelID);
var sources = (await db.Do.QueryAllAsync<IncidentSource>()).ToLookup(i => i.SourceID);
}
instead of using my method:
public async Task<List<T>> GetAllAsync<T>() where T : class
{
using (Repo database = new Repo())
{
return (await database.Do.QueryAllAsync<T>().ConfigureAwait(false)).ToList();
}
}
But it's not clear to me why using GetAllAsync instead of the approach above is leading to issues with MSDTC.
If the SqlConnection goes out of scope, it won't be closed. And I forgot to close the connection while disposing an instance of the Repo class.
Closing the SQLConnection when an instance of my class Repo is disposed solved the issues, so I am going to mark this question as "Closed".
|
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 so much
|
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: /123456/concepts; Error: Cannot read property 'storeId' of undefined; - {"service":"xxxx","stack":["Typ
eError: Cannot read property 'storeId' of undefined\n at new Concept (/usr/src/app/src/modules/concepts/entities/concept.entity.ts:89:31)\n at EntityFactory.createEntity (
/usr/src/app/node_modules/@mikro-orm/core/entity/EntityFactory.js:69:20)\n at EntityFactory.create (/usr/src/app/node_modules/@mikro-orm/core/entity/EntityFactory.js:34:77)\n
at SqlEntityManager.find (/usr/src/app/node_modules/@mikro-orm/core/EntityManager.js:100:52)\n at processTicksAndRejections (node:internal/process/task_queues:93:5)\n
at ConceptService.getAll (/usr/src/app/src/modules/concepts/concept.service.ts:13:33)\n at ConceptController.findAll (/usr/src/app/src/modules/concepts/concept.controller.ts:
33:22)"]}
To Reproduce
Steps to reproduce the behavior:
Create a entity with constructor.
export interface StoreConceptPort {
storeId: string;
}
import {
IsNotEmpty,
} from 'class-validator';
import { UseCaseValidatableDto } from '@test/common/dto/use-case-validatable-dto';
import { Exclude, Expose, plainToClass } from 'class-transformer';
import { StoreConceptPort } from '@test/concepts/port/store-concept.port';
import { ServiceType } from '@test/concepts/service-type.enum';
@Exclude()
export class StoreConceptDto
extends UseCaseValidatableDto
implements StoreConceptPort
{
@Expose()
@IsNotEmpty()
storeId: string;
public static async new(payload: {
storeId: string;
}): Promise<StoreConceptDto> {
const adapter: StoreConceptDto = plainToClass(StoreConceptDto, payload);
await adapter.validate();
return adapter;
}
}
import {
Embedded,
Entity,
EntityRepositoryType,
Index,
ManyToOne,
Property,
Unique,
} from '@mikro-orm/core';
import { ConceptRepository } from '@test/concepts/concept.repository';
import { BaseEntity } from '@test/common/entities/base-entity';
import { StoreConceptPort } from '@test/concepts/port/store-concept.port';
@Entity({ tableName: 'concepts' })
export class Concept extends BaseEntity {
[EntityRepositoryType]?: ConceptRepository;
@Index()
@Property({
name: 'store_id',
type: 'varchar',
})
storeId: string;
constructor(conceptDto: StoreConceptPort) {
super();
this.storeId = conceptDto.storeId;
}
}
Find Entity with repository
import { Concept } from './entities/concept.entity';
import { ServiceType } from '@test/concepts/service-type.enum';
import { EntityRepository, Repository } from '@mikro-orm/core';
@Repository(Concept)
export class ConceptRepository extends EntityRepository<Concept> {
public async findOneByStore(id, storeId): Promise<Concept> {
return await this.findOneOrFail({
storeId: { $eq: storeId },
id: { $eq: id },
});
}
}
And use it.
See error: "TypeError: Cannot read property 'storeId' of undefined..."
Expected behavior
The model is expected to hydrate well
Additional context
Versions
Dependency
Version
node
15.2.0
typescript
4.2.3
mikro-orm
4.5.7
your-driver
?
That stack trace is from different call - you can see it starts with findAll() not findOne(). The ORM will never use entity constructor to create instance, so unless you are using forceEntityConstructor flag, this is not even possible to happen, the instance is created via Object.create() instead. And if you are using that flag, you need to ensure your entity ctors all have optional parameters, as they can never be filled in.
|
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!: Foo;
@PrimaryKey() id!: number;
}
Running updateSchema() on the above in SQLite will correctly create the two tables. But running it a second time then causes a TypeError:
/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:204
return ast.columns.map((column) => identifier(column, wrap)).join(', ');
^
TypeError: ast.columns.map is not a function
at columnNameList (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:204:22)
at columnNameListOptional (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:200:40)
at foreignKeyClause (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:193:43)
at foreignTableConstraint (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:189:9)
at tableConstraint (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:156:14)
at /tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:142:29
at Array.reduce (<anonymous>)
at tableConstraintList (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:140:26)
at createTable (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:16:7)
at compileCreateTable (/tmp/crashme/node_modules/knex/lib/dialects/sqlite3/schema/internal/compiler.js:2:10)
This does not happen with MariaDB.
Versions
Dependency
Version
node
16.14.2
typescript
4.6.3
@mikro-orm
5.1.1
@mikro-orm/sqlite
5.1.1
That is a knex issue, can't help with that, please report it to them, together with the SQL that causes it (you can use getCreateSchemaSQL() to get it). This issue is about their custom sqlite reflection of existing schemas.
cc @kibertoad
The Knex people have replied, and said it’s really a Mikro-ORM issue.
|
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 } from '@mikro-orm/core';
import type { MongoDriver } from '@mikro-orm/mongodb';
MikroORM.init<MongoDriver>({ ... });
Stack trace
Resume: The type 'MongoDriver' does not meet the restriction 'IDatabaseDriver<Connection>'.
(alias) class MongoDriver
import MongoDriver
El tipo 'MongoDriver' no cumple la restricción 'IDatabaseDriver<Connection>'.
Los tipos de propiedad 'loadFromPivotTable' no son compatibles.
El tipo '<T, O>(prop: EntityProperty<any>, owners: Primary<O>[][], where?: FilterQuery<T> | undefined, orderBy?: QueryOrderMap<T>[] | undefined, ctx?: any, options?: FindOptions<...> | undefined) => Promise<...>' no se puede asignar al tipo '<T extends AnyEntity<T>, O extends AnyEntity<O>>(prop: EntityProperty<any>, owners: Primary<O>[][], where?: FilterQuery<T> | undefined, orderBy?: QueryOrderMap<...>[] | undefined, ctx?: any, options?: FindOptions<...> | undefined) => Promise<...>'.
Los tipos de parámetros 'options' y 'options' no son compatibles.
El tipo 'FindOptions<T, never> | undefined' no se puede asignar al tipo 'FindOptions<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never> | undefined'.
El tipo 'FindOptions<T, never>' no se puede asignar al tipo 'FindOptions<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>'.
Los tipos de propiedad 'fields' no son compatibles.
El tipo 'readonly EntityField<T, never>[] | undefined' no se puede asignar al tipo 'readonly EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>[] | undefined'.
El tipo 'readonly EntityField<T, never>[]' no se puede asignar al tipo 'readonly EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>[]'.
El tipo 'EntityField<T, never>' no se puede asignar al tipo 'EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>'.
El tipo 'keyof T' no se puede asignar al tipo 'EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>'.
El tipo 'string | number | symbol' no se puede asignar al tipo 'EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>'.
El tipo 'string' no se puede asignar al tipo 'EntityField<T | ((Primary<T> extends string ? string | RegExp : Primary<T> extends Date ? string | Date : Primary<T>) & {}), never>'.ts(2344)
To Reproduce
Steps to reproduce the behavior:
Create a new MikroORM instance
Set the generic of .init method to MongoDriver
See error
Expected behavior
No type errors as previously.
Additional context
Versions
Dependency
Version
node
18.6.0
typescript
4.7.4
mikro-orm
5.3.1
your-driver
mongo
Please share what was this about in case someone else will have the same issue.
@B4nan Oh sorry I forgot.
The problem was using typescript v4.8.0-dev.20220803.
Oh interesting, will take a look, I guess we will need some changes to support it.
|
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 MessageCreateHandler.handle (D:\dusty\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
at WebSocketPacketManager.handle (D:\dusty\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
at WebSocketConnection.onPacket (D:\dusty\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
at WebSocketConnection.onMessage (D:\dusty\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
at WebSocket.onMessage (D:\dusty\node_modules\ws\lib\event-target.js:120:16)
at emitOne (events.js:116:13)
at WebSocket.emit (events.js:211:7)
at Receiver._receiver.onmessage (D:\dusty\node_modules\ws\lib\websocket.js:137:47)
at Receiver.dataMessage (D:\dusty\node_modules\ws\lib\receiver.js:409:14)
at Receiver.getData (D:\dusty\node_modules\ws\lib\receiver.js:347:12)
at Receiver.startLoop (D:\dusty\node_modules\ws\lib\receiver.js:143:16)
at Receiver.add (D:\dusty\node_modules\ws\lib\receiver.js:117:10)
checkRole function needed to be rewritten.
The file moved to /constants/, so another scope can see/use it.
Any further information check branch - [rolechecker_bug]
Issue resolved on master by https://github.com/milesflo/dusty/pull/11
|
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 info
Milligram:
https://cdnjs.cloudflare.com/ajax/libs/milligram/1.1.0/milligram.css
Other (e.g. normalize.css, node.js, npm, bower, browser, operating system) (if applicable):
NA
Test case
http://codepen.io/jkinley/pen/PGYXvJ
Steps to reproduce
I have tried numerous ways to get modifiers like .row-wrap .col-top, etc to work and I am lost. I have looked at the Scss and tried several classes and they do not seem to work.
I have reviewed the docs and there are no examples of how to use these advanced modifiers.
Expected behavior
.row-wrap should invoke flexbox to wrap.
.col-bottom should make flex items align to the bottom.
Actual behavior
the classes don't have an effect.
Hi @jkinley-sds
Sorry if this has caused any problems, then less will be available the next version of Milligram with this issue fixed. #88
|
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 implemented
|
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 /bin directory.
There is a warning message after the composer install
Skipped installation of bin bin/mindee for package mindee/mindee: file not found in package
Steps to Reproduce
run a composer install
Expected behavior:
Creating a file mindee in bin/mindee.
Actual behavior:
Missing file, seems to be in the root directory.
Reproduces how often:
100%
Versions
mindee/mindee => 1.8.0
PHP 8.3.6
Well spotted! Will be fixed shortly.
|
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 default and is not meant to run multiple instances in parallel. Instead of passing each modified file to golangci-lint, the recommended approach is to just run it without passing any explicit files. This won't affect local environments either since it comes with internal caching.
This PR will fix occurring issues in CI such as https://github.com/mineiros-io/terraform-aws-route53/pull/33.
Question: This will break partial commits as not committed filles need to validate.. doesn't it?? A commit should only validate the actual committed changes.. and it should validate only those as the current workdir could validate fine but the commit can fail?
Just deep-dived and you are actually right. Setting pass_filenames to false will run golangci-lint run --fix which will basically run recursively over all directories. What I didn't understand yet is that setting pass_filenames to true ( which is the default value ) should just pass a list of files to the hook. The official golangci-lint documentation advice us to run the multilinter in a similar manner, e.g. golangci-lint run dir1 dir2/... dir3/file1.go . In https://github.com/mineiros-io/pre-commit-hooks/blob/master/pre_commit_hooks/go/golangci-lint.sh#L6 we run the provided command but still pre-commit seems to start multiple instances of golangci-lint.
Question: This will break partial commits as not committed filles need to validate.. doesn't it?? A commit should only validate the actual committed changes.. and it should validate only those as the current workdir could validate fine but the commit can fail?
Just deep-dived and you are actually right. Setting pass_filenames to false will run golangci-lint run --fix which will basically run recursively over all directories. What I didn't understand yet is that setting pass_filenames to true ( which is the default value ) should just pass a list of files to the hook. The official golangci-lint documentation advice us to run the multilinter in a similar manner, e.g. golangci-lint run dir1 dir2/... dir3/file1.go . In https://github.com/mineiros-io/pre-commit-hooks/blob/master/pre_commit_hooks/go/golangci-lint.sh#L6 we run the provided command but still pre-commit seems to start multiple instances of golangci-lint.
how does pre-commit pass the files? so what is $@ ?
maybe https://pre-commit.com/#hooks-require_serial is what you need?
Question: This will break partial commits as not committed filles need to validate.. doesn't it?? A commit should only validate the actual committed changes.. and it should validate only those as the current workdir could validate fine but the commit can fail?
Just deep-dived and you are actually right. Setting pass_filenames to false will run golangci-lint run --fix which will basically run recursively over all directories. What I didn't understand yet is that setting pass_filenames to true ( which is the default value ) should just pass a list of files to the hook. The official golangci-lint documentation advice us to run the multilinter in a similar manner, e.g. golangci-lint run dir1 dir2/... dir3/file1.go . In https://github.com/mineiros-io/pre-commit-hooks/blob/master/pre_commit_hooks/go/golangci-lint.sh#L6 we run the provided command but still pre-commit seems to start multiple instances of golangci-lint.
how does pre-commit pass the files? so what is $@ ?
maybe https://pre-commit.com/#hooks-require_serial is what you need
When running pre-commit run -a it seems that pre-commit invokes golangci-lint two times. $@ looks like this:
test/private_hosted_zone_test.go test/multiple_domains_same_records_test.go test/failover_routing_test.go test/multiple_domains_different_records_test.go
and
test/delegation_set_test.go test/basic_routing_test.go test/weighted_routing_test.go
See the screenshot:
Question: This will break partial commits as not committed filles need to validate.. doesn't it?? A commit should only validate the actual committed changes.. and it should validate only those as the current workdir could validate fine but the commit can fail?
Just deep-dived and you are actually right. Setting pass_filenames to false will run golangci-lint run --fix which will basically run recursively over all directories. What I didn't understand yet is that setting pass_filenames to true ( which is the default value ) should just pass a list of files to the hook. The official golangci-lint documentation advice us to run the multilinter in a similar manner, e.g. golangci-lint run dir1 dir2/... dir3/file1.go . In https://github.com/mineiros-io/pre-commit-hooks/blob/master/pre_commit_hooks/go/golangci-lint.sh#L6 we run the provided command but still pre-commit seems to start multiple instances of golangci-lint.
how does pre-commit pass the files? so what is $@ ?
maybe https://pre-commit.com/#hooks-require_serial is what you need
When running pre-commit run -a it seems that pre-commit invokes golangci-lint two times. $@ looks like this:
test/private_hosted_zone_test.go test/multiple_domains_same_records_test.go test/failover_routing_test.go test/multiple_domains_different_records_test.go
and
test/delegation_set_test.go test/basic_routing_test.go test/weighted_routing_test.go
See the screenshot:
In addition to that, when setting require_serial to true, it seems that golangci-lint is being invoked by pre-commit without passing an explicit list of files as shown in the screenshot.
run -a just checks all files... so yes, it is not passing a list of changed files.. but this is expected then..
run -a just checks all files... so yes, it is not passing a list of changed files.. but this is expected then..
In a CI environment, we always check all files since we don't have any state between the CI runs. Locally though, it should only check the affected files if that makes sense to you? The question is more why setting require_serial: true doesn't invoke any files at all.
run -a just checks all files... so yes, it is not passing a list of changed files.. but this is expected then..
In a CI environment, we always check all files since we don't have any state between the CI runs. Locally though, it should only check the affected files if that makes sense to you? The question is more why setting require_serial: true doesn't invoke any files at all.
Updated the config, should work now.
In a CI environment, this will always run the linter on all files as it's been before. In a local environment, golangci-lint will create it's own file and checksum tree and decided internally on what files ( golang packages ) the linters should be applied.
|
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 hostname (e.g. test.example.com, live.example.com, etc.) on-the-fly based on HTTP request headers without the need for restarting the application. Furthermore, the same application can even serve multiple domain names.
Thank you for contribution!
|
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, and the formulas themselves do not work. The formulas only become active after you manually enter the cells, edit the formulas, and press Enter.
And, I can’t find the relevant settings and instructions in the instructions for use in the readme.
var data = new List<Dictionary<string, object>>
{
new Dictionary<string, object>
{
["Institution"] = "Institution",
["Created"] = "Created",
["Formula"] = "Formula",
},
new Dictionary<string, object>
{
["Institution"] = "BMC Inc.",
["Created"] = "2021-01-01",
["Formula"] = $"=SUM(A2:B2)"
},
};
MiniExcel.SaveAs("test.xlsx", data, printHeader: false, overwriteFile: true, excelType: ExcelType.XLSX);
Functionality waiting for Pull Request.
PR 679: Formula Support
|
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"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.