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,626,116,217
rust
ICE: malformed `malformed repr(align(N))`
<!-- 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 trait MyTrait { #[repr(a...
A-attributes,I-ICE,P-low,T-compiler,C-bug,S-bug-has-test,A-repr,A-align
low
Critical
2,626,127,035
vscode
Git Source Control: Support keyboard-only staging
<!-- โš ๏ธโš ๏ธ 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. --> I have a full keyboard-only workflow; a tiling manag...
feature-request,scm
low
Minor
2,626,215,053
tensorflow
TensorFlow Stable Delegate Python API
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.16 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/...
stat:contribution welcome,stat:awaiting tensorflower,type:feature,type:support,comp:lite,TF 2.16
low
Critical
2,626,218,830
react
React Why Not Consider Support Signals
I don't understand why the official team doesn't consider the obvious solution of signal. If subscriptions are cleverly implemented as code snippets that are rewritten as anonymous subcomponents that are remembered and associated with dependencies, it won't go against the sanity of react. Model
Type: Question
low
Major
2,626,259,519
pytorch
Improved definition for Hardsigmoid
### ๐Ÿš€ The feature, motivation and pitch I was looking at the Hardsigmoid and could not find the origin of the formulation of the PyTorch's implementation of the Hardsigmoid, however, I have mainly seen it in the format $\max(-1, \min(1, \frac{x +1}{2}))$ (https://arxiv.org/pdf/1511.00363v3, https://paperswithcode.c...
module: nn,triaged
low
Critical
2,626,265,624
transformers
RoBERTa is not well implemented for tokenizers with pad_token_id != 1
### Feature request I would like to request that RoBERTa models correctly accept tokenizers with pad_token_id != 1. This problem is inherit from [`fairseq`](https://github.com/facebookresearch/fairseq/blob/ecbf110e1eb43861214b05fa001eff584954f65a/fairseq/utils.py#L266) code. ### Motivation **Problem Definition...
Feature request,Good Difficult Issue
low
Minor
2,626,266,352
pytorch
RuntimeError: free_upper_bound + pytorch_used_bytes[device] <= device_total INTERNAL ASSERT FAILED at "../c10/cuda/CUDAMallocAsyncAllocator.cpp":527
### ๐Ÿ› Describe the bug !!! Exception during processing!!! free_upper_bound + pytorch_used_bytes[device] <= device_total INTERNAL ASSERT FAILED at "../c10/cuda/CUDAMallocAsyncAllocator.cpp":527, please report a bug to PyTorch. Traceback (most recent call last): File "/opt/conda/lib/python3.9/site-packages/live_ph...
module: cuda,triaged
low
Critical
2,626,287,707
godot
`OptionButton` popup does not close properly when requested
### Tested versions 4.3 ### System information Windows 11 ### Issue description Some of the OptionButton's popup in the editor does not close by a single click, instead an empty popup show up: ![bug](https://github.com/user-attachments/assets/b76d2371-4032-48b0-9ce6-786101130614) ### Steps to reproduce ^^ ...
bug,topic:gui
low
Critical
2,626,357,634
PowerToys
The "Move Newly Created Windows to their last known zone" affects child windows
### Microsoft PowerToys version 0.85.1 ### Installation method Microsoft Store ### Running as admin No ### Area(s) with issue? FancyZones ### Steps to reproduce 1. Check "Move Newly Created Windows to their last known zone" 2. Uncheck "Allow child windows snapping" 3. Open Excel 4. Press control+F to open the ...
Issue-Bug,Needs-Triage
low
Minor
2,626,368,416
opencv
Config opencv support cuda environment
### System Information OpenCV version: 4.8.1 Operating System / Platform: ubuntu 22.04 compiler: gcc 11.4.0 Cuda compilation tools, release: 12.6 FFmpeg version: n5.1.4 opencv: 4.8.1 opencv_contrib: 4.8.1 ### Detailed description <img width="452" alt="image" src="https://github.com/user-attachments/assets/8f14...
bug
low
Major
2,626,381,230
flutter
Layout with ListTile -> subtitle -> InputDecorator -> Container (without child) throws RenderBox.size accessed beyond the scope of resize
### Steps to reproduce Run Code sample ### Expected results No console errors ### Actual results console errors ``` โ•โ•โ•ก EXCEPTION CAUGHT BY RENDERING LIBRARY โ•žโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• The following assertion was thrown during performLayout(): Assertion failed: file:...
framework,f: material design,a: error message,has reproducible steps,P2,workaround available,team-design,triaged-design,found in release: 3.24,found in release: 3.27
low
Critical
2,626,425,139
deno
Only authorize import modules listed in the import map
## Proposition Having a way to only authorize dependencies listed in the `imports` block of the `deno.json` file. ## Examples This example should **NOT** work when I run `deno run -A main.ts` because the dependency is not listed in the `imports` block. `deno.json` ````json { "imports": {} } ```` `...
suggestion,install
low
Critical
2,626,434,435
vscode
No close icon when Activity Bar Top
<!-- โš ๏ธโš ๏ธ 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...
under-discussion,layout,workbench-auxsidebar
low
Critical
2,626,485,183
langchain
Windows 11 - langchain_huggingface/sentence-transformers unable to run
### 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,626,492,965
flutter
Flutter 3.24 doesnt support Apple emojis
### Use case After upgrading Flutter web app from 3.19.6 to 3.24.0, the emojis I used, stopped looking like Apple ones but Noto. Which doens't fit into the app UI requirements. To fix this you can add Apple emojis font to pubspec, but the file size is 180 mb, so it's barely a solution. Moreover inserting emoji...
c: new feature,engine,platform-web,c: proposal,e: web_canvaskit,P2,team-web,triaged-web
low
Major
2,626,605,042
ollama
Easily see latest version
Would it be possible to have the version of the latest version of Ollama on the ollama.com website? So we don't have to click through to Github to find the info.
feature request,ollama.com
low
Minor
2,626,627,019
excalidraw
Feature Request: Increase Zoom-Out Ratio for Better Board Overview
**Description:** I would like to request an enhancement to the zoom functionality of the tool to allow users to zoom out further. This adjustment would make it easier to view the entire board in one frame, especially when working with larger boards. ### Problem Currently, the maximum zoom-out limit restricts users f...
performance โšก๏ธ,UX/UI
low
Minor
2,626,636,293
next.js
Static indicator shouldn't be shown when searchParams is being used
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/awesome-shockley-46z7c5 ### To Reproduce 1. Start the dev server 2. Create a new page and use `searchParams` ```tsx export default async function Page({ searchParams, }: { searchParams: Promise<{a: string}>; }) { const sp =...
bug,linear: next
low
Minor
2,626,648,751
vscode
Hover: Consider changing defaults
With the move to a new API in https://github.com/microsoft/vscode/pull/232614, we want to focus on making it easy to use. Previously there was a `placement` type of mouse or element which changed some defaults. The biggest ones are `compact` and `showPointer` which are used essentially by all hovers and all element hov...
debt,workbench-hover
low
Minor
2,626,755,920
vscode
No history for new chat window. garbage. Co-Pilot just got a worse.
<!-- โš ๏ธโš ๏ธ 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...
info-needed
low
Critical
2,626,786,078
flutter
Firefox/Safari: Wrapping TextField widget with PointerInterceptor makes it unresponsive
### Steps to reproduce 1. Add PointerInterceptor to your packages ```flutter pub add pointer_interceptor```. 2. Wrap TextField widget with PointerInterceptor. 3. Run flutter on Firefox 4. Try to type something in the TextField widget. ### Expected results You should be able to type. ### Actual results TextF...
a: text input,platform-web,package,has reproducible steps,browser: safari-macos,browser: firefox,P2,p: pointer_interceptor,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Minor
2,626,794,064
angular
TestBed.flushEffects does not work if the Injector passed to the effect came from a ComponentFixture
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? Yes ### Description In Angular 18, I had tests that passed the *Injector* from a *ComponentFixture* down to an *effect* inside a custom signal. When upgrading to Angular 19 these tests broke. Here's a simple example: ``` d...
area: testing,cross-cutting: signals
low
Critical
2,626,861,892
go
proposal: iter/sorted: functions on sorted iterators
I propose adding a package of functions that operate on iterators whose values are sorted. Sorted sequences can arise in a number of ways: - From a slice that has been sorted. - From the keys of an ordered map, such as [github.com/google/btree](https://github.com/google/btree) or the one in #60630. - From an ex...
Proposal
medium
Major
2,626,868,298
godot
Program Crashes After Using @tool
### Tested versions v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA; 32.0.15.6094) - AMD Ryzen 9 7945HX with Radeon Graphics (32 Threads) ### Issue description ![image](https://gi...
topic:gdscript,topic:editor,needs work,needs testing
low
Critical
2,626,881,492
tensorflow
Thread ID in TensorBoard Profiler Trace Viewer Could Be Negative
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf2.17 ### Custom code No ### OS platform and distribution Linux Mint 21.2 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version 6.5.0 ### GCC/compiler version ...
type:bug,awaiting PR merge,2.17
medium
Critical
2,626,897,066
rust
Generic causes other trait implementations of concrete type to be ignored.
I tried this code: ```rust use rust_decimal::{ // The important thing about this type is that you can do Decimal::from(1). Decimal, }; fn this_is_not_generic() { Decimal::from(1); // This is accepted. } fn this_is_indeed_generic<Inp>(inp: Inp) where // All I am saying here is that you can convert fro...
A-trait-system,T-compiler,C-bug,T-types,WG-trait-system-refactor,E-needs-investigation
low
Critical
2,626,905,867
material-ui
[Tooltip] Tooltip persists when its child becomes disabled
### Steps to reproduce Link to live example: (https://codesandbox.io/p/sandbox/sleepy-keller-ydzw79 Steps: 1. Use Tab navigation to focus the Icon Buttons (that have the Tooltip). 2. Hit the Enter key, to disable the Icon Button. 3. Use Tab (or Shift + Tab) to navigate again, and you will notice how the Tooltip ...
bug ๐Ÿ›,component: tooltip,package: material-ui,ready to take
low
Major
2,626,918,223
ant-design
Card type tab background is incompatible inside of a modal in dark mode
### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-jvmudi?file=demo.tsx) ### Steps to reproduce Render card type tabs in a modal with dark theme ### What is expected? Tab background color blends well with modal back...
Inactive,improvement
low
Minor
2,626,934,033
pytorch
[ROCm] [Upstream Triton] Use HIPAttrsDescriptor on ROCm to support emitting buffer operations
These PRs resolved https://github.com/pytorch/pytorch/issues/139179 - https://github.com/pytorch/pytorch/pull/139193 and https://github.com/triton-lang/triton/pull/4888 We need a follow up PR to add support for HIPAttrsDescriptor parameterisation for AttrsDescriptorWrapper to support emitting buffer operations on t...
module: rocm,triaged
low
Minor
2,627,007,930
three.js
Need a Raw Shader solution for WebGPURenderer
### Description I need access to certain aspects of 3js like TransformFeedback/Compute with WebGL, To do so I need to run things with WebGPURenderer with forceWebGL set to true. The hitch is that RawShaderMaterial or something like it is no longer supported. This is a requirement because I have almost a decade worth o...
Suggestion
medium
Critical
2,627,008,382
ollama
Support for BGE-Multilingual-Gemma2
I would be very grateful for the support of the BGE-Multilingual-Gemma2, an LLM-based multilingual embedding model. https://huggingface.co/BAAI/bge-multilingual-gemma2
model request
low
Major
2,627,024,510
kubernetes
add regression tests for known existing kube-proxy configs
Re the v1alpha2 configuration work, we should add a unit test with a bunch of known kube-proxy invocations taken from our various e2e tests (both config files and command-line options) and what the expected resulting `KubeProxyConfiguration` is, to help us avoid problems with further refactorings. /assign @aroradama...
sig/network,triage/accepted
low
Minor
2,627,033,645
next.js
Not working eslintrc.json in Nextjs 15
### Link to the code that reproduces this issue https://github.com/YouJun-IWON/My_Nextjs15 ### To Reproduce 1. set .eslintrc.json 2. check page.tsx 3. I don't see error messages for unused variables. ### Current vs. Expected behavior I expected to see error messages for unused variables. But I can't se...
create-next-app,bug,Linting
low
Critical
2,627,045,267
node
Long Major GC events while using external buffers (Video Image Data)
### Version v23.1.0 ### Platform ```text 23.1.0 Darwin Kernel Version 23.1.0 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? I am sharing data from a native node C++ plugin using node-addon-api: return Napi::ArrayBuffer::New(env, frame_->data[i], width*height); I chec...
node-api
low
Critical
2,627,047,669
excalidraw
Option to not automatically turn on pen mode when selecting the pen pointerType
I'm glad that pen mode is an option, but I typically want it off, even when drawing with the pen, as it removes the ability to select by clicking and dragging with the mouse. Pen mode seems to automatically be turned on when I select the pen for the first time in a new drawing, despite having "Pen mode" set to never in...
UX/UI,tablet
low
Minor
2,627,063,071
storybook
[Bug]: Tags filter UI is filtering "recently opened" results
### Describe the bug When search is focused but there is no query, we show "recently opened" stories in the sidebar. The recently open story IDs are stored in localStorage, meaning that they can correspond to any Storybook running on the port. So to avoid problems, we filter those story IDs down to stories that actua...
bug,ui: search,tags,sev:S3
low
Critical
2,627,067,102
react-native
experimental_backgroundImage works incorrect
### Description Hi! I'm testing an experimental way to set a linear-gradient and found some issues. As I've got it, it has the similar syntax as css has and so I can guess that it should work the same. - [ ] the gradient angle is not the same as in the web - [ ] the gradient angle depends on element sizes - [ ...
Resolution: PR Submitted,Component: Image,0.76
low
Critical
2,627,100,351
tauri
[bug] powershell completion for pnpm will overwrite each other
### Describe the bug When using pnpm and tauri completions separately, they will overwrite each other (depending on which completion is imported last) **import tauri after pnpm** ![image](https://github.com/user-attachments/assets/f0ab6779-dcb0-48d1-a758-f3b0a58b6eb4) ![image](https://github.com/user-attachme...
type: bug,status: needs triage
low
Critical
2,627,115,771
tauri
[feat] support for rendering videos encoded with h265 in macos
### Describe the problem https://github.com/mediar-ai/screenpipe/pull/580#issuecomment-2447779203 videos encoded with h265 does not work in tauri `<video>` component (nextjs) code: https://github.com/mediar-ai/screenpipe/blob/cb929de6d7df582a0ed228dc359cd873451ea97a/screenpipe-app-tauri/components/video.tsx#L11...
type: feature request,platform: macOS
low
Minor
2,627,121,678
PowerToys
PowerToys Run plugin VS Code Workspaces stays empty
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? PowerToys Run ### Steps to reproduce type { to show list ### โœ”๏ธ Expected Behavior list of opened workspaces in VS Code ### โŒ Actual Behavior Stays empty ### Other Software ...
Issue-Bug,Needs-Triage
low
Minor
2,627,127,823
pytorch
[export] Failure to export Mixtral-8x7B-Instruct-v0.1
### ๐Ÿ› Describe the bug I'm experiencing an issue exporting the `Mixtral-8x7B` model. I originally discussed the problem in #130274, but this is more about `torch.export`. My ultimate goal is to go to StableHLO. It raises the error `error torch._dynamo.exc.Unsupported: hasattr ConstDictVariable to.` I've see...
triaged,oncall: pt2,export-triaged,oncall: export
low
Critical
2,627,141,112
bitcoin
Remove libevent as a dependency (HTTP / cli / torcontrol)
## Immediate advantages ### UNIX domain sockets for JSON-RPC - Old feature request: https://github.com/bitcoin/bitcoin/issues/5029 - UNIX sockets have been added to [ZMQ](https://github.com/bitcoin/bitcoin/pull/27679) and [Tor proxy](https://github.com/bitcoin/bitcoin/pull/27375) already - UNIX sockets with libeve...
RPC/REST/ZMQ,P2P
low
Major
2,627,142,919
ui
[feat]: Integrate with Next.js 15 <Form> component
### Feature description Next 15 has a <Form> component now. We want the features of both. https://nextjs.org/blog/next-15#form-component ### Affected component/components Form ### Additional Context Additional details here... ### Before submitting - [X] I've made research efforts and searched the documentatio...
area: request
low
Minor
2,627,181,293
material-ui
[material-ui] Finally add number input component
### The problem in depth Can we finally consider adding a NumberField component to MUI? This type of input is essential in most applications and it is about time this component is properly supported and available in @mui/material package. According to the docs [here](https://mui.com/material-ui/react-text-field/...
new feature,component: text field,package: material-ui
low
Major
2,627,207,921
neovim
ext_popupumenu lacks some highlight attributes for matched text
### Problem Noticed that now the matched text is rendered in bold in the Pumenu. ### Expected behavior It is not possible to reproduce the highlighting of the matched text. ext-uis should at least be able to match the capabilities of the builtin ui ?
enhancement,ui-extensibility
low
Minor
2,627,248,628
ollama
Run LLM directly in Golang App without Ollama Server
Hello everyone, I would like to know if it is possible to run an all-minilm LLM model directly in my Golang App without having to make calls to the Ollama Server http://localhost:11434/api I would like to take a small "all-minilm" model and use the //go:embed model/* to already have the tool embedded in the Golang b...
feature request
low
Minor
2,627,268,997
svelte
Sibling Combinator combined with `:has` can be improperly marked as unused
### Describe the bug I've got some complex sibling combinator + `:has` css selectors that match the DOM but are reported as unused by Svelte. Through further testing, it appears that some trivial cases are incorrectly marked as unused. ### Reproduction 1. Open `./packages/svelte/tests/css/samples/has/input.svelte` ...
css
low
Critical
2,627,284,960
material-ui
[material-ui][Menu] Let buttons opening menus have an activated state
### Summary If having a couple of buttons, each opening a menu. It is confusing to me which button the menu is connected to as they do not have any visual indication. ### Examples Material Design has an [Activated state](https://m2.material.io/design/interaction/states.html#activated) which could be used to co...
new feature,design: material,waiting for ๐Ÿ‘,component: menu,component: button
low
Minor
2,627,297,995
vscode
terminal history does not work or gets wrong version of fish_history - Linux Snap
Type: <b>Bug</b> in snap package rev 173 terminal history no longer works correctly. Reverting to snap rev 172 makes it work again. In snap rev 173, noticed that on startup vscode copies an obsolete bash_history (instead of the correct ~/.local/share/fish/fish_hitory) file from the home folder and puts its content i...
bug,linux,snap,regression,terminal-shell-fish
medium
Critical
2,627,309,772
next.js
Build failing to complete only in CI
### Link to the code that reproduces this issue https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/integration-tests/test-apps/nextjs ### To Reproduce We have been unable to reproduce the issue locally, both while attempting to build the app standalone, as well as attempting to run the int...
bug
low
Critical
2,627,409,318
rust
WASI unwinding is broken in release
This is target `wasm32-wasip1` with `panic = "unwind"`, running on V8. I tried this code: ```rust struct Dropper; impl Drop for Dropper { fn drop(&mut self) { let _ = std::panic::catch_unwind(|| { std::panic::resume_unwind(Box::new(String::from("About to do some nifty corruption"))) })...
A-LLVM,P-medium,T-compiler,O-wasm,C-bug,T-libs,O-wasi,A-panic,I-miscompile
medium
Critical
2,627,476,724
flutter
ci.yaml validation check might unexpectedly fail, failing the PR and autosubmit
This was encountered on dart->engine https://github.com/flutter/engine/pull/56267 resulting in failed roll attempt. The culprit was identified as github "ci.yaml validation" action being sent out while cocoon was restarting after auto-deploy.
team-infra,P2,triaged-infra
low
Critical
2,627,539,871
godot
Editor plugin hooks return immediatly ignoring `await`
### Tested versions 4.4.dev ### System information Windows 11 - Vulkan (Forward+) ### Issue description Coroutines don't work in `EditorPlugin` hooks like: ```gdscript @tool extends EditorPlugin # The project runs immediately and "finished build check" prints after it func _build() -> bool: prin...
discussion,topic:gdscript,topic:editor,documentation,topic:plugin
low
Minor
2,627,541,809
go
cmd/go: TestScript/cover_atomic_pkgall failures
``` #!watchflakes default <- pkg == "cmd/go" && test == "TestScript/cover_atomic_pkgall" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732602684851905153)): === RUN TestScript/cover_atomic_pkgall === PAUSE TestScript/cover_atomic_pkgall === CONT T...
NeedsInvestigation
low
Critical
2,627,543,050
opencv
The dnn Tensorflow parser doesn't support ExpandDims layer with the new dnn engine
### System Information OpenCV 5.x ### Detailed description OpenCV dnn uses nchw layout, Tensorflow uses nhwc layout. When dnn parser handles a tensorflow layer with an axis argument, it should convert the axis from nhwc to ncwh. However the parser doesn't know the number of dimensions of the input tensor, so it runs...
bug
low
Minor
2,627,547,208
go
x/build/cmd/relui: shows a misleading prompt that says "immediately run" when scheduling a workflow (i.e., it doesn't run immediately)
When creating a workflow to be executed, relui always shows a prompt that asks: "This will create and immediately run this workflow. Ready to proceed?" The "immediately run" part is true whenever the schedule type is "immediately run", but not when the workflow is being scheduled to run at a later date, or on a ...
help wanted,Builders,NeedsInvestigation,Friction
low
Major
2,627,560,714
vscode
arrow navigation diff view will go to prev/next cell
1. enable a11y optimized mode (so that the diff view shows up in the inline chat) 2. create a notebook and have some code in the second cell 3. ask for an edit in the second cell 4. use the arrow keys to scroll through the diff ๐Ÿ› down arrow will work since it's the last cell, but up arrow will move to the first cell ...
bug,accessibility,notebook,inline-chat
low
Minor
2,627,581,786
flutter
[path_parsing] Add docs for public APIs
When importing `path_parsing`, I had to add `// ignore`s for public_member_api_docs, because a lot of public APIs were undocumented, and figuring out all the APIs and documenting them was out of scope for the import. We should fix that and remove the `// ignore` so that we are following the best practices that our `ana...
package,team-ecosystem,P3,triaged-ecosystem,p: path_parsing
low
Minor
2,627,590,081
flutter
[path_parsing] Fix private type in public API violations
When importing `path_parsing`, I had to add `// ignore`s for library_private_types_in_public_api, because refactoring code visibility was out of scope for the import. We should fix that and remove the `// ignore` so that we are following the best practices that our `analysis_options` are intended to enforce. I suspe...
package,team-ecosystem,P3,triaged-ecosystem,p: path_parsing
low
Minor
2,627,603,303
kubernetes
Declarative defaults should handle cases where a field is feature-gated
Given a non-gated field, I can say `// +default=12345`, which will generate code like: ``` if obj.Field == nil { var val int64 = 12345 obj.Field = &val } ```` If I have a feature-gated field, I want the default value ONLY IF allowed by the gate. For example: pkg/apis/core/v1/defau...
sig/api-machinery,kind/feature,area/code-generation,triage/accepted
low
Minor
2,627,628,408
godot
2D HDR makes scenes significantly darker
### Tested versions Godot 4.3 Stable ### System information Windows 10 x64, RTX 3060 Ti, Ryzen 5600x ### Issue description Enabling โ€œHDRโ€ makes everything (and especially HDRi) significantly darker. I've tried several methods to locate any relevant side of the issue (physical light units, auto exposure, ...
bug,topic:rendering,topic:2d
low
Minor
2,627,640,051
vscode
Pytest Test Discovery Issue in Multi-root Workspace with Folder-specific Settings
I'm encountering an issue with Pytest test discovery in a multi-root workspace setup in Visual Studio Code. My workspace includes two folders: api and authorizer. Each folder contains its own set of tests within a tests subdirectory. For each folder, I have a settings.json file located in the .vscode directory with th...
bug,workbench-multiroot,testing,python
low
Critical
2,627,662,139
tauri
[bug] Different Path for APK and AAB file after build
### Different Filepath for android Build ![image](https://github.com/user-attachments/assets/c9028502-2d1a-4a57-839d-fa88ac9d5ba2) ### Reproduction https://github.com/Algostract/portfolio-shirsendu ### Expected behavior To have one folder path either universal/release or universalRelease ### Full ...
type: feature request,priority: 3 low
low
Critical
2,627,676,440
TypeScript
Destructuring into an empty object vs an object with existing properties yields different results
### ๐Ÿ”Ž Search Terms "destructuring", "record" ### ๐Ÿ•— Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ. ### โฏ Playground Link https://www.typescriptlang.org/play/?ts=5.6.3#code/MYewdgzgLgBATgU1HAJgdQJZQBYGUpwZgDmEAXDAEpIioA80hJANDI0cQHwwC8MA3gF8A3AChRCAB4AHWr...
Bug,Help Wanted
low
Critical
2,627,724,970
bitcoin
CI: Improve documentation around replicating CI locally
I've received some feedback that replicating CI jobs locally isn't straightforward. Perhaps the documentation can be improved in this area? @maflcko I understand you had some improvements in mind? Happy to also work on this.
Brainstorming,Docs,Build system,Tests
low
Minor
2,627,728,564
bitcoin
CI: Make failure message easier to spot
Sometimes during a CI failure the actual error message can be buried in a wall of log output and not immediately clear. Ideally it should be obvious why a CI job has failed. CC @maflcko
Brainstorming,Tests
low
Critical
2,627,791,051
transformers
VLMs Processors are not fully consistent in the inputs formats they accept
### Summary of accepted inputs for image-text-to-text-models | Model | Uses Image Tokens | Accepts URL | Accepts PIL | Accepts Path | Accepts Non-Nested Batched Images (one per text) | Accepts Nested Images (one per text) | Accepts Nested Images (Multiple images per text, same number for each text) | Accepts Nested Im...
bug,Processing
low
Critical
2,627,796,469
rust
Tracking issue for release notes of #131477: macOS: Always pass SDK root when linking with `cc`, and pass it via `SDKROOT` env var
This issue tracks the release notes text for #131477. ### Steps - [ ] Proposed text is drafted by PR author (or team) making the noteworthy change. - [ ] Issue is nominated for release team review of clarity for wider audience. - [ ] Release team includes text in release notes/blog posts. ### Release notes text Th...
T-compiler,relnotes,O-apple,relnotes-tracking-issue
low
Minor
2,627,816,446
flutter
[impeller] opengles golden tests don't have antialiasing
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d test: impeller_Play_AiksTest_FilledEllipsesRenderCorrectly ## metal ![impeller_Play_AiksTest_FilledEllipsesRenderCorrectly_Metal](https://github.com/user-attachments/assets/ddc694d3-d8d2-4aad-b7ce-ea16790825cd) ## opengles ![impeller_Play_AiksTest_FilledEllips...
P1,e: impeller,team-engine,triaged-engine,e: opengl
medium
Major
2,627,833,909
flutter
[impeller] AiksTest_ColorFilterAdvancedBlend is blurry on opengles
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d test: AiksTest_ColorFilterAdvancedBlend Look at the details in the image of the town. They are more crisp on vulkan and metal. ## metal ![impeller_Play_AiksTest_ColorFilterAdvancedBlend_Metal](https://github.com/user-attachments/assets/2daa7c5c-cb71-44d6-9a4c-88...
P2,e: impeller,team-engine,triaged-engine,e: opengl
low
Minor
2,627,854,024
flutter
[impeller] AiksTest_ColorMatrixFilterSubpassCollapseOptimization missing outline on opengles
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d test: AiksTest_ColorMatrixFilterSubpassCollapseOptimization ## metal ![impeller_Play_AiksTest_ColorMatrixFilterSubpassCollapseOptimization_Metal](https://github.com/user-attachments/assets/1caaf8c7-ed4f-4e91-8f8b-7ec9914e0dce) ## opengles ![impeller_Play_Aik...
P2,e: impeller,team-engine,triaged-engine,e: opengl
low
Major
2,627,858,251
pytorch
Add 'no_type_conversion' flag to register_buffer()
### ๐Ÿš€ The feature, motivation and pitch Some modules need to keep float32/float64/float16 constant Tensors (registered as buffers) unaffected by .to(dtype=float16, etc) operations. The most straightforward way to implement that is to add a flag to register_buffer that would mark it as guarded from type conversion (...
module: onnx,triaged
low
Major
2,627,860,076
flutter
[impeller] CanRenderSweepGradientManyColorsRepeat has artifact on opengles
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d test: AiksTest_CanRenderSweepGradientManyColorsRepeat The artifact is on the north east line radiating from the center of the gradient. ## metal ![impeller_Play_AiksTest_CanRenderSweepGradientManyColorsRepeat_Metal](https://github.com/user-attachments/assets/62a5...
P2,e: impeller,team-engine,triaged-engine,e: opengl
low
Minor
2,627,910,104
flutter
Impeller golden tests (and others?) require developers to manually update the list of goldens
There are a couple of golden mechanisms in the engine that have lists of the expected golden file outputs. At least one of these was created when we discovered that sometimes a golden file might be missing and therefore not checked. This manual check of which files were generated solves that issue, but it seems like we...
team,c: proposal,P2,c: tech-debt,team-engine,triaged-engine
low
Critical
2,627,913,038
flutter
ci/format.sh should verify that Impeller golden test list is sorted
Part of the Impeller golden test suite is to verify if the list of generated goldens is complete and it uses the `impeller_golden_tests_output.txt` file to double check the list. Unfortunately, that check will also fail if the list is complete, but not sorted correctly. We should have `ci/format.sh` check this condi...
a: tests,engine,c: proposal,P3,e: impeller,team-engine,triaged-engine
low
Critical
2,627,920,417
flutter
building `Profile-ios-Flutter.xcframework` took 40m
Expected time is 16s. ## problem example https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20mac_ios_engine/36781/overview ## positive example https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20mac_ios_engine/36735/overview
team-infra,P2,c: flake,triaged-infra
low
Minor
2,627,927,208
flutter
Implement Zones at the framework level (e.g. as a Widget)
### Use case Allow coarse-grained management of async requests and dependency injection Example 1: A user logs in, some widgets create some async requests and other local state, and the user logs out. How do we guarantee that all authenticated async requests and streams are canceled or at least will not interfere w...
c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
low
Critical
2,627,937,610
flutter
Investigate whether Web can listen to "pointermove" events on `_viewTarget`
Since https://github.com/flutter/engine/pull/38477, Web listens to "pointermove" events on `_globalTarget` instead of the standard `_viewTarget` because of the default event capturing behaviors. However, the default web capture behavior might be configurable. We might want to revisit it and possibly simplify the code. ...
engine,platform-web,a: mouse,P2,team-web,triaged-web
low
Minor
2,627,962,667
tensorflow
`tf.linalg.lstsq` producing outputs with large inconsistencies between CPU and GPU with `float32` tensors
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.18.0 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version...
type:bug,comp:ops,TF 2.18
medium
Critical
2,627,973,848
pytorch
CPU support for FlexAttention
# Add CPU Compile Support for Flex Attention There are two implementations of Flex Attention. An unfused Eager Mode implementation that works on most device and, under torch.compile, Inductor will lower to a Triton template. This Triton template is only supported on CUDA and ROCM devices. We currently don't have an...
triaged,oncall: pt2,module: higher order operators,oncall: cpu inductor,module: pt2-dispatcher,module: flex attention
low
Minor
2,627,975,297
rust
ICE: `internal compiler error[E0391]: cycle detected when computing function signature of impl`
<!-- ICE: Rustc ./a.rs '-Zcrate-attr=feature(cmse_nonsecure_entry) --edition=2018 --crate-type=lib -ooutputfile -Zdump-mir-dir=dir' 'error: internal compiler error[E0391]: cycle detected when computing function signature of `<impl at /tmp/im/a.rs:3:1: 3:10>::test`', 'error: internal compiler error[E0391]: cycl...
A-diagnostics,I-ICE,T-compiler,C-bug,F-cmse_nonsecure_entry,S-has-mcve,S-bug-has-test,A-ABI,I-cycle
low
Critical
2,628,014,032
pytorch
Graph break due to unsupported builtin torch._C._distributed_c10d.PyCapsule._broadcast_coalesced
### ๐Ÿ› Describe the bug Compiling a whole ddp wrapped model I got this graph break ### Error logs ```python /opt/conda/lib/python3.11/site-packages/torch/_dynamo/variables/functions.py:743: UserWarning: Graph break due to unsupported builtin torch._C._distributed_c10d.PyCapsule._broadcast_coalesced. This function ...
oncall: distributed,triaged,module: ddp,oncall: pt2,module: dynamo,module: graph breaks,pt2d-triage-nov2024
low
Critical
2,628,063,246
godot
Debugger Evaluator format issue on division
### Tested versions 4.4.dev (since it was added https://github.com/godotengine/godot/pull/97647) ### System information Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 threads) ### Issue descr...
bug,topic:editor
low
Critical
2,628,072,200
pytorch
registering op through function does not work
### ๐Ÿ› Describe the bug a very strange bug: ```python import torch from torch.library import Library def silly_attention(q: torch.Tensor, k: torch.Tensor, v: torch.Tensor, out: torch.Tensor) -> None: out.copy_(q) out += k out += v def silly_attention_fake(q: torch.Tensor,...
triaged,module: custom-operators,oncall: pt2,module: pt2-dispatcher
low
Critical
2,628,073,575
tensorflow
`tf.math.floormod` not throwing `Integer division by zero` error on GPU for tensor of int64 dtype
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.18 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compiler ...
stat:awaiting tensorflower,type:bug,comp:ops,TF 2.18
medium
Critical
2,628,131,004
rust
Inlining `-Cinstrument-coverage` code into a uninstrumented crate causes problems
`-Cinstrument-coverage` is a per-crate setting, which makes it possible for instrumented and uninstrumented crates to be mixed during compilation. This must be supported to some extent, because the standard libraries are built without coverage instrumentation, and instrumenting them would be unwanted in most cases. An...
T-compiler,A-code-coverage
low
Minor
2,628,131,827
flutter
[Linux] Make FlView an interface
### Use case This would allow for some compatibility with existing plugins inside of a custom embedder but on Linux. If a plugin wishes to have access to the GTK side of things, they should check via `GTK_IS_WIDGET(view)`. ### Proposal 1. Make `FlView` an interface 2. Move the existing `FlView` to be a deriva...
engine,platform-linux,c: proposal,P3,team-linux,triaged-linux
low
Minor
2,628,187,396
pytorch
[Torch TO ONNX BUG] The right shift operation in torch is mapped as a division operation when converted to ONNX.
### ๐Ÿ› Describe the bug The right shift operation in torch is mapped as a "DIV" operation instead of a "SHR" operation when converted to ONNX. This causes some problems when the negative number shifts to the right. For example, shifting -3527 right by 8 bits is not the same as dividing it by 256, especially if the r...
module: onnx,triaged,onnx-needs-info
low
Critical
2,628,199,963
godot
Switching from the Default Keyboard to Num Keyboard Drops Keyboard altogether
### Tested versions - Reproducible in Godot Stable v4.2.1 ### System information Windows 11 - Godot 4.2.1 (Developed an app for Android 14) ### Issue description When switching focus from a textbox using the number keyboard to the default keyboard, the keyboard will drop entirely. The default keyboard sh...
bug,platform:android,needs testing,topic:input
low
Minor
2,628,205,015
vscode
Add title bar context menu entry in full screen to toggle menu bar on windows and linux
<!-- โš ๏ธโš ๏ธ 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. --> Do not hide the Menu Bar (that includes File, Edit, e...
feature-request,linux,windows,titlebar,menus
low
Major
2,628,226,928
transformers
Add more configurations to the class LlavaOnevisionConfig.
### Feature request I would like to add more flags to configuration class `LlavaOnevisionConfig`, including `spatial_pool_mode`, `newline_position ` ### Motivation [LlavaOnevisionModel](https://huggingface.co/llava-hf/llava-onevision-qwen2-7b-ov-hf) uses the fixed value of `spatial_pool_mode="bilinear"` and `newlin...
Feature request
low
Minor
2,628,231,785
rust
Array and Vec's Clone specialization is maybe unsound with conditionally Copy types.
Currently, [the `Clone` impl for `[T; N]`](https://github.com/rust-lang/rust/blob/24254efb432739965c50c43c86b2eabbb947a31c/library/core/src/array/mod.rs#L426-L455) uses specialization. If `T` implements `Copy`, then cloning a `[T; N]` will do a memcpy (ignoring `T`'s `Clone` impl). If `T` doesn't implement `Copy`, then...
P-medium,T-compiler,I-unsound,A-specialization,C-bug,T-libs,E-needs-investigation
medium
Critical
2,628,233,496
rust
rustdoc: Consider adding CCI for the HIR expressions of public constants
When a constant is inlined into another crate, we are forced to always show the evaluated/folded version of the constant. This is because we don't have access to the original HIR in the metadata. This could be a situation where we can use (https://github.com/rust-lang/rfcs/pull/3662) to store the original expression...
T-rustdoc,C-enhancement
low
Minor
2,628,235,165
PowerToys
[Advanced Paste] Remove clipboard history from main UI if feature turned off
### Description of the new feature / enhancement Remove the clipboard history function from Advanced Paste. ### Scenario when this would be used? Windows has built in clipboard history (win + v) , itโ€™s redundant to reimplement this feature and put it in the pop up. ### Supporting information _No response_
Help Wanted,Cost-Small,Product-Advanced Paste
low
Minor
2,628,237,130
flutter
[Web] Web app inside WebView is not responding after halfway swiping back gesture on iOS
### Steps to reproduce 1. Create a web application with three pages 2. Create a native application and use the web_view plug-in to open the web application 3. Enter the web page, slide sideways to return, and then cancel the return ### Expected results The page is normal ### Actual results ANR ### Code sample ...
c: crash,f: routes,a: platform-views,p: webview,platform-web,package,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Major
2,628,315,360
yt-dlp
[Radiko] Cannot identify radio program to download! - support for premium timefree 30?
### 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...
account-needed,geo-blocked,site-bug,patch-available,can-share-account
low
Critical
2,628,356,742
svelte
Svelte 5: Unable to monitor state/derived without running the block
### Describe the bug On page load, we pass the initial data into the component. Because of this, we don't need to fetch data again when the component is mounted, but if the query params change, we need to trigger a section of code to refetch results. In Svelte 4, we had something like this (trimmed and simplified b...
awaiting submitter
low
Critical
2,628,358,574
kubernetes
SchedulingWhileGated test in scheduler-perf failed but was able to produce results
### What happened? While trying to reproduce the Scheduler_perf results from #127180 , I encountered an issue where the SchedulingWhileGated test failed but still produced results. Iโ€™m running the following code on an Ubuntu 22.04 Linux VM with 4 CPUs, 8GB memory, and a 100GB hard disk, under various configurations. ...
kind/bug,sig/scheduling,needs-triage
low
Critical
2,628,396,667
godot
Using CapsuleShape2D in CollisionShape2D cancels out the collision area when baking NavigationRegion2D
### Tested versions Reproducible - v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 3700X 8-Core Processor (16 Threads) ### Issue description When baking NavigationPolygon, if a ...
bug,topic:navigation,topic:2d
low
Minor
2,628,396,870
deno
Resize event on stdout not invoked in TTY on macOS
Version: Deno 2.0.4 macOS: 14.2.1 # Repro steps 1. `deno` in Alacritty 2. `process.stdout.on('resize', () => { console.log(`${process.stdout.columns}x${process.stdout.rows}`) })` 3. Resize Alacritty window # Expected Printed console output with the process columns and rows. # Actual Nothing happens...
bug,node compat
low
Critical