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,576,672,435 | neovim | I have to manual `:redraw!` to make `nvim_set_decoration_provider` work | ### Problem
Somehow I want to show something on the top right of current window, source the code:
```lua
local ns_id = vim.api.nvim_create_namespace("floating_text")
vim.api.nvim_set_decoration_provider(ns_id, {
on_win = function(_, winid, bufnr, top_row, bot_row)
local virt_text = "I want to show somethi... | bug,display,marks | low | Critical |
2,576,726,926 | tauri | [feat] Use ksni crate for tray icons on Linux | ### Describe the problem
Currently Tauri uses libappindicator to create tray icons on Linux. But it has far fewer features than the xdg standard, as well as macOS and Windows.
There are multiple bug reports and feature requests regarding tray icon issues on Linux.
In particular it's not possible to handle left click... | type: feature request,platform: Linux | low | Critical |
2,576,764,797 | godot | Movie writer inconsistent deltas at start set movie writer fps to 30 | ### Tested versions
- Reproducible 4.3.stable & 4.2.1.stable
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) UHD Graphics 630 (Intel Corporation; 31.0.101.2127) - Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 Threads). Also windows 11 desktop with AMD 7950x... | bug,topic:core,confirmed | low | Critical |
2,576,797,323 | flutter | Use a markup language that allows for comments in //flutter/ci/builders/* | We use JSON today. But the manifests are fairly large and hard to parse. As a relative newbie to tinkering on these, I would like to add additional inline documentation via comments. But JSON makes this hard to do.
Don't have a particularly strong opinion on a specific markup language, just want to express a frustra... | engine,c: proposal,team-infra,P2,triaged-infra | low | Minor |
2,576,813,093 | pytorch | Issue including and linking libtorch into OMNeT++ | I am trying to include libtorch into OMNeT++, so my inet project can use libtorch. I have included `libtorch/include` and `api/include`. As well as linking the libraries for `torch`,` torch_cpu `and `c10`.
I get the following error:
`'c10::impl::raw_local_dispatch_key_set' cannot be thread local when declared 'dlli... | needs reproduction,module: windows,module: cpp,triaged | low | Critical |
2,576,854,084 | flutter | Long text in FittedBox shrinks InkWell below accessibility tap target size | ### Steps to reproduce
1. Create a flutter application
2. In test, create a test file
3. Copy and paste Code section in
4. Run tests
### Expected results
Both tests passed.
### Actual results
Having larger text seems to shrink the button for `meetsGuideline(androidTapTargetGuideline)`
```bash
══╡ ... | a: tests,framework,a: accessibility,has reproducible steps,P2,found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.26 | low | Critical |
2,576,882,458 | kubernetes | [Compatibility Version] Configuration APIs Lifecycle | With compatibility version, we check emulation version in deciding whether to serve a resource: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/server/deleted_kinds.go#L119. Thus, if a resource was introduced in a later version than the emulation version, the resource will be disab... | sig/api-machinery,triage/accepted | low | Minor |
2,576,885,419 | pytorch | [MPS] `torch.linspace` produces different results that CPU implementation for integral types | ### 🐛 Describe the bug
Probably problem is this operator
https://github.com/pytorch/pytorch/blob/16a2c2cfd4ac58eecb05accbdf6b845a1ffbd9cf/aten/src/ATen/native/mps/operations/RangeFactories.mm#L237-L239
For example see this one:
```
>>> torch.linspace(4.3, -3, 50, dtype=torch.int8)
tensor([ 4, 3, 3, 3, 3, ... | triaged,module: correctness (silent),module: mps | low | Critical |
2,576,897,786 | PowerToys | File and folder searches aren’t working | ### Microsoft PowerToys version
0.85.1
### Installation method
GitHub
### Running as admin
None
### Area(s) with issue?
Always on Top
### Steps to reproduce
After updating PowerToys to the latest version, I've encountered an issue with the file and folder search on my laptop. When I type "?" and the name of a ... | Issue-Bug,Needs-Triage | low | Minor |
2,576,899,734 | deno | Issues regarding integration of Clerk with NextJS | Version: Deno 2.0
### What is the issue?
Basically, if you are trying to integrate Clerk with NextJS it will immediately crash when the first page is trying to compile.
It passes the middleware compilation, but when it hits the page compilation; it crashes immediately.
**Note:** A default NextJS application, wi... | bug,node compat,nextjs | low | Critical |
2,576,931,768 | deno | Deno install is not working | Version: Deno 2.0.0
I am using
Darwin Christians-MacBook-Pro.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 arm64
<img width="1177" alt="Screenshot 2024-10-09 at 22 49 48" src="https://github.com/user-attachments/assets/c72dd473-68fd-4ba2-a67e-8... | needs info,node compat,install | low | Minor |
2,576,958,404 | rust | Emscripten metadata file size is wrong | <!--
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
std::fs::read("my-file")
```
for a file that is <1MB large.
I expected to see this happen: The read should allocate a vec that is ... | P-high,I-unsound,C-bug,T-libs,O-wasi,O-emscripten | medium | Critical |
2,576,975,874 | deno | Fails with http2 in fastify | Version: Deno 2, Windows 11
This code:
```javascript
import Fastify from "fastify";
import { readFile } from "node:fs/promises";
import { join } from "node:path";
const fastify = Fastify({
http2: true,
https: {
key: await readFile(join(process.cwd(), "localhost-key.pem")),
cert: await readFile... | bug,node compat,node:http | low | Critical |
2,576,996,813 | deno | Deno panic when configuring import with file:// in workspace | I might be totally misconfiguring things. Saw the Deno 2.0 announcement and decided to try migrating a small npm monorepo to Deno, but ran into a panic when configuring an import to another project in the workspace.
Repro:
- Clone the `deno` branch from https://github.com/mattjennings/game-engine-2/tree/deno
- ... | bug,cli,workspaces | low | Critical |
2,577,004,514 | TypeScript | VSCode errors when refactoring JavaScript to new file |
Type: <b>Bug</b>
I was trying to copy some JavaScript functions to a new file using Refactor. I clicked **Move to file** and got the following notification:
```
<semantic> TypeScript Server Error (5.6.2)
Debug Failure. False expression: No interactive refactor arguments available
Error: Debug Failure. False expressio... | Needs More Info | low | Critical |
2,577,010,842 | PowerToys | cannot update 0.84.1 | ### Microsoft PowerToys version
0.84.0
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce

It just go off after small popup really fast.
### ✔️ Expected Behav... | Issue-Bug,Needs-Triage | low | Minor |
2,577,019,588 | vscode | Debug toolbar trapped in issue reporter | <!-- ⚠️⚠️ 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,issue-reporter | low | Critical |
2,577,022,430 | storybook | [Bug]: Code in .md file throws error | ### Describe the bug
Importing basic markdown into a story works as expected. Including any inline or block code (using "`" or "```") crashes the page with: `Cannot read properties of undefined (reading 'fonts')`.
### Reproduction link
https://stackblitz.com/edit/github-wj2kwd?file=src%2Fstories%2FTestBroken.md
###... | bug,has workaround,addon: docs,nextjs,sev:S3 | low | Critical |
2,577,040,148 | TypeScript | Uninitialized local check still permits provably erroneous use-before-assign in closure | ### 🔎 Search Terms
uninitialized, local, use before assign, control flow
### 🕗 Version & Regression Information
- This changed in commit or PR https://github.com/microsoft/TypeScript/pull/55887
### ⏯ Playground Link
https://www.typescriptlang.org/play/?ts=5.7.0-dev.20240925#code/DYUwLgBAZg9jBcEDOYBOBLAdgcwNwCh8B... | Suggestion,Awaiting More Feedback | low | Critical |
2,577,058,107 | storybook | [Bug]: Cannot read properties of undefined (reading 'navigator') on node with globals | ### Describe the bug
I have a project containing both server and client code.
So I want to run tests also in `node`.
When I run `vitest`, I get `Cannot read properties of undefined (reading 'navigator')` error:
```sh
TypeError: Cannot read properties of undefined (reading 'navigator')
❯ resetClipboardStubOnView nod... | bug,help wanted,sev:S3,addon: test | low | Critical |
2,577,058,889 | pytorch | Easier way of seeing dynamic shape specializations in C++? | @Chillee and I were debugging https://github.com/pytorch/pytorch/issues/137560. The problem is that somewhere in C++ we were calling tensor.size() instead of tensor.sym_sizes(), causing the specialization.
TORCH_LOGS=+dynamic told us that a dynamic shape specialization happened at the line `dense_mask[row_indices, v... | triaged,enhancement,oncall: pt2,module: dynamic shapes | low | Critical |
2,577,062,321 | flutter | [Impeller] consider allocating textures at step interval sizing and supporting different framebuffer/texture sizes. | we could change render target allocation so that we always allocate textures a particular sizes (256, 512, n + 256 or some other interval) and then update the render target cache to go off of texture size. Like @chinmaygarde mentioned a while back, the render pass size doesn't have to match the texture size (the rende... | P3,e: impeller,team-engine,triaged-engine | low | Minor |
2,577,095,796 | neovim | vim.on_key() can prevent mapping (fixed: can consume the key and) | ### Problem
This is about a implementing a compatibility layer to provide `vim`'s `popup` API.
Without the option to consume the keys, `vim.on_key()` is not suitable for implementing a `popup`'s `filter`.
With `vim.on_key()` there's also
```
{key} is the key after mappings have been applied, and {typed} is the
key(... | enhancement,input,multicursor,mappings | low | Major |
2,577,100,925 | deno | Some dependencies not being resolved when using RsBuild | Version: Deno 2.0.0
Hi, Take the following RsBuild + SolidJS repo running under Deno:
https://github.com/sachaw/rsbuild-issue
When running `deno install`, as `"nodeModulesDir": "auto"` is set, it is populated as follows:
 | https://github.com/flutter/flutter/commit/c78c166e3ecf963ca29ed503e710fd3c71eda5c9 | [cl/684205393](https://c... | team-release | low | Major |
2,577,293,505 | electron | [Bug]: `process.exit()` should kill utility process immediately | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | bug :beetle:,platform/all,status/confirmed,has-repro-gist,component/utilityProcess,32-x-y,33-x-y | low | Critical |
2,577,295,206 | flutter | Tab focus traversal only enters iframeElement once | ### Steps to reproduce
1. Run the attached code
2. Press tab repeatedly
3. Observe what UI is focused each time the tab key is pressed.
### Expected results
Focus moves from buttons outside to of iFrame to button and password input located inside iFrame.
Continually tapping tab causes focus to move from buttons ... | framework,platform-web,f: focus,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.26 | low | Critical |
2,577,325,090 | ant-design | 优化:Tabs 的下划线 mount 时不应该有动画效果,应该只需要切换的时候有动画 | ### Reproduction link
https://stackblitz.com/edit/react-gs6jhb?file=demo.tsx
### Steps to reproduce
点击按钮
### What is expected?
初始不应该有动画,只有切换的时候才有动画
### What is actually happening?
都会有动画
| Environment | Info |
| --- | --- |
| antd | 5.21.3 |
| React | latest |
| System | mac |
| Browser | ch... | Inactive,unconfirmed | low | Minor |
2,577,420,322 | pytorch | [FEA] Add nvsci support in pytorch multiprocessing module for nvidia jetson devices. | ### 🚀 The feature, motivation and pitch
Pytorch is wildly used not only on servers but also in edge devices, especially devices with nvidia gpus.
NVSCI is a IPC method that for nvidia edge devices that with iGPU, which is Nvidia Drive/Jetson AGX product series.
NVSCI is available in x86 and aarch64, the intro ... | module: cuda,triaged,enhancement,needs design | low | Minor |
2,577,444,404 | ant-design | RangePicker 增加对 DateMath 表达式的支持 | ### What problem does this feature solve?
DateMath 表达式在相对日期/时间方面的表达更为直观,并且输入也相对简洁。
* 场景1:查询最近10分钟的某项操作日志
现有的范围选择器必须不断地手动去变更开始时间和结束时间(虽然结束时间可以设为23:59:59, 但是开始时间每次查询必须手动变更), 在支持 DateMath 表达式后, RangePicker 只需校验表达式的合法性,具体的时间计算可以交给服务端, 每次查询前就无需再去选择或输入,并且每次查询的时间范围都是正确的;
* 场景2:IoT 数据查询
在IoT应用场景下, 数据量大且变化频率较高, 在查询数据... | Inactive | low | Minor |
2,577,456,018 | pytorch | AOT compile `tensor.size()` gives NotImplementedError: No registered serialization name for <class 'torch.Size'> found. | ### 🐛 Describe the bug
Hi, this happens with aot compile.
repro:
```python
class TestModel(torch.nn.Module):
def forward(self, x):
return x.size()
model = TestModel().cuda()
x = torch.rand(2, 6, 6).cuda()
bs = torch.export.dynamic_shapes.Dim("bs", max=128)
ep = torch.export.export... | triaged,oncall: pt2,export-triaged,oncall: export,module: aotinductor | low | Critical |
2,577,458,443 | next.js | Could there be a caching issue causing the page to load based on the previous redirection logic when accessing the page? | ### Link to the code that reproduces this issue
https://github.com/minsu0012/test
### To Reproduce
1. Install npx create-next-app@latest.
2. Install using the app router method.
3. Keep app/layout and delete app/page.
4. Create an app/start folder and virtually create layout.tsx and page.tsx.
5. In next.c... | create-next-app,bug | low | Minor |
2,577,462,005 | ant-design | the first parameter of onChange of Date picker miss null type | ### Reproduction link
[](https://stackblitz.com/edit/react-ow5nhn?file=demo.tsx)
### Steps to reproduce
The type definition of `DatePickerProps['onChange']` is currently `onChange?: (date: ValueType, dateString: string | string[]... | Inactive,unconfirmed | low | Minor |
2,577,611,674 | transformers | trainer resume from checkpoint,the learning rate is not the same as retraining,learning rate is discontinuous | ### System Info
- Platform: Windows-10
- transformers version: 4.43.4
- Python version: 3.10.11
- PyTorch version (GPU?): 2.3.1+cu121
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` ... | Good First Issue,trainer,bug | medium | Major |
2,577,619,448 | tauri | [bug] Desktop file entry in deb package is not good according to spec | ### Describe the bug
desktop file entry in deb package is not good according to spec.
According to [spec](https://specifications.freedesktop.org/desktop-entry-spec/latest/file-naming.html), desktop file name should be DBus well-known name which is reverse DNS convention.
However, in deb package, '{product_name... | type: bug,platform: Linux,status: needs triage | low | Critical |
2,577,726,028 | excalidraw | Optimization Issues with Pencil Tool Strokes on Page Zoom | Appreciate the fantastic software crafted by the development team. I've come across an issue while using it and would like to report it here. I hope you can consider further enhancements to the handwriting feature.
When the page is enlarged, there can be issues with writing using the pencil tool, often resulting in ov... | bug,freedraw | low | Minor |
2,577,735,250 | storybook | Name is not defined for the Combo boxes present on the page in Windows. | ### Describe the bug
**Title:** Name is not defined for the Combo boxes present on the page in Windows.
**Pre-Requisite:**
Press F12 key to open developer tool.
**Test Environment:**
OS: Windows 11 Version 24H2 OS build 26100.1742
Browser: Microsoft New Edge Version129.0.2792.52(Official build) (64-bit)
Tool: Devel... | bug,accessibility,argtypes | low | Critical |
2,577,754,050 | rust | Tracking Issue for minicore (core prelude stubs test auxiliary) | ### Context
We have a bunch of `#![no_core]` ui/codegen/assembly tests that roll their own `core` prelude stubs because they need to build (but not run) on a cross-compiled target. But this means:
- A bunch of duplicated implementations of `core` prelude stubs scattered in different tests.
- A heavy burden on a contr... | T-compiler,T-bootstrap,C-tracking-issue,A-test-infra | low | Minor |
2,577,791,054 | rust | false positive: variable does not need to be mutable | ### Summary
I had a false positive `unused_mut`, after fixing it - re-running `cargo clippy` still threw the warning. Seems it could have some sort of cache issue as after doing `cargo clean`, the lint no longer threw the warning.
 | Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_linalg_lu_cuda_float32&suite=TestInductorOpInfoCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/31327905322).
Over th... | triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor | low | Critical |
2,577,803,191 | fastapi | Question about "Required, can be None" parameter | ### Discussed in https://github.com/fastapi/fastapi/discussions/12418
<div type='discussions-op-text'>
<sup>Originally posted by **bowenerchen** October 10, 2024</sup>
### First Check
- [X] I added a very descriptive title here.
- [X] I used the GitHub search to find a similar question and didn't find it.
-... | docs | low | Minor |
2,577,809,607 | PowerToys | Windows keyboard manager doesn't start when I first boot up my computer. | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
Windows keyboard manager doesn't start when I first boot up my computer.
### ✔️ Expected Behavior
Every time, I have to manually run Po... | Issue-Bug,Needs-Triage | low | Minor |
2,577,889,855 | godot | CameraAttribute exposure does not consider ambient light, and incorrectly exposes Background | ### Tested versions
4.3.stable
### System information
Windows 11 - Godot v4.3.stable - Vulkan (Forward+) - dedicated NVIDIA GPU
### Issue description
So, there are two problems, both related to the CameraAttribute exposure.
1. Ambient Light Color/Energy does not consider CameraAttribute exposure, Tonemap Exposu... | bug,topic:rendering,confirmed,topic:3d | low | Minor |
2,577,934,851 | ant-design | table组件在配置virtual +行合并 + 合并行内容超出当前行高度时,表现出文字重叠的现象 | ### Reproduction link
[](https://stackblitz.com/edit/react-vpvsjb?file=demo.tsx)
### Steps to reproduce
1. antd-table-[虚拟列表demo](https://ant.design/components/table-cn#table-demo-virtual-list)
2. 修改Group渲染字段内容字数
3. 修改行合并逻辑
... | Inactive,unconfirmed | low | Minor |
2,578,009,586 | ant-design | Table 开启 virtual 后,格子无法滚动 | ### Reproduction link
[](https://stackblitz.com/edit/react-v48dwg?file=demo.tsx)
### Steps to reproduce
滚动有滚动条的格子
### What is expected?
格子可以滚动
### What is actually happening?
格子无法滚动
| Environment | Info |
| --- | ... | 🐛 Bug,Inactive | low | Minor |
2,578,010,472 | next.js | Metadata function does not work as expected in intercepting routes. | ### Link to the code that reproduces this issue
https://github.com/sato-kazuma-kun/nextjs-intercepting-routes-bug
### To Reproduce
1. Start the application (bun or npm suggested).
2. Navigate to `/` and press the "Login" button.
3. Watch that the title of the document does not change.
4. Check the code in `app/@m... | bug,Metadata,Parallel & Intercepting Routes | low | Critical |
2,578,034,569 | deno | Npm OpenPgp is not working on server side in Fresh.js | Version: Deno 1.46.3
npm:openpgp its not working on server side in freshJs for data encryption
**getting this error :** ` invalid utf-8 sequence of 1 bytes from index 1` whenever createMessage method call after reading the publicKey. | bug,node compat,crypto | low | Critical |
2,578,053,623 | ollama | nomic-embed-vision-v1.5 | is-it possible to add nomic-ai/nomic-embed-vision-v1.5
to completing with nomic-embed-text-v1.5
| model request | low | Minor |
2,578,079,014 | langchain | KeyError: 'tool_call_id' when there is no Tool message in given chat history (Only System Message) | ### 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,Ɑ: core | low | Critical |
2,578,147,793 | rust | Implementation of trait "not general enough" in nightly, works fine on stable | <!--
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
Please provide a short summary of the regression, along with any information you feel is relevant to replicate it.
-->
### Code
I tried this (reduced) code:
```rust
use tokio::s... | P-high,regression-from-stable-to-stable,C-bug,T-types | low | Critical |
2,578,158,004 | next.js | Image Component flicker when refresh the page | ### Link to the code that reproduces this issue
https://github.com/jizhi0v0/background-image-flash.git
### To Reproduce
1.Start the application in development (next dev)
2.refresh the page
3.image flash
### Current vs. Expected behavior
https://github.com/user-attachments/assets/a6098447-ed5a-4530-ad2b-1dd4aa7... | bug,Image (next/image) | low | Minor |
2,578,165,157 | next.js | URLSearchParams does not survive serialization/deserialization when passed from a client to a Server Action | ### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/exciting-meitner-zrdlrs
### To Reproduce
1. Write a Server Action that takes URLSearchParams
2. Try to call it from a client component
### Current vs. Expected behavior
When calling `URLSearchParams#toString()` in a Server A... | bug | low | Major |
2,578,175,815 | rust | RPITIT causes incorrect "dropped while still borrowed" error in some cases | <!--
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.
-->
From [this SO question](https://stackoverflow.com/q/79073414/501250), the following code does not compile:
```rust
trait Iterable {
fn owned_iter(&self) ->... | C-bug,F-return_position_impl_trait_in_trait | low | Critical |
2,578,185,911 | pytorch | RuntimeError: function CompiledFunctionBackward returned an incorrect number of gradients (expected 3, got 2) | ### 🐛 Describe the bug
I have integrate our new accelerator to torch by utilizing torch.compile feature. And it works good for inference. Now am working on giving support for training but it gives me error while calling backward call. It says
`File "/home/tiru/work/vsim/lib/python3.10/site-packages/torch/autogr... | needs reproduction,triaged,oncall: pt2,module: aotdispatch | low | Critical |
2,578,207,679 | deno | Support sloppy imports in `deno compile` | Version: Deno 2.0.0
I tried to play around with deno 2.0 by compiling my nest js project with deno. I thought maybe if i can compile the project into one executable binary that would be cool. Its pretty complex project. But i found that deno cannot compile if my import has no `.ts` on it. Maybe its obvious, but that w... | feat,compile | low | Critical |
2,578,208,877 | deno | Node HTTPS Server Requests | Using this code to create a node https server:
<img width="1071" alt="image" src="https://github.com/user-attachments/assets/bac84538-bef8-42b1-bd7a-22c24417d44f">
Chrome shows the connection to the server as H2
<img width="1047" alt="image" src="https://github.com/user-attachments/assets/d0178e89-f2e2-4891-af75-4... | bug,node compat,node:http | low | Minor |
2,578,223,827 | angular | Image Link for the Tutorial doesn't work. | ### Describe the problem that you experienced
I was doing the Angular Tutorial. I wondered why the images won't appear. I checked the code multiple times. After some time i checked the url. Then I saw the link was invalid.
### Enter the URL of the topic with the problem
https://angular.dev/assets/images/tutorials/co... | area: docs-infra | low | Critical |
2,578,262,278 | react | [Compiler Bug]: Compiler modified and broke external react component default export | ### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [X] 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: Bug,Status: Unconfirmed,Component: Optimizing Compiler | medium | Critical |
2,578,271,038 | awesome-mac | 🎉 Add <ClashX> | ### 🪩 Provide a link to the proposed addition
[github](https://github.com/MetaCubeX/ClashX.Meta)
### 😳 Explain why it should be added
A GUI client for macOS, support mihomo core
### 📖 Additional context
_No response_
### 🧨 Issue Checklist
- [X] I have checked for other similar issues
- [X] I have explained w... | addition | low | Minor |
2,578,287,122 | pytorch | Triton Dependancy Error while compiling diffusion model on Windows 10 and torch==2.4.1+cu124 | ### 🐛 Describe the bug
Couldn't run inference after using torch.compile() on unet and vae of a diffusion model.
It couldn't find an installation of triton.
Model works fine without compiling.
torch.compile runs smoothly but the program raises error on inference.
### Error logs
`raise RuntimeError(
torch._dynam... | module: windows,triaged,oncall: pt2 | low | Critical |
2,578,301,115 | awesome-mac | 🎉 Add <Wox> | ### 🪩 Provide a link to the proposed addition
[homepage](https://wox-launcher.github.io/Wox/#/)
[github](https://github.com/Wox-launcher/Wox)
### 😳 Explain why it should be added
.Wox is a cross-platform launcher that simply works. It's an alternative to Alfred and Launchy
### 📖 Additional context
_No response... | addition | low | Minor |
2,578,301,585 | pytorch | [inductor][cpu]float32 and AMP performance regression in 2024-09-30 nightly release | ### 🐛 Describe the bug
<p>AMP static shape CPP wrapper</p><table border="1" class="dataframe table">
<thead>
<tr style="text-align: right;">
<th>suite</th>
<th>name</th>
<th>thread</th>
<th>batch_size_new</th>
<th>speed_up_new</th>
<th>inductor_new</th>
<th>e... | oncall: pt2,oncall: cpu inductor | low | Critical |
2,578,334,590 | godot | MultiplayerSynchronizer throws error when synchronizing Node changes on first peer connection | ### Tested versions
Reproducible in v4.3.stable.arch_linux
### System information
Godot v4.3.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Sat, 05 Oct 2024 17:53:31 +0000 - Wayland - GLES3 (Compatibility) - AMD Radeon RX 7600 (radeonsi, navi33, LLVM 18.1.8, DRM 3.54, 6.6.54-1-lts) - 13th Gen Intel(R) Core(TM) i... | bug,topic:multiplayer | low | Critical |
2,578,348,983 | tensorflow | tf.custom_gradient for function with kwarg shows unexpected behavior | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.17.0
### Custom code
No
### OS platform and distribution
Ubuntu 22.04.5 LTS
### Mobile device
_No response_
### Python version
3.12.7
### Bazel version
_No response_
### GCC/compil... | stat:awaiting tensorflower,type:bug,comp:ops,2.17 | medium | Critical |
2,578,430,912 | excalidraw | optimize eraser performance | - likely related to checking hitbox of all non-deleted elements except just visible ones.
- more optims can likely be done as well
https://excalidraw.com/#json=e9Z_OVliTSgIkoO5RehPa,3fMgD5xu7AiNsSkZUTHflQ | performance ⚡️ | low | Major |
2,578,438,285 | deno | Deno install --config flag does not support remote configuration files | # Deno Install Command: Support for Remote Configuration Files
## Version
Deno 2.0.0
## Issue Description
The `deno install` command's `--config` flag currently only accepts local file paths, limiting its functionality when installing CLI tools with remotely hosted source code and configuration files.
## Exp... | cli,suggestion | low | Critical |
2,578,472,890 | PowerToys | Quick Accent: In Esperanto, marked 'u' is not 'u-caron' but rather 'u-breve' | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
Quick Accent
### Steps to reproduce
1. Use Quick Accent with a set of Esperanto
2. Input 'u' and add accent
### ✔️ Expected Behavior
'ŭ' (u-breve) (U+016D)
- https://www.akad... | Issue-Bug,Needs-Triage | low | Minor |
2,578,491,480 | tauri | [bug] WebviewWindowBuilder fullscreen() and size() don't work. | ### Describe the bug
I tries to cover all monitors with fullscreen windows to display graphs on them. I have multiple monitors with different resolutions, framerates and scale factors. However, the approach from examples works only for the primary monitor. The windows on secondary monitors stay small, borderless and... | type: bug,platform: Windows,status: needs triage | low | Critical |
2,578,533,827 | TypeScript | Completion should suggest enum keys on some conditions | ### 🔍 Search Terms
"enum", "enum keys", "completion"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different JS based on the types ... | Suggestion,Domain: Completion Lists,Awaiting More Feedback | low | Minor |
2,578,579,283 | kubernetes | kube-apiserver: High pod churn causes APIServer OOM | ### What happened?
The `kube-apiserver` memory usage is too high. The node has 512GB of memory, but the `kube-apiserver` is using as much as 326GB. Profiling with Go revealed that `StreamWatcher ` accounts for 84.49% of the memory usage.
memory usage:
/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,investigate | low | Critical |
2,578,770,267 | angular | origin entry in HTTP_TRANSFER_CACHE_ORIGIN_MAP doesn't allow empty value | ### Which @angular/* package(s) are the source of the bug?
common
### Is this a regression?
No
### Description
While trying to use `HTTP_TRANSFER_CACHE_ORIGIN_MAP` InjectionToken for providing different endpoint origins on server and client side, we faced and issue where the client endpoint (the value of a map's ... | area: common/http,server: http cache | low | Critical |
2,578,775,317 | PowerToys | New+ Number of Templates is Limited | ### Description of the new feature / enhancement
It looks like you can only have 16 Templates with New+, at least on my system. This is a useful PowerToy, but I have a need for many more than 16 templates! If I have more than 16 templates in my Templates Folder, the 17th and later Template just don't show up in the Ne... | Needs-Triage | low | Minor |
2,578,783,619 | TypeScript | Regression: incorrect return type when disabled strictNullChecks | ### 🔎 Search Terms
"ts7011", "strictnullchecks"
### 🕗 Version & Regression Information
- This changed between versions 5.6.3 and 5.7.0-beta (also in 5.7.0-dev.20241010)
When disabled `strictNullChecks` in `tsconfig.json` error `TS7011: Function expression, which lacks return-type annotation, implicitly has an T r... | Help Wanted,Possible Improvement | low | Critical |
2,578,818,758 | node | Wrong error annotation when commonjs `require`s an ES module | ### Version
- `^22.4.0`
- `main` with the `--no-experimental-require-module` flag.
### Platform
```text
macOS arm64
```
### Subsystem
esm,module
### What steps will reproduce the bug?
```bash
mkdir undefined && cd undefined
echo '{"type":"module"}' > package.json
echo "import nothing from '... | confirmed-bug | low | Critical |
2,578,876,972 | vscode | crashes |
Type: <b>Bug</b>
dont show errors
VS Code version: Code 1.94.1 (Universal) (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05:44:32.189Z)
OS version: Darwin arm64 23.6.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 (8 x 2400)|
|GPU Status|2d_canvas: enabled<br>canvas_... | info-needed,triage-needed,stale | low | Critical |
2,578,882,527 | rust | Open source library I work on (`proof-of-sql`) doesn't compile due to rustc error | <!--
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
Here is what was being compiled: htt... | I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro | low | Critical |
2,578,886,473 | TypeScript | Indicate in the editor that a type is explicitly `any` | ### 🔍 Search Terms
any marker editor
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different JS based on the types of the expressio... | Suggestion,Awaiting More Feedback | low | Critical |
2,578,894,888 | next.js | Using a parallel route slot with dynamic route, in parallel to a catch-all route causes non-turbo dev server and build to fail. | ### Link to the code that reproduces this issue
https://github.com/ItsWendell/nextjs-14.2.15-catch-all-parallel-routes-dynamic-segments-build-issues-repo
### To Reproduce
- Create a catch-all route
- Create a parallel route slot somewhere with a dynamic path
Reproduction:
Clone this repository
1. Run... | bug,linear: next,Module Resolution,Parallel & Intercepting Routes | low | Critical |
2,578,921,786 | PowerToys | Have no administrator privileges when starting the Mouse Without Borders service | ### Microsoft PowerToys version
0.85.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
Mouse Without Borders
### Steps to reproduce

1.Open GitHub in Google Chrome to download.
2.Run the Pow... | Issue-Bug,Needs-Triage | low | Minor |
2,579,017,100 | Python | add travelling salesman problem | ### Feature description
adding of travelling salesman problem to learn and understand concepts and algorithms of dynamic programming | enhancement | medium | Minor |
2,579,040,105 | pytorch | libtroch_cuda.so is missing in TORCH_LIBRARIES and TORCH_CUDA_LIBRARIES in PyTorch CMake | `libtroch_cuda.so` is missing in `TORCH_LIBRARIES` and `TORCH_CUDA_LIBRARIES` in PyTorch [CMake](https://github.com/pytorch/pytorch/blob/575f260229a1e691b70d4aff9bd2d919b902c395/cmake/TorchConfig.cmake.in#L136) if build flag `BUILD_SHARED_LIBS` is enabled, for example
```CMAKE
find_package(Torch REQUIRED)
# libtorch... | module: build,module: cuda,triaged | low | Minor |
2,579,045,455 | vscode | VS Code erroneously registers itself with as a .SVGZ handler |
Type: <b>Bug</b>
Upon installation on Microsoft Windows, Visual Studio Code registers itself as a handler for `.svgz` files. This is an egregious action because Visual Studio Code cannot handle this binary file type.
**Edit (2024-10-12):** I've found one part of VSCode's source code responsible for this erroneous fi... | bug,install-update,windows | low | Critical |
2,579,140,423 | Python | New Folder Creation | ### Feature description
I plan to create a new folder named 'Binary Search Problems', where I will add important problems solved using Binary Search.
Please assign this task to me under Hacktoberfest 2024. | enhancement | medium | Minor |
2,579,172,974 | bitcoin | scriptpubkeyman fuzz target TopUp is slow (3/N) | Follow-up to https://github.com/bitcoin/bitcoin/issues/30476 and https://github.com/bitcoin/bitcoin/issues/30541:
Found by OSS-Fuzz: https://issues.oss-fuzz.com/issues/369374541
Probably a duplicate of, or similarity with https://github.com/bitcoin/bitcoin/issues/30498
File: [clusterfuzz-testcase-scriptpubkeym... | Tests | low | Major |
2,579,178,573 | pytorch | [Intel GPU] The failures do not block new pull request merge if the failures are also in the main branch for Intel GPU | ### 🚀 The feature, motivation and pitch
In general, the failures do not block new pull request merge if the failures are also in the main branch. For most CI flows, the statement is TRUE. However, it does not work for Intel GPU. We need to enable this feature for Intel GPU to facilitate the process of pull request me... | triaged,module: xpu | low | Critical |
2,579,186,330 | next.js | An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error. | ### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Using :
nextjs 14
zod
tailwind css
shadcn Ui
app running on digitalocena
```
### Which example does this report relate to?
Server Side Component Error
### What ... | examples | low | Critical |
2,579,194,489 | ant-design | Support buildOptionText in Pagination | ### What problem does this feature solve?
Hey!
I was trying to solve the problem of localization in Russian. Strings in Russian with 1 and 3 are declined differently than the others, and I need to provide for this.
I saw in the source files that Option has this feature, but I can't use it. This improvement wil... | Inactive,unconfirmed | low | Minor |
2,579,205,607 | vscode | Inline Diff without "Toggle Changes" on is not showing all deleted lines, can be confusing |
- VS Code Version: 1.72.2
- OS Version: Linux, macOS, recent versions
Steps to Reproduce:
1. Ask copilot (Cmd+I) to delete lines
2. Get a seemingly empty diff
3. Use the down arrow button, select "Toggle Changes"
4. See the deleted lines
Shouldn't "Toggle Changes" be the default or at least it be an option to keep ... | feature-request,inline-chat | low | Minor |
2,579,226,509 | ollama | I hope Image analyze model, Qwen/Qwen2-VL-72B-Instruct | Qwen/Qwen2-VL-72B-Instruct
Ollama brothers. plz. | model request | low | Minor |
2,579,267,678 | godot | Android mono export with 2 or more cpu architectures fails | ### Tested versions
4.4.dev [842f98239713fd10cfd648cd6aa3781895f289eb]
### System information
Linux Pop OS 22.04
### Issue description
Note: I have a fix in my fork and will have a PR shortly.
Exporting an android mono build with 2 or more cpu architectures fails. This is due to libSystem.Security.Cr... | bug,platform:android,topic:dotnet | low | Critical |
2,579,270,179 | godot | Favorite files disappear | ### Tested versions
v3.6.stable.official [de2f0f147]
### System information
w10 64
### Issue description
Files added to favorites as a script disappear from favorites after a few editor restarts and computer shutdowns. I can't say when exactly they do, but it's obvious that they disappear.
Folders can a... | bug,topic:editor | low | Minor |
2,579,270,432 | langchain | AttributeError: 'VectorStoreRetriever' object has no attribute 'embeddings' | ### 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 ... | Ɑ: vector store,investigate | low | Critical |
2,579,285,138 | godot | The selected tile is indistinguishable if it uses certain colors | ### Tested versions
v3.6.stable.official [de2f0f147]
### System information
w10 64
### Issue description
As you can see in the video, it is almost impossible to distinguish which tile is selected if the tile uses certain colors, in this case the tile has a color something like mustard.
https://githu... | bug,topic:editor,usability,topic:2d | low | Minor |
2,579,336,474 | go | cmd/vet: improve the frame pointer check | The `framepointer` check from `go vet` is currently quite conservative. Since Go 1.21, frame pointers have become more load-bearing in the Go runtime. They're now used on amd64 and arm64 to collect call stacks for the execution tracer and the block & mutex profilers. Now, frame pointer bugs can crash Go programs, where... | help wanted,NeedsInvestigation,FeatureRequest,compiler/runtime | low | Critical |
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.