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,647,380,248
react
[Compiler Bug]: Getting false eslint error from compiler
### 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) - [X] eslint-plugin-react-compiler (build issue installing or using the eslint plugin) - [ ] reac...
Type: Bug,Status: Unconfirmed,Component: Optimizing Compiler
medium
Critical
2,647,385,958
pytorch
`Torch.distributed.tensor.parallel.Style.Rowwiseparallel` when send tensor, the use of the underlying operator is `aten.to.dtype_layout`, lack of distributed strategy. But after adding a policy, `AsyncCollectiveTensor` no placements error
### 🐛 Describe the bug ```model = Transformer.from_model_args(simple_llama2_config).to("cuda") #init model weights model.init_weights() #parallelize the first embedding and the last linear out projection model = parallelize_module( model, tp_mesh, { "tok_embeddings": RowwiseParallel(...
oncall: distributed
low
Critical
2,647,387,307
ui
[bug]: sidebar inconsistency
### Describe the bug on clear installation sidebar-09 looks different than on docs and v0. ![image](https://github.com/user-attachments/assets/7dac2e06-291e-431b-8a5b-24cb3adac5e1) ### Affected component/components sidebar ### How to reproduce 1. create a nextjs project 2. add shadcn sidebar-09 3. go to /da...
bug
low
Critical
2,647,428,671
rust
rust_2024_prelude_collisions fails with glob of underscore import
I tried this code: ```rust #![warn(rust_2024_prelude_collisions)] pub mod prelude { pub use crate::inner::FExt as _; } pub mod inner { pub trait FExt { fn into_future(self) -> StreamFuture where Self: Sized, { StreamFuture } } pub struct Stream...
A-lints,A-resolve,T-lang,T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,D-edition,S-has-mcve,A-edition-2024,I-edition-triaged
low
Critical
2,647,436,168
vscode
Git diff does not work over a Samba share
Type: <b>Bug</b> I am accessing a network drive on a Linux server, shared using Samba, using the standard GNOME GVfs client. If I navigate to the file share on the terminal (`/run/user/####/gvfs/smb-share:..../`) and run `git diff`, the expected differences are displayed. However, in VS Code, it displays every file a...
bug,git
low
Critical
2,647,440,139
godot
[4.4 dev 4] WebsocketPeer regression: connections from HTML5 stay "connecting"
### Tested versions - Reproducible in 4.4.dev4+ ### System information Linux Mint 22. Firefox and Google Chromium ### Issue description HTML5/WebsocketPeer regression: - **Error happens when connecting to a port different to port 80** - WebsocketPeer does not connect to local golang Websocket server from **4.4-dev...
bug,platform:web,needs testing,topic:network
low
Critical
2,647,472,906
deno
deno bench does not support --inspect-brk
Version: Deno 2.0.6 I wrote a benchmark for my code, and wanted to debug it. And also point the browser's performance profiler at it. So I tried `deno bench --inspect-brk`. This however, does not work. ``` PM> deno bench --inspect-brk error: unexpected argument '--inspect-brk' found tip: to pass '--inspec...
suggestion,needs discussion
low
Critical
2,647,492,864
pytorch
Inconsistent Model Loading with `weights_only=True` for Custom Models
### 🚀 The feature, motivation and pitch I'm encountering an issue with the `weights_only=True` parameter in `torch.load`, where I need to load custom model classes while ensuring repeatable results across multiple runs. My current workaround involves setting `weights_only=False` to achieve identical predictions, whic...
high priority,needs reproduction,module: serialization,triaged
low
Major
2,647,495,911
rust
Support calling functions with SIMD vectors that couldn't be used in the caller
We now lint and will eventually error on this program: ```rust use std::mem::transmute; #[cfg(target_arch = "x86")] use std::arch::x86::*; #[cfg(target_arch = "x86_64")] use std::arch::x86_64::*; #[target_feature(enable = "avx")] #[allow(improper_ctypes_definitions)] unsafe extern "C" fn with_target_feature(x: __m256)...
A-LLVM,C-feature-request,A-SIMD,WG-llvm,A-ABI,T-opsem
low
Critical
2,647,510,238
godot
Websockets disconnect when idle on web builds
### Tested versions 4.4.dev4 4.3 ### System information Windows 11, SteamOS ### Issue description Using Websockets causes the connection to be closed after a while (feels like roughly half a minute) if no data is being sent. This applies to both regular Websockets and the multiplayer functionality. ...
discussion,topic:network
low
Minor
2,647,535,085
ollama
Ollama ps to report actual number of layers instead of percentage.
Can we have Ollama to report how many layers out of total layers are offloaded to cpu instead of percentage? I think This would be more useful information than just percentage when setting num_gpu parameter. Also you can see how many layers a model has. Thanks!
feature request
low
Minor
2,647,537,161
next.js
Type error: Namespace 'React' has no exported member 'PromiseLikeOfReactNode'.
### Link to the code that reproduces this issue https://github.com/cryfs/cryfs-web-next/tree/feature/failing ### To Reproduce 1. Clone repository from above link, in the specified branch 2. Run "npm run build" (which will run next build) ### Current vs. Expected behavior With next.js 13.5.4, everything ...
bug
low
Critical
2,647,539,044
langchain
Unable to count tokens & track usage while using AgentExecutor with AzureChatOpenAI
### 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,647,577,515
godot
GDScript Editor setting "Highlight Type Safe Lines" not working as intended
### Tested versions Reproducible in 4.3.stable ### System information Linux Ubuntu (KDE plasma) ### Issue description The setting "highlight type safe code" does not work as intended. When turning on the setting (which it is by default) and changing theme colors ("Line Number Color" green and "Safe Line Number Col...
enhancement,discussion,topic:gdscript
low
Critical
2,647,578,482
godot
Editor documentation is not updating
### Tested versions master ### System information win10 21H2,Vulkan API 1.2.0 ### Issue description ![image](https://github.com/user-attachments/assets/2f6a9301-cd02-42ac-b8cc-2beed4d972d5) ![image](https://github.com/user-attachments/assets/ce0fa621-726d-4f84-9366-8d82bcbecf64) comment out: **//Engine::...
bug,topic:editor,documentation
low
Minor
2,647,601,691
ui
[feat]: Schedule Component
### Feature description It is a component that displays events based on their time and day and places them in the correct place in the table. This explanation is clearer in the attached video below. https://github.com/user-attachments/assets/533af091-25de-4940-b45b-e2099f35d6c3 ### Affected component/c...
area: request
low
Minor
2,647,606,954
rust
False positive `dead_code` lint when type is only used via destructuring
### Code ```Rust struct Foo(usize); fn get_thing<T>() -> T { todo!() } pub fn foo() { let Foo(_x) = get_thing(); // no warning if the type is explicitly used when calling get_thing // let Foo(_x) = get_thing::<Foo>(); } ``` ### Current output ```Shell warning: struct `Foo` is never constructed --...
A-lints,A-diagnostics,T-compiler,L-dead_code
low
Minor
2,647,608,954
rust
The run-make/version-verbose-commit-hash test doesn't reliably detect when the commit hash is missing
We recently had pre-nightly builds without a commit hash in the verbose version info (https://github.com/rust-lang/rust/issues/132845). This is despite the fact that we have a [test](https://github.com/rust-lang/rust/blob/5c9cc0cfbb11a97d084e5a09bb47cc5566421460/tests/run-make/version-verbose-commit-hash/rmake.rs#L0-L1...
A-testsuite,T-bootstrap,C-bug,A-run-make
low
Critical
2,647,650,037
next.js
[Turbopack] No Media Queries breakpoints in Chrome Device Emulation mode
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/turbopack-forked-plfd58 ### To Reproduce 1. Add media quires with CSS Modules 2. Start the dev server via turbopack (next dev --turbo) 3. Open the Chrome and go to the device emulation section in the DevTools 4. Toggle media que...
bug,Turbopack,linear: turbopack
low
Major
2,647,681,696
vscode
Git - Built in git plugin does not work with symlink
<!-- ⚠️⚠️ 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,git
low
Critical
2,647,691,479
rust
Documentation uses HRTB lifetime before declaring it
The [`str::rsplit_once`](https://doc.rust-lang.org/nightly/std/primitive.str.html#method.rsplit_once) docs say `<P as Pattern>::Searcher<'a>: for<'a> ReverseSearcher<'a>` where the code it's documenting says `for<'a> P::Searcher<'a>: ReverseSearcher<'a>`. This almost certainly shows up in other places but this is wher...
T-rustdoc,C-bug,A-cross-crate-reexports,A-higher-ranked
low
Minor
2,647,704,003
rust
ICE: `called 'Result::unwrap_err()' on an 'Ok' value: MethodCallee `
<!-- ICE: Rustc ./BB46933371FE1A9056B1FE9FA982D37C278851295F07AEE8A85D56116A733DD5.rs '' 'thread 'rustc' panicked at compiler/rustc_hir_typeck/src/op.rs:593:30: 'called `Result::unwrap_err()` on an `Ok` value: MethodCallee { def_id: DefId(2:3465 ~ core[c9a4]::ops::arith::Add::add), args: [&'?1 N/#0, N/#0], sig: fn(&'?1...
I-ICE,P-low,T-compiler,C-bug,S-bug-has-test
low
Critical
2,647,729,488
tauri
[bug] Run tauri in Linux container over ssh -X fails
### Describe the bug I am building and running it is a Linux Container (incus) using ssh with X forwarding ssh -X name@host. I have no idea where to look for the problem, every other X application works using X forwarding. Where do I look for the problem? Info Watching /home/svvs/tauri-app/src-tauri for chan...
type: bug,platform: Linux,status: needs triage
low
Critical
2,647,753,387
neovim
Windows and Linux Remote Wezterm Rendering Bug
### Problem When scrolling horizontally - graphical artifacts left behind if line is longer than screen width. Sometimes happens when scrolling vertically. Artifacts can be seen throughout text field, but usually appear in left column where line numbers are housed. Refer to: https://github.com/wez/wezterm/issues/6314 ...
bug,tui,display
low
Critical
2,647,765,105
next.js
Turbopack loader ignores resource query on aliased imports
### Link to the code that reproduces this issue https://github.com/sam3d/turbopack-resource-query-repro ### To Reproduce Start the application usng `pnpm dev` (turbopack is enabled by default) ### Current vs. Expected behavior I'd expect both a relative and aliased import to behave the same way: ```ts...
bug,Turbopack
low
Minor
2,647,796,056
pytorch
Code Bug: Strange/Unexpected Logic in FSDP _recursive_wrap
### 🐛 Describe the bug In `torch/distributed/fsdp/wrap.py`, the recursive wrap function `_recursive_wrap` is defined as below in current version: ```python def _recursive_wrap( module: nn.Module, auto_wrap_policy: Callable, wrapper_cls: Callable, ignored_modules: Set[nn.Module], ignored_p...
oncall: distributed,module: fsdp
low
Critical
2,647,806,052
vscode
Can’t use Cmd-W to close editors/windows on iPad
Hi, not sure if this is a Safari, iPadOS or VSCode issue, but as the title says, pressing Cmd-W doesn’t do anything on iPadOS (using vscode.dev as a PWA). iPad Pro 13-inch (M4), iPadOS 18.1. Can’t add a custom shortcut either, it doesn’t take Cmd-W (creating a shortcut for other key combos such as Cmd-E seems to work f...
bug,keybindings,ios-ipados
low
Minor
2,647,864,282
godot
Layout / position of children of SubViewportContainer not editable
### Tested versions - Reproducible in v4.4.dev.custom_build [40e7fe519] ### System information Godot v4.4.dev (40e7fe519) - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21912.14) - AMD Ryzen 5 2600 Six-Core Processor (12 threads...
bug,topic:gui
low
Critical
2,647,866,616
langchain
DOC: DSPy integration with LangChain
### URL https://python.langchain.com/docs/integrations/providers/dspy/ ### 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: Hi, I noticed from DSPy side, this integration is n...
🤖:docs
low
Minor
2,647,944,860
pytorch
Cannot export FeaStConv-based network to onnx via torch.jit.script
### 🐛 Describe the bug Hello! I planned to export a network based on graph neural network as an onnx model, but it always failed. Then I found that exporting a single-layer network `torch_geometric.nn.FeaStConv` to onnx would also fail. I don’t know if any of you have encountered similar problems. I would like ...
module: onnx,triaged
low
Critical
2,647,953,648
terminal
How to avoid changing cursorShape when focus terminal window if I set `unfocusedAppearance`
### Windows Terminal version 1.21.2911.0 ### Windows build number 10.0.22631.0 ### Other Software NVIM v0.10.2 ### Steps to reproduce 1. snippet in settings.json ```json "opacity": 50, "cursorShape": "underscore", "unfocusedAppearance": { "opacity": 90 }, ``` 2. open `nvim`, current curs...
Help Wanted,Issue-Bug,Area-TerminalControl,Product-Terminal
low
Minor
2,647,954,349
ollama
vram usage does not go back down after model unloads
### What is the issue? when i set keep alive to 0 the memory usage does not go all the way back down. also it uses system ram when vram still avalible gpu 7800xt platform windows rocm version 6.1 ### OS Windows ### GPU AMD ### CPU AMD ### Ollama version 0.4.1
bug,amd,needs more info
medium
Major
2,647,963,155
rust
Code size regression (opt-level=z) after 1.82.0
Code: ```rust #![no_main] #[no_mangle] pub struct Point { x: i32, y: i32, } #[no_mangle] pub fn f(a: Point) -> i32 { if a.x > 0 && a.y < 0 || a.x < 0 && a.y > 0 { a.x * a.y } else { a.x + a.y } } ``` Link: https://godbolt.org/z/ocs7aGMxK
A-LLVM,P-low,T-compiler,C-bug,regression-untriaged
low
Minor
2,647,997,951
PowerToys
In v0.86.0 unbounded mouse cannot drag-and-drop sort re-layout
### Microsoft PowerToys version v0.86.0 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Mouse Without Borders ### Steps to reproduce In v0.86.0 unbounded mouse cannot drag and drop to sort and re-layout, as shown below: ![Image](https://github.com/user-attachments/assets/b5e5a7...
Issue-Bug,Needs-Triage
low
Minor
2,648,092,107
PowerToys
Keyboard and Mouse Freeze
### Description of the new feature / enhancement Quick shortcut to disable all input from keyboard and mouse except the hotkey combination. ### Scenario when this would be used? Useful when cleaning keyboard or watching movie to prevent distraction. ### Supporting information [BlueLife KeyFreeze](https://www.sordu...
Needs-Triage
low
Minor
2,648,102,429
rust
Code size regression iterating an array (opt-level=z) after 1.82.0
Code: ```rust #![no_main] #[no_mangle] pub fn f(a: i32) -> i32 { a + a } #[no_mangle] pub fn g(a: [i32; 5]) -> i32 { let mut sum = 0; let arr = [1, 2, 3, 4, 5]; for i in a.iter().chain(arr.iter()) { sum += i; } sum } ``` Link: https://godbolt.org/z/14KM5KnPx
A-LLVM,P-low,T-compiler,C-bug,I-heavy,regression-untriaged
low
Minor
2,648,172,788
langchain
unable to set max_token_limit in then create_retrieval_chain function when using ContextualCompressionRetriever to compress documents.
### 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...
Ɑ: core
low
Critical
2,648,253,319
stable-diffusion-webui
[Bug]: REinstalling mmcv on every launch
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
bug-report
low
Critical
2,648,292,005
rust
A release store operation synchronizes with an acquire load operation instead of the reverse
### Location In the document [park](https://doc.rust-lang.org/std/thread/fn.park.html#memory-ordering) > Calls to park synchronize-with calls to unpark, meaning that memory operations performed before a call to unpark are made visible to the thread that consumes the token and returns from park. > > In atomic ordering...
A-docs,T-libs
low
Minor
2,648,310,326
terminal
The weight of CJK characters in the title of the active tab is inappropriate
### Windows Terminal version Source ### Windows build number 22621/27744 ### Other Software _No response_ ### Steps to reproduce The default font in Simplified Chinese user environments is Microsoft Yahei UI. The current font weight causes the Chinese characters in the titles to be unclear. ### Expected Behavio...
Issue-Bug,Area-UserInterface,Product-Terminal
low
Minor
2,648,383,854
langchain
DOC: sql-ollama leads to removed page
### URL https://python.langchain.com/docs/templates/sql-ollama/ ### 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: I noticed that the link to the SQL-Ollama documentation (htt...
🤖:docs
low
Minor
2,648,395,826
flutter
[in_app_purchase] java.lang.NullPointerException on debug console
### What package does this bug report belong to? in_app_purchase ### What target platforms are you seeing this bug on? Android ### Have you already upgraded your packages? Yes ### Dependency versions ``` dependencies: flutter: sdk: flutter in_app_purchase: ^3.2.0 ``` ### Steps to reproduce 1. The ...
c: crash,platform-android,p: in_app_purchase,package,has reproducible steps,P2,team-android,triaged-android,found in release: 3.24
low
Critical
2,648,403,030
go
crypto/x509: parser should error on Subject Information Access and Policy Constraints being makred as critical
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/liu/.cache/go-build' GOENV='/home/liu/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCA...
NeedsInvestigation
low
Critical
2,648,522,293
ollama
Please add microsoft/OmniParser model
OmniParser is a general screen parsing tool, which interprets/converts UI screenshot to structured format, to improve existing LLM based UI agent. Training Datasets include: 1) an interactable icon detection dataset, which was curated from popular web pages and automatically annotated to highlight clickable and actiona...
model request
low
Major
2,648,550,060
pytorch
inconsistency in ```torch.special.logit``` on CPU and GPU
### 🐛 Describe the bug Consistency check on ```torch.special.logit``` function between CPU and GPU using a bfloat16 tensor. ```python # #include <iostream> #include <torch/torch.h> int main() { std::cout<<"dtype: "<<get_dtype(4)<<std::endl; torch::Tensor self = torch::tensor({{0.0835}}, torch::kB...
module: cuda,triaged,module: bfloat16,module: special
low
Critical
2,648,595,146
rust
Build failure with llvm 19
<!-- 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 Compiling rustc_driver v0.0.0 (/root/rust-nightly/BUILD/rustc-nightly-src/compiler/rustc_driver) error: linking with `cc` failed: ...
A-linkage,A-LLVM,T-bootstrap,C-bug,O-AArch64,requires-custom-config,E-needs-investigation
low
Critical
2,648,595,740
vscode
`editor.wordWrap: "bounded"` don't work when inside a settings block for multiple languages
<!-- ⚠️⚠️ 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,editor-wrapping
low
Critical
2,648,633,967
go
proposal: log/slog: export Source method in Record to support custom handler implementations
### Go version go version go1.23.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell Not relevant ``` ### What did you do? Implement a custom handler for the log/slog package. My custom handler requires access to the source location (file and line) of log entries for detailed logging. ### Wha...
Proposal
low
Major
2,648,662,471
stable-diffusion-webui
[Bug]: WebUI not startting with --listen
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
bug-report
low
Critical
2,648,667,046
stable-diffusion-webui
[HELP]: replacement for supermerger
### 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 ? a merger that merge FLUX models and loras option cosine and so one like supermerger https://github.com/hako-mikan/sd-webui-supermerger/issues/415#issuecommen...
enhancement
low
Minor
2,648,683,239
vscode
Improve contrast of +/- type zoom buttons
The contrast on these buttons is very low: ![Image](https://github.com/user-attachments/assets/54e89d16-f06e-416d-840f-9fe04cf59f84) Compare this to that in context menus for example which use light grey/white instead of blue for active: ![Image](https://github.com/user-attachments/assets/e0b822a8-d12a-4bb6-b9a3-636...
polish,editor-hover
low
Minor
2,648,686,040
vscode
Increase hit target of +/- type zoom buttons
The hit target is very small: ![Image](https://github.com/user-attachments/assets/c1cc40c2-70a4-489b-94e3-1b7a7e5a8690) This is actually much smaller than the breakpoint hit target: ![Image](https://github.com/user-attachments/assets/4a7177e2-b3a7-4f1f-a341-1fb091812635)
polish,editor-hover
low
Minor
2,648,690,560
vscode
Zooming into types moves the +/- buttons off screen
Awkward UX: ![Image](https://github.com/user-attachments/assets/1a69cab7-aeb7-4b64-9281-36220974bfb8)
feature-request,ux,polish,editor-hover
low
Minor
2,648,694,655
vscode
Zoomed types truncates too quickly
The content gets truncated too quickly imo, considering this is an explicit user action to get more information about the type: ![Image](https://github.com/user-attachments/assets/f6d8fcd1-86bd-4c62-b34f-be89c74437c6)
bug,editor-hover
low
Minor
2,648,700,491
vscode
Zooming types syntax highlighting doesn't look good
I think this is because we use the tmGrammar and hope for the best: ![Image](https://github.com/user-attachments/assets/dc5ffc07-23b2-43e3-8b7b-f82113d01828) Some ideas: - Perhaps we could we leverage tree sitter here instead? - Experiment with changing the language - Should we color the RHS of the : differently if ...
bug,editor-hover
low
Minor
2,648,714,163
deno
Env support for Jupyter kernel
I'd love for a cell like this to work: ```ts const a = Deno.env.get("PATH") a ``` The use-case would be to provide secrets (i.e., API keys) to the notebook.
bug,deno jupyter
low
Minor
2,648,741,032
deno
Jupyter kernel - relative import
It'd be nice to write some helper functions in my local project (for example that fetches/downloads data, in `./data.ts`) and then use that somehow in a cell like this: ```ts const { getData } from './data.ts' // or 'from ./data' await getData() ``` But that seems to crash the deno kernel.
bug,needs investigation,deno jupyter
low
Critical
2,648,747,711
godot
Inconsistent/incorrect result for 'is_valid_hex_number()' when using signed '0x' prefix
### Tested versions 4.4 ### System information Godot v4.4.dev (0f5f3bc95) - Windows 10.0.18363 - Multi-window, 4 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 970 (NVIDIA; 32.0.15.6590) - Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (8 threads) ### Issue description The [is_valid_hex_number](h...
bug,topic:core
low
Minor
2,648,767,638
next.js
[Turbopack] : GraphQL with turbopack
### Link to the code that reproduces this issue https://github.com/MersadHabibi/template-fullstack-nextjs-graphql ### To Reproduce 1. run ``` npm run dev ``` 2. open ``` /api/graphql ``` route 3. see error ### Current vs. Expected behavior I was creating a template and ran into trouble with turbopack. Apollo ...
bug,Turbopack
low
Critical
2,648,769,755
deno
Unexpected `code: ERR_MODULE_NOT_FOUND` on module linking errors
Version: Deno 2.0.5 **Input code** ```js // entrypoint.js import("./mod.js").catch(console.log); ``` ```js // mod.js import { x } from "./mod.js" ``` **Actual behavior** The logged error has a `code: ERR_MODULE_NOT_FOUND` property. ``` deno run entrypoint.js [SyntaxError: The requested module './...
bug
low
Critical
2,648,844,839
rust
ReferencePropagation introduces UB into code that is accepted by Stacked Borrows
This program is accepted by Stacked Borrows: ```rust fn main() { struct Foo(u64); impl Foo { fn add(&mut self, n: u64) -> u64 { self.0 + n } } let mut f = Foo(0); let alias = &mut f.0 as *mut u64; let res = f.add(unsafe { *alias = 42; 0 }); as...
T-compiler,C-bug,A-mir-opt,I-miscompile,E-needs-investigation,WG-mir-opt
low
Critical
2,648,969,218
ui
[bug]: Unable to add/install toast
### Describe the bug `npx shadcn@latest add toast` is not working, I am getting the following error `Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub. Command failed with exit code 1: npm install @radix-ui/react-toast npm ERR! Canno...
bug
low
Critical
2,649,000,793
vscode
When searching rtl letters in Arabic using `Ctrl+F` the word gets reversed and disconnected
<!-- ⚠️⚠️ 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,editor-RTL
low
Critical
2,649,005,577
yt-dlp
[ArteTV] arte.tv audio `format_note` lists wrong language
### 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 asking a question and **not** reporting a bug or requesting a feature - [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re...
site-bug
low
Critical
2,649,018,245
godot
Editor remote debugger should allow to listen on all interfaces
### Tested versions - Reproducible in 4.4.dev4 / current master ### System information Tested on Windows, doubt its relevant though ### Issue description As of right now (before https://github.com/godotengine/godot/pull/98282/), the docs for the editor setting `network/debug/remote_host` state: `This can...
enhancement,topic:editor,topic:network
low
Critical
2,649,039,774
rust
ErrorCompile
<!-- 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 ``` #![warn(clippy::all, clippy::peda...
I-ICE,T-compiler,A-incr-comp,C-bug,S-needs-repro
low
Critical
2,649,083,229
angular
Support for ElementInternals in Angular Elements
### Which @angular/* package(s) are relevant/related to the feature request? elements ### Description To participate in HTML form submission, a custom element must have its element internals defined. Example from [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals): ``` class CustomChe...
area: elements
medium
Minor
2,649,121,917
deno
Deno fails to find alpha package versions unless explicitly specified
Version: Deno 2.0.6 Doing `deno run -A jsr:@fresh/init` fails unless you specify the exact version number.
jsr
low
Minor
2,649,134,332
deno
`Deno.connect()` can't be canceled if unreachable hostname and port specified
If unreachable hostname and port pair is specified in `Deno.connect`, it can't be canceled until it times out with OS Error. ```js const conn = await Deno.connect({ hostname: "104.20.22.46", port: 50000 }); // This times out with os error 60 in about 75 sec on mac os. ``` This situation is inconvenient for som...
bug,ext/net
low
Critical
2,649,235,615
material-ui
Customizing the theme in nextjs: responsiveFontSizes, fontFamily and allVariants don't work with custom Typography variants
### Steps to reproduce [Link to live example: (required)](https://github.com/Susannah-Parsons/mui-theme-bug) Steps: 1. Run the program from the mui-theme-bug respository 2. Check the styles for the body3 typography 3. Note that the styles don't include the fontFamily nor the styles from allVariants 4. Note that...
docs,support: question,package: material-ui,customization: theme
low
Critical
2,649,255,440
tailwindcss
`src` descriptor in `@font-face` rule is transformed/formatted incorrectly
<!-- Please provide all of the information requested below. We're a small team and without all of this information it's not possible for us to help and your bug report will be closed. --> **What version of Tailwind CSS are you using?** For example: both 3.4.13 and 4.0.0-alpha.30 **What build tool (or framework...
v3
low
Critical
2,649,269,060
node
Incorrect version for `PerformanceObserverEntryList`
### Affected URL(s) https://nodejs.org/docs/latest/api/perf_hooks.html ### Description of the problem this interface has shipped in v8.5.0, but the interface itself cann't be accessed before v16.7.0 see https://github.com/mdn/browser-compat-data/pull/25001 for full test
doc
low
Major
2,649,274,070
godot
Random crashes occur during runtime, Program crashed with signal 4
### Tested versions v4.3.stable.official [77dcf97d8],v4.4.dev4.mono.official [36e6207bb] ### System information Windows 11 - Intel(R) Core i5-12400F - RTX4060 - Godot v4.3.stable.official [77dcf97d8] (Forward+) ### Issue description Windows 11, Intel(R) Core i5-12400F, RTX4060 The project is quite com...
bug,topic:core,needs testing,crash
low
Critical
2,649,324,240
PowerToys
Unexpected behavior in Advanced Paste > Enable Paste with AI
### Description of the new feature / enhancement I had some repetitive work to do: - copy values in my German Excel file with comma as decimal separator - paste those values in Visual Studio as C# 2D array So, I used "Advanced Paste" with "Enable Paste with AI". On the first time, I prompted "paste as C# 2D Array. R...
Needs-Triage,Needs-Team-Response
low
Minor
2,649,326,197
kubernetes
The pod is in Terminating state and cannot be deleted.
### What happened? After the pod is created, kubelet is attaching volumes. One volume of the csi type fails to be attached. When the pod is deleted, kubelet displays the DELETE log. However, the volume still fails to be attached. However, the volume that fails to be attached is not detached in the volume detaching pro...
kind/bug,sig/storage,needs-triage
low
Critical
2,649,332,569
godot
Setting `TabContainer.current_tab` doesn't immediately change visibility
### Tested versions Reproducible in: - v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Debian GNU/Linux trixie/sid trixie - Wayland - Vulkan (Mobile) - dedicated AMD Radeon RX 7600 (RADV NAVI33) - AMD Ryzen 5 7600 6-Core Processor (12 Threads) ### Issue description When setting `curre...
bug,topic:gui
low
Minor
2,649,350,169
next.js
revalidatePath or revalidateTag does not execute internal revalidation logic if called inside a setTimeout nor does it throw an exception
### Link to the code that reproduces this issue https://github.com/trieb-work/nextjs-bug-revalidatetag-inside-settimeout ### To Reproduce 1. start the app with nodejs in production mode: `NODE_ENV=production VERCEL_ENV=production pnpm build && NODE_ENV=production VERCEL_ENV=production pnpm start` 2. open the ...
bug,Performance,Runtime
low
Critical
2,649,360,575
neovim
loader: .cache/nvim/luac/ contains 250k files when using nvim.appimage
### Problem Nvim started freezing almost every session for me. Eventually I found that my `~/.cache/nvim/luac` directory has more than 250,000 files in it. These appear to be cache files generated and named according to the path of the original lua file. The problem is the `nvim.appimage` release mounts nvim at a di...
bug,performance,lua,has:plan,startup
low
Minor
2,649,413,924
go
x/sync/errgroup: Group: document that Go may not be concurrent with Wait unless semaphore > 0
(Edit: skip down to https://github.com/golang/go/issues/70284#issuecomment-2470418828; this is now a doc change request. --@adonovan) ### Go version go version go1.23.1 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/Users/haaawk/Li...
Documentation,help wanted,NeedsFix
medium
Critical
2,649,435,979
nvm
NVM installer throws "/usr/bin/env: ‘node’: No such file or directory"
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> #### Operating system and version: ```ini NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE=...
needs followup,installing nvm
low
Critical
2,649,436,442
go
x/tools/gopls: specialize file watching with a setting rather than user agent
Thinking more, I am more convinced that gopls shouldn't use the `ClientName` in adjusting its functionality. For example, we should've used an explicit setting instead of using the ClientName in https://github.com/golang/tools/blob/f1f7c26696be8f94198beafd05b36843515ac2ba/gopls/internal/ca...
gopls,Tools
low
Minor
2,649,437,171
godot
Resizing editor window causes editor to render offset
### Tested versions v4.0.stable.official [92bee43ad] through v4.4.dev4.official [36e6207bb] ### System information Godot v4.4.dev4 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 thread...
bug,topic:rendering,topic:editor
low
Minor
2,649,447,718
react-native
Codegen not respecting ignored linked dependencies in react-native.config.js
### Description When a third party react-native dependency exists in an app's package.json but has been disabled from auto-linking in the `react-native.config.js` file, react-native-codegen still generates native Objective-C code for the unlinked dependency, leading to build failures. ### Steps to reproduce ...
Resolution: PR Submitted,Type: New Architecture
low
Critical
2,649,470,844
TypeScript
Regression: Mapped type with recursive key remapping crashes tsc with "RangeError: Maximum call stack size exceeded" in TS@5.4+
### 🔎 Search Terms "Mapped type", "Recursive mapped type", "Recursive type", "RangeError: maximum call stack size exceeded" ### 🕗 Version & Regression Information - This changed between versions 5.3.3 and 5.4.5 ### ⏯ Playground Link https://www.typescriptlang.org/play/?ts=5.4.5#code/KYDwDg9gTgLgBDAnmYcBiAbAhjGwB...
Bug,Help Wanted
low
Critical
2,649,496,516
bitcoin
RFC: Adopt C++ Safe Buffers?
C++ is unsafe, meaning that any code written in it may cause undefined behavior at runtime. One possible source of undefined behavior is out-of-range memory access. While some limited compiler warnings exist to detect some obvious cases, tracking down out-of-range memory access is usually done at runtime with debugg...
Brainstorming
low
Critical
2,649,560,920
PowerToys
Option to disable quick access
### Description of the new feature / enhancement Having a switch (enabled by default) to allows the user to enable/disable the powertoys systemtray quick access menu. There is nothing in that menu so being able to disable it would be nice. Even having the option to change it behavior would also be welcome like single ...
Needs-Triage
low
Minor
2,649,603,341
godot
`Align Transform with View` don't change position when in orthogonal mode
### Tested versions 4.4.dev ### System information Windows 11 - Vulkan (Forward+) ### Issue description `Align Transform with View` only changes position when the view is in perspective mode. In orthogonal mode, it just changes rotation having the same effect as `Align Rotation with View`. It should w...
bug,discussion,topic:editor,topic:3d
low
Minor
2,649,707,796
yt-dlp
[Elonet] `Unable to extract json`
### 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,triage
low
Critical
2,649,731,739
pytorch
There is probably a destructor ordering accident going on with registerPythonModule
Thanks to @ezyang for suggesting this. Here's what I think it looks like: - m.set_python_module initializes the pythonModulesSingleton - during program exit, the pythonModulesSingleton gets destroyed first (statically initialized objects are destroyed in reverse order) - m (the torch::Library)'s destructor runs a...
module: crash,module: cpp,triaged,module: python frontend
low
Minor
2,649,761,010
ui
[bug]: Calender UI is messed up after updating to react-day-picker
### Describe the bug Calender component has issue i updated react-day-picker then issue appeared. UI of calender is messed up terible UI. Look on following image: ![image](https://github.com/user-attachments/assets/54a3164e-a802-47d0-9e91-311079743848) **I am using NextJs14 and problem version of react-day-pi...
bug
medium
Critical
2,649,805,443
rust
Bad suggestion for macro_rules macros generated from a proc-macro
In a proc-macro that generates a macro_rules macro that triggers lints like `unsafe_op_in_unsafe_fn`, or `unsafe_attr_outside_unsafe`, the suggestion ends up suggesting that the `unsafe` should go around the attribute, which is invalid syntax. ```rust // proc-macro `pm` use proc_macro::TokenStream; #[proc_macro_attr...
A-lints,A-diagnostics,T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,D-edition,A-edition-2024,L-unsafe_op_in_unsafe_fn,I-edition-triaged
low
Major
2,649,811,387
electron
Native Wayland is completely BROKEN in Electron
### 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/linux,bug :beetle:,wayland,32-x-y
medium
Critical
2,649,822,476
kubernetes
not increment pInfo.Attempts when the scheduling fails with Error status
The current `pInfo.Attempts` is simple; when the scheduler `Pop()` the pod, it increments `pInfo.Attempts`. And, also this `pInfo.Attempts` is used to calculate the backoff time. There are basically two failures that the scheduling cycle could make; Unschedulable or Error. - Unschedulable: the Pod is unschedulable...
sig/scheduling,kind/feature,needs-triage
low
Critical
2,649,937,324
pytorch
TorchScript model doesn't work with autocast
### 🐛 Describe the bug Hi I want to use autocast with a script model and had the following error. ```python import torch import torch.nn as nn from torch.amp import autocast class SimpleCNN(nn.Module): def __init__(self): super(SimpleCNN, self).__init__() self.conv1 = nn.Conv2d(in_c...
oncall: jit
low
Critical
2,649,969,152
terminal
Ctrl+clicking URLs partially out of viewport not working as expected
### Windows Terminal version 1.22.2912.0 ### Windows build number 10.0.22635.4445 ### Other Software _No response_ ### Steps to reproduce 1. Open Windows Terminal 2. Resize Terminal window to a small size 3. Press 'Enter' key until the active command prompt (with blinking cursor) reaches the last visible row in ...
Area-Interaction,Issue-Bug,Product-Terminal
low
Minor
2,649,982,759
bitcoin
Tracepoint Interface Tracking Issue
With https://github.com/bitcoin/bitcoin/pull/26593 merged, a few **ideas** for the Bitcoin Core tracepoint interface that _could_ be next steps. I posted these as a comment in https://github.com/bitcoin/bitcoin/pull/26593#issuecomment-2468000391 but surfacing them here for more visibility. These ideas are all up fo...
Resource usage,interfaces
low
Major
2,649,994,656
rust
Compiler fails to see an existing trait implementation for an indirectly referred type
I get compilation errors for a `typenum`-based code which can be minimized to this snippet ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=2bf0adba26b2b4ef8f5a9412684edfbf)): ```rust use core::ops::Add; use typenum::{Sum, Unsigned, U8}; pub type TagSize = U8; pub type TagSizePlus...
A-trait-system,A-associated-items,C-bug,T-types,fixed-by-next-solver
low
Critical
2,650,022,661
pytorch
torch.norm produces wrong results
### 🐛 Describe the bug ```python import torch import numpy as np TV = torch.load("/home/dsq/NIPS/opt/siren/experiment_scripts/TV_e.pth").cpu() print(TV.shape) print(torch.linalg.norm(TV).item()) print(torch.linalg.norm(torch.linalg.norm(TV, dim=-1, keepdim=True)).item()) print(np.linalg.norm(TV.cpu...
needs reproduction,triaged,module: linear algebra
low
Critical
2,650,040,776
vscode
Terminal: Run Recent Command shows up when there are no terminals
Repro: 1. Close all terminals 2. Run the command, 🐛 nothing happens ![Image](https://github.com/user-attachments/assets/3b6037be-c882-4f0c-84b6-4eed6189758d) We should either hide it or implement it when there isn't a terminal.
bug,help wanted,terminal-shell-integration
low
Minor
2,650,045,072
godot
float `rotate_toward()` behaves incorrectly with negative delta
### Tested versions 4.3 ### System information Any ### Issue description `rotate_toward()` is implemented by https://github.com/godotengine/godot/pull/80225, but set the incorrect target when delta is negative. `move_toward()` when delta is negative, does not reach the original target and goes infinit...
bug,topic:core
low
Major