id
int64
393k
2.82B
repo
stringclasses
68 values
title
stringlengths
1
936
body
stringlengths
0
256k
โŒ€
labels
stringlengths
2
508
priority
stringclasses
3 values
severity
stringclasses
3 values
2,633,949,077
PowerToys
[File Preview] Allow for more fine-grained control of which file extensions to preview
### Description of the new feature / enhancement Allow for an editable list of file extensions whom should be previewed. ### Scenario when this would be used? I really don't want to wait the loadingscreen when previewing simple .txt files. There the native windows one is totally fine for me. For more complex files l...
Needs-Triage
low
Minor
2,633,983,464
langchain
Given example fails
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
โฑญ: core
low
Critical
2,634,004,973
pytorch
Add metal-flash-attention for MPS backend
### ๐Ÿš€ The feature, motivation and pitch We should add flash attention support for the MPS backend. @srush mentioned to me that https://github.com/philipturner/metal-flash-attention/ exists which we could try to incorporate into the SDPA as a git submodule. MIT license. ### Alternatives Wait for Apple to relea...
triaged,enhancement,module: mps
low
Minor
2,634,006,560
rust
Some `-Ctarget-feature`s must be restrained on RISCV
refs: - https://github.com/rust-lang/rust/issues/114544 - https://github.com/rust-lang/rust/pull/116485 which was massively scaled back due to this open question - https://github.com/rust-lang/rust/issues/116344 - https://github.com/rust-lang/rust/pull/129884 - https://github.com/rust-lang/rust/issues/131799 - https:...
T-compiler,C-bug,O-riscv,A-floating-point,A-ABI,E-needs-investigation
medium
Major
2,634,041,171
terminal
[High Contrast] "Failed to reload settings" warning isn't legible
![Image](https://github.com/user-attachments/assets/93024e28-1b51-4837-b1d2-aff44a212536)
Help Wanted,Issue-Bug,Area-Accessibility,Product-Terminal,Priority-3
low
Critical
2,634,139,769
vscode
Allow settings with object widgets to configure labels for `item`/`value`
For object settings such as `files.associations`, it would nice if settings could customize the labels for `item`/`value` used in the settings ui ![Image](https://github.com/user-attachments/assets/ef1de45e-148a-4c99-b6e6-752775ccb50c) This may help user understand how to configure these Related it may also be nic...
feature-request,settings-editor
low
Minor
2,634,150,976
pytorch
Better mergebot messages when reverting a PR
### ๐Ÿ› Describe the bug See https://github.com/pytorch/pytorch/pull/139399#issuecomment-2455961719 - just message appearing out of nowhere giving now explanation why anyone want to revert the PR... (I suspect the reason is because mergebot incorrectly believes this PR and https://github.com/pytorch/pytorch/pull/1393...
module: ci,triaged
low
Critical
2,634,152,406
vscode
Validate tool input
We should validate the input/parameters of LanguageModelTool calls. We could extract part of the json language-service into vscode to do this.
feature-request,api
low
Major
2,634,160,388
pytorch
Unexpected type cast from DTensor to Tensor when applying SequenceParallel on RMSNorm.
### ๐Ÿ› Describe the bug I am using Sequence parallel for my RMS implementation in LLaMA torchtune. During the forward pass, layer 0 propagates successfully, but layer 1 encountered a weird bug where if I print out the type and shape and placements of output and self.scale, it is displaying the desired configs ([b, s, ...
oncall: distributed
low
Critical
2,634,166,972
tensorflow
WSL instruction outdated
Page URL: https://www.tensorflow.org/install/pip#windows-wsl2 At this point in time Ubuntu 24.04 requires (or, recommends) using a virtual environment to install Python packages. As a result, the following command will no longer work in WSL: ``` python3 -m pip install tensorflow[and-cuda] ``` Below is a summ...
stat:awaiting tensorflower,wsl2
low
Minor
2,634,168,383
rust
rustdoc search: trait methods should not show the same as inherent methods
did a search for "unchecked" and found this confusing snippet: ![tuple::get_unchecked_mut](https://github.com/user-attachments/assets/a98a06c1-fa1f-4c47-83a9-4f6d12ca9324) this the SliceIndex trait method. additionally, perhaps implementations of trait methods should be deprioritized during name-based search?
T-rustdoc,C-discussion,A-rustdoc-search
low
Minor
2,634,182,326
ui
[bug]: Text size on mobile accordion
### Describe the bug The size of the text shrinks when you open an accordion on mobile. It seems to happen when you open one accordion then open the very next one after it ### Affected component/components Accordion ### How to reproduce 1. Open an accordion on mobile 2. Open the very next accordion after it and t...
bug
low
Critical
2,634,193,328
vscode
Implicit context widget isn't deduplicated against other attachments
1. Have a file open in the editor and chat view open 2. From the editor context menu, the context picker, or DnD, attach the active editor to chat 3. :bug: the implicit context widget is still there, I would expect it to go away in favor of the persistent attachment and then come back the next time I open a file that i...
bug,panel-chat
low
Critical
2,634,193,871
vscode
Consider changing command name `Start in Editor with Current line`
I'm aligning the terminal context menu items/command in https://github.com/microsoft/vscode-copilot/issues/10149 and after that we have: ![Image](https://github.com/user-attachments/assets/ed84ce92-6d89-40e2-a804-3144d7b2f596) Should `Start in Editor with Current line` become `Editor Inline Chat with Current Line`?
under-discussion,inline-chat
low
Minor
2,634,212,580
langchain
create_retrieval_chain verbose not working
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
๐Ÿค–:bug
low
Critical
2,634,220,144
node
More benchmarks for the `node:test` module.
The `benchmark/test_runner` folder currently contains benchmarks for `it` and `describe` functions. I suggest we expand these benchmarks to cover additional test runner features, including mocks, coverage, and various test modes. Here are the functions that (IMO) should be benchmarked: ## Basic Testing These t...
benchmark,test_runner
low
Major
2,634,220,206
vscode
Webview Panel with `enableFindWidget` does not work after Moving Editor Group into New Window
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,help wanted,webview
low
Critical
2,634,232,448
ui
[bug]: Sidebar toggle not working properly on mobile view.
### Describe the bug for my mobile and from the inspect element mobile view. The sidebar toggle not working at all for me. ### Affected component/components Sidebar.tsx ### How to reproduce ![image](https://github.com/user-attachments/assets/f6584db1-db3a-4d56-bda8-7649863dc29d) ### Codesandbox/StackBlitz link ...
bug
low
Critical
2,634,234,432
pytorch
`softmax` fails to commute with `permute` / `transpose`
### ๐Ÿ› Describe the bug It should be the case that `sometensor.softmax(dim=d)` is the same as `sometensor.permute(...).softmax(dim=0).permute(...)` if the permutations are inverses. This is not the case, at least for float32: ```python import torch val = torch.tensor([[7.76308536529541015625, 7.17303562164306640...
module: nn,triaged
low
Critical
2,634,237,736
PowerToys
Add PowerToys shortcuts to "Shortcut Guide"
### Description of the new feature / enhancement It would be helpful to have a quick way to see all active PowerToys shortcuts within the "Shortcut Guide," rather than manually opening the tool and searching for each one. Having these shortcuts readily available in the guide, possibly in a different color to disting...
Needs-Triage
low
Minor
2,634,243,266
react
[Compiler Bug]: Does not check for ref access in setState initial value function
### What kind of issue is this? - [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [ ] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Component: Optimizing Compiler
medium
Critical
2,634,252,450
puppeteer
[Bug]: No location or stack trace for Firefox console messages
### Minimal, reproducible example ```TypeScript const puppeteer = require("puppeteer"); const http = require("http"); let server = http.createServer((req, res) => res.end()); server.listen(8080, async () => { await test("chrome"); await test("firefox"); process.exit(0); }); async function test(engine...
bug,confirmed,bidi,P3,firefox
low
Critical
2,634,263,841
yt-dlp
Localizing log messages
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm requesting a feature unrelated to a specific site - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [X] ...
enhancement,triage
low
Critical
2,634,272,074
PowerToys
ๅฏปๆ‰พ้ผ ๆ ‡
### Microsoft PowerToys version 0.80.1 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Mouse Utilities ### Steps to reproduce ๅฏปๆ‰พ้ผ ๆ ‡็š„ๆ—ถๅ€™ๅช่€ƒ่™‘ไบ†็งปๅŠจ้€Ÿๅบฆ๏ผŒ ๅธŒๆœ›ๅฏไปฅๅœจๅŽŸๅœฐๆ™ƒๅŠจ็š„ๆ—ถๅ€™ไธ่งฆๅ‘ ### โœ”๏ธ Expected Behavior _No response_ ### โŒ Actual Behavior _No response_ ### Other Software _No respons...
Issue-Bug,Needs-Triage
low
Minor
2,634,278,881
langchain
Validation Error (on arguments) from Pydantic for invoking tool_call
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
๐Ÿค–:bug
low
Critical
2,634,299,543
vscode
Search Only in Open Editors does not work if file name has square bracket
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
bug,search
low
Critical
2,634,311,452
pytorch
Adding backend-specific autograd kernel for aten builtin operators breaks `torch.compile`
### ๐Ÿ› Describe the bug In the following code we add a backend-specific autograd kernel(e.g. AutogradCUDA) for aten builtin operator "tanh". Originally, it does not have a kernel for "AutogradCUDA", but a "CUDA" kernel. The derivative of tanh is defiend in `derivatives.yaml`. We subclass `torch.autograd.Function` an...
triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher
low
Critical
2,634,321,598
pytorch
less GPU memory used in Centos than ubuntu
### ๐Ÿ› Describe the bug version: python 3.10 torch 2.1.0 cuda 12.1 put breakpoint in row x = x.detach() ```python import torch import torchvision class BoQ_DinoV2(torch.nn.Module): AVAILABLE_MODELS = [ 'dinov2_vits14', 'dinov2_vitb14', 'dinov2_vitl14', 'dinov2_vi...
needs reproduction,module: memory usage,triaged
low
Critical
2,634,323,297
material-ui
[Autocomplete] ListboxProps external ref warning in vs code
### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/listboxprops-ref-bn67hk?file=%2Fsrc%2FAutocomplete.tsx ### Current behavior _No response_ ### Expected behavior _No response_ ### Context Unable to build project due to typescript issue/warning ### Your environment <details> <summ...
typescript,component: autocomplete,v5.x,v6.x
low
Minor
2,634,355,750
vscode
Settings item loses focus unexpectedly
Type: <b>Bug</b> 1. Open settings panel 2. Change some items, like Editor: Font Size ... and wait several seconds 3. The focus will be moved to the next settings item ... It is very likely to make some error settings if the focus moved unexpectedly. I changed some font settings, this bug let me change the settings ...
bug,settings-editor,confirmation-pending
low
Critical
2,634,374,985
tensorflow
Create a trainable tensorflow or LiteRT (with signatures) graph from a frozen tensorflow model
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf 2.17 ### Custom code No ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GC...
stat:awaiting tensorflower,type:support,comp:lite,2.17
low
Critical
2,634,377,031
langchain
AzureCosmosDB vector store filter not working?
### Example Code ``` vectorstore = AzureCosmosDBVectorSearch.from_connection_string( connection_string=self.uri, namespace=self.namespace, embedding=self.embedding_model, index_name = self.index_name, embedding_key=self.embedding_k...
โฑญ: vector store
low
Minor
2,634,391,229
PowerToys
New+ Better Support for MS Office Template Files (i.e., dotx, dotm, xltx, xltm, potx, potm)
### Description of the new feature / enhancement New+ will support using MS Office template files (i.e., dotx, dotm, xltx, xltm, potx, potm) to create MS Office files (i.e., docx, docm, xlsx, xlsm, potx, potm) in a selected location. As it currently stands, if the New+ templates folder includes MS Office template fil...
Needs-Triage
low
Minor
2,634,428,339
godot
[Godot 4.4 dev3] Fallback to OpenGL 3 not working on iPad 6th gen
### Tested versions - Reproducible in 4.4 dev3 ### System information Ipad 6th gen - iPad OS 17.5.1 ### Issue description Title, I tried deploying and opening an app on an iPad 6th gen (iPadOS 17.5.1), but it doesn't work (manually setting the renderer from `forward_plus` or `mobile` to `gl_compatibility` does wor...
bug,platform:ios,topic:rendering
low
Critical
2,634,437,329
rust
Inefficient implementation of `PartialEq` for nested (fieldless) enums
I'm not sure if this is the right place for this (might be LLVM to blame), just a bit of inefficient code that I noticed. https://godbolt.org/z/K57orYj5h The only difference between the two functions `eq` and `matches` is the use of `==` and `matches!` for the enum comparison. The generated code for `eq` includes two...
A-LLVM,I-slow,A-codegen,T-compiler,I-heavy,C-optimization,A-enum
low
Major
2,634,474,578
ollama
Tencent-Hunyuan-Large-MoE-389B-A52B
# https://huggingface.co/tencent/Tencent-Hunyuan-Large ### Model Introduction With the rapid development of artificial intelligence technology, large language models (LLMs) have made significant progress in fields such as natural language processing, computer vision, and scientific tasks. However, as the scale of...
model request
low
Major
2,634,579,889
pytorch
DTensor silent failure of index slice
### ๐Ÿ› Describe the bug In the four variants of `nn.init.zeros_` at the bottom: the expected behavior is to see some zeros in the printed matrix. Howver, when slicing a partial matrix `[:2]`, none of the weights are zero. Same behavior was observed for `nn.init.constant_`. Run command: `torchrun --standalone --nn...
oncall: distributed,module: dtensor
low
Critical
2,634,580,690
transformers
Saving logs to file
### Feature request Add a `FileHandler` to root logger. ### Motivation Transformers is only using StreamHandler for logging, which makes debug analysis hard across different experiments. Many other frameworks support both logging to terminal and to file. For example: fairseq: https://github.com/facebookresearch/fai...
Feature request
low
Critical
2,634,590,824
ollama
Expose DRY and XTC parameters
Llama.cpp has recently added support for the [DRY](https://github.com/oobabooga/text-generation-webui/pull/5677) and [XTC](https://github.com/oobabooga/text-generation-webui/pull/6335) sampling algorithms (https://github.com/ggerganov/llama.cpp/pull/9702 and https://github.com/ggerganov/llama.cpp/pull/9742, respectivel...
feature request
low
Major
2,634,597,767
godot
FileDialog/EditorFileDialog filter does not allow pressing Enter to enter a folder once it has been autoselected
### Tested versions - Reproducible in: 4.4.dev b3bcb2dc1 ### System information Godot v4.4.dev (b3bcb2dc1) - Fedora Linux 41 (KDE Plasma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (nvidia; 565.57.01) - 13th Gen Intel(R) Core(TM) i9-13900K (32 threads...
bug,topic:editor,usability,topic:gui
low
Minor
2,634,602,673
deno
Node: HTTP request fails on `res.complete`
Version: Deno 2.0.2 _(Still failing at 2.1.7)_ # Description In `npm:@adyen/api-library` they use Node's native `http` to send POST requests and it always fails in Deno with the following error: ``` An error occurred during route handling or page rendering. 141 | res.on("end", () => { 142 | ...
bug,node compat
low
Critical
2,634,618,217
vscode
Notebook Multicursor -- support for case sensitive and whole word toggles
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creat...
feature-request,notebook-cell-editor
low
Critical
2,634,649,590
pytorch
[Distributed][collectiveCoalesced] Why function(check_gpu_tensors_same_device) only works in allreduce_coalesced?
### ๐Ÿ› Describe the bug ![image](https://github.com/user-attachments/assets/5414f508-d1eb-4d20-8b38-709d1dd9a3eb) Function check_gpu_tensors_same_device only works in allreduce_coalesced. In both allgather_into_tensor_coalesced and reduce_scatter_tensor_coalesced, this function not appear. What is the reason? Also,...
oncall: distributed
low
Critical
2,634,680,485
angular
Input setter coercion docs should mention input signals with value tranforms
### Describe the problem that you experienced The [Input setter coercion section of the Template type checking page](https://angular.dev/tools/cli/template-typecheck#input-setter-coercion) explains the typechecking problem of boolean attributes like `disabled`. However, the solutions it provides are outdated - they f...
area: docs
low
Critical
2,634,685,040
vscode
TreeView: MaxCallStackError - Nesting
repo: https://github.com/RedCMD/TreeViewMaxCallStackError <details><summary>expand siblings</summary> ```rust ERR Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded at Roi.U (http://localhost:3000/static/build/out/vs/workbench/workbench.web.main.internal.js:265:13925) at Roi.spli...
bug,tree-widget
low
Critical
2,634,686,738
kubernetes
kubelet cause pod unready when stop kubelet, sleep 40s, start kubelet
### What happened? systemctl stop kubelet first, sleep 40 systemctl start kubelet get pod -w will found pod become unready, and become ready immediately ### What did you expect to happen? pod should no change ### How can we reproduce it (as minimally and precisely as possible)? systemctl stop kub...
kind/support,sig/node,needs-triage
low
Major
2,634,743,928
godot
Incorrect value loaded from .tres file for instances of custom classes.
### Tested versions v4.3.stable.arch_linux ### System information Godot v4.3.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000 - Wayland - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3090 (nvidia; 565.57.01) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads) ### Issue descriptio...
bug,topic:core
low
Critical
2,634,763,165
ui
[feat]: Create new popup button component https://www.easyui.pro/component
### Feature description Describe your feature request... Kindly add this type of component ![image](https://github.com/user-attachments/assets/8aecca2e-bf56-4b8d-ba28-61b236a95d37) https://www.easyui.pro/component ### Affected component/components https://www.easyui.pro/component ### Additional Context Additio...
area: request
low
Minor
2,634,781,645
kubernetes
Document the Job positive and negative criteria evaluation orders
### What would you like to be added? I would like to document the Job positive and negative criteria evaluation orders in the following 3 levels: - [x] [JobController (KubeControllerManager)](https://github.com/kubernetes/kubernetes/blob/bc79d3ba87b8b3c4b7c68f26cdfcaa35654d96ac/pkg/controller/job/job_controller.g...
kind/documentation,kind/feature,sig/apps,priority/important-longterm,sig/docs,triage/accepted
low
Critical
2,634,825,761
deno
Skip localhost when evaluating HSTS upgrades
Not sure if applicable, but just in case. See https://github.com/whatwg/fetch/pull/1781 for the change to Fetch.
web
low
Minor
2,634,832,037
kubernetes
Failure cluster [44fa5cdb...]: TestFrontProxyConfig/WithoutUID:
### Failure cluster [44fa5cdb3ee6c1ca81f2](https://go.k8s.io/triage#44fa5cdb3ee6c1ca81f2) ##### Error text: ``` Failed;Failed; === RUN TestFrontProxyConfig/WithoutUID testserver.go:581: Resolved testserver package path to: "/home/prow/go/src/k8s.io/kubernetes/cmd/kube-apiserver/app/testing" testserver...
sig/api-machinery,kind/flake,kind/failing-test,triage/accepted
low
Critical
2,634,833,164
ant-design
TreeSelect ้ƒจๅˆ†ๅฑžๆ€งๅ’ŒๅŠŸ่ƒฝๆ”น่ฟ›
### What problem does this feature solve? TreeSelect Propsไธญๆœ‰ไธ€ไธช treeTitleRender ็š„ ts ็ฑปๅž‹ๆ ‡ๆณจ้”™่ฏฏ๏ผŒๅฆ‚ไธ‹ๅ›พๆ‰€็คบ๏ผš <img width="1442" alt="image" src="https://github.com/user-attachments/assets/d38d6c9c-9fa5-46d7-9ca2-b6be33a9b3a9"> ๆœ‰ไธช้—ฎ้ข˜ๅ€ผๅพ—ๆˆ‘ไปฌๆ€่€ƒไธ€ไธ‹๏ผŒSelect็ป„ไปถไธญ๏ผŒ้€‰้กนOption็ฑปๅž‹ๆŽจๅด‡็š„ๆ˜ฏ labelใ€value... ๏ผŒTreeๅ’ŒTreeSelectไธญ็†ๅบ”ไนŸๆ˜ฏ labelใ€value... ่€Œไธๆ˜ฏ titl...
Inactive,unconfirmed
low
Major
2,634,856,482
next.js
SearchParams Sync Issue During First Effect Execution with window.history.replaceState()
### Link to the code that reproduces this issue https://github.com/yongholeeme/reproduction-bug-history-api-in-effect-nextjs/blob/main/Bug.jsx ### To Reproduce > I created and deployed reproduction: https://reproduction-bug-history-api-in-effect-nextjs.vercel.app > 1. When query `foo` is over 5, call [`window...
bug,Navigation
low
Critical
2,634,882,854
ant-design
Dropdown ไธ‹ๆ‹‰่œๅ•็ป„ไปถitemๆ•ฐ้‡่ฟ‡ๅคšๆ—ถๆต่งˆๅ™จ็ช—ๅฃไผš้ฎๆŒกUI็œ‹ไธๅˆฐๅฎŒๆ•ด่œๅ•
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/rqg8nf) ### Steps to reproduce ็‚นๅ‡ป ๅˆ—่กจไธญ็š„ โ€œๆ›ดๅคšโ€ ๆŒ‰้’ฎๆ˜พ็คบไธ‹ๆ‹‰่œๅ•ใ€‚ ### What is expected? ่ƒฝๅคŸๅฎŒๆ•ดๆ˜พ็คบไธ‹ๆ‹‰่œๅ•ๅ†…ๅฎน๏ผŒไธ่ฆๆ’‘ๅผ€้กต้ข ### What is actually happening? ๅฝ“ไธ‹ๆ‹‰่œๅ•ๆ˜พ็คบๅœจโ€œๆ›ดๅคšโ€ๆŒ‰้’ฎไธ‹้ขๆ—ถ๏ผŒไผšๆ’‘ๅผ€้กต้ขๅธฆๆœ‰ๆปšๅŠจๆก๏ผŒ้€ ๆˆ้กต้ขๅบ•้ƒจ...
Inactive,unconfirmed
low
Major
2,634,885,622
langchain
Bug in langchain_community/callbacks/tracers/wandb.py: 'NoneType' object has no attribute 'items'
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
๐Ÿค–:bug
low
Critical
2,634,915,043
vscode
Preview tab history navigation
Hi, is there a way to navigate the history stack of a preview tab? When using a preview tab, I'd often click through multiple files to gain context of some code flow, but I'm unsure which file I actually want to keep open. Eventually, I realize it's one of the files earlier in that history stack that I actually care ab...
feature-request,workbench-history
low
Minor
2,634,918,596
vscode
Extensions editor - unexpected drop shadow
![Image](https://github.com/user-attachments/assets/1f67e765-8b3d-417c-b9f6-61dcf4452e9d)
polish,extensions-editor
low
Minor
2,634,923,178
deno
Deno issue with fflate workers
Version: Deno 2.0.4. Hi! Here is the copy of the bug report I sent on fflate issues tracker (https://github.com/101arrowz/fflate/issues/226). The maintainer is actually thinking the error I am facing is bound to deno runtime. Have you any idea on how to solve this? P.S. Actually it worked on my recent tes...
bug,node compat,node API,triage required ๐Ÿ‘€
low
Critical
2,634,939,210
pytorch
cmake libtorch_jni.so, bug: 'fp16/psimd.h' file not found
### ๐Ÿ› Describe the bug Hello, since the AAR package in the repository is not compatible with the current version of the NDK, I'm compiling libtorch_jni.so and encountered the following error. It's confirmed that there is no such header file under the fp subdirectory. What might be causing this, and how can it be reso...
needs reproduction,module: binaries,oncall: mobile
low
Critical
2,634,952,955
PowerToys
Keyboard Manager Shortcut Mapping works only once
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce Try to use a new mapped shortcut twice ### โœ”๏ธ Expected Behavior Shortcut should function every time ### โŒ Actual Behavior [PowerToy...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Minor
2,634,987,357
neovim
for quickfix, `vim.api.nvim_buf_attach()` `on_bytes` doesn't get called on `:caddexpr`
### Problem I'm trying to use a plugin to colorize ANSI escape sequences in the quickfix window. The plugin needs to get a callback when the quickfix window updates. However `vim.api.nvim_buf_attach()` `on_bytes` doesn't get called on `:caddexpr`. (Plugin issue at <https://github.com/m00qek/baleia.nvim/issues/27>). ...
bug,api,quickfix
low
Minor
2,634,991,892
flutter
[a11y][VoiceOver/Talkback] Dismissable ModalBarrier is not announced as a button
### Steps to reproduce 1. Have an app with a popupMenu 2. Enable VoiceOver / Talkback 3. Swipe until you get Dismiss Menu semantic ### Expected results Element should be labelled as button by VoiceOver/Talkback as it has an onTap action. ### Actual results Element is not labelled as button ### Code ...
framework,a: accessibility,has reproducible steps,P3,found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.27
low
Critical
2,635,029,716
PowerToys
Keyboard manager: A bunch of remapped shortcuts don't work anymore.
### Microsoft PowerToys version v0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce For at least a few months now I'm unable use most of my remappings from this list: ![Image](https://github.com/user-attachments/assets/...
Issue-Bug,Needs-Triage
low
Minor
2,635,099,738
vscode
Feature Request: Support shell interation for terminal inside tmux
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Current, shell integration does not fully work, for...
help wanted,feature-request,terminal-shell-integration
low
Minor
2,635,130,164
transformers
save `training_args` in another file format
### Feature request switch saving training arguments from `bin` format to another file extension. ### Motivation for security reasons `bin` format is deemed unsafe as marked by huggingface's new security system. ![image](https://github.com/user-attachments/assets/03d9c511-716e-4d15-8a2d-38d9a108e289) ### Your con...
Feature request
low
Minor
2,635,146,312
kubernetes
pv is bound to pvc, but pvc is pending
### What happened? I have a pvc1: `tmp-pvc-1d9c5916-c994-42e5-8060-99d563b43e3a`, and bound to pv: `pvc-a4ec28db-8fed-4067-8a19-ba0ff65b4996`. I changed the claimRef of pv:`pvc-a4ec28db-8fed-4067-8a19-ba0ff65b4996` to pvc2:`f55bp1pq6y`, pv status is bound and bound to pvc2:`f55bp1pq6y`. But pvc2:`f55bp1pq6y` status i...
kind/bug,sig/storage,needs-triage
low
Minor
2,635,192,263
rust
Regression in performance (poor codegen) between 1.81 and 1.82
I've observed a fairly nasty performance regression when switching to 1.82 related to compression performance that appears to boil down to some very weird/suboptimal machine code being generated. Delving into things, it looks like what was previously reasonable generated code is now turning into... well, something way...
A-LLVM,I-slow,P-medium,T-compiler,C-bug,regression-untriaged
low
Critical
2,635,195,653
tensorflow
Current LiteRT Android dependencies in documentation look broken
I think after the recent TensorflowLite rename to LiteRT some pages in documentation where renamed incorrectly and are currently very confusing. For a particular example, see this: https://ai.google.dev/edge/litert/android/gpu - The docs say to add `com.google.ai.edge.litert:litert-gpu` and `com.google.ai.edge.litert...
stat:awaiting tensorflower,type:support,comp:lite,TFLiteConverter,TFLiteGpuDelegate
medium
Critical
2,635,204,365
transformers
redirect logging output to `stdout` instead of `stderr`
### Feature request Redirect logging output to `stdout` instead of `stderr`. Specifically, add argument `stream=sys.stdout` at: https://github.com/huggingface/transformers/blob/893ad04fad145904ccb71e4e858e4134c32226b6/src/transformers/utils/logging.py#L88. ### Motivation It is a common practice to redirect logging o...
Feature request
low
Critical
2,635,235,632
vscode
Emmet wrap with abbreviation reindents content when used with `pre`
Type: <b>Bug</b> 1. Create a HTML file. 2. Create a deeply nested context (e.g. `div>div>div>code`) 3. Write a piece of code inside `<code>`, with reset indentation. 4. Select the piece of code and use the "Emmet: wrap with Abbreviation" command. 5. Enter `pre` as your abbreviation Exprected behaviour: content inside...
bug,emmet,confirmed
low
Critical
2,635,286,839
PowerToys
Unable to locate 'Paste as file' output .txt file or folder
### Microsoft PowerToys version 0.86.00 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? Advanced Paste ### Steps to reproduce Typed text into Notepad Copied text using Ctrl-C activated advanced Pasting shift-win-V clicked 'Paste as txt file' Control returned to us...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Minor
2,635,301,362
PowerToys
Revert Change to Navigation Tree
### Description of the new feature / enhancement PR #35559 added a collapsible navigation tree. This makes it harder to find features since they are hidden behind collapsed categories by default. The user has to guess which category a feature will be in and click around until they find it. Please either revert this...
Needs-Triage
low
Major
2,635,326,396
excalidraw
[feat] Remove background of image uploaded
### Problem Statement: Isn't it be lovely to add some feature that will remove background of image, Most of time during class mentoring, I feel that it would be good to have some option that will upload as well as remove image's background at the same time. ### How to do so? (Just an Idea) This is just an idea, If you...
enhancement
low
Minor
2,635,340,235
opencv
Linking opencv ios to my project error
### System Information OpenCV: 4.10.0 OS: macOS Version 14.6.1 Complier: Xcode 16.1 ### Detailed description my image_processor.cpp include <opencv2/opencv.hpp>, and I want to build my processor library to be shared to iOS project. I have run python3 platforms/ios/build_framework.py ios --iphoneos_archs arm64...
question (invalid tracker)
low
Critical
2,635,375,713
ollama
Support partial loads of LLaMA 3.2 Vision 11b on 6G GPUs
### What is the issue? **Description:** I encountered an issue where the **LLaMA 3.2 Vision 11b** model loads entirely in CPU RAM, without utilizing the GPU memory as expected. The issue occurs on my Windows-based laptop with 6GB VRAM, where models that exceed GPU memory capacity should load the rest into system RAM ...
feature request
medium
Major
2,635,383,436
kubernetes
๐Ÿ˜ Drop x/exp from k/k dependencies
- We started the process in `cilium/ebpf` here : https://github.com/cilium/ebpf/issues/1095 - A PR has landed here : https://github.com/cilium/ebpf/pull/1557 - Wait for a new [new release](https://github.com/cilium/ebpf/releases) of `cilium/ebpf` - Update `opencontainers/runc` to new version of cilium/ebpf, similar...
sig/architecture,area/code-organization,needs-triage
low
Minor
2,635,391,935
kubernetes
๐Ÿ˜ Update containerd api/errdefs/ttrpc dependencies in k/k
Aborted attempt is in https://github.com/kubernetes/kubernetes/pull/128557 When 1.33 opens up, - Update `google/cadvisor` to newer versions of these libraries [here](https://github.com/google/cadvisor/blob/master/go.mod#L11-L13). - Ask for a new tag/release of `google/cadvisor` and then update k/k to the newer lib...
sig/node,area/code-organization,needs-triage
low
Minor
2,635,437,520
excalidraw
Elbow arrow endpoint drag with Ctrl held does not snap but tries to select
![Image](https://github.com/user-attachments/assets/982735f5-e3fa-4270-a30f-d2cfad4e9471)
good first issue
low
Major
2,635,471,331
ollama
Add support for function call (response back) (message.role=tool)
# Add support for function call (response back) 1. Currently there's no support for sending back the function call result to the model using the `role=tool` messages. 2. Using the native API (not openai), function tool calls don't have an identifier associated `tool_call_id`, this is present in the `openai` API, an...
feature request,api
low
Minor
2,635,500,606
vscode
Normal quick fix suggestions are not provided on new file, only AI ones
Steps to Reproduce: 1. I'm doing this in `vscode-copilot` 2. Create a new file 3. See it complains about the header 4. `CMD + .` only AI suggestions 5. Press space 6. `CMD + .` now you get non AI fixes ![Image](https://github.com/user-attachments/assets/53ce7f52-728f-45c6-b391-9133a19717d0) ![Image](https://github...
bug,editor-code-actions
low
Minor
2,635,501,730
godot
Incorrect fallback to Direct3D 12 on Vulkan-unsupported device
### Tested versions - Reproducible in v4.3.stable.official.77dcf97d8 and v4.4 dev 3 ### System information Windows, Intel 4600 graphics ### Issue description When opening an existing project that is set to use the Forward+ renderer, these errors occur on this device: ``` Godot Engine v4.3.stable.offi...
bug,platform:windows,topic:rendering
low
Critical
2,635,546,368
godot
Window decorations don't load until interacted with sometimes.
### Tested versions first seen in Godot 4.3.1: Godot 4.3.1.rc.custom_build[6699ae789] ### System information Godot v4.3.1.rc (6699ae789) - Fedora Linux 41 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XT (RADV NAVI31) - AMD Ryzen 9 7950X 16-Core Processor (32 Threads) ### Issue descripti...
bug,platform:linuxbsd,topic:gui
low
Minor
2,635,590,671
pytorch
Bug with torch.compile + fwAD
### ๐Ÿ› Describe the bug Hello, I tried using the beta forward-mode automatic differentiation, but I ran into an issue when trying to compile my forward pass. I wonder if it was an error on my part or if it was an actual bug in the PyTorch code. Here is a minimal example that generates the error. ``` import tor...
triaged,module: forward ad,oncall: pt2
low
Critical
2,635,712,253
deno
NODE_MODULES not created in sub projects
Version: Deno 2.0.4 When creating a Mono repo (with ` "nodeModulesDir": "auto"` set in the `deno.json`), the `deno install` command doesn't create `node_modules` in the sub projects. There is only a single `NODE_MODULES` at the root. After a few discussions on Discord, this seems to be a bug. I've created a basic...
needs investigation,install
low
Critical
2,635,718,931
PowerToys
Expose Workspaces to PowerToys Run
### Description of the new feature / enhancement PowerToys Run displays Workspaces with names matching the search query. The default selection behavior would be to launch the Workspace. ### Scenario when this would be used? Launching Workspaces would be faster versus launching the Workspaces Editor and clicking "Lau...
Needs-Triage,Product-Workspaces
low
Minor
2,635,743,888
PowerToys
CTRL(left) key hijack
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? Keyboard Manager ### Steps to reproduce I have set and used some Keyboard Remap Shortcuts long time ago. I used them constantly before with no issues. After last update, my left...
Issue-Bug,Needs-Triage,Needs-Team-Response
low
Major
2,635,768,906
go
x/tools/gopls: pull diagnostic support, continued
Following up on #53275, there are a few more improvements I'd like to make to pull diagnostics so that they are comparable in performance to push diagnostics, at which point we can enable them by default: - Rewrite the bottom-up graph traversal of analysis nodes: in the common case, all dependency information will b...
gopls,Tools
low
Major
2,635,771,839
PowerToys
[PowerToys Run] - VSCode Plugin - Add Extra Buttons
### Description of the new feature / enhancement like other items ![Image](https://github.com/user-attachments/assets/9d0d8242-1a3f-4ca5-b04d-f712c3a4bcf1) ### Scenario when this would be used? to open vscode projects **Buttons for** - Open in File-Explorer - Open in Terminal ### Supporting information _No res...
Idea-Enhancement,Resolution-Fix Committed,Run-Plugin
low
Minor
2,635,772,109
three.js
TSL: Avoid naming collision when using `label()` or `toVar()`.
### Description When using `label()` or `toVar()` to give variables a name, collisions can occur when the name is already reserved for internal entities like uniforms or varyings. If you now redefine a variable on app level, a shader error occurs. In WGSL for example: > Error while parsing WGSL: :40:2 error: r...
TSL
low
Critical
2,635,777,549
rust
LUB coercions works for a function but fails for a closure
I tried the following code ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=97bdc0c0bce43681addb09a41b9fa6ce)), following the [examples](https://doc.rust-lang.org/reference/type-coercions.html#examples) for LUB coercion in the Reference, chapter 10.7. The closure does not compile `...
A-diagnostics,A-closures,T-compiler,C-bug,A-coercions,D-confusing
low
Critical
2,635,827,387
rust
compiletest seems to be generating its own macro backtrace diagnostics?
What on earth is going on here https://github.com/rust-lang/rust/blob/096277e989d6de11c3077472fc05778e261e7b8e/src/tools/compiletest/src/json.rs#L305-L321 @BoxyUwU found out that compiletest seemingly emits diagnostics that are not in rustc's diagnostics. Like ``` error[E0425]: cannot find value `ident` in this scop...
T-bootstrap,C-bug,A-compiletest,E-needs-investigation
low
Critical
2,635,839,084
pytorch
[RFC] PyTorch - PyPi PEP-759 proposal (wheel-next)
### ๐Ÿš€ The feature, motivation and pitch I would like to call for feedback about the PyPi PEP-759 proposal. This PEP proposes a unique approach to safely hosting external wheels, while keeping PyPI as the source of truth for project and release metadata. The PEP proposes a new uploadable file format, easily derived ...
module: binaries,triaged
low
Major
2,635,867,580
langchain
Local LLM doesnt stop after encountering the STOP token
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
๐Ÿค–:bug
low
Critical
2,635,872,003
tensorflow
Cannot Convert 51 to a shape - Movenet pose classification tutorial
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.17.0 ### Custom code No ### OS platform and distribution Win11, colab notebook ### Mobile device _No response_ ### Python version 3.10.12 ### Bazel version _No response_ ### G...
stat:awaiting tensorflower,type:support,comp:lite,2.17
low
Critical
2,635,874,682
flutter
iOS "Scribble" feature: cannot tap on text selection controls with Apple Pencil
### Steps to reproduce 1. Add a `TextField` or a `CupertinoTextField` to the application (see sample code below). 2. Add some text using the [scribble](https://support.apple.com/guide/ipad/enter-text-with-scribble-ipad355ab2a7/ipados) feature with the Apple Pencil. 3. Select some of the text. 4. Now try to hit a ...
a: text input,platform-ios,has reproducible steps,P2,team-text-input,triaged-text-input,found in release: 3.24,found in release: 3.27
low
Major
2,635,884,033
go
cmd/go: add fips140 module selection mechanism
> [!IMPORTANT] > Nov 20, 2024: The latest version of the proposal is [here](https://github.com/golang/go/issues/70200#issuecomment-2490017956). _Update_, Nov 11 2024: An updated version is at https://github.com/golang/go/issues/70200#issuecomment-2468562595. The change is to stop presenting the choice as anything l...
Proposal,Proposal-Accepted
high
Critical
2,635,884,509
vscode
API for native window handle
For Broker support in Microsoft Authentication (https://github.com/microsoft/vscode/issues/229431) we need the window handle for this API: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/docs/brokering.md#window-parenting So, I need to be able to access the window handle from ...
feature-request,api,on-testplan,api-proposal,microsoft-authentication
low
Major
2,635,920,236
vscode
Chat: Picked model is not preserved
Type: <b>Bug</b> Once Claude Sonnet is selected in the Pick Model option within Chat, it goes back to gpt4o after I restart my computer or reload my session. VS Code version: Code - Insiders 1.96.0-insider (f87f8a56f3a30238076bee3db39c245bd69be264, 2024-11-05T05:04:15.310Z) OS version: Windows_NT x64 10.0.22631 Mod...
bug,quick-chat
low
Critical
2,635,930,709
flutter
Navigator.pushReplacement + Navigator.pop results in assertion failure
### Steps to reproduce I'm working on an application which has a profile editor screen. When the app first opened, then the profile editor is the first screen to add the profile. Then it is reused when the profile is edited. This component calls a Navigator.pushReplacement on save to redirect to the home screen. It re...
c: crash,framework,f: routes,a: error message,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27
low
Critical
2,635,932,102
node
Missing documentation for process.emit
### Affected URL(s) https://nodejs.org/api/process.html ### Description of the problem inside process page there is the docs for `process.emitWarning()` but is missing for the function `process.emit()` with following signatures: ```javascript emit(event: "beforeExit", code: number): boolean; emit(event: "discon...
question,doc,process
low
Critical