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,657,221,965
flutter
[a11y] Focus is not maintained with local keys if layout changes
### Context In my app, we have two versions of a widget that are shown. The user clicks a button to swap between them. The widgets are pretty much completely different apart from this switching button. We use an AnimatedSwitcher as shown in the test code below to swap between versions of the widget. We want to main...
framework,a: accessibility,f: focus,has reproducible steps,P3,found in release: 3.24,team-accessibility,triaged-accessibility,found in release: 3.27
low
Critical
2,657,232,722
deno
Markdown --indent-width is ignored
Version: deno 2.0.6 The default indentation is 2, but it should be possible to change it with --indent-width. The default 2 correctly complains about a width of 4 ![image](https://github.com/user-attachments/assets/cbb83e19-7c9b-4d0a-9bc5-22fae18f15e7) But when even when I set it to 4, it still complains ![ima...
bug,good first issue,upstream,deno fmt
low
Minor
2,657,352,453
go
runtime: 1.23 hangs when running under qemu-user [bisected]
### Go version go version go1.23.3 linux/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='linux' GOINSECURE='' GOMODCAC...
NeedsInvestigation,compiler/runtime
low
Critical
2,657,405,649
PowerToys
Display Current Time Placeholder in PowerToys Run
### Description of the new feature / enhancement I would like to suggest a new feature for PowerToys Run that displays the current time as a placeholder when the search bar is empty. This feature would be particularly useful for users who choose to hide their taskbar and need a quick way to check the current time with...
Needs-Triage
low
Minor
2,657,419,523
tauri
decorations(false) work wrong
### Describe the bug decorations(false) have bug,the web content is not fullSize,have a border in the right,just like the pic ![001](https://github.com/user-attachments/assets/ca213fd9-a2aa-4bb3-ac83-e380738f2f0b) ![002](https://github.com/user-attachments/assets/39da8ac5-1492-4fa2-8149-8c2b1e5e0269) ### Reproduc...
type: bug,status: needs triage,scope: unstable flag
low
Critical
2,657,422,663
react-native
[iOS] Navigation Bar Size Issue with codegenNativeComponent and modalPresentationStyle: .pageSheet in React Native
### Description In a React Native environment, I'm using `codegenNativeComponent` to display a native screen. On this native screen, when I present a new screen with `modalPresentationStyle` set to `.pageSheet`, the navigation bar size becomes abnormal. **Although this might appear to be an issue with the native sid...
Component: Modal,Needs: Triage :mag:,Type: New Architecture
medium
Critical
2,657,436,488
next.js
Cannot debug Next15 using turbopack on windows
### Link to the code that reproduces this issue https://github.com/leandroluk/bug-next15-debug-with-turbopack ### To Reproduce 1. Install dependencies 2. Select "turbo" in "Run and Debug" menu 3. Select "Browser Debug" in running bar and this error message will appear: ![image](https://github.com/user-attachmen...
bug,Turbopack
low
Critical
2,657,441,657
stable-diffusion-webui
[Feature Request]: New fork for support of intel processors
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I have an intel pc and would like to be able to use the newest versions of WebUI, the current fork for intel processors is stuck at 1.6.0 and doesn't seem li...
enhancement
low
Minor
2,657,590,844
ui
[bug]: Passing in a custom component into the popover component does not behave as expected
### Describe the bug I've create a custom component `SidebarPopover` whose props include `popoverTrigger` of type `React.ReactNode`. Component essentially looks like this: ```tsx <Popover> <PopoverTrigger asChild> {popoverTrigger} </PopoverTrigger> <PopoverContent className="w-80 h-80"> {popoverCo...
bug
low
Critical
2,657,683,123
ant-design
form.list 中form.item 单独使用layout="vertical" 会失去高度
### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/vitejs-vite-zrnbko?file=src%2FApp.tsx) ### Steps to reproduce form.list 中form.item 单独使用layout="vertical" 会失去高度 ### What is expected? 正常撑开 ### What is actually happenin...
🐛 Bug,Inactive
low
Major
2,657,693,901
tauri
[bug] Socket Io doesn't work in tauri+angular app with ALB node socket server
### Describe the bug Getting socket Id unknown Getting error only in mac. working fine for linux and windows Issue with ALB sticky session On mac it doesn't allow cookies ![Untitled design](https://github.com/user-attachments/assets/4f90eca9-a6c8-46aa-b1fe-69f30facb6d8) ### Reproduction _No resp...
type: bug,status: upstream,platform: macOS,status: needs triage
low
Critical
2,657,703,098
rust
#[derive(Debug)] on #[repr(packed)] enum causes internal compiler 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 ```Rust #[derive(Debug)] #[repr(pack...
I-ICE,A-macros,T-compiler,C-bug,E-needs-bisection,A-repr-packed
low
Critical
2,657,723,893
deno
`deno check` does not respect top level `exclude` in `deno.json`
Version: Deno 2.0.6 Running `deno check .` in the project root directory checks files within a directory `foo/bar` specified in `exclude`. `deno fmt` and `deno lint` respect the `exclude` configuration. Running `deno check foo/bar` where `foo/bar/` is the excluded directory will return a warning that no matching ...
needs investigation,tsc,workspaces
low
Critical
2,657,729,489
ant-design
vertical布局的Form的labelCol.offset无效
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-sdgg8r) ### Steps to reproduce 直接查看效果 ### What is expected? ![image](https://github.com/user-attachments/assets/c57a7688-4f43-4ccb-9634...
🐛 Bug,help wanted
low
Major
2,657,757,366
vscode
Git - Expose `Repository#getEmptyTree()` in Git extension API
This would allow extensions that depend on the Git extension to accurately handle getting changed files in commits with no parent, e.g. Copilot Chat which uses the Git extension to compute related files for the Copilot Edits working set.
feature-request,git
low
Minor
2,657,819,156
angular
Missleading zoneless documentation
### Describe the problem that you experienced [In https://github.com/angular/angular/blob/190b4d7763e2953b63b478cc749846a5d5423795/adev/src/content/guide/zoneless.md?plain=1#L61](https://github.com/angular/angular/blob/190b4d7763e2953b63b478cc749846a5d5423795/adev/src/content/guide/zoneless.md?plain=1#L61C1-L62C448) i...
P5,area: docs
low
Critical
2,657,853,994
pytorch
[inductor][cpu]maml fp32/amp_fp16 performance regression in 2024-11-11 nightly release
### 🐛 Describe the bug <p>fp32 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>...
oncall: pt2,oncall: cpu inductor
low
Critical
2,657,906,378
deno
question: confusion about adding developer/dev dependencies
I am not quite sure how Deno knows if the dependencies I am adding is a dev dependency or not. Here is a reproduction. ```bash deno init dev-dependency-test cd dev-dependency-test deno add --dev jsr:@denosaurs/argontwo ``` But there is no actual separation of which is a dev dependency in `deno.json`. ```json...
install,triage required 👀
medium
Major
2,657,926,768
go
net: TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver failures
``` #!watchflakes default <- pkg == "net" && test == "TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731319005757721169)): === RUN TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver ...
NeedsInvestigation
low
Critical
2,657,939,467
godot
3D Navigation Scheme Takes alot of time to set the proper shortcut for Orbit, Pan, and Zoom mouse buttons
### Tested versions Reproducable in: 4.4.dev[277cb68e1] ### System information Godot v4.4.dev (277cb68e1) - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1080 Ti (NVIDIA; 32.0.15.6603) - 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz (12 threads) ### Issue descripti...
bug,topic:editor,usability,topic:input,topic:3d
low
Minor
2,657,954,430
godot
Can't set 3D Navigation Mouse Buttons modifiers in Editor Settings
### Tested versions 4.4.dev.custom_build [76fa7b291] ### System information Godot v4.4.dev (76fa7b291) - Windows 10.0.19045 - Multi-window, 1 monitor - OpenGL 3 (Compatibility) - NVIDIA GeForce GTX 1080 Ti (NVIDIA; 32.0.15.6603) - 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz (12 threads) ### Issue description Us...
bug,topic:editor,usability,topic:input
low
Minor
2,657,958,048
pytorch
Segmentation fault (core dumped) in `torch.autograd.profiler.profile`
### 🐛 Describe the bug torch.autograd.profiler.profile triggered a crash when the gpu is available. minimal example: ``` import threading import torch from torch.autograd.profiler import profile def multi_threaded_profiler(): with profile() as prof: torch.add(1, 1) torch.mul(1, 1) ...
triage review,oncall: profiler
low
Critical
2,657,992,319
storybook
[Bug]: Tags filter visual bug when there are empty value tags
### Describe the bug If a story has tags like so: ```ts export const MyStory = { tags: [''] } ``` It results in those `''` being indexed and are shown like this in the UI: <image src="https://github.com/user-attachments/assets/8c72d9e6-59e7-4dcf-91d0-c3b9de69f3fb" width="350"/> ### Reproduction link https://stack...
bug,tags
low
Critical
2,658,012,586
flutter
[ios] Flutter view can't refresh in Pip when app in background.
### Steps to reproduce use the project https://github.com/ahyangnb/flutter_pip running in ios and click the `Open` button to displaying PIP, and then go back to home page in ios system, ### Expected results refresh the pip content as new flutter widget. ### Actual results print error ``` Execution...
platform-ios,engine,a: platform-views,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27
low
Critical
2,658,077,152
pytorch
“Can't swap an already initialized allocator” when calling torch.cuda.memory.change_current_allocator
### 🐛 Describe the bug I write an example based on the one from doc: https://pytorch.org/docs/stable/notes/cuda.html#cuda-memory-management The reason I found out is when lazy init is already done, for example "torch.cuda.get_device_capability()", change_current_allocator will raise such error. ``` import to...
module: cuda,triaged,module: CUDACachingAllocator
low
Critical
2,658,083,889
rust
Renaming targets might be a breaking change
Hi all, I am unsure if this is the right place for this sort of issue and apologize if it isn't. I would also like to stress that I fully understand this issue is not currently actionable, but I want to bring it to the attention of the maintainers in case this is a blind spot. If this has been discussed to death elsew...
T-compiler,C-discussion,A-targets,O-wasi
medium
Minor
2,658,130,646
PowerToys
Add Show/Hide Window Toggle to Keyboard Manager -> Remap Shortcut -> Run Program -> If running,
### Description of the new feature / enhancement In the Keyboard manager, a remapped shortcut can have a setting of "Show Window" (Keyboard Manager -> Remap Shortcut -> Run Program -> If running) It would be great to be able to press a second time and make it go away for ease of use. ### Scenario when this would be ...
Needs-Triage
low
Minor
2,658,211,085
pytorch
[inductor][cpu]opacus_cifar10 and functorch_dp_cifar10 AMP performance regression in 2024-11-11 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>eag...
oncall: pt2,oncall: cpu inductor
low
Critical
2,658,222,703
vscode
When hover contains one hover provider result, increase/decrease verbosity commands should work on that provider result
# Description I created these keybindings to control hover verbosity: ```json { "key": "up", "command": "editor.action.increaseHoverVerbosityLevel", "when": "editorHoverFocused" }, { "key": "down", "command": "editor.action.decreaseHoverVerbosityLevel", "when": "editorHoverFocused" } ...
polish,editor-hover
low
Minor
2,658,225,274
angular
Output migration transforms eventEmitter.emit() into invalid output.emit()
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description The output migration transforms: ```ts @Output() eventEmitter = new EventEmitter<string>(); // later eventEmitter.emit(); ``` into ```ts eventEmitter = output<string>(); // later eventEmitter.emit(); `...
area: migrations,bug
low
Critical
2,658,237,761
next.js
Middleware does not add nonce when deployed to AWS amplify, but works well on local development
### Link to the code that reproduces this issue https://github.com/peterochieng/csp-test ### To Reproduce 1. Add middleware for Adding CSP directives. `import { NextRequest, NextResponse } from 'next/server' export const nonce = Buffer.from(crypto.randomUUID()).toString('base64') export function middleware(...
bug,Middleware
low
Critical
2,658,269,814
vscode
Hover gray +/- should not be focusable? Also, hover should say what grayed out buttons mean, eg "maximum verbosity achieved"
Repro: 1. open expandable hover 2. increase verbosity until max 3. click on the grayed out `+` button ![Image](https://github.com/user-attachments/assets/03a166e9-0b8b-40a3-865a-60147edefe81) Version: 1.96.0-insider Commit: 399779942db4d7ab1bd6f6ae976482d0020f10ca Date: 2024-11-13T05:04:32.098Z Electron: 32.2.1 El...
polish,editor-hover
low
Minor
2,658,284,584
neovim
Add continuations to `vim.lsp.buf.*` functions
## Problem All `vim.lsp.buf.*` functions run asynchronously, however they do not provide callbacks when they finish. This is needed so users can invoke other behaviours after calling these functions. And in general, asynchronous functions should always provide continuations of some form. ## Proposal - Add a `callb...
enhancement,lsp,async
low
Major
2,658,307,282
deno
[WebSocketStream] Websocket handshake User-Agent header duplicated
Version: Deno/2.0.6 **Step 1** Websocket Stream client (`ws.ts`): ``` const wss = new WebSocketStream('ws://1.1.1.1/' /* over http to see handshake request */, { headers: { 'User-Agent': 'My-UA' } }) const { readable, writable } = await wss.opened console.log('Connected') ``` **Step 2** ...
ext/websocket
low
Minor
2,658,321,831
pytorch
inconsistency in ```torch.nn.functional.adaptive_avg_pool3d``` on CPU and GPU
### 🐛 Describe the bug consistency check of function ```torch.nn.functional.adaptive_avg_pool3d``` between CPU and GPU using a bfloat16 tensor. ```python import torch input_tensor = torch.tensor([ [ [ [-1.4062, 1.4609, 0.6797], [-0.6875, -0.9492, 0.4434], [-1...
module: nn,module: cuda,triaged
low
Critical
2,658,358,573
svelte
effects.js causes Fatal Error
### Describe the bug Push to 'null' causes **total crash of project**. The error causing line is at src/internal/client/reactivity/effect.js:270 `context.l.r1.push(token);` Error message: ```shell Uncaught (in promise) TypeError: Cannot read properties of null (reading 'r1') ``` ### Reproduction I...
awaiting submitter
low
Critical
2,658,503,046
pytorch
inconsistency in ```torch.special.polygamma``` on CPU and GPU
### 🐛 Describe the bug getting inconsistent results of function ```torch.special.polygamma``` on CPU and GPU with a float tensor ```python # import torch self = torch.tensor([ [[[-1.2297606]]], [[[-2.5341392]]], [[[-0.4952267]]], [[[-0.1345852]]] ], dtype=torch.float32) result_cpu...
triaged,module: special
low
Critical
2,658,503,095
TypeScript
`Intl.Locale.prototype.getTimeZones()` is missing from Intl library definitions
### ⚙ Compilation target ESNext ### ⚙ Library ESNext ### Missing / Incorrect Definition `Intl.Locale.prototype.getTimeZones()` doesn't exist in the `Intl` library definitions. It is supported in all browsers except Firefox. ### Sample Code ```TypeScript const loc = new Intl.Locale("en-US"); const localeTimeZone...
Bug,Help Wanted,Domain: lib.d.ts
low
Minor
2,658,552,665
pytorch
`Tensor.prod` gives a jit warning
### 🐛 Describe the bug On a machine with cuda, run ```bash python -c """import torch;torch.randn(10, device='cuda').prod()""" ``` wich raises ``` <string>:1: UserWarning: No PYTORCH_KERNEL_CACHE_PATH or HOME environment variable set! This disables kernel caching. (Triggered internally at /pytorch/aten/src/ATen/...
oncall: jit
low
Critical
2,658,555,108
electron
You cannot use fetch(file://xxxx) files in web workers
### 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 ...
platform/windows,bug :beetle:,has-repro-gist,32-x-y
low
Critical
2,658,614,698
pytorch
[Feature Request] The `.forward()`/etc. shape API
[There is](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.forward) the `nn.Module.forward(...)` method. So, it’s “standardized”. Each concrete `.forward(...)`'s documentation has its return shape (formula). Is there an API/a project of API of the `.get_forward_shape(...)` method to...
module: nn,triaged
low
Minor
2,658,635,153
ui
[bug]: Typescript error in form component
### Describe the bug There is typescript errors within form component. Property formState does not exist in useFormContext. Than for part `const fieldState = getFieldState(fieldContext.name, formState)` getFieldState expect no arguments. Than later we have error with usage of: ` const { error, formItemI...
bug
low
Critical
2,658,673,181
material-ui
Issue with Icons after selecting
### Related page https://mui.com/material-ui/material-icons ### Kind of issue Unclear explanations ### Issue description After copying any of the Icons if we come back whole display gets stuck fix it ### Context After copying the icons close the Dailog box and reset the state so that user can select other icons...
bug 🐛,docs,package: icons,support: docs-feedback
low
Minor
2,658,700,557
PowerToys
Advanced Paste - Type out the Clipboard Content
### Description of the new feature / enhancement New Option in the "Advanced paste" menu to type out clipboard content. ### Scenario when this would be used? Environments/Remote Connections that don't allow pasting from local machine. ### Supporting information _No response_
Needs-Triage
low
Minor
2,658,706,822
pytorch
vmap with mps tensor fails to recognized batched shape
### 🐛 Describe the bug The following code where mps tensors are used in vmap raises an exception: ```python import torch device = "mps" x = torch.randn(2, 150, device=device, requires_grad=True) y = torch.randn(150, device=device, requires_grad=True) torch.vmap(lambda x, y: torch.nn.functional.mse_loss(x,...
triaged,module: vmap,module: mps,module: functorch
low
Critical
2,658,708,465
godot
Misleading error on missing export template file
### Tested versions - 4.4.dev.custom_build [76fa7b291] - 4.3-stable - Shall be reproducible in any 4.x version ### System information Godot v4.4.dev (76fa7b291) - Windows 10.0.22631 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1080 Ti (NVIDIA; 32.0.15.6603) - AMD Ryzen 9 3900X 12-C...
bug,topic:editor,topic:export
low
Critical
2,658,722,238
rust
internal compiler error on 1.84.0-nightly (8adb4b30f 2024-11-13)
``` thread 'rustc' panicked at compiler/rustc_middle/src/mir/interpret/queries.rs:105:13: Box<dyn Any> stack backtrace: 0: 0x7f51d7741fe5 - std::backtrace::Backtrace::create::h9b3de1e4dfc1f21c 1: 0x7f51d5b4ff75 - std::backtrace::Backtrace::force_capture::h694040df2c86ceb1 2: 0x7f51d4bee345 - std[76...
I-ICE,T-compiler,C-bug,S-needs-repro
low
Critical
2,658,723,469
deno
deno.lock impacts which version is used, despite explicit version import
We noticed (in this issue: https://github.com/honojs/middleware/issues/803) that when a dependency is listed several times with different versions in the `deno.lock` file, different versions are somehow used in different part of the code (see the error message of this comment: https://github.com/honojs/middleware/issue...
needs investigation
low
Critical
2,658,743,889
next.js
Pages router with middleware (on vercel) - 404 results returning 200 when prefetched
### Link to the code that reproduces this issue https://github.com/magicspon/next-link-test ### To Reproduce Build and deploy the app to vercel. Go to the URL Click on the "Broken link" button. Observe, the 404 page is not shown. This only happens when running on vercel, it's fine on localhost. It also only...
create-next-app,bug,Middleware,Pages Router
low
Critical
2,658,744,420
flutter
[flutter_svg] building example app produces some warnings
### Steps to reproduce 1. clone flutter/packages 2. open `packages/third_party/packages/flutter_svg/example` 3. `flutter build web --wasm` (although the wasm option is probably not needed) 4. Observe the logs, which indicate that the example app still uses the old format and uses an incomplete setup for cupertino...
d: examples,package,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.24,found in release: 3.27,p: flutter_svg
low
Minor
2,658,760,975
next.js
Dynamic Sitemap throwing 404 error on Nextjs 15
### Link to the code that reproduces this issue https://github.com/umair-mirza/pakcrunch-new/blob/main/src/app/sitemap.ts ### To Reproduce I have created a dynamic sitemap for my Nextjs 15 app in the following path: src > app > sitemap.ts I have created the sitemap according to the example quoted in the Nextjs...
bug
low
Critical
2,658,773,444
langchain
LangChain incorrectly applies strict (OpenAIs Structured Output) in schema generation from Pydantic model with union, causing OpenAI validation errors
### 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,investigate
low
Critical
2,658,784,395
transformers
Better error message when loading adapter models with peft dependency missing
### Feature request Loading adapter models (such as https://huggingface.co/lightonai/MonoQwen2-VL-v0.1/tree/main) fails with an error message when peft isn't installed. The error message `OSError: lightonai/MonoQwen2-VL-v0.1 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model...
Feature request,PEFT
low
Critical
2,658,859,418
pytorch
MPS random number generation is slow, if not hanging forever
### 🐛 Describe the bug The following benchmarks are at least 3x - if not 10x slower on mps than cpu on a recent macbook pro M3 ```python from torch.utils.benchmark import Timer import torch print(Timer("torch.randint(1_000_000, (500,), device='cpu')", globals=globals()).adaptive_autorange()) print(Timer("torch...
module: performance,triaged,module: mps
low
Critical
2,658,869,770
react
[Feature Request] Warn for arrays resulting of `.map()` or `.filter()` in hook dependencies
ESLint plugin react hooks version: 4.6.0 ## Steps To Reproduce ```tsx const MyComponent = () => { const array = useMemo(() => ["banana", "apple"], []); const filteredArray = array.filter((element) => element !== "apple"); useEffect(() => { console.log("If this is printed, array has changed"); ...
Status: Unconfirmed
low
Minor
2,658,893,626
go
x/net/http2: several benchmarks crash
### Go version go version go1.22.8 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='auto' GOARCH='amd64' GOBIN='' GOCACHE='/tmp/.gocache' GOENV='/Users/rittneje/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='darwin' GO...
NeedsInvestigation
low
Critical
2,658,901,843
puppeteer
[Feature]: Easier automation of scrolling by touch
### Minimal, reproducible example ```TypeScript I want to imitate a real finger scroll up/down on puppeteer. I use the mobile device configuration on puppeteer. I don't know which event it is on a browser possibly `wheel` ? so I tried this, ``` ### Background const puppeteer = require('puppeteer-ext...
feature,P3
low
Major
2,658,908,426
node
test_runner: `t.after` should respect `the first-in-last-out` principle like Golang's defer
### Version v22.10.0 ### Platform _No response_ ### Subsystem _No response_ ### What steps will reproduce the bug? ### 1. Create a test file ```js import fs from 'node:fs' import path from 'node:path' import test from 'node:test' test('basic', async (t) => { const testDir = path.join(import.meta.di...
feature request,test_runner
low
Critical
2,658,924,495
next.js
querystring is not working to alternates canonical and languages in generateMetadata
### Link to the code that reproduces this issue https://github.com/richg0ld/generate-metadata-bug ### To Reproduce In Next.js 15, I am trying to use the query string in generateMetadata's alternates.canonical and alternates.languages, but it is not being applied. How can I ensure that querystring is not rem...
bug,Metadata
low
Critical
2,658,939,006
pytorch
mutating a buffer to change its requires_grad-ness can cause RuntimeError
repro (from @fmassa): ``` from itertools import chain from typing import Any, Dict, Optional, Union import torch from torch import nn from torch.nn import functional as F import os os.environ["FI_EFA_SET_CUDA_SYNC_MEMOPS"] = "0" os.environ["TORCHINDUCTOR_COMPILE_THREADS"] = "10" def _parse_slurm_node_list(s: ...
triaged,oncall: pt2,module: aotdispatch,module: pt2-dispatcher
low
Critical
2,658,959,541
godot
Inconsistent sorting order with numbered and unnumbered files
### Tested versions 4.4 dev4 ### System information Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads) ### Issue description ![image](https://github.com/user-attachments/assets/b8705ff2-fcf8-4c92-b873-b4dc5513d2c...
bug,topic:editor,usability
low
Minor
2,658,964,940
langchain
Issue with Ollama Function – Only Agent Response, No Tool Calls
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/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
low
Critical
2,658,980,440
kubernetes
Deployment controller: Inconsistency of deletePod pod update handler and oldPodsRunning condition
### What happened? We observed that in cluster with phase=Failed pods present, the update of the deployment using Recreate strategy was stalling for ~10 minutes (ProgressDeadlineSeconds period). After a log analysis and code, I think this is caused by the fact that [deletePod handler](https://github.com/kubernetes/...
kind/bug,sig/apps,needs-triage
low
Critical
2,659,045,146
vscode
Tab With Problems - Improve Accessibility for Colorblind People
<!-- ⚠️⚠️ 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. --> After several years of using VSCode as a colorblind ...
feature-request,accessibility,workbench-tabs
low
Critical
2,659,089,462
deno
rootDirs and SvelteKit
deno 2.0.6 (stable, release, aarch64-apple-darwin) v8 12.9.202.13-rusty typescript 5.6.2 Hi, I am using SvelteKit and I am trying to reproduce [this example](https://svelte.dev/docs/kit/load#Making-fetch-requests): ```ts import type { PageLoad } from './$types'; export const load: PageLoad = async ({ fet...
feat,tsc
low
Critical
2,659,094,592
vscode
Bash shellIntegration: error messages when running with `set -u`
<!-- ⚠️⚠️ 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,terminal-shell-bash
low
Critical
2,659,110,117
go
x/net/icmp: checksums are not checked when parsing a message
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/...
NeedsInvestigation
low
Critical
2,659,113,081
pytorch
torch.where(condition) throws an error during export
### 🐛 Describe the bug Using `torch.export` on a module with `torch.where` throws an error. Use the following code snippet to reproduce the error ```python import torch class ModuleWithWhere(torch.nn.Module): def forward(self, x): return torch.where(x > 0) class ModuleWithNonzero(torch.nn....
triaged,oncall: pt2,module: dynamic shapes,oncall: export
low
Critical
2,659,114,748
pytorch
after around 13 iteration, tensor img_syn contains many "NaN" value when trained on cifari10, but on minist dataset, it works fine
### 🐛 Describe the bug ''' update synthetic data ''' if 'BN' not in args.dlmodel: # for ConvNet loss = torch.tensor(0.0).to(args.dldevice) for c in range(num_classes): img_real = get_images(c, args.dlbatch_real) img_syn = ima...
triaged
low
Critical
2,659,120,502
godot
Ellipsis sometimes not being rendered for RTL text
### Tested versions - Reproducible in 4.4.dev (76fa7b291455a8ba24c50005072ebdb58f8a5984) ### System information Godot v4.4.dev (342e6b286) - Arch Linux #1 ZEN SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 17:57:58 +0000 on Wayland - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - dedicated Intel(R) Arc(tm)...
bug,topic:gui
low
Minor
2,659,124,494
pytorch
No fake impl or Meta kernel for Communication Operator
### 🐛 Describe the bug There is no fake implementation or meta kernel for the Communication Operator. If I want to contribute to this feature, what can I do? Are there any examples that I can reference? ```python import torch import torch.nn.functional as F from torch.utils.data import Dataset, DataLoader from...
oncall: distributed,triaged
low
Critical
2,659,157,274
PowerToys
Key remapping issues
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce It's full of conflicts with a lot of applications when remapping keys, and it also seems to me that after the computer comes back from sleep mo...
Issue-Bug,Needs-Triage
low
Minor
2,659,234,692
svelte
HTML comments break CSS :empty pseudo selector
### Describe the bug When using conditionals in Svelte the result leaves empty comments inside the node. Since comments are considered [childNodes](https://developer.mozilla.org/en-US/docs/Web/API/Node/childNodes) this breaks the CSS selector `:empty`. We could use `:not(:has(*))` as a [workaround](https://jsfidd...
css,needs discussion
low
Critical
2,659,270,978
godot
`IsInstanceValid` called before the end of the frame returns true on an object that called `QueueFree`
### Tested versions tested on v4.3.stable.mono.official ### System information Windows 10 - Godot v4.3.stable.mono.official ### Issue description If we call `node.QueueFree()`, `IsInstanceValid(node)` should return `false` even before the end of the frame. I can't think of a reason why would anyone need to have `...
discussion,topic:core,breaks compat
low
Minor
2,659,310,242
PowerToys
Unable to restore settings
### Microsoft PowerToys version 0.86 ### Installation method GitHub ### Running as admin No ### Area(s) with issue? General ### Steps to reproduce After reinstalling Windows I copied the backup file back to Documents\PowerToys\Backup but it does not see it. Says there is nothing to restore. ### ✔️ Expected B...
Issue-Bug,Needs-Triage
low
Minor
2,659,331,617
pytorch
'lobcpg' gives an output on CPU but fails on GPU('mps')
### 🐛 Describe the bug torch.lobcpg() produces an output with tensors when run on cpu however gives a 'NotImplementedError' when run on GPU 'mps' CPU version code: ```python import torch A = torch.tensor([[0.0100, 0.0000, 0.0000, 0.0000, 0.0000], [0.0000, 0.0100, 0.0000, 0.0000, 0.0000], [...
triaged,enhancement,module: linear algebra,module: mps
low
Critical
2,659,358,396
langchain
Upgraded LangChain to v0.3.3; prompts folder missing. Need path update for PromptTemplate.
### 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,659,361,400
TypeScript
Computing buildInfoTime even when !isIncremental
> @sheetalkamat @johnnyreilly I'm out of my depth, but I think there's maybe a bug introduced here. > > > > I'm getting `TypeError: Cannot read properties of undefined (reading 'includes')` in **fork-ts-checker-webpack-plugin** when my project is NOT `incremental: true`. > > > > Prior to this revision `buildI...
Help Wanted,Possible Improvement
low
Critical
2,659,383,634
langchain
BaseTool.run does not pass kwargs to the actual function 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,investigate,Ɑ: core
low
Critical
2,659,450,362
tauri
[feat] Add Set Cookie API to Webview
### Describe the problem I need an API that can set cookies like the API made by electron, or like the chrome extension API ### Describe the solution you'd like ```rust let webview = tauri::webview::WebviewBuilder::new( "tauri_main", WebviewUrl::External("mywebsite.com".parse().unwrap()) ...
type: feature request
low
Minor
2,659,485,616
flutter
[go_router] Issue with recreating parent route when switches to/from the 1st tab
### Steps to reproduce 1. Launch the sample 2. Open Flutter Inspector Tree View 3. Click on `Tab page 1` label (it will open another screen) 4. Click on the `SubPage 1` label 5. Everything seems ok. You have the following tree - TabsPage - SamplePage - AnotherTabsPage <img width="220" alt="Screenshot 2024-11...
package,has reproducible steps,P2,p: go_router,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27
low
Major
2,659,503,572
langchain
text_embedding/azureopenai: Link is broken on azureopenai text embeddings page.
### URL https://python.langchain.com/docs/integrations/text_embedding/azureopenai/azureopenai/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: After clicking the "AzureOpen...
🤖:docs
low
Critical
2,659,584,170
tensorflow
tf.range still miss some dtypes support
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version v2.18.0-rc2-4-g6550e4bd802 2.18.0 ### Custom code Yes ### OS platform and distribution Google Colab ### Mobile device No ### Python version Google Colab default ### Bazel version _No...
stat:awaiting tensorflower,type:bug,comp:ops,TF 2.18
medium
Critical
2,659,593,225
PowerToys
FancyZones specify zone size directly
### Description of the new feature / enhancement I have a single very large 4K screen. I would like to use FancyZones to configure regions of my screen to record with OBS Studio for demos etc. Ideally, I could specify this directly without having to use the drag bars which are not accurate for trying to get an exact 1...
Needs-Triage
low
Minor
2,659,599,837
go
cmd/go: TestScript/mod_gonoproxy failures
``` #!watchflakes default <- pkg == "cmd/go" && test == "TestScript/mod_gonoproxy" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731281848736199873)): === RUN TestScript/mod_gonoproxy === PAUSE TestScript/mod_gonoproxy === CONT TestScript/mod_gono...
NeedsInvestigation
low
Critical
2,659,601,336
svelte
The problem with `enumerated` and `Booleanish`
### Describe the bug There are several attributes whose values can be enumerated. However, if the values are string representations of booleans, then the value type becomes `Booleanish`. https://github.com/sveltejs/svelte/blob/320ebd24d8857570b0c180752765fb1580590367/packages/svelte/elements.d.ts#L730 This can lead...
needs discussion
low
Critical
2,659,606,650
PowerToys
Shortcut not working
### Microsoft PowerToys version 0.86.0 ### Installation method Microsoft Store ### Running as admin None ### Area(s) with issue? General ### Steps to reproduce I just try to do the shortcut alt+ space on my personal laptop but its not working. But on my office laptop it work fine. ### ✔️ Expected Behavior Hi...
Issue-Bug,Needs-Triage
low
Minor
2,659,609,739
PowerToys
Screen Ruler stay active while resizing windows
### Description of the new feature / enhancement I'd like the option to be able to leave the screen ruler active while resizing a window. This would be especially helpful for trying to get the content of web browsers set to standard sizes like 1080P. As it is I can see how close I am, deactivate screen ruler, adjust, ...
Needs-Triage
low
Minor
2,659,612,952
PowerToys
Screen ruler select window mode
### Description of the new feature / enhancement Similar to the snipping tool it would be useful to be able to have a mode to measure the overall size of an application window rather than using the bounding box where you can be off by pixels. ### Scenario when this would be used? Demo prep, design work, etc. ### Su...
Needs-Triage
low
Minor
2,659,623,355
deno
LSP does not provide import completions for node modules packages with multiple export paths
Deno Version : 2.0.6 LSP does not complete imports for non-index routes. ![Screenshot 2024-11-14 at 9 54 54 AM](https://github.com/user-attachments/assets/7f0daf87-03e2-4ccd-8cb7-9469c94e11ae) ![Screenshot 2024-11-14 at 9 50 17 AM](https://github.com/user-attachments/assets/277e2c08-519a-413a-9693-1dd65e935a8...
needs investigation,lsp
low
Minor
2,659,641,561
yt-dlp
[GloboArticle] AttributeError: 'NoneType' object has no attribute 'strip'
### 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 reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
site-bug,patch-available
low
Critical
2,659,662,518
tauri
[bug] CSP ignored when running `cargo tauri dev`
### Describe the bug The CSP policies specified in the tauri config are not applied when running with `cargo tauri dev`. Running it with `cargo run` on the other hand does correctly apply this. I checked this by setting `frame-src` and using and `iframe`. ### Reproduction - Set CSP in config (e.g. `frame-src 'non...
type: bug,status: needs triage
low
Critical
2,659,683,828
rust
candidate selection for normalization and trait goals disagree
```rust #![feature(discriminant_kind)] use std::marker::DiscriminantKind; fn trait_bound<T: DiscriminantKind>() {} fn normalize<T: DiscriminantKind<Discriminant = u8>>() {} fn foo<'a, 'b>() where &'b (): DiscriminantKind<Discriminant = u8>, { trait_bound::<&'a ()>(); } fn bar<'a, 'b>() where &'b (): ...
A-type-system,P-low,I-types-nominated,T-types
low
Critical
2,659,686,669
godot
AMD iGPU gets prefered over Intel dGPU (Linux `detect_prime`)
### Tested versions Found using `Godot_v4.3-stable_linux.x86_64` but I still see the issue in master ### System information Debian trixie (6.11.4-1), Godot 4.3 ### Issue description On my system with 2 GPUs (Intel dGPU and AMD iGPU), Godot will prefer the AMD GPU over the Intel GPU based on the priority from t...
bug,platform:linuxbsd,topic:rendering
low
Critical
2,659,687,640
PowerToys
after i changed my keybinds i wasnt able to change them back so now i cant use the keys u,h,j,k and i need help to fix it
### Microsoft PowerToys version v0.86.0 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce after i changed my keybinds i wasnt able to change them back so now i cant use the keys u,h,j,k and i need help to fix it ### ✔️ Expected Behavior fo...
Issue-Bug,Needs-Triage
low
Minor
2,659,797,282
godot
CharacterBody3D with `floor_constant_speed` still slightly slower when going uphill
### Tested versions Reproducible in: - v4.3.stable.official [77dcf97d8] - v4.4.dev4.official [36e6207bb] ### System information Godot v4.3.stable - Debian GNU/Linux trixie/sid trixie - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600 (RADV NAVI33) - AMD Ryzen 5 7600 6-Core Processor (12 Threads) ### Iss...
bug,topic:physics,needs testing,topic:3d
low
Major
2,659,801,175
react-native
LayoutAnimation.configureNext() broken in 0.76
### Description Initially opened as an Expo bug but seems like a react native 0.76 bug. Link to initial issue for context: https://github.com/expo/expo/issues/32868 When showing or hiding content, LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut); usually automatically applies the "next" anima...
Issue: Author Provided Repro,API: LayoutAnimation,Type: New Architecture
low
Critical
2,659,825,165
flutter
[ios][platform_view][admob] Recycle admob banners
### Use case A while back we compared the performance between Flutter and Native ad banners in a scrollable list. On native, it is very easy to recycle the ad banners like this: ``` func viewDidLoad { cachedBanners = (0..<10).map { _ in let banner = GADBannerView() banner.loadRequest() return banner ...
platform-ios,a: platform-views,P2,team-ios,triaged-ios
low
Major
2,659,894,443
go
net/http: TestServerKeepAliveAfterWriteError/h1 failures
``` #!watchflakes default <- pkg == "net/http" && test == "TestServerKeepAliveAfterWriteError/h1" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8731270664442725713)): === RUN TestServerKeepAliveAfterWriteError/h1 serve_test.go:4658: saw 2 unique cli...
NeedsInvestigation
low
Critical
2,659,895,139
ollama
Only CPU is used after rebooting
[I found someone wrote a thread describing only cpu is used after rebooting in windows ](https://github.com/ollama/ollama/issues/4984#issue-2347076913) I also had similar problems even in Ubuntu OS. I used the latest version(0.4.1). I guess this bug comes from that the ollama service is started faster than the in...
linux,nvidia
low
Critical