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,596,095,477
react-native
Screen jumps when secureTextEntry is set and the keyboard suggests passwords before focusing on the input with secureTextEntry prop
### Description The screen jumps when one of the inputs has the secureTextEntry prop because the keyboard suggests passwords even when typing in a different input that doesn’t have secureTextEntry prop. This happens when focusing on an input placed before the one with secureTextEntry, and as you type, the password sug...
API: Keyboard,Needs: Triage :mag:,Newer Patch Available
low
Critical
2,596,098,340
vscode
Add a basic filter to recently opened workspaces list
Type: <b>Feature Request</b> Could we please have a filter to recently opened workspaces list , that can select out workspaces according to which profile was used , where the file location is, etc. VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z) OS version: Windows_...
feature-request,workbench-history
low
Minor
2,596,109,847
pytorch
Behavior change of exported_program.run_decompositions
### 🐛 Describe the bug Hello. I've been working with aten graph and one of the test uses `copy_` operator. The version that works well is `2.5.0.dev20240828+cpu` nightly version. But, recently, after updating a torch with latest one (`2.6.0.dev20241015+cpu`), there seems to be a behavior change. ```python class S...
oncall: pt2,oncall: export
low
Critical
2,596,114,270
vscode
Allow connecting to unsupported Linux remotes, by use of custom glibc and stdc++ libraries
<!-- ⚠️⚠️ 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. --> # Context I'm following up on a change from earlie...
feature-request,install-update,remote
medium
Major
2,596,128,103
PowerToys
Powertoys Run Not Responding
### Microsoft PowerToys version 0.85.1 ### Installation method GitHub ### Running as admin Yes ### Area(s) with issue? PowerToys Run ### Steps to reproduce I believe this issue first occurred yesterday (17 Oct 2024 New Zealand Time). I haven't noticed any pattern to this issue. I thought it might happen when m...
Issue-Bug,Product-PowerToys Run,Needs-Triage,Needs-Team-Response
low
Critical
2,596,135,080
yt-dlp
"[facebook] unable to extract uploader" Can't download video that's Age Restricted
Greetings, I have noticed the same problem as #10479. Even after updating it has the same error, and the video is still available to watch on FB. Although it is apparently [age restricted](https://github.com/yt-dlp/yt-dlp/issues/10479#issuecomment-2420543825). When the video is first loaded, it is blurred out and has ...
NSFW,account-needed,site-bug
low
Critical
2,596,135,787
flutter
[iOS] Clean up method calls in FlutterViewController initialisers and dealloc
Calling helper methods in initialisers and dealloc is unsafe. Methods should only ever be called on fully initialised objects since methods can be overridden in subclasses. The iOS FlutterViewController calls methods from both its initialisers and its dealloc. We should fix this, but it's probably also an indication...
platform-ios,engine,P2,c: tech-debt,team-ios,triaged-ios
low
Minor
2,596,166,587
tauri
[feat] Monitoring of window maximized and restored window events
### Describe the problem Currently, only events for monitoring size changes are provided. There is no monitoring for events such as maximized, restored the window, minimized, etc. If you need to monitor the events of maximized and restored the window, you can only judge it by listening for changes in the size of the w...
type: feature request
low
Minor
2,596,235,943
ollama
It is hoped that it can be compatible with Intel ultra1 and 2 generation chip core display
null
feature request
low
Minor
2,596,242,773
pytorch
Cache enablement should be tested inside of cache load() function, not at call site
### 🐛 Describe the bug Sample: ``` # Autograd cache stuff remote = should_use_remote_autograd_cache() local = should_use_local_autograd_cache() if local or remote: compiled_fn = AOTAutogradCache.load( dispatch_and_compile, mod, fake_...
triaged,oncall: pt2,compile-cache
low
Critical
2,596,283,618
pytorch
max_block['X'] not synced with max XBLOCK size (error shows up in `create_block_mask`)
### 🚀 The feature, motivation and pitch ```python import torch torch.set_default_device('cuda') from triton.testing import do_bench from torch.nn.attention.flex_attention import create_block_mask def local_mask(b, h, q_idx, kv_idx): return (q_idx - kv_idx).abs() < 512 print(do_bench(lambda: torch.comp...
triaged,module: inductor
low
Critical
2,596,293,446
ant-design
颜色选择器支持多种渐变
### What problem does this feature solve? 希望颜色选择器的渐变模式除了线性渐变外还可以生成径向渐变、锥型渐变和对称渐变 ### What does the proposed API look like? mode 选择器模式,用于配置单色与渐变 ('single' | 'linear-gradient' | 'radial-gradient' | 'conic-gradient')[] <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
💡 Feature Request,Inactive,🧶 Low Priority
low
Minor
2,596,305,639
terminal
Subsequent `wt.exe /min` to an existing window restores a minimized window
### Windows Terminal version 1.22.2702.0 ### Windows build number 10.0.19045.4894 ### Other Software _No response_ ### Steps to reproduce new console creating wt.exe respects ```/min``` ```start /min wt.exe -w exam``` -> new wt, single tab, minimized ```start /min wt.exe -w exam sp``` -> new wt, single tab, mini...
Help Wanted,Issue-Bug,Product-Terminal,Area-Remoting,Area-Windowing
low
Minor
2,596,323,926
langchain
There seems to be a bug with OpenAIEmbeddings.
### 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. - [ ] The bug is ...
🤖:bug,investigate
low
Critical
2,596,358,391
ui
[feat]: Dynamic add new variants
### Feature description ### Problem Currently some component have fixed variant. For example: `const badgeVariants = cva(`, `const buttonVariants = cva(` so I find some solution to add dynamic variant with `minimum cost` to modify ShadCN UI code. I don't know if this is a good idea before proceeding to modify ...
area: request
low
Critical
2,596,435,006
ui
[bug]: creating a new project with bunx has error "Something went wrong creating a new Next.js project. Please try again."
### Describe the bug Init new project with `bunx` has issue. Command: `bunx --bun shadcn@latest init -d` **Output:** ``` ✔ The path /Users/username/Developer does not contain a package.json file. Would you like to start a new Next.js project? … yes ✔ What is your project named? … some-app ⠇ Creating a new Next....
bug
low
Critical
2,596,454,693
pytorch
Cannot export Pytorch model (ReDimNet) to ONNX
### 🐛 Describe the bug I try to export ReDimNet model from pytorch to ONNX. Please help me this out. The code I use is : ``` import torch model = torch.hub.load('IDRnD/ReDimNet', 'b3', pretrained=True, finetuned=False) input_sample = torch.randn(1, 32000) model.eval() with torch.no_grad(): onnx_program_...
module: onnx,triaged
low
Critical
2,596,492,140
pytorch
Error building pytorch from source
### 🐛 Describe the bug Hello, There is error while building pytorch from source. Steps to reproduce: 1. git clone https://github.com/pytorch/pytorch.git 2. cd pytorch/ 3. git submodule sync 4. git submodule update --init --recursive 5. make triton At step 5 I am getting this error: ``` sudo make triton p...
module: docs,module: cuda,triaged,module: arm,module: devx
low
Critical
2,596,512,417
flutter
[Flutter web] Clipboard.setData will invoke the soft keyboard when used with delay function on mobile brower, only happen in the unsecure website (http and not locahost).
### Steps to reproduce 1. startup some web server locally, e.g. flutter run -d web-server --web-hostname 0.0.0.0 --web-port 8089 2. use http (not localhost or 127.0.0.1, e.g. network ip) browse to the website with a mobile device browser (e.g. chrome an android device) 3. click the button multiple times in my exampl...
framework,platform-web,has reproducible steps,P2,browser: chrome-android,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Major
2,596,515,852
deno
messed up terminal after terminating vite server on windows
Version: Deno 2.0.2 In a vite project, run `deno task dev` and then close it using CTRL + C. The terminal freezes and I cannot type anything. current: ``` PS C:\Users\dhairy\courses> deno task dev Task dev vite VITE v5.4.9 ready in 138 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host...
bug,node compat
low
Minor
2,596,550,810
vscode
SCM - move action buttons on inline window to the left
<!-- ⚠️⚠️ 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. --> There are inlinine windows for git actions, whetever there is new change in the codebase the ae...
ux,scm,under-discussion
low
Minor
2,596,674,570
go
crypto/x509: ParseCertificate fails with "net/url: invalid userinfo"
### Go version go version go1.18.1 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,596,724,442
godot
Tearing when using UV to access an array of sampler2d's
### Tested versions Reproducible in: 4.3stable and 4.4dev3 ### System information Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 32.0.12011.1036) - 12th Gen Intel(R) Core(TM) i3-12100F (8 Threads) ### Issue description I wrote a sh...
discussion,documentation,topic:shaders
low
Critical
2,596,747,356
go
x/tools/go/packages: missing TypesInfo when NeedTypesInfo was set while NeedSyntax & NeedTypes were not
### Go version go1.22.7 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE='/Users/xrxtzz/Library/Caches/go-build' GOENV='/Users/xrxtzz/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='da...
NeedsDecision,Tools
low
Critical
2,596,790,803
react
[DevTools Bug]: Phantom re-renders on sibling <label> components
### Website or app https://stackblitz.com/edit/react-devtools-bug?file=src%2FApp.jsx ### Repro steps 1. Start profiler 2. Input into "Component with state" 3. Both of "ComponentWithState" and "AnotherReactComponent" were re-rendered will be shown in the report but why? ![image](https://github.com/user-attachmen...
Type: Bug,Status: Unconfirmed,Component: Developer Tools
low
Critical
2,596,804,719
tauri
[bug] Segfault on MacOS after window open
### Describe the bug Segfault occurs shortly after a window is opened (MacOS-only) while the Tauri backend is otherwise idle. Interestingly it never occurs when a window is first opened, but is consistently reproducible by repeatedly opening and closing windows. ### Reproduction 1. Clone https://github.com/...
type: bug,platform: macOS,status: needs triage
low
Critical
2,596,837,853
angular
Odd page transition when smooth scrolling is enabled
### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description Projects will often use a [CSS attribute to enable smooth scrolling](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior). An example in normalize.css: ``` :root { @media (prefers-reduced...
area: router
low
Critical
2,596,857,114
transformers
GGUF support for BERT architecture
### Feature request I want to add the ability to use GGUF BERT models in transformers. Currently the library does not support this architecture. When I try to load it, I get an error TypeError: Architecture 'bert' is not supported. I have done most of the mapping, with some fields I am having difficulty. Can anyb...
Feature request
low
Critical
2,596,879,929
go
proposal: x/text/encoding: handling encoding errors by replacing visually similar unicode characters in ShiftJIS encoding
### Proposal Details # Summary When encoding Unicode strings to Shift JIS in Go, certain visually similar characters cannot be directly represented in Shift JIS, leading to encoding errors. This causes confusion because the characters appear similar but result in errors during encoding. This proposal suggests intro...
Proposal
low
Critical
2,596,895,366
neovim
vim.version.parse: more granular "strict" options
### Problem I would like to be able to parse versions, such as `1.0.0`, `v1.0.0`, `1.0`, `v1`, which is possible with the default `strict = false` behaviour, but not with `strict = true`. But I would like it to fail on something that is clearly not a version, such as a git commit sha. Currently, this is the behaviou...
enhancement,lua
low
Minor
2,596,928,862
deno
deno cli helper feature for providing least privilege access to scripts
When I run a script using deno in the command line for the first time, I get useful prompts to allow or deny access to environment, os, or the network. After I run the command successfully first time, I would like deno to provide me with the exact command that has all the privileges I have given with a least-privil...
permissions,suggestion
low
Minor
2,596,996,751
pytorch
TeLU activation function
### 🚀 The feature, motivation and pitch I want to develop and add TeLU activation function to the PyTorch. Please go through the following paper on why TeLU is useful and potentially useful compared to GeLU. https://arxiv.org/pdf/2402.02790 https://ieeexplore.ieee.org/document/9301084 ### Alternatives It is a...
module: nn,triaged
low
Minor
2,597,044,334
rust
Failed to build `jemallocator` on `arm64e-apple-darwin`
Failed to build on arm64e-apple-darwin <details> <summary>Errors</summary> ``` warning: jemalloc-sys@0.5.4+5.3.0-patched: "Unprefixed `malloc` requested on unsupported platform `arm64e-apple-darwin` => using prefixed `malloc`" error: failed to run custom build command for `jemalloc-sys v0.5.4+5.3.0-patched` ...
O-Arm,O-apple,C-external-bug
low
Critical
2,597,159,746
rust
ICE: Unsize coercion, but `&dyn Foo<'_>` isn't coercible to `&dyn Bar<'_, '_, ()>`
<!-- ICE: Rustc ./a.rs '-Zvalidate-mir --crate-type=lib -ooutputfile -Zdump-mir-dir=dir' 'thread 'rustc' panicked at compiler/rustc_mir_transform/src/validate.rs:95:25: 'broken MIR in Item(DefId(0:14 ~ a[431e]::test_correct3)) (after pass CheckPackedRef) at bb0[3]:'', 'thread 'rustc' panicked at compiler/rustc...
I-ICE,T-compiler,C-bug,F-type_alias_impl_trait,F-trait_upcasting,-Zvalidate-mir,S-bug-has-test
low
Critical
2,597,168,618
deno
`deno run -A npm:create-next-app -e hello-world` does not work
Version: Deno 2.0.2 Error: ``` TypeError: Invalid URL: 'hello-world' at getSerialization (ext:deno_url/00_url.js:98:11) at new URL (ext:deno_url/00_url.js:405:27) at createApp (file:///Users/arnauorriols/Library/Caches/deno/npm/registry.npmjs.org/create-next-app/14.2.15/dist/index.js:30034:29) at...
bug,upstream,node compat
low
Critical
2,597,266,297
ui
[bug]: Facing installation issue while installing shadcn in nextjs project in MacOs
### Describe the bug I am trying to install shadcn in nextjs project but it is giving an error npm error A complete log of this run can be found in: /Users/chetanbhoasle/.npm/_logs/2024-10-18T11_24_44_051Z-debug-0.log chetanbhoasle@chetans-MacBook-Air manager-lead % sudo npx shadcn@latest init node:inte...
bug
low
Critical
2,597,277,123
godot
Parser error when using a class_name on a ResourceFormatSaver / ResourceFormatLoader if the class references an autoload
### Tested versions Reproducible in: - 4.2.2 stable - 4.3 stable - master (04692d83cb8f61002f18ea1d954df8c558ee84f7) ### System information Tested on Linux & Windows - any renderer ### Issue description When making a `ResourceFormatSaver` or `ResourceFormatLoader`, the documentation says they need a `class_name...
bug,topic:editor,topic:plugin,needs testing
low
Critical
2,597,294,853
flutter
Text widget with stroke style renders incorrectly at large font sizes
### Steps to reproduce We have discovered a rendering issue with Text widgets under specific conditions in Flutter. This problem affects both Android and iOS platforms, including iOS with Impeller enabled and disabled. Conditions to reproduce the issue: 1. Set the Text widget's foreground property to `Paint()..s...
engine,a: typography,c: rendering,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.24,found in release: 3.27
low
Minor
2,597,297,955
tensorflow
Duplicate Logs After tf.saved_model.save with Custom Logging Configurations
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.17.0 ### Custom code Yes ### OS platform and distribution Fedora Linux 40 ### Mobile device _No response_ ### Python version 3.11 ### Baze...
type:others,comp:apis,2.17
medium
Critical
2,597,306,216
rust
projecting to assoc type of supertrait that is implemented differently for trait object goes 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: [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=06b34ccd6cabc944d63ff50b2fdcc472) ```rust #![feature(p...
A-associated-items,I-unsound,C-bug,requires-nightly,T-types,A-trait-objects
low
Critical
2,597,447,181
rust
Volatile reads and writes on aarch64 sometimes generate instructions not suitable for MMIO in protected VMs
`core::ptr::write_volatile` and `core::ptr::read_volatile` are documented as being intended to act on I/O memory, i.e. for MMIO. These are indeed widely used by many crates providing drivers for MMIO devices across the ecosystem. When running in a virtual machine, MMIO must be emulated by the hypervisor. This is done ...
A-LLVM,A-codegen,T-compiler,C-bug,S-has-mcve,O-AArch64
low
Major
2,597,515,612
PowerToys
Mini window overlayed on ALL APPLICATIONS
### Microsoft PowerToys version 0.85.1 ### Installation method WinGet ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce When you start PowerToys a small but annoying window appears in the top left corner, no matter how many times you reopen the app. no matter what the application ...
Issue-Bug,Area-Runner,Needs-Repro
low
Minor
2,597,548,071
langchain
Parsing a dictionary of lists problem
### 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,stale
low
Critical
2,597,582,200
go
x/website: mod tidy -diff flag missing from https://go.dev/ref/mod#go-mod-tidy
### Go version go version go1.23.2 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell N/A ``` ### What did you do? I happened to know that `go mod tidy -diff` was [added in 1.23](https://github.com/golang/go/issues/27005) 🎉 , but a quick web search for `go mod tidy` returned https://go.dev/re...
help wanted,NeedsFix,website
low
Critical
2,597,582,674
flutter
`CircularProgressIndicator` stretches when given tight constraints with `FlexFit.tight`
### Steps to reproduce Place a CircularProgressIndicator inside a Flex with FlexFit.tight (or any other widget that gives it tight constraints like a SizedBox) ### Expected results The indicator should either scale keeping the aspect ratio or not scale at all. ### Actual results The indicator is stretched to fill ...
framework,f: material design,d: api docs,has reproducible steps,P2,team-design,triaged-design,found in release: 3.24,found in release: 3.27
low
Minor
2,597,632,343
langchain
Pydantic validation error on angchain_community.chat_models.ChatLiteLLMRouter
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
🤖:bug
low
Critical
2,597,635,032
pytorch
DTensor RNG state for non CUDA backends
### 🐛 Describe the bug DTensor random numbers provide an offset based RNG state tracker OffsetBasedRNGTracker for CUDA. However, for CPU, this offset based RNG state tracker is not available, and it produces a warning - ``` $ !cat dtensor_test.py import torch import os import torch from torch.distributed._t...
oncall: distributed,triaged
low
Critical
2,597,753,427
rust
regression: ArArchiveBuilder can no longer handle output to temporary files managed by Python
<!-- 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 code: ```python x = ['rustc.EXE', '-...
C-discussion
low
Critical
2,597,862,194
angular
Using a track function directly in the new @for loop is not supported nor compiled
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description The following code ``` @for (a of b; track method) {} ``` and having ``` method = (index, item) => { return index } ``` The method is actually not called. It comes to a surprise because the language ser...
area: core,P3,bug,core: control flow
low
Critical
2,597,932,158
langchain
include_raw=True disable streaming
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
🤖:bug
low
Critical
2,597,953,873
ollama
Support directly running GGUF files without importing
In llama.cpp we can directly run models with `llama-cli -m your_model.gguf ` without having to import the model, It would be great if we can do the same with ollama.
feature request
low
Minor
2,597,955,756
pytorch
quantile does not work with float16: throws RuntimeError: quantile() input tensor must be either float or double dtype
### 🐛 Describe the bug import numpy as np import torch data = torch.tensor(np.array([[1, 2], [3, 4], [5, 6]], dtype=np.float32)) q1 = torch.quantile(data, 0.25, dim=0) # works data = torch.tensor(np.array([[1, 2], [3, 4], [5, 6]], dtype=np.float16)) q1 = torch.quantile(data, 0.25, dim=0) # throws RuntimeError:...
module: cuda,module: cpu,triaged,module: half
low
Critical
2,597,982,623
deno
VSCode diagnostics for auto-detected JS do not disappear when explicitly correcting the language mode to "JSON"
Version: Deno 2.0.0 In VSCode, I hit Ctrl+N to open a new unsaved buffer, then paste some JSON. VSCode autodetects the language as Javascript, so Deno generates diagnostics about missing semicolons, etc. Then I manually set language mode to JSON to fix syntax highlighting, yet the Deno diagnostics do not disappear...
needs investigation,lsp
low
Critical
2,597,986,525
flutter
rrect paths draw rects when their width or height is zero
## reproduction ```c++ TEST_P(AiksTest, NoDimplesInRRectPath) { Scalar width = 200.f; Scalar height = 60.f; Scalar corner = 1.f; auto callback = [&]() -> sk_sp<DisplayList> { if (AiksTest::ImGuiBegin("Controls", nullptr, ImGuiWindowFlags_AlwaysAutoResize)) { ImGui...
P2,e: impeller,team-engine,triaged-engine
low
Major
2,598,000,176
godot
SceneTreeTimer breaks when playing a video in loop
### Tested versions v4.3 stable ### System information Windows 10, Ryzen 3 3300x, 16gb RAM 2666mhz, GTX 1660 6gb. ### Issue description If the video is looping, for whatever reason, the timer breaks and never returns the timeout signal. ``` @onready var _video: VideoStreamPlayer = $video var timer : SceneT...
bug,topic:core,needs testing
low
Critical
2,598,039,347
ollama
Last character being truncated by stop sequence
### What is the issue? When running inference in raw mode with '\n\n' as a stop sequence, it seems like punctuation is being removed with the stop sequence. I assume this is because of a bug with how partial stop sequences are handled. ### OS Linux ### GPU Other ### CPU AMD ### Ollama version 0.3.11
bug,needs more info
low
Critical
2,598,045,173
ollama
Return Triggered Stop Sequence
It would be extremely useful if the API response contained *which* stop sequence was triggered if there are multiple listed. For example, if you have the model's default stop sequence and a custom one which you want to trigger an action, you currently need to carefully choose the text leading up to it so you can determ...
feature request,api
low
Minor
2,598,045,686
Python
there is no recursion folder
### Feature description there is no recursion related problems and there is no separate folder.
enhancement
medium
Minor
2,598,052,005
flutter
DropdownMenu, Menu, and ComboBox widget requires roles, ARIA properties, and keyboard support (Accessibility)
### Use case The DropdownMenu widget requires roles, ARIA properties, and expected keyboard support to meet accessibility compliance requirements outlined in the Web Content Accessibility Guidelines (WCAG). ### Proposal ### WAI-ARIA Roles, States, and Properties **Combobox element** - Use `role="combobox"` t...
c: new feature,framework,f: material design,a: accessibility,platform-web,c: proposal,P1,customer: castaway,team-accessibility,triaged-accessibility
medium
Major
2,598,061,070
electron
calling setJumpList/setUserTasks silently fails AFTER window creation unless at least one valid call was made BEFORE window creation
### 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,stale,31-x-y
low
Critical
2,598,061,684
pytorch
`torch.package` bug
### 🐛 Describe the bug Triggered the assert trying to `package` a model. https://github.com/pytorch/pytorch/blob/666572d819945ccdb66da7f73e44c012b667b182/torch/package/package_exporter.py#L984 Specifically ```python def _write(self, filename, str_or_bytes): if filename in self._written_files: rai...
oncall: package/deploy
low
Critical
2,598,077,909
deno
Issue with node:readline and/or incompatibility between Deno 2 and Inquirer
Hi, sorry to open a vague issue (but there's somewhat of a code repro.) With Deno 2 announcement, devs expect packages targeting Node to work inside Deno. So I received this bug report on Inquirer's repo https://github.com/SBoudrias/Inquirer.js/issues/1574 The repro code is about (minus I think the import which I'm ...
bug,node compat
low
Critical
2,598,079,456
deno
[nodemon] Internal watch failed: Cannot convert a BigInt value to a number
## Version ```bash deno --version deno 2.0.2 (stable, release, x86_64-unknown-linux-gnu) v8 12.9.202.13-rusty typescript 5.6.2 ``` ## My Issue Ok, i installed Deno today and I opened one of my projects and run `deno task dev` but I cross with this error from `nodemon` `[nodemon] Internal watch failed...
bug,node compat
low
Critical
2,598,095,584
react
[Compiler Bug]: Memoizing a debounced function complains about ref access
### 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,Component: Optimizing Compiler
low
Critical
2,598,097,364
pytorch
[export] Torch custom class export issue
### 🐛 Describe the bug We are trying to implement the functionality to export custom classes within Torch-TensorRT. TensorRT engines are expressed as custom classes (https://github.com/pytorch/TensorRT/blob/re-export/core/runtime/register_jit_hooks.cpp#L77-L83) Following https://docs.google.com/document/d/18fBMPuO...
oncall: pt2,oncall: export
low
Critical
2,598,116,810
kubernetes
[FG:InPlacePodVerticalScaling] Improve allocated resources checkpointing
There is some low-hanging fruit for improving the checkpointing of allocated resources: 1. When the pod allocation is updated, the Kubelet always calls set allocation at the pod level, but the status manager sets it for each container, calling through to the checkpoint state. This causes the checkpoint file to be wr...
sig/node,kind/feature,priority/important-longterm,triage/accepted
low
Critical
2,598,135,446
TypeScript
TypeError: Cannot read properties of undefined (reading 'length') at elaborateDidYouMeanToCallOrConstruct
### 🔎 Search Terms undefined length elaborateDidYouMeanToCallOrConstruct ### 🕗 Version & Regression Information - This changed between versions 5.5.4 and 5.6.2 - I was unable to test this on the latest version because `npm i typescript@next` never completed, spamming the terminal with the following error for about...
Needs More Info
low
Critical
2,598,139,450
pytorch
xpu: clarify which Intel GPUs are supported by PyTorch 2.5
Can it, please, be clarified which Intel GPUs are supported by XPU backend in PyTorch 2.5? I am reviewing 2 dedicated articles: * https://pytorch.org/docs/2.5/notes/get_start_xpu.html on PyTorch side has a note that "Intel® Data Center GPU Max Series" is supported for Linux and "Intel Client GPUs" are supported on Lin...
module: docs,triaged,module: xpu
low
Major
2,598,144,671
transformers
Add support for Janus model from DeepSeek AI
### Model description Janus is an autoregressive framework that unifies multimodal understanding and generation. Unlike previous approaches that use a single visual encoder for both tasks, Janus decouples visual encoding into separate pathways while utilizing a unified transformer architecture for processing. This dec...
New model
low
Major
2,598,144,759
flutter
Audit GN flags that are not used in any checked-in CI configuration
Forked from https://github.com/flutter/flutter/issues/156909. Today, we have _many_ GN flags across the project. Some are load-bearing, some are debug only, some are likely unused. We should audit what flags are invoked by CI configurations checked into [`engine/ci/builders`](https://github.com/flutter/engine/tre...
P3,c: tech-debt,team-engine,triaged-engine,e: engine-tool
low
Critical
2,598,165,978
godot
Node that isn't a tool but was created by tool in editor runs _Process until restart
### Tested versions v4.3.stable.mono.official [77dcf97d8] dotnet --info ``` .NET SDK: Version: 8.0.402 Commit: 70aa751718 Workload version: 8.0.400-manifests.b6724b7a MSBuild version: 17.11.4+37eb419ad Runtime Environment: OS Name: Windows OS Version: 10.0.22631 OS Pl...
bug,topic:editor,topic:dotnet
low
Critical
2,598,184,503
pytorch
Empty Dimensions returned in `aten::_trilinear`
### 🐛 Describe the bug I'm working on a lowering for `aten::_trilinear` in the torch-mlir repo, and believe that I have found a discrepancy in the output when a dimension lies in the triple intersection between `expand1`, `expand2`, and `expand3` operands. As specified in the comment of `aten::_trilinear` at `aten...
triaged,module: linear algebra
low
Critical
2,598,184,659
TypeScript
Cannot reassign undefined to the parameter of a function parameter destructuring with default value
### 🔎 Search Terms "function parameter destructuring", "destructured parameter", "named parameter", "undefined" ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about "Why Method Bivariance?" ### ⏯ Playground Link https://www.typescriptlan...
Suggestion,Awaiting More Feedback
low
Critical
2,598,194,485
pytorch
tlparse's fx_graph_runnable should include custom op info
From talking with @eellison and @ezyang separately. ## Motivation The fx_graph_runnable contains the graph but may have custom operators that need us to load libraries for. It would be nice if we 1) put the torch.ops.load_library(blah) calls into the fx_graph_runnable 2) also outputted a build target that inclu...
triaged,module: custom-operators,oncall: pt2,oncall: fx,module: pt2-dispatcher
low
Minor
2,598,202,906
rust
rustdoc: Footnotes don't work well when used on multiple doc comments that share page.
```rust pub struct Foo; impl Foo { /// Link 1 [^1] /// /// [^1]: Hiya pub fn l1(){} /// Link 2 [^2] /// /// [^2]: Biya pub fn l2() {} } ``` ![Image](https://github.com/user-attachments/assets/4b54f648-77a0-4695-a1f4-6abbcdd94f13) Not only is this ugly, but both footnotes use the same...
T-rustdoc,C-enhancement,A-rustdoc-ui,T-rustdoc-frontend
low
Minor
2,598,213,444
flutter
[camera] Failing integration tests for `camera_android_camerax` due to `video_player`
A couple of tests for `camera_android_camerax` are failing with this error: ``` 10-17 13:57:17.100 25044 30854 E ExoPlayerImplInternal: Playback error 10-17 13:57:17.100 25044 30854 E ExoPlayerImplInternal: androidx.media3.exoplayer.ExoPlaybackException: Source error 10-17 13:57:17.100 25044 30854 E ExoPlayerIm...
platform-android,p: camera,p: video_player,package,team-android,fyi-ecosystem
low
Critical
2,598,220,850
ollama
Migrate off centos 7 for intermediate build layers in container image builds
# What [Centos is dead](https://endoflife.date/centos), long live [centos stream (9)](https://endoflife.date/centos-stream) Ollama should probably not be using centos 7 now that it is unsupported and at EOL. # Why AMD and Nvidia are no longer publishing updates to their centos 7 flavor of dependencies. S...
feature request,build
low
Major
2,598,232,704
pytorch
[ROCm] PyTorch Profiler Seg Fault on PyTorch Nightly
### 🐛 Describe the bug After running the following script trace profiler seg faulted on torch nightly: ``` import torch import torchvision.models as models from torch.profiler import profile, record_function, ProfilerActivity model = models.resnet18().cuda() inputs = torch.randn(2000, 3, 224, 224).cuda() wit...
module: rocm,triaged,oncall: profiler
low
Critical
2,598,236,330
ant-design
Modal contains a focusable element that has no interactive content
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-hy2spp) ### Steps to reproduce 1.Open any modal dialog, either the basic one or the ones created with Modal.method() 2.Open the browser co...
Inactive,unconfirmed
low
Minor
2,598,240,107
deno
Deno compile --icon not taken into account
Version: Deno 2.0.0 Platform: Windows When specifying an icon (.ico 128x128px) for the exe using : > deno compile --icon LogoName.ico main.ts => The build succeed but the default windows application icon is used. I managed to reproduced the issue with a blank "Hello World" project. Repro : - deno init my...
bug,compile
low
Major
2,598,248,040
langchain
make sure that @tool decorator can be applied to a method (regression?)
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content ```python from langchain_core.tools import tool class MyAPI: def __init__(self): self.base_url = 'https://en.wikipedia.org/wiki/' @tool ...
Ɑ: core
medium
Major
2,598,253,465
ui
[bug]: shadcn cli - diff command not working
### Describe the bug Run: `npx shadcn@latest diff` Produce: `No updates found.` OBS: I have changes in the calendar component ### Affected component/components All ### How to reproduce Run: `npx shadcn@latest init` ```bash Framework: Vite Style: default Base Color: Slate CSS variables: No ```...
bug
low
Critical
2,598,256,414
flutter
Add `et test --output=...`
Today, `et test` just runs the underlying test executable, and reports a binary pass (exit code 0) or fail (otherwise). A failed test also has a link to a log file on disk in a `/tmp` directory. This is a good initial start, but is not yet at the level where we can encourage broad use (or use it in on CI). Let...
P2,team-engine,triaged-engine,e: engine-tool
low
Critical
2,598,265,074
yt-dlp
Add support for palestinefilminstitute.org.
### 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 a new site support request - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith...
site-request
low
Critical
2,598,279,765
flutter
[pigeon] Make the inputs to pigeon non-flag arguments
I tried to generate multiple inputs at once with `--input pigeons/*.dart` without thinking about it, and it silently generated the first one but not the second, which is pretty bad. That shouldn't actually work as written, but it should have errored. But really what we should do is make the input file(s) non-flag in...
package,team-ecosystem,p: pigeon,P2,triaged-ecosystem
low
Critical
2,598,286,525
godot
Project-wide-search keyboard shortcut doesn't work if no script is open
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Mac OS 10.14.8 ### Issue description See title. ### Steps to reproduce 1. Open a project. 2. Press Command+Shift+F. 3. Observe that nothing happens. 4. Open the script tab and do the same, still nothing happens. 5. Open a script, and...
discussion,topic:editor,usability
low
Minor
2,598,292,335
godot
ImageTexture.is_pixel_opaque documented but nonexistent
### Tested versions - Reproducible in 4.2 and 4.3 stable ### System information Godot v4.3.stable - Debian GNU/Linux 10 (buster) 10 - X11 - GLES3 (Compatibility) - Radeon RX 580 Series (POLARIS10, DRM 3.27.0, 4.19.0-27-amd64, LLVM 7.0.1) - AMD Ryzen 5 3600X 6-Core Processor (12 Threads) ### Issue descriptio...
discussion,topic:core
low
Critical
2,598,294,315
flutter
Refactor `WorkerPool`/`WorkerTask` system in `et`
There is an initial worker task/pool/reporter system implemented in `engine_tool`: - https://github.com/flutter/engine/blob/main/tools/engine_tool/lib/src/worker_pool.dart - https://github.com/flutter/engine/blob/main/tools/engine_tool/lib/src/proc_utils.dart It is used by both `et test` and `et lint` to run exe...
P3,c: tech-debt,team-engine,triaged-engine,e: engine-tool
low
Minor
2,598,319,118
go
syscall: special case `cmd.exe /c <command>` in StartProcess
## Background It is well known that [os/exec](https://pkg.go.dev/os/exec) doesn't correctly escape nor quote `*.bat`, `*.cmd`, `cmd /c *` arguments. This is because in all three cases the escape/quote rules that apply are the ones defined in [cmd.exe docs](https://learn.microsoft.com/en-us/windows-server/administrat...
OS-Windows,NeedsDecision,compiler/runtime
low
Critical
2,598,327,292
terminal
When running Python code, user's input will appear in the incorrect place
### Windows Terminal version 1.23.2913.0 ### Windows build number 10.0.27729.1000 ### Other Software Visual Studio 2022 /w Python 3.9 ### Steps to reproduce 1: Create a python script that accepts user input using Visual Studio 2022 2: Run the script and begin typing ### Expected Behavior User input will appea...
Product-Conpty,Area-Input,Issue-Bug
low
Minor
2,598,341,870
rust
llvm noalias data gets lost when passing large structs
<!-- 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. --> https://godbolt.org/z/b8as1TxdP ```rust #[repr(C)] pub struct Big<'a>(&'a mut u64, &'a mut u64, usize); #[inline(never)] pub unsafe fn bad(a: Big) -> u64 { ...
T-compiler,A-ABI,C-optimization
low
Critical
2,598,344,095
storybook
[Bug]: @storybook/addon-actions v7.6.* is missing @storybook/preview-api from dependencies
### Describe the bug It's only listed as a devDependency, but is required at runtime. https://github.com/storybookjs/storybook/blob/d43ced4f6d1efc7d352f4dc9528d29dfe72dd336/code/addons/actions/package.json#L78 - https://github.com/storybookjs/storybook/blob/ac09301a97648ef72a21fbfeb6b5e2b2a8da81ef/code/addons/action...
bug,core,won't fix
low
Critical
2,598,389,865
godot
SpriteFrames.get_frame_texture() return the whole spritesheet instead of one frame texture
### Tested versions - Reproductible in v4.3.stable.official [77dcf97d8], v4.2.2.stable.official [15073afe3], v4.2.1.stable.official [b09f793f5] ### System information Windows 10 - Godot v4.2.2.stable.official [15073afe3] | Forward+ ### Issue description I used the "Add frames from sprite sheet" option in a SpriteF...
discussion,topic:rendering,documentation
low
Critical
2,598,403,058
godot
Detail mask only applies UV1 even when set to UV2
- *Production edit: Related to https://github.com/godotengine/godot/issues/54644.* ### Tested versions v4.3.stable.steam [77dcf97d8] ### System information Windows 10 ### Issue description Just trying to get a hang of material importing in Godot and I think I found a really annoying bug. I was making ...
bug,topic:rendering,topic:3d
low
Critical
2,598,432,190
excalidraw
Option to Disable AI?
I work for a school district that restricts the use of AI in instructional technology tools online. Is there an option to disable the AI functionality of Excalidraw? If there is not an option, is that something that could be added to the service?
enhancement,ai
low
Major
2,598,467,286
PowerToys
Text Extractor Shortcut is not working properly.
### Microsoft PowerToys version v0.85.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? TextExtractor ### Steps to reproduce Text Extractor Shortcut (```Win + Shift + T```) is not working properly. I tried different custom shortcut options. Unfortunately, the res...
Issue-Bug,Needs-Triage
low
Minor
2,598,481,909
ui
[feat]: Document use of aliases 'components' and 'utils'
### Feature description First of all, thanks a lot for your work on `shadcn/ui`! The [documentation for `components.json` aliases](https://ui.shadcn.com/docs/components-json#aliases) doesn't explain the purpose of the `components` and `utils` aliases. I would particularly like to know how they differ from the `ui...
area: request
low
Minor
2,598,482,304
godot
SubViewportContainer is rendered only once the first frame and never updates the drawing on Safari
### Tested versions IOS 18.0.1 Chrome: <img width="682" alt="image" src="https://github.com/user-attachments/assets/e56c9bad-b976-499f-bcde-89f4b257d785"> Safari: <img width="282" alt="image" src="https://github.com/user-attachments/assets/04b9578d-830d-44c9-9d59-315620a9f02f"> - Reproducible in 4.2, 4....
bug,platform:ios,topic:rendering,confirmed
low
Critical
2,598,483,128
deno
`deno run -A npm:create-hono@latest` doesn't exit after creating
Version: Deno 2.0.2 I ran `deno run --log-level=debug -A npm:create-hono@latest`, while the template is created, the application never exits. Here is a debug output ``` $ deno run --log-level=debug -A npm:create-hono@latest DEBUG RS - deno::args:623 - No .npmrc file found DEBUG RS - deno::args:930 - Finished c...
bug,node compat
low
Critical
2,598,491,028
ui
[feat]: Copy "style" info from changelog to `components.json` docs.
### Feature description The most detailed information about the "style" configuration is currently available only on the [changelog page](https://ui.shadcn.com/docs/changelog#styles). For better discoverability, I think it would be useful to copy that into the [`components.json` docs, into the "style" section](https:/...
area: request
low
Minor