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,624,041,021 | rust | Terse diagnostic for never type fallback lint warning involving try operator and placeholder in path | Compiling the following function warns in Rust 1.81 and later:
```rust
pub fn foo() -> std::io::Result<()> {
[1, 2, 3]
.into_iter()
.map(|_| -> std::io::Result<_> { Ok(()) })
.collect::<std::io::Result<_>>()?;
Ok(())
}
```
I expected it to compile without warnings, as it did with previ... | A-lints,A-diagnostics,T-compiler,D-terse,L-dependency_on_unit_never_type_fallback | low | Critical |
2,624,101,663 | tauri | [feat] Option to generate android code as a fragment | ### Describe the problem
I have an android app that is completely built on only single activity with multiple fragments. When I want to extend it with tauri generated android app, i have to have it as fragment instead of activity.
### Describe the solution you'd like
Having an config option or flag to gener... | type: feature request | low | Minor |
2,624,103,177 | pytorch | `torch._numpy.ndarray.astype()` does not accept Numpy Dtypes correctly | ### 🐛 Describe the bug
Running
```python
import torch._numpy as xp
import numpy as np
x = xp.arange(4)
y = x.astype(xp.float32)
z = x.astype(np.float32)
```
raises
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/sese6502/environments/finest/lib/python3.1... | triaged,module: numpy | low | Critical |
2,624,144,481 | vscode | After update, app is completely unusable | <!-- ⚠️⚠️ 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,gpu | medium | Critical |
2,624,145,040 | next.js | Multiple Google fonts not accessible globally, when imported in the root layout page, in the same format as the init. Geist fonts. | ### Link to the code that reproduces this issue
https://github.com/winterdelta/font-investigate
### To Reproduce
Init. a new `repo`, e.g. via `bun create next-app`. Import `next/google/fonts`. Add the `fonts` in the root layout component:
```
import { IBM_Plex_Mono, IBM_Plex_Sans } from "next/font/google";
... | bug,Font (next/font) | low | Minor |
2,624,179,767 | pytorch | Draft-mode export: ep.run_decompositions() doesn't run with real tensor prop | Repro: patch in https://github.com/pytorch/pytorch/pull/139213 (needed for an error to show up), then run the following script:
```py
import torch
import torch._functorch.config
@torch.library.custom_op("export::foo", mutates_args={}) # E: Untyped decorator makes fun
def foo(x: torch.Tensor, y: torch.Tensor) -> ... | triaged,oncall: pt2,export-triaged,oncall: export | low | Critical |
2,624,200,267 | pytorch | test/export/test_retraceability.py fails locally, likely flaky | test/export/test_retraceability.py fails locally for me, when running head to toe:
```
FAILED [0.2012s] test/export/test_retraceability.py::RetraceExportTestExport::test_slice_with_floordiv_retraceability - AssertionError: RuntimeError not ra...
FAILED [0.1438s] test/export/test_retraceability.py::RetraceExportNonSt... | triaged,oncall: pt2,export-triaged,oncall: export | low | Critical |
2,624,213,683 | storybook | [Bug]: Support of default Angular's inputs | ### Describe the bug
I just updated to the latest Angular (18.2.9) and Storybook (8.3.6) and was surprised to find that it doesn't support signals
I found a lot of discussions, but they all talk about input and output signals. I'm talking about a simple `signal(...)`
I found [this](https://github.com/storybookjs/sto... | bug,help wanted,angular | low | Critical |
2,624,350,297 | vscode | still cannot open files or folders in linux 24 | <!-- ⚠️⚠️ 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,snap,confirmation-pending,native-file-dialog | low | Critical |
2,624,371,252 | angular | Automating Component Dependency Imports in Angular | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
Automating the import of necessary component dependencies would significantly enhance developer productivity and reduce repetitive code.
Currently, developers are required to manually create an array of essent... | area: core,cross-cutting: standalone | low | Critical |
2,624,394,493 | langchain | set_llm_cache doesn't work for AgentExecutors | ### 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,investigate | low | Critical |
2,624,448,570 | react-native | [0.76] Error: Cannot find module '@react-native-community/cli-server-api' | ### Description
`react-native bundle` and `react-native start` are currently not correctly registered. After some investigation, this is what's happening:
- `@react-native/community-cli-plugin` requires `@react-native-community/cli-server-api` to register commands like `bundle` and `start`
- However, the former decla... | p: Microsoft,Partner,Never gets stale,0.76 | low | Critical |
2,624,484,398 | react | [compiler] Support annotating hook factories that produce stable hooks | ### What kind of issue is this?
- [ ] 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)
- [ ]... | Type: Feature Request,Component: Optimizing Compiler | low | Critical |
2,624,487,293 | pytorch | FSDP1 SHARD_GRAD_OP broken after torch upgrade to 2.4.1 and flash_attn upgrade | ### 🐛 Describe the bug
Problem seems to be as torch setStorage run. If I recall, the code used to work on torch 2.2 . If I disable FSDP, and the DDP Optimizer, everything works fine. Version fails on 2.4.. I tried setting dynamic to False to fix some issues with Flash Attention complaining a lot and got the same is... | oncall: distributed,triaged,module: fsdp,oncall: pt2,pt2d-triage-nov2024 | low | Critical |
2,624,521,550 | langchain | DOC: DuckDuckGo community tool docs describing an `output_format` option that is not on the published referenced version | ### URL
https://python.langchain.com/api_reference/community/tools/langchain_community.tools.ddg_search.tool.DuckDuckGoSearchResults.html#langchain_community.tools.ddg_search.tool.DuckDuckGoSearchResults.output_format
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the ... | 🤖:docs | low | Minor |
2,624,531,791 | angular | Trigger computed signals on mutated value using custom equality | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
Hello to the awesome Angular team 😍
Since js still supports mutating arrays with simple means such as push() etc :)... And it's still a common practice in a lot of codebases...
I hoped that pushing a new... | area: core,core: reactivity,cross-cutting: signals | low | Critical |
2,624,533,467 | ollama | Docs: Add Linux manual instructions that can run without root / sudo | ## Description
In the [Linux manual install instructions](https://github.com/ollama/ollama/blob/main/docs/linux.md#manual-install), the commands are shown requiring `sudo` access. This is usually fine with personal machines, but often isn't for shared or managed machines. The request here is to add instructions on h... | feature request | low | Major |
2,624,534,573 | ui | Using force install or peer deps is unacceptable and will break a lot of production environments in the future | ### Describe the bug
Running force install is a terrible idea, even knowing that this installation works, I'm installing that in production, and you will produce a lot of issues in production environment in future by being lazy. In facts if you deps are outdated you don't support Next 15
https://github.com/shadcn... | bug | low | Critical |
2,624,534,576 | vscode | Default word wrap setting is no longer applied to open files when VS Code is relaunched |
Type: <b>Bug</b>
I am using the default word wrap settings, which wraps the lines of Markdown files when I open them during a session. However if I leave a Markdown file open when I close Code, its lines are no longer wrapped when I relaunch the application. To wrap them, I either have to type `Alt + z` or close and ... | bug,editor-wrapping | low | Critical |
2,624,537,783 | godot | OptionButton dropdown not properly inheriting scale of parent CanvasLayer in 4.3 | ### Tested versions
- Reproducible in: 4.3.stable
### System information
Apple - Apple M1 Pro Godot Engine v4.3.stable.official.77dcf97d8 API 4.1 Metal
### Issue description
This is a duplicate of issue #94247 only that I am able to reproduce the same bug in v4.3
### Steps to reproduce
Increase or ... | bug,topic:gui | low | Critical |
2,624,557,379 | pytorch | Using xpu module in the cuda version Pytorch | ### 🚀 The feature, motivation and pitch
I am working on building a demo that using NV GPU as a comparison with intel XPU.
Additionally, I wonder if it's possible to distribute part of the computations in some tasks to the XPU while using NV GPU.
Therefore, I would like to ask if there are plans to merge the intel... | module: build,module: cuda,triaged,enhancement,module: xpu | medium | Major |
2,624,559,989 | godot | Anonymous lambdas can be randomly assigned a new context object if the original context object is missing at the time of invocation | ### Tested versions
Reproducible in 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 SUPER (NVIDIA; 32.0.15.6590) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 Threads)
### Issue description
When you make an anonymous lambda that con... | bug,topic:gdscript | low | Critical |
2,624,568,739 | langchain | BUG: langchain_anthropic tool use cannot run because of the chat_models.py in langchain_anthropic has problem with "args": event.delta.partial_json, and "stop_reason": event.delta.stop_reason | ### 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... | investigate | low | Critical |
2,624,650,114 | PowerToys | Issue with Power Toys Run | ### Microsoft PowerToys version
v0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
PowerToys Run
### Steps to reproduce
Before update power toys run was working with both alt keys-- " left alt key + space " and " right alt key + space " , but after update now it ... | Issue-Bug,Needs-Triage | low | Critical |
2,624,695,983 | rust | impl Trait in return position implicitly captures non-`'static` type parameter despite `+ 'static` | ### Code
```rust
trait MyTrait {}
struct MyStruct;
impl MyTrait for MyStruct {}
trait DeserTrait<'de> {}
struct DeserStruct;
impl<'de> DeserTrait<'de> for &'de DeserStruct {}
pub fn testfn<'de, D: DeserTrait<'de>>(_deserializer: D) -> impl MyTrait + 'static {
MyStruct
}
fn test() -> impl Send {
let deserial... | A-diagnostics,T-compiler | low | Critical |
2,624,752,506 | pytorch | `torch.package` warning -- `TypedStorage` is deprecated | ### 🐛 Describe the bug
With torch `2.5.1+cu124`, just using `package_importer` and `package_exporter` throws the warning.
```
/home/cwtan/anaconda3/envs/test_env/lib/python3.11/site-packages/torch/package/package_importer.py:262: UserWarning: TypedStorage is deprecated. It will be removed in the future and Untyped... | oncall: package/deploy | low | Critical |
2,624,761,698 | pytorch | CUDNN sdp attention causes loss explosion | ### 🐛 Describe the bug
We observed a NaN regression with 2.5.0, and traced it to CUDNN attention.
2.5.0:

After adding `torch.backends.cuda.enable_cudnn_sdp(False)`, it no longer explodes:
![Screenshot_... | high priority,module: cudnn,module: cuda,triaged,module: sdpa | medium | Critical |
2,624,765,296 | TypeScript | Strange 2488 error involving overload resolution and this parameter type | ### 🔎 Search Terms
yield ts2488 never iterator
### 🕗 Version & Regression Information
- This changed between versions 3.5.1 and 3.6.2
every-ts bisect gives: e8bf9584aa74aabfecb51a02edb13e3657508274 is the first bad commit
### ⏯ Playground Link
https://www.typescriptlang.org/play/?module=1&ts=5.7.0-dev.20241030#... | Needs Investigation | low | Critical |
2,624,856,285 | TypeScript | auto-imports (import suggestions) randomly stopped working | Type: <b>Bug</b>
A little while ago (like over a week now), I was working as I always do, and all of the auto-import suggestions for typescript just stopped working completely. I hadn't updated _anything_ manually (my os, vscode, extensions, node modules, etc). It is possible something auto-updated somewhere behind ... | Needs More Info | low | Critical |
2,624,860,646 | pytorch | [ONNX][RFC] Migrate torchlib from onnxscript | Now that the torchlib translation library is close to stable in onnxscript, it is ready to be migrated into PyTorch so that
1. It can evolve with aten operators without having to worry about backward compatibility for different PyTorch versions
2. We can use newer opsets by default, again without having to worry ab... | module: onnx,triaged | low | Minor |
2,624,864,266 | three.js | Potential security issues in GitHub Actions workflows | # Potential security issues in GitHub Actions workflows
Hi! We are a research team from Radboud University in the Netherlands, currently working on security vulnerability analysis on GitHub Actions workflows. During our study, we found some potential issues in the workflow files of your repository and would like to br... | Suggestion | low | Minor |
2,624,889,496 | go | cmd/go,x/telemetry/config: collect the set of OS versions on which the go command is run | When deciding to drop support for an OS version (e.g. #69839) it is useful to know how many people still use it. We can collect this information through telemetry. I propose that we do.
@findleyr | NeedsInvestigation,GoCommand,Telemetry-Proposal,Telemetry-Accepted | low | Major |
2,624,935,509 | opencv | MatchTemplate with mask throws for oddly specific template image sizes / method combination | ### System Information
OpenCV version 4.8.1
OS: Windows 11
python version: 3.11.6
### Detailed description
When using the masked version of matchTemplate, having ALL of the following conditions at the same time
- providing a mask
- using method cv.TM_CCOEFF or cv.TM_CCOEFF_NORM
- the template size is exactly ... | bug,category: imgproc | low | Critical |
2,624,945,810 | go | iter:iter: TestPull2/3 failures | ```
#!watchflakes
default <- pkg == "iter:iter" && test == "TestPull2/3"
```
Issue created automatically to collect these failures.
Example ([log](https://ci.chromium.org/b/8735173623505772561)):
=== RUN TestPull2/3
pull_test.go:108: have -1 extra goroutines, want 0
pull_test.go:108: have -1 ex... | NeedsInvestigation | low | Critical |
2,624,954,598 | rust | Document `compile_fail,E1234` syntax for marking compile_fail tests as failing with a particular error |
It's possible to mark tests as failing with a particular error. This largely seems to be used [within rustc itself](https://github.com/search?q=repo%3Arust-lang%2Frust%20compile_fail%2CE&type=code).
`````rust
/// ```compile_fail,E0425
/// let x = x;
/// ```
`````
Ought we document this in the rustdoc book somewher... | T-rustdoc,A-docs,A-doctests | low | Critical |
2,624,957,676 | vscode | vscode.dev asking for Settings Sync sign in again after enabling Cloud Changes | From @sandy081 originally
- Opened a new insiders.vscode.dev window enabled settings sync
- Opened a remote github repo in that window and turned on cloud changes feature
- Opened new insiders.vscode.dev window to connect to tunnels using MSFT account.
🐛 I was asked to sign in to sync settings
- In the first window,... | bug,settings-sync,vscode.dev,microsoft-authentication | low | Minor |
2,624,962,371 | next.js | Page with ISR (generateStaticParams() and dynamicParams=true) is taking too long for not generated content | ### Link to the code that reproduces this issue
https://github.com/vojtechmares/next-isr-bug
### To Reproduce
1. Deploy Next.js in Docker to Kubernetes
2. Use ISR route with generateStaticParams() to pregenerate paths
3. Use `dynamicParams=true`
4. Try navigating to a page that has not been pregenerated (504 on I... | bug,Runtime | low | Critical |
2,624,966,700 | deno | Ability to require a file in the module graph without permissions | Some work on this here, but not exactly done yet: https://github.com/denoland/deno/pull/26558
Maybe that involves moving stuff like `Module._findPath` to Rust. | feat,permissions | low | Minor |
2,624,978,235 | pytorch | [RFC][Pipelining] RNG state communication, avoid seed checkpoint | ### Background
During model initialization, each PP stage initializes their own portion of the model. This is preferrable over initializing the model all in one place and then transferring it to each stage, due to the high memory requirements of initializing an entire large model in one place.
Ignoring random st... | oncall: distributed,triaged | low | Critical |
2,624,981,668 | angular | Ability to set environment/configuration values at runtime instead of buildtime | ### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
Angular should provide a common and supported mechanism for the setting of configuration values at runtime (or at least start up time).
Currently, there are multiple implementations / workarounds for this prob... | feature,area: core,core: bootstrap,feature: votes required | medium | Major |
2,624,998,518 | ollama | Reporting for not working models, uploaded by users | Hi, can you add in your library on the side, option for reporting not working models? For example, one of them is this model:
https://ollama.com/leeplenty/lumimaid-v0.2:12b
It just spouts nonsense. | feature request,ollama.com | low | Minor |
2,625,001,311 | pytorch | torch.export torchaudio kaldi module | ### 🚀 The feature, motivation and pitch
# Preface
Hello! I am trying to export the codes for audio preprocessing on `kaldi` module in torchaudio.
I have few feature requests:
- Is there any plans to support `torch.map` to support CUDA tensors?
- Is there a plan to support `ta_kaldi.fbank` to be batch-compa... | triaged,enhancement,oncall: pt2,export-triaged,oncall: export | low | Critical |
2,625,002,257 | excalidraw | Arrow navigation through flow chart is not intuitive | While the next flowchart node is created where the user points with the arrow, navigating the flowchart tree does not respect this, which is not very intuitive.
Instead, consider navigating to the closest node in the given direction by the pressed arrow (i.e. based on distance from/to the center).
Note that this also... | UX/UI,keyboard | low | Minor |
2,625,015,313 | pytorch | Plan to support “discrete” dynamic dimension on torch.export | ### 🚀 The feature, motivation and pitch
Is there any plan for the `torch.export` team to support the set-based dynamism in addition to range-based dynamism?
Below is a small repro code for discrete `Dim` failure mode. The `torch._check` is supposed to work within discrete sets, but it fails.
```python
import t... | triaged,oncall: pt2,module: dynamic shapes,export-triaged,oncall: export | low | Critical |
2,625,103,041 | kubernetes | Default Scheduler's node_name Plugin Doesn't Filter Out Any Nodes | ### What happened?
Hello,
We observed that the ```node_name``` scheduler plugin might not be functioning as expected.
In the current [implementation](https://github.com/kubernetes/kubernetes/blob/16f9fdc7057e1f69ff1a44e3dbbcf7b994c3cd29/pkg/scheduler/framework/plugins/nodename/node_name.go#L70C2-L77C2), this plug... | sig/scheduling,needs-kind,needs-triage | low | Major |
2,625,116,960 | angular | :host pseudo-element does not function with combinator selectors, such as :has(+ .my-class) | ### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
No
### Description
When writing scss using the :host pseudo-element, I've found that you cannot use combinator selectors within the :has() selector. For example, the following scss does not work:
:host:has(> c... | area: compiler,core: stylesheets | low | Critical |
2,625,144,899 | neovim | virt_lines doesn't scroll horizontally | ### Problem
[lsp_lines.nvim](https://git.sr.ht/~whynothugo/lsp_lines.nvim) uses `nvim_buf_set_extmark` to create extmarks in a buffer. These extmarks use `virtual_lines` with some spaces on the left so that the properly align with the position of a diagnostic on the line above.
When I scroll to the right on buffer, t... | enhancement,marks | low | Minor |
2,625,156,584 | neovim | Netrw does not open remote file | ### Problem
In specific cases, Netrw plugin does not open remote file. Result depends on **file name** and **order** on the command line.
### Steps to reproduce
This **works**:
`nvim -p 'scp://root@REDACTED:22//etc/network/interfaces' 'scp://root@REDACTED:22//etc/network/interfaces.new'`
This does **not**:
`nvim -p... | bug-vim,netrw | low | Minor |
2,625,163,816 | vscode | Explore terminal quick fixes based on selection | Flow:
1. Open terminal
2. Run some command
3. Select the contents
What if here a lightbulb with sparkle showed like in the editor with Explain This and Add Selection to Chat? Having this would make it possible to ask copilot about a command via only the keyboard:
1. ctrl+shift+up to select above command
2. ctrl+. to... | feature-request,terminal-quick-fix,terminal-chat | low | Minor |
2,625,196,845 | langchain | Agent Executor Submits Tool Ouputs Twice (Or shows same behaviour) | ### 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,investigate | low | Critical |
2,625,198,008 | neovim | Assertion `row >=0` failed for oneline error message | ### Problem
Nvim crashes when changing `lines` on `VimEnter` and some error message has to be displayed.
```cpp
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1 0x00007f60947b4ebf in __pthread_kill_internal (threadid=<optimized ou... | ui,has:backtrace,bug-crash,messages | low | Critical |
2,625,236,584 | pytorch | incorrect _unsafe_index meta | ### 🐛 Describe the bug
```
import torch
import torch._inductor.config
torch.set_default_device("cuda")
inp = torch.empty_strided([4, 512, 96, 96], (1, 4, 196608, 2048), device="cuda")
args = [
None,
None,
torch.empty_strided([192, 1], (1, 1), dtype=torch.int64, device="cuda").zero_(),
t... | triaged,oncall: pt2,module: fakeTensor,module: decompositions | low | Critical |
2,625,245,409 | pytorch | BFloat16 support for `torch.fft.rfft` | ### 🚀 The feature, motivation and pitch
I'd like to use `torch.fft.rfft` function with bfloat16 tensor, but the operator doesn't support bfloat16 complex type.
Repro code below:
```python
import torch
x = torch.zeros(3, 4, dtype=torch.bfloat16)
torch.fft.rfft(x)
```
Is there any plan to support this in the nea... | triaged,module: complex | low | Minor |
2,625,250,537 | deno | CJS export analysis should analyze re-exported ES module exports | Due to require esm, the CJS export anlaysis needs to get smarter and analyze ES module exports.
Version: Deno 2.0.4
| bug | low | Minor |
2,625,279,880 | next.js | Specific data/props case causes infinite loading | ### Link to the code that reproduces this issue
https://github.com/chriseling/nextjs-repro-infinite-loading-issue
### To Reproduce
- start the app (yarn dev)
- notice the page shows the loading.tsx and loads infinitely
### Current vs. Expected behavior
expect the client component to load with "hello world"
### P... | bug,Runtime | low | Minor |
2,625,345,360 | go | proposal: spec: remove notion of core types | This issue replaces the investigative issue [#63940](https://go.dev/issue/63940) with a concrete proposal.
To go straight to the proposal text, skip the **Background** and **Motivation** section.
## Background
The Go 1.18 release introduced generics and with that a number of new concepts, including type paramete... | Proposal,Proposal-Hold | high | Critical |
2,625,352,403 | svelte | The documentation section on passing the values layout->page->component and component->page->layout. | ### Describe the problem
Guys, I would like to have a section in the documentation about transferring values from the layout to the page, to the component and back. Especially when you get used to the new svelte 5 syntax.
### Describe the proposed solution
New section in documentation.
### Importance
would make my... | documentation | low | Minor |
2,625,416,708 | neovim | comment: injected filetype is used on linewise motions | ### Problem
See the repro below
### Steps to reproduce
```lua
vim.cmd('echo 1')
return vim.cmd('echo 1')
```
In the above lua file type `gg0fe` then `gcG`. The result is
```lua
"vim.cmd('echo 1')
"return vim.cmd('echo 1')
```
### Expected behavior
```lua
-- vim.cmd('echo 1')
-- return vim.cmd('echo 1')
```
like b... | bug,comment | low | Minor |
2,625,419,185 | godot | _gui_input is not propagated to parent for keyboard and joy inputs | ### Tested versions
- Tested in 4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 with Max-Q Design (NVIDIA; 31.0.15.5123) - Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 Threads)
### Issue description
_gui_input is only called... | enhancement,discussion,topic:input,topic:gui | low | Critical |
2,625,455,452 | flutter | ShaderCompilerException: Could not write file to build\flutter_assets\shaders/ink_sparkle.frag | First known to have appeared (at least with this stack trace) in 3.23.0
```
ShaderCompilerException: Shader compilation of "C:\Development\flutter\packages\flutter\lib\src\material\shaders\ink_sparkle.frag" to "build\flutter_assets\shaders/ink_sparkle.frag" failed with exit code 1.
impellerc stdout:
impellerc std... | c: crash,P2,team-tool,triaged-tool | low | Critical |
2,625,462,558 | go | os: TestPipeThreads failing sporadically on aix-ppc64 | ### Go version
master
### Output of `go env` in your module/workspace:
```shell
GOOS=aix
```
### What did you do?
```
#build go.
go test os -test.run=TestPipeThreads -test.count=1
```
### What did you see happen?
The tests fails consistently on aix systems with GOMAXPROC >= 8. It fails sporadically with smal... | NeedsInvestigation | low | Critical |
2,625,477,055 | vscode | Typo in debugger |
Type: <b>Bug</b>
There's a typo in debugger in the breakpoints. Specifically, "Toggle Activate Breakpoints" should probably be "Toggle active breakpoints".
VS Code version: Code 1.92.0 (Universal) (b1c0a14de1414fcdaa400695b4db1c0799bc3124, 2024-07-31T23:26:45.634Z)
OS version: Darwin arm64 24.0.0
Modes:
<details>
<... | under-discussion | low | Critical |
2,625,484,564 | pytorch | [FR] Support sub-group partition ProcessGroup | ### 🚀 The feature, motivation and pitch
This is something I'd like to achieve:
```py
def custom_partition_data_and_model_subgroup(input_group: ProcessGroup):
node_list = get_node_list(input_group)
outer_process_group , inner_process_group = partition_subgroup(node_list, subgroup_size=4)
return o... | oncall: distributed,triaged | low | Major |
2,625,521,605 | vscode | Narrow sidebar chat layout issues | Continue https://github.com/microsoft/vscode/issues/231369
- Padding around welcome view text
- And wrapped edits title:

| bug,panel-chat | low | Minor |
2,625,560,284 | pytorch | torch.nn.ReflectionPad2d throws CUDA error on large tensors | ### 🐛 Describe the bug
Running `torch.nn.ReflectionPad2d` with a large float32 tensor with CUDA causes it to throw `RuntimeError: CUDA error: invalid configuration argument` (also reproducible with `CUDA_LAUNCH_BLOCKING=1`). This error does not occur with smaller tensors on CUDA, also it runs fine on cpu with both sm... | module: nn,module: cuda,triaged | low | Critical |
2,625,563,732 | pytorch | Enable opting out of CI experiments | We use this issue to configure issue rollouts and allow people to opt into experiments early.
https://github.com/pytorch/test-infra/issues/5132
However, there's no mechanism to opt out if desired.
Ask:
Update target_determinator.py (which parses the above issue) to allow people to opt out of a given experiment by pre... | triaged | low | Minor |
2,625,568,026 | pytorch | Hash results are not same in `torch-2.6.0.dev20241029+cu121` | ### 🐛 Describe the bug
I exported the same model twice but the hash results are not same, for `torch-2.6.0.dev20241029+cu121`. I expect `hash1` equals `hash2`. The following function failed for `torch-2.6.0.dev20241029+cu121` but works for `torch-2.6.0.dev20241028+cu121`.
Repro:
```python
def test_reexport_is_... | module: regression,oncall: pt2,export-triage-review,oncall: export | low | Critical |
2,625,598,550 | langchain | ImportError: Dependencies for InstructorEmbedding not found. | ### 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,625,604,754 | ollama | ollama ROCm multiple gpus, segfaulted when trying to run model bigger than 1 GPU's memory capacity | ### What is the issue?
Segmentation fault when trying to run a model
### Command
ollama run llama3.1:70b
### Error
Error: llama runner process has terminated: signal: segmentation fault (core dumped)
### Dmesg
[ 2857.607412] ollama_llama_se[18031]: segfault at 18 ip 00007e8f7e127b66 sp 00007ffd70563640 e... | bug,amd | low | Critical |
2,625,608,807 | rust | Name change cargo check fail | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
```Rust
cargo check
```
### Meta
<... | I-ICE,T-compiler,A-incr-comp,C-bug | low | Critical |
2,625,617,014 | pytorch | torch.logcumsumexp runtime error inconsistency on CPU and CUDA (also documentation missing constraint) | ### 🐛 Describe the bug
The documentation for `torch.logcumsumexp` does not explicitly mention that the input tensor can not be integer, even though passing an integer tensor throws a "not implemented" error.
Moreover, the error is not consistent accross cuda and cpu. For CPU, any integer tensors trigger the error... | module: cuda,triaged,module: python frontend | low | Critical |
2,625,658,010 | pytorch | torch.nansum does not work with complex numbers on CPU | ### 🐛 Describe the bug
`torch.nansum` does not work with complex tensors containing `nan` values on CPU (works on GPU) ([colab](https://colab.research.google.com/drive/1b_3zgqEQqdFjKOW-TisFy_ED47Xo522Y?usp=sharing))
Minimal repro:
```python
import torch
input_tensor = torch.tensor([1.2+0j,1.5+0j, 1+torch.nan ... | triaged,module: complex,module: NaNs and Infs | low | Critical |
2,625,662,007 | rust | rust-gdb: Accessing tuple inside enum triggers invalid gdb expression syntax error. | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
fn main() {
let a = Some((0u32, 1u32));
dbg!(a);
}
```
When debugging in gdb, I expect to be able to write an expression to... | C-bug,WG-debugging | low | Critical |
2,625,662,762 | pytorch | [ROCm] sdpa group query attention bf16 numeric error | ### 🐛 Describe the bug
Hi AMD Team,
On MI300X pytorch nightly grouped query attention is running into numeric errors. I have confirmed on H100 that this script does not have numeric errors.
Can you look into this & potentially add an numeric unit test for this?
cc: @hliuca
## ROCm Error
```python
... | module: rocm,triaged | low | Critical |
2,625,685,485 | vscode | Test and iterate on TS expandable hover apis | To try it:
- Build this TS branch and set it as your workspace TS version: https://github.com/microsoft/TypeScript/pull/59940
- In VS Code `"typescript.experimental.expandableHover": true`
Let's test out TS's current implementation of expandable hovers. The main question is if the UI is good enough as-is, or if it tu... | feature-request,editor-hover,on-testplan | low | Major |
2,625,698,148 | flutter | Semantics inside RawAutocomplete are displayed behind other UI elements | ### Steps to reproduce
1. Create an AutoComplete widget with a few items
2. Place that widget as a sibling in a column of other widgets
3. Enter Talkback on iOS
4. Run the app
5. Select the RawAutoComplete field
6. Start typing
7. Click on an option to select it
### Expected results
The dropdown option d... | framework,a: accessibility,has reproducible steps,P2,found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.27 | low | Critical |
2,625,741,686 | svelte | docs improvements | ### Describe the problem
implement suggestions from #ambassadors
### Describe the proposed solution
- untrack
- how to use interfaces with $props
- how to type a component (ReturnType<typeof Component>)
- links between tutorial and docs
### Importance
nice to have | documentation | low | Minor |
2,625,761,482 | godot | Shadow Caster Mask does not affect LightmapGI baking for lights with Static bake mode | - *Related to https://github.com/godotengine/godot/issues/56611.*
### Tested versions
- Reproducible in: 4.4.dev https://github.com/godotengine/godot/commit/7187c251da3fabbfe1dbc87d2c33692bb6d9823b
### System information
Godot v4.4.dev (7187c251d) - Fedora Linux 41 (KDE Plasma) on X11 - X11 display driver, ... | bug,discussion,topic:rendering,topic:3d | low | Major |
2,625,818,320 | godot | LightmapGI leaks on box PrimitiveMeshes due to poor UV2 generation quality | ### Tested versions
- Reproducible in: 4.4.dev https://github.com/godotengine/godot/commit/7187c251da3fabbfe1dbc87d2c33692bb6d9823b
### System information
Godot v4.4.dev (7187c251d) - Fedora Linux 41 (KDE Plasma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForc... | bug,topic:rendering,topic:3d | medium | Major |
2,625,824,915 | PowerToys | PowerToys软件启动时,如果在重命名桌面文件夹的时候切换输入法,就会报错。 | ### Microsoft PowerToys version
0.79.0
### Installation method
Microsoft Store
### Running as admin
None
### Area(s) with issue?
General
### Steps to reproduce
1. 保证PowerToys软件运行中。
2. 桌面新建文件夹,尝试命名或者对已有文件夹重命名。
3. ctrl + 空格键 切换微软拼音中英文,此时bug就会出现。
### ✔️ Expected Behavior
1. 保证PowerToys软件运行中。
2. 桌面新建文件夹,尝试命名或者... | Issue-Bug,Needs-Triage | low | Critical |
2,625,835,076 | go | net: ListenMulticastUDP fails if Ethernet is unplugged | ### Go version
go version 1.22.8 linux/amd64
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
My VirtualBox VM has two Ethernet interfaces - enp0s3 and enp0s8. I have noticed a few issues with how `net.ListenMulticastUDP` works, all seemingly due to how it does `... | NeedsInvestigation | low | Critical |
2,625,841,712 | ant-design | TreeNode支持自定义title | ### What problem does this feature solve?
支持自定义原生title提示,现在的title就是treenode显示的内容,无法再更改使hover title显示不同内容,尝试通过titleRender自定义,但是对于DirectoryTree则效果不理想,因为title属性是添加到ant-tree-node-content-wrapper上的,会导致出同一行现不同的title
https://stackblitz.com/edit/react-jpqbhi?file=demo.tsx
https://github.com/user-attachments/assets/ef293... | Inactive,unconfirmed | low | Minor |
2,625,848,313 | ant-design | table支持虚拟横向滚动 | ### What problem does this feature solve?
在列数较多时,能感觉到明显的卡顿现象,如超过30列,且里面存在svg图标的情况下,虚拟滚动的性能直线下降,实测无法保持60FPS,望修改
### What does the proposed API look like?
virtual={true} scroll={{x: 1920, y: 500}}
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | 💡 Feature Request | low | Minor |
2,625,850,666 | vscode | Cut/paste broken for CodeMirror editor in extension webview after updating VSCode | Type: <b>Bug</b>
- Create an extension using a webview that mounts a CodeMirror editor.
- Cut/paste doesn't work, though they do in version 1.94.
- Paste events are not emitted for CodeMirror's contenteditable div.
Strangely enough, duplicating the div or making another contenteditable div works. CodeMirror seems mos... | bug,webview | low | Critical |
2,625,852,982 | rust | Coroutine/Future `Send` bounds are too restrictive when taking references to `!Sync` values | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
fn main() {
let foo: &dyn Send = &async {
let cell = &std::cell::Cell::new(1234);
async {}.await;
cell.s... | T-lang,T-compiler,C-bug,A-coroutines,WG-async,E-needs-investigation | low | Critical |
2,625,874,470 | vscode | Latest vscode update download == "code_1.95.0-1730153583_amd64.deb" yields error. And is wrong architecture for my Chromebook == arm64 | <!-- ⚠️⚠️ 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,install-update,linux | low | Critical |
2,625,917,010 | godot | Cannot use `Add Extra Call Argument` and `Unbind Signal Arguments` at the same time in editor | ### Tested versions
- Reproducible in v4.4.dev3.official [f4af8201b]
### System information
Windows 11, Vulkan API 1.3.280 - Forward+ - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce RTX 3060 Ti
### Issue description
When connect a method to a signal in the editor, we can not use `Add Extra Call Argument` and `Un... | enhancement,discussion,topic:editor | low | Major |
2,625,920,335 | puppeteer | [Bug]: page.createCDPSession() fails when running Puppeteer in Chrome extensions | ### Minimal, reproducible example
```TypeScript
import {
connect,
ExtensionTransport,
} from 'puppeteer-core/lib/esm/puppeteer/puppeteer-core-browser.js';
const tab = await chrome.tabs.create({
url,
});
const browser = await connect({
transport: await ExtensionTransport.connectTab(tab.id),
});
cons... | bug,upstream,confirmed,P3 | low | Critical |
2,625,949,151 | tensorflow | Significant Discrepancy in `tf.linalg.triangular_solve` Results Between CPU and GPU | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
v2.18.0-rc2-4-g6550e4bd802 2.18.0
### Custom code
Yes
### OS platform and distribution
Ubuntu 22.04.4 LTS x86_64
### Mobile device
_No response_
### Python ve... | type:bug,comp:ops,TF 2.18 | medium | Critical |
2,625,957,425 | langchain | ChatAnthropicVertex not respecting `api_endpoint` or `base_url` | ### 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,625,980,873 | godot | TreeItem.set_custom_as_button doesn't make TreeItem behave as Stylebox | ### Tested versions
Reproducible in 4.3.1.rc
### System information
Windows 10
### Issue description
Custom Button Styles are set in Tree but they take no effect.

Result:

import torch
torch.set_default_device('cuda')
def slidi... | high priority,triaged,oncall: pt2,module: dynamo | low | Critical |
2,626,022,646 | rust | [rustdoc] issues of the three-big-buttons | PR #129545 introduced a new style for rustdoc API pages.
I appreciate the author's efforts. But the new style still has a few shortcomings.
- It's not as compact as the old style, more than one line space in vertical is wasted.
- It does not utilize the horizontal space on search-box's right. (Are we really need a so... | C-discussion,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
2,626,029,305 | flutter | fl_application_test.cc in Linux side of engine may fail to compile due to deprecated macro | Engine commit: c61c6d80fa17a684e527d0a1a9e33b9f121a61a8
Host system: linux-arm64
Target system: linux-arm64
Error:
```
[211/451] CXX obj/flutter/shell/platform/linux/flutter_linux_unittests.fl_application_test.o
FAILED: obj/flutter/shell/platform/linux/flutter_linux_unittests.fl_application_test.o
../../flut... | a: tests,engine,platform-linux,P2,team-linux,triaged-linux | low | Critical |
2,626,049,263 | kubernetes | Refactor system component Metrics: Move away from Global Variables | ### What would you like to be added?
Refactor the current approach to metrics in Kubernetes system components by moving away from global (package-level) variable definitions and avoiding registration in a global store (registry). Instead, implement instance-based metric definitions and registrations to increase modula... | kind/feature,sig/instrumentation,triage/accepted | low | Minor |
2,626,061,571 | ollama | Error: unknown error was encountered while running the model GGML_ASSERT(i01 >= 0 && i01 < ne01) failed | ### What is the issue?
[Nanollava](https://ollama.com/qnguyen3/nanollava) returns `GGML_ASSERT(i01 >= 0 && i01 < ne01) failed` error on chat with image
Output:
```bash
ubuntu@ubuntu:~/workspace$ ollama run qnguyen3/nanollava "tell me what do you see in this picture? ./sample.jpg"
Added image './sample.jpg'
Erro... | bug | medium | Critical |
2,626,071,441 | transformers | [Feature] Will there be any integration of using Flex-attention (and Paged attention)? | ### Feature request
Using (https://pytorch.org/blog/flexattention/) Flex-attention (and [Paged attention](https://github.com/pytorch/pytorch/pull/121845/files)) to speedup transformers models and provide flexibility
### Motivation
FlexAttention was proposed as a performant attention implementation le... | Feature request | low | Major |
2,626,089,889 | deno | Unable to load `node-rdkafka` | Version: Deno 2.0.4
Steps to reproduce:
1. `pnpm install node-rdkafka`
2. In `main.ts`, `import 'node-rdkafka'`
3. `deno run --allow-all main.ts`
results
`dyld[...]: missing symbol called`
| node compat,node native extension,triage required 👀 | low | Minor |
2,626,102,858 | PowerToys | Workspaces - update option | ### Description of the new feature / enhancement
I like how the workspaces setup the app the way I like them but I would like to have a option to just change the position of already opened app and switching between two layouts.
### Scenario when this would be used?
For example I have a dual monitor setup but someti... | Needs-Triage,Product-Workspaces | low | Minor |
2,626,108,536 | three.js | WebGLRenderer: Allow for binding, rendering into mipmap storage of textures | ## Description
Rendering custom mipmaps can be valuable for a number of use cases for post processing, stylization, etc but it's not something that three.js supports currently. Use cases include:
- Mipmap generation for non-color data maps such as normal, depth maps (useful for postprocessing, etc).
- Manual gen... | Enhancement | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.