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,635,966,422
tensorflow
[TFLite/LiteRT] Conv3D does not support acceleration
**System information** - TensorFlow Python version: 2.17. - TensorFlow Android versions: ``` implementation 'org.tensorflow:tensorflow-lite:2.16.1' implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:2.16.1' implementation 'org.tensorflow:tensorflow-lite-gpu:2.16.1' implementation 'org.t...
stat:awaiting tensorflower,type:feature,comp:lite,2.17
medium
Major
2,635,967,726
yt-dlp
增加网站支持/Enhance website compatibility:http://www.docuchina.cn/
### 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...
site-enhancement,patch-available
low
Critical
2,635,984,391
rust
Add a `dont-check-error-annotations` to compiletest
cc @jieyouxu It would be nice if compiletest could support a `//@ dont-check-error-annotations` annotation that would not require you to annotate your file with `//~^ ERROR:` anywhere. This would be useful for cases where I only care that the test doesn't start ICEing. Ideally we'd never need this but sometimes I win...
T-bootstrap,C-feature-request,A-compiletest
low
Critical
2,635,987,407
rust
'Expected <function pointer>, found <function item>' diagnostic could explicitly suggest casting
### Code ```rs fn foo() -> usize { 0 } fn bar() -> usize { 1 } fn main() { let _x: Vec<(&str, fn() -> usize)> = [("foo", foo)].into_iter().collect(); } ``` ### Current output ```rs error[E0277]: a value of type `Vec<(&str, fn() -> usize)>` cannot be built from an iterator over elements of type `(&str, f...
A-diagnostics,T-compiler,D-confusing
low
Critical
2,635,996,230
kubernetes
:elephant: Switch away from obsolete package `github.com/grpc-ecosystem/go-grpc-prometheus`
See note on the package ``` ⚠️ This project is depreacted and archived as the functionality moved to [go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) repo since [provider/prometheus@v1.0.0-rc.0](https://github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/providers%2Fprometheus%2Fv1...
sig/instrumentation,area/code-organization,needs-triage
low
Minor
2,636,000,323
rust
Tracking issue for release notes of #132515: Fix and undeprecate home_dir()
This issue tracks the release notes text for #132515. ### Steps - [x] 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...
O-windows,T-libs-api,relnotes,relnotes-tracking-issue
low
Critical
2,636,034,066
godot
Auto insert keys loses node focus after rotation via handle
### Tested versions - Reproducible in v4.3.stable.official [77dcf97d8] ### System information Godot v4.3.stable - Ubuntu 22.04.4 LTS 22.04 - X11 - GLES3 (Compatibility) - NVIDIA GeForce GTX 860M (nvidia; 535.183.01) - Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (8 Threads) ### Issue description When recording an ani...
bug,topic:animation
low
Minor
2,636,059,879
flutter
CI has misconfigured Android emulators
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8733083598586544001/+/u/start_avd/Start_Android_emulator__android_35_google_apis_x64.textpb_/raw_io.output_text ``` I1025 11:14:42.233939 48863 IniFile.cpp:450] Malformed int value 96M for key hw.ramSize I1025 11:14:42.234009 48863 IniFile.cpp:4...
P3,team-android,triaged-android
low
Critical
2,636,076,342
flutter
[Impeller] libImpeller: Find default font files on Android.
Today, the font files need to be explicitly specified. The mechanism exists but needs to be wired up.
P2,e: impeller,team-engine,triaged-engine,e: libimpeller
low
Minor
2,636,088,975
rust
Misleading error messages when using the wrong macro fragment specifiers
Issue: ```rust #[rustfmt::skip] mod issue { struct SomeType<T>(std::marker::PhantomData<T>); macro_rules! test { ($ty:ty) => { impl<$ty,> SomeType<$ty> {} }; } // Works fine impl<T,> SomeType<T> {} // error: expected one of `>` or `as`, found `,` // --> src...
A-diagnostics,A-macros,D-confusing
low
Critical
2,636,131,290
flutter
Make `ErrorWidget`'s text selectable
# Problem When an assertion is triggered, it is displayed using the `ErrorWidget`. Unfortunately, its text is unselectable - I cannot copy it to search the internet for help. # Solution Ideas: 1. Make the `ErrorWidget`'s text selectable 2. Add a link to Google that searches for the error # Example sc...
c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
low
Critical
2,636,137,354
angular
Invalid check in router/url_tree/parseParens
### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description The `parseParens` method in url_tree.ts has a sanity check that checks if segment group is properly closed or not. https://github.com/angular/angular/blob/c22b5accdd083f3bdc4141431cece196f0e33112/packages...
area: router,router: aux routes
low
Critical
2,636,187,696
next.js
tsconfigPath is not supported by Turbopack
### Link to the code that reproduces this issue https://github.com/seanparmelee/nextjs-tsconfigpath ### To Reproduce 1. Run `npm run dev:turbo` 2. Navigate to http://localhost:3000/ 3. You should see the error `Module not found: Can't resolve '@/components/Hello'` 4. Stop the server 5. Run `npm run dev` 6...
bug,Turbopack,linear: turbopack
low
Critical
2,636,226,780
vscode
Add support for adding `svg` as attachments
![Image](https://github.com/user-attachments/assets/8f281f87-e6c8-4664-bf4d-780a96b644ca)
feature-request,panel-chat
low
Minor
2,636,230,609
flutter
Feature Request: Add Parameter to Control Tooltip Dismissal Behavior
### Use case **Description:** I would like to propose an enhancement to the existing Tooltip widget in Flutter to provide developers with the ability to control the dismissal behavior of tooltips more effectively. **Current Behavior:** The default behavior of the Tooltip widget is that it remains visible even when ...
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Major
2,636,247,183
terminal
Copilot chat loses input when dismissed and reloaded
### Windows Terminal version 1.23.3091.0 ### Windows build number 10.0.26100.0 ### Other Software _No response_ ### Steps to reproduce @DHowett told me to bind copilot chat to <kbd>shift</kbd>+<kbd>/</kbd> which I thought was an alright idea. That is... until I tried to type a question mark at the end of my que...
Issue-Bug,Product-Terminal,Needs-Tag-Fix,Area-Chat
low
Minor
2,636,268,520
godot
Script sidepanel toggle is permanent with ctrl + \ but only temporary with the bottom left arrow
### Tested versions v4.4.dev3.official [f4af8201b] ### System information Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 9 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6590) - 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz (16 threads) ### Issue description Using ctrl + \ to...
bug,topic:editor
low
Minor
2,636,269,771
flutter
Give a non-nullable context to ContextAction's invoke()
### Use case The Actions API introduced `ContextAction` a few years ago: https://docs.google.com/document/d/1A9yald55O_C6Weqp4tOtyMisfOC1ZC0UMq7Yc-pNfVQ/edit?tab=t.0 The API is: ``` @override bool isEnabled(T intent, [BuildContext? context]) => super.isEnabled(intent); @protected @override Objec...
c: new feature,framework,d: api docs,c: proposal,P3,team-framework,triaged-framework
low
Critical
2,636,303,581
TypeScript
VSCode auto-import ignores typescript.preferences.importModuleSpecifierEnding when using a path from the package.json imports
<!-- ⚠️⚠️ 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...
Needs More Info
low
Critical
2,636,308,242
go
compress/flate: TestBestSpeed failures
``` #!watchflakes default <- pkg == "compress/flate" && test == "TestBestSpeed" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732086649999571185)): === RUN TestBestSpeed === PAUSE TestBestSpeed === CONT TestBestSpeed — [watchflakes](https://go.d...
NeedsInvestigation
low
Critical
2,636,339,065
go
x/tools/gopls: recognize templ user agent in telemetry
Templ language server uses gopls to process go syntax. Currently, gopls spawned by Templ language server is not distinguishable from gopls editors manage directly. As Templ is getting popular, I think it is beneficial for both gopls and templ teams to track templ's gopls usage more closely. Hopefully, this informat...
gopls,Tools
low
Major
2,636,350,554
pytorch
compiling "input mutation" followed by "input mutation + aliasing" does not properly recompile
Noticed this after some discussion from https://github.com/pytorch/pytorch/pull/139555#discussion_r1828455360. Here is a small repro: ``` import torch def f(x, y): x.mul_(2) return x + y x1 = torch.ones(4) y1 = torch.ones(4) f_compiled = torch.compile(f, backend="aot_eager") out1 = f_compiled...
high priority,triaged,oncall: pt2,module: guards
low
Minor
2,636,390,535
ui
[bug]: `init`/`add` commands break `tailwind.config.js`
### Describe the bug ``` fontFamily: { sans: [ 'Work Sans', 'sans-serif', 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', 'Arial', ], }, ``` Becomes ``` fontFamily: { sans: [\n ...
bug
low
Critical
2,636,395,209
ui
[bug]: CLI breaks tailwind.config.ts
### Describe the bug ``` fontFamily: { sans: [ 'Work Sans', 'sans-serif', 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', 'Arial', ], }, ``` Becomes ``` fontFamily: { sans: [\n ...
bug
low
Critical
2,636,406,886
pytorch
Speed up `DataLoader` worker start time for large datasets
### 🚀 The feature, motivation and pitch Startup time for `DataLoader` workers can be very slow when using a `Dataset` object of even moderate size. The reason is that each worker process is started serially in a loop, and for each worker we have to: 1. pickle the dataset 2. wait while we pipe the data to the work...
module: dataloader,triaged
medium
Major
2,636,414,488
next.js
redirect does not work when using multiple root layouts
### Link to the code that reproduces this issue https://github.com/llipengda/next-redirect-bug ### To Reproduce 1. next dev 2. click `/test-a` 3. click `redirect to /` 4. the page is navigated to / 5. click `/test-b` 6. click `redirect to /` 7. this does not work ### Current vs. Expected behavior current: wh...
bug,Navigation
low
Critical
2,636,428,946
vscode
The "Source Control" panel is often out of sync with my git repo
Type: <b>Bug</b> Since upgrading, I've noticed that the "Source Control" panel does not stay in sync with my git repo. I find myself invoking "reload window" a lot throughout the day to fix the problem. This wasn't an issue before, but now I run into it constantly. Example repro: 1. Add/modify files (through vscode ...
bug,git
medium
Critical
2,636,441,366
godot
Reverb predelay does not separate dry from wet.
### Tested versions 4.3 .Net , 4.4 Dev3 .Net ### System information Win10 x64 22H2 ### Issue description Predelay in reverb means the time difference between the start of the audio sample (dry), and the start of the reverb effect (wet). In reverb settings, assign Predelay to 0ms and Feedback to 0. Pla...
bug,topic:audio
low
Major
2,636,475,875
pytorch
Support scalar tensor in `value` arg of foreach op
### 🚀 The feature, motivation and pitch In https://github.com/pytorch/pytorch/pull/134171/files#r1805348159 there is a limitation with supporting scalar tensors in the `value` arg of foreach ops, and this results in an unnecessary copy of all grads in the optimizer. Ideally, the foreach op can support scalar tensors ...
module: optimizer,triaged,module: mta
low
Major
2,636,486,736
ui
[feat]: Implement with browser-level APIs for better performance
### Feature description There are a few browser-level APIs that could deliver better page and user interaction performance compared to a JS implementation. Please consider adopting these APIs: Popover (also used on this exact GitHub page you're viewing): [https://developer.mozilla.org/en-US/docs/Web/API/Popove...
area: request
low
Major
2,636,489,798
flutter
Improve error if `BoxDecoration` has both a circle shape and a border radius
### Use case The following `BoxDecoration` is invalid: ```dart BoxDecoration( shape: BoxShape.circle, borderRadius: BorderRadius.circular(3.0), ) ``` Using this decoration in a `DecoratedBox` widget will result in errors like: ``` ════════ Exception caught by rendering library ════════════════════...
framework,c: proposal,a: error message,P3,team-framework,triaged-framework
low
Critical
2,636,516,946
PowerToys
Surface Pro Slim Pen2 (and other similar Devices)
### Description of the new feature / enhancement Option to use it as presenter with using back side and side button as well as pen tip as buttons and the gyro to highlight and mouse pointer ### Scenario when this would be used? Immediately in Powerpoint and other apps like video control (playback...) ### Supportin...
Needs-Triage
low
Minor
2,636,517,556
flutter
Migrate api 26 and 27 to arm based firebase test lab emulators
Notes here go/flutter-android-omni-lab-2024-11-05 TLDR forward looking migration that should have speed benefits Needs to happen before End of q1 2025.
platform-android,P2,team-android,triaged-android,fyi-infra
low
Major
2,636,520,699
godot
Using load_threaded_request with sub_threads raises errors when requesting multiple scenes with scripts that access the same autoloaded node
### Tested versions Godot 4.3.stable ### System information Mac OS Sequoia (15.1) ### Issue description I was trying to implement a node that loads several scenes in the ResourceLoader's cache before the game starts, and I managed to get a crude implementation of what I wanted by following the documentation for Re...
bug,topic:core
low
Critical
2,636,521,831
kubernetes
Query param decoding fails to default when query string is entirely unset
This was noticed by @knight42 and @thockin: https://github.com/kubernetes/kubernetes/pull/127360#discussion_r1828554485
sig/api-machinery,triage/accepted
low
Minor
2,636,524,711
go
x/mobile/cmd/gobind: TestGobind/GOPATH failures
``` #!watchflakes default <- pkg == "golang.org/x/mobile/cmd/gobind" && test == "TestGobind/GOPATH" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732529201876720369)): === RUN TestGobind/GOPATH gobind_test.go:128: stat ../../.git/index.lock: no suc...
NeedsInvestigation,mobile
low
Critical
2,636,552,346
vscode
Terminal: failed link detection on WSL filesystem when wordSeparators contains slashes
Type: <b>Bug</b> 1. Add slashes to `"terminal.integrated.wordSeparators"`, e.g. ``" ()[]{}',\"`─‘’“”|//\\"`` 2. Create some files *on a WSL drive*, e.g. `src/foo/bar/bim.ts`, `src/foo/bar/baz.ts` 3. Create a build task that produces filepath-like outputs that should link to those files, e.g. ```jsonc { "version": ...
bug,WSL,terminal-links
low
Critical
2,636,570,499
go
runtime/pprof: flaky TestGenericsHashKeyInPprofBuilder
``` #!watchflakes default <- pkg == "runtime/pprof" && test == "TestGenericsHashKeyInPprofBuilder" ``` This test failed in CI: https://ci.chromium.org/ui/p/golang/builders/try/gotip-linux-amd64-staticlockranking/b8732088109106960193/test-results?sortby=&groupby= The problem is we got ``` testing.tRunner;run...
NeedsFix,compiler/runtime
low
Critical
2,636,574,000
PowerToys
[Advanced Paste] Enhance Clipboard History
### Description of the new feature / enhancement Enhance the support for the Clipboard History adding parity with the Windows built-in one. - Add a "Clear all" action to clear the entire history - Add support for pinning https://github.com/microsoft/PowerToys/issues/33715 - Improve pasting an item from the history ...
Idea-Enhancement,Product-Advanced Paste
low
Minor
2,636,580,104
terminal
In tmux 3.4, ZSH does not work correctly either locally or by SSH
### Windows Terminal version 1.22.2912.0 ### Windows build number 10.0.22631.4391 ### Other Software * Git for Windows 2.47.0.windows.2 * zsh 5.9 * tmux 3.4 * OpenSSH_9.9p1, OpenSSL 3.2.3 3 Sep 2024 ### Steps to reproduce There are two issues that appear related as they are rendering problems that *only* occur w...
Help Wanted,Issue-Bug,Product-Terminal,Needs-Tag-Fix,Priority-3
low
Minor
2,636,586,271
pytorch
[export] `strict=True` and `strict=False` behavior inconsistent when the sample inputs are aliases
Consider the following model and export where we use the same tensor as the sample input ```python import torch from typing import List class ListAdd(torch.nn.Module): def __init__(self): super().__init__() def forward( self, x: List[torch.Tensor], y: torch.Tensor, z: torch.Tenso...
module: onnx,oncall: export
low
Major
2,636,597,735
TypeScript
Syntactic checks against comparing to null/undefined in strictNullChecks mode
### 🔍 Search Terms nullish, strictNullChecks, equals, undefined, null ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the runtime behavior of existing JavaScript code - [x] This could be implemented without emitting different JS ba...
Suggestion,Experimentation Needed
low
Critical
2,636,634,653
ollama
Support for # of completions? (for loom obsidian plugin)
I'm trying to adapt the loom obsidian plugin to use ollama. now it seems to work fine, except I only ever get 1 completion. where settings.n is the number of completions I would like to generate. https://github.com/cosmicoptima/loom/blob/master/main.ts ```javascript async completeOpenAICompat(prompt: string...
feature request
low
Critical
2,636,635,307
flutter
[impeller] implement golden image tests for linux
Currently, all golden image tests are run on CI on mac bots. Swiftshader is used for Vulkan and ANGLE is used for OpenGLES. In https://github.com/flutter/flutter/issues/157951 it was shown that the OpenGLES tests don't have antialiasing because ANGLE never implemented it for Metal. The idea here is to get the go...
P3,e: impeller,team-engine,triaged-engine,e: opengl
low
Minor
2,636,687,264
TypeScript
Design Meeting Notes, 11/5/2024
# `tsc --init` https://github.com/microsoft/TypeScript/issues/58420 * Discussed previously * https://github.com/microsoft/TypeScript/issues/58417 * Example `tsconfig.json`. * https://github.com/microsoft/TypeScript/issues/58420#issuecomment-2458300636 * `"rootDir": "src"` * Automatically sets `in...
Design Notes
low
Minor
2,636,695,776
next.js
Next.js 15 - Unsupported "BinaryExpression" error in "revalidate" field for math expressions
### Link to the code that reproduces this issue https://github.com/GitDevla/next_my_app ### To Reproduce 1. Create a new Next.js 15 project or use an existing one upgraded to Next.js 15. 2. Define a revalidate field with a mathematical expression in one of the route handlers. For example: ``` javascript export c...
bug
low
Critical
2,636,711,353
godot
Revert icons in the Inspector don't show up for @export properties when using @tool scripts on Editor launch
### Tested versions I tested this in 4.3 stable and 4.2 stable ### System information Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.3713) - Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz (8 Threads) ### Issue description Revert icons in the Insp...
topic:gdscript,topic:editor,needs testing
low
Critical
2,636,716,437
TypeScript
Detect Typescript in Javascript editors opened and inform developer, that he is writing different syntax and it will silently fail (probably)
<!-- ⚠️⚠️ 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. --> It would be super helpful to have something like: ```...
Needs More Info
low
Critical
2,636,720,200
go
internal/trace: TestTraceStressStartStop/Default failures
``` #!watchflakes default <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Default" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8732073282291103857)): === RUN TestTraceStressStartStop/Default reader_test.go:112: unexpected error whi...
NeedsInvestigation,compiler/runtime
low
Critical
2,636,726,616
pytorch
DISABLED test_dtensor_mm (__main__.DistMatrixOpsTest)
Platforms: rocm This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22distributed%2F_tensor%2Ftest_matrix_ops.py%3A%3ADistMatrixOpsTest%3A%3Atest_dtensor_mm%22%5D)). distributed/_tensor/test_matrix_ops.py::DistMatrixOpsTest::test_dtensor_...
module: rocm,triaged,skipped
low
Critical
2,636,727,747
pytorch
DISABLED test_tracker_with_activation_checkpointing (__main__.TestTrackerFullyShard1DTrainingCompose)
Platforms: rocm This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22distributed%2F_tools%2Ftest_fsdp2_mem_tracker.py%3A%3ATestTrackerFullyShard1DTrainingCompose%3A%3Atest_tracker_with_activation_checkpointing%22%5D)). distributed/_tools...
module: rocm,triaged,skipped
low
Critical
2,636,734,086
rust
Double same-bound `where` clause causes failed type inference
I came across this scenario where having two functions with the same `where`-bounds causes type inference failure: ```rust pub fn foo<S>(_: S) where String: From<S> {} pub fn bar<S>(s: S) where String: From<S> { // Mismatched types error! foo(String::from(s)); } ``` I would expect the type inference to hold ...
A-trait-system,T-compiler,C-bug,T-types,E-needs-investigation
low
Critical
2,636,737,687
PowerToys
PowerToys Run history only includes calculations if you have copied or pressed Enter
### Microsoft PowerToys version 0.85.1 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? PowerToys Run ### Steps to reproduce 1. type in a sum in PowerToys Run 2. do NOT select the result or press Enter 3. use !! to get a history list 4. notice that the sum does no...
Issue-Bug,Issue-Docs,Needs-Triage
low
Minor
2,636,751,875
next.js
Enum in types.d.ts used in useState hook crashes turbopack
### Link to the code that reproduces this issue https://github.com/TijanaMazinjanin/nextjs_enum_bug ### To Reproduce 1. Clone the linked repository 2. pnpm install && pnpm run dev-turbo 3. Open localhost:3000 You will see turbopack crashing. ### Current vs. Expected behavior The code should work the same wi...
bug,Turbopack,linear: turbopack
low
Critical
2,636,768,574
nvm
zsh commands output by install.sh have syntax issues
<!-- 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: Linux 6.11.3-200.fc40.x86_64 # 1 SMP PREEMPT_DYNAMIC Thu ...
shell: zsh,needs followup
low
Critical
2,636,789,008
go
x/build: adjust LUCI load at openbsd-ppc64 builder
As agreed with @dmitshur and Michael K, add GOMAXPROCS to try reducing the load average on the builder machine.
Builders,NeedsFix
low
Minor
2,636,790,420
flutter
[in_app_purchase_storekit] Add `latestTransaction` for the iOS wrapper
### Use case As a convenience method, it would be useful to have the [latestTransaction](https://developer.apple.com/documentation/storekit/product/3803206-latesttransaction) method added to the package. This allows us to get the most recent transaction for a giving product, and quickly evaluate it. For example, if we...
c: new feature,platform-ios,p: in_app_purchase,package,P2,team-ios,triaged-ios
low
Minor
2,636,798,173
pytorch
DISABLED test_comprehensive_pca_lowrank_cuda_float32 (__main__.TestInductorOpInfoCUDA)
Platforms: linux, slow, rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_pca_lowrank_cuda_float32&suite=TestInductorOpInfoCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/325638645...
triaged,module: flaky-tests,skipped,oncall: pt2,module: inductor
low
Critical
2,636,817,519
langchain
Supabase vectorstore does not support $in in a filter to match to a list of ids
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Ɑ: vector store
low
Critical
2,636,821,354
go
crypto/tls: should apply default NextProtos to the result of GetConfigForClient
### Go version go version go1.22.8 darwin/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='arm64' GOBIN='/Users/jack/src/bin' GOCACHE='/Users/jack/Library/Caches/go-build' GOENV='/Users/jack/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' ...
NeedsInvestigation
low
Critical
2,636,849,091
ant-design
TreeSelect组件单选模式添加与Select组件labelRender类似的功能
### What problem does this feature solve? 在TreeSelect组件单选模式中选中节点后,不想直接展示node所对应的title,想要加工一下。 ### What does the proposed API look like? 与Select组件labelRender函数类似,或者与TreeSelect tagRender一致。 <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
Inactive
low
Major
2,636,860,502
next.js
Issues creating web workers `SecurityError: Failed to construct 'Worker'`
### Link to the code that reproduces this issue https://github.com/pantoninho/nextjs-worker-bug ### To Reproduce (I'm getting errors creating a next-app with `reproduction-template`, so I created a regular next-app instead) I'm able to create web workers inside a component, but a `SecurityError` is thrown w...
bug,Webpack,Runtime
low
Critical
2,636,874,205
rust
Hang after encountering overflow errors for huge types
### Code ```rs fn main() { let mut x = None; let y = x; let z = Default::default(); let mut w = (&mut x, z, z); let a = (&mut None::<fn(&())>, y, None::<fn(&'static ())>); w = z; } ``` ### Affected release channels - [ ] Previous Stable - [ ] Current Stable - [ ] Current Beta - [x] Current N...
A-diagnostics,P-high,T-compiler,regression-from-stable-to-stable,C-bug,I-hang,S-has-mcve
low
Critical
2,636,877,956
vscode
An error is displayed after the notebook line height is modified
Type: <b>Bug</b> When I use jupyter notebook, after changing the notebook's line height, the markdown cell gets an overlap error. ![Image](https://github.com/user-attachments/assets/142cbac7-3f30-4706-869a-beab398fbf2b) VS Code version: Code 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z...
bug,info-needed,notebook-layout
low
Critical
2,636,882,077
ant-design
Modal Overlay scroll blocking is not compatible with the overflow-y scroll style of html elements
### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-5j3xtp) ### Steps to reproduce 1. Set html style `overflow-y: scroll` 2. Open Modal with scroll bars ### What is expected? 1. Scrol...
Inactive,unconfirmed
low
Minor
2,636,895,481
godot
Editable Children's exported Dictionary property can not be saved to .tscn file via script
### Tested versions - Reproducible in v4.4.dev3.official [f4af8201b] ### System information Windows 11, Vulkan API 1.3.280 - Forward+ - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce RTX 3060 Ti ### Issue description I use an @export_tool_button to modify a sub-scene's exported Dictionary property, but it turns o...
bug,topic:core,needs testing
low
Minor
2,636,907,019
ui
[bug]: Unnecessary Double Spaces in DialogPrimitive Overlay Class for Dialog Component
### Describe the bug There is extra space in part of the style for the dialog component. There are two extra spaces before the class `data-[state=open]:animate-in`. https://github.com/shadcn-ui/ui/blob/f7c42169a6c7daa5821a033eed5928f26e565f38/apps/www/registry/default/ui/dialog.tsx#L21C1-L28C5 https://github.co...
bug
low
Critical
2,636,916,954
PowerToys
Add hotkeys for focus assist and do not disturb
### Description of the new feature / enhancement Currently there is no way to use these features with one's keyboard rather than clicking windows. I have these clicks behind hotkeys configured with AutoHotkey. ### Scenario when this would be used? 1. Activate a focus assist session using a default timer 2. Turn on/o...
Needs-Triage
low
Minor
2,636,952,217
flutter
[Web] flutter web has returned to the starting page, canGoBack is still true
### Steps to reproduce 1. Open a flutter web application 2. Enter the second level page 3. Use flutter web’s own navigation to return ### Expected results canGoBack is false ### Actual results canGoBack is true safari Also have this problem ### Code sample <details open><summary>Code sample</summary> ```...
platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27
low
Minor
2,636,983,819
flutter
When manually setting the value of AnimationController, the status is always forward.
### Use case In the source code, when setting a new `value`, `_direction` is used to change `_status`. If `_direction` is not changed by other means, `_direction` defaults to `_AnimationDirection.forward`, resulting in `status` also being `AnimationStatus.forward`. In some cases, I need `status` to be `AnimationStat...
c: new feature,framework,a: animation,c: proposal,P2,team-framework,triaged-framework
low
Major
2,637,001,516
vscode
[WSL2] Use relative paths when linking to files
<!-- ⚠️⚠️ 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-contrib
low
Critical
2,637,002,473
PowerToys
Translation Errors
### Microsoft PowerToys version 0.86.0 ### Installation method PowerToys auto-update ### Running as admin Yes ### Area(s) with issue? General ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/18555787-6f58-45b9-9f4a-28d68267f315) When it ask me to turn on the diagnostic data and I sele...
Issue-Bug,Needs-Triage,Issue-Translation
low
Critical
2,637,042,503
ollama
Build instructions in https://github.com/ollama/ollama/blob/main/llama/README.md are outdated or non-functional
### What is the issue? Following the build instructions in [README.md](https://github.com/ollama/ollama/blob/main/llama/README.md#cuda) for Linux/CUDA results in an error when running `make ggml_cuda.so`. The error is: ```bash make: *** No rule to make target 'ggml_cuda.so'. Stop. ``` Could you please confirm...
documentation,build
low
Critical
2,637,121,478
deno
Can't read from a file with `{ write: true }`
Version: Deno 2.0.5 I need to open a file, lock it, read from it, and then write to it. But no configuration of `Deno.open` lets me read and write to the same `Deno.FsFile` instance. ```ts const file = await Deno.open('README.md', { write: true }); const bytes = await new Response(file.readable).arrayBuffer()...
bug
low
Critical
2,637,130,627
flutter
[camera_windows] initializeCamera is stuck on 4K camera
### Steps to reproduce Camera_Windows: ^ 0.2.6 and https://github.com/flutter/packages/tree/main/packages/camera/camera_windows , I have tried it all, and when clicking the Create camera button, the program can be executed normally with a 1080p camera, as shown in the following picture: ![4a17b6bf-969c-43f2-81c2-a...
e: device-specific,platform-windows,p: camera,package,a: desktop,P3,team-windows,triaged-windows
low
Critical
2,637,151,630
vscode
Illegal value for lineNumber
```javascript Error: Illegal value for lineNumber at Ew.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10 at Va.getBottomForLineNumber in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:583:40 at <anonymous> in src/vs/editor/browser/widget/diffEdit...
error-telemetry,diff-editor
low
Critical
2,637,152,142
vscode
TextModel got disposed before DiffEditorWidget model got reset
```javascript Error: TextModel got disposed before DiffEditorWidget model got reset at vZ.value in src/vs/editor/browser/widget/diffEditor/diffEditorWidget.ts:329:24 at x.B in src/vs/base/common/event.ts:1243:13 at x.C in src/vs/base/common/event.ts:1254:9 at x.fire in src/vs/base/common/event.ts:1278:9 at Ew.dispose i...
error-telemetry,diff-editor
low
Critical
2,637,153,860
vscode
Cannot read properties of undefined (reading 'getViewLineMinColumn')
```javascript TypeError: Cannot read properties of undefined (reading 'getViewLineMinColumn') at rLi.getViewLineMinColumn in src/vs/editor/common/viewModel/viewModelLines.ts:735:62 at dLi.getLineMinColumn in src/vs/editor/common/viewModel/viewModelImpl.ts:687:22 at dLi.getVisibleRangesPlusViewportAboveBelow in src/vs/e...
error-telemetry
low
Critical
2,637,154,428
vscode
Cannot read properties of undefined (reading 'e')
```javascript TypeError: Cannot read properties of undefined (reading 'e') at <anonymous> in src/vs/editor/contrib/snippet/browser/snippetSession.ts:302:27 at callback in src/vs/editor/common/model/textModel.ts:1623:13 at Ew.changeDecorations in src/vs/editor/common/model/textModel.ts:1593:16 at Va.changeDecorations in...
error-telemetry,snippets
low
Critical
2,637,154,592
vscode
Cannot read properties of null (reading 'startLineNumber')
```javascript TypeError: Cannot read properties of null (reading 'startLineNumber') at <anonymous> in src/vs/editor/contrib/snippet/browser/snippetSession.ts:149:41 at callback in src/vs/editor/common/model/textModel.ts:1623:13 at Ew.changeDecorations in src/vs/editor/common/model/textModel.ts:1593:16 at IE.move in src...
error-telemetry,snippets
low
Critical
2,637,197,245
godot
Editor Shader Include Debugger: Incorrect type error when using Canvas Item built-ins
### Tested versions v4.3.stable.arch_linux v.4.0.stable ### System information Godot v4.3.stable unknown - Arch Linux ZEN SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:35 +0000 - Wayland - GLES3 (Compatibility) - Mesa Intel(R) HD Graphics 3000 (SNB GT2) - Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (8 Threads) ...
discussion,topic:shaders
low
Critical
2,637,209,442
deno
Logging out webgpu adapater causes an assertion error
Version: Deno 2.0.5 On Windows, Linux, and Mac OS trying to log out the WebGPU adapter causes an assertion error which is unexpected and was rather difficult to debug, interestingly enough logging out the actual adapter device works as expected it prints out an object. I'm not sure if the assertion error is expe...
bug,webgpu
low
Critical
2,637,215,692
vscode
Support comment toggling for languages that do not support content on the first column
Please have a look at this link [https://github.com/microsoft/vscode-discussions/discussions/2363](Issue) Kindly add a feature to fix such type of issues Summary: The user has a language where the first column is always empty. The user is encountering an issue with the comment toggling feature where the comment ind...
feature-request,editor-comments
medium
Major
2,637,216,258
next.js
Hard Navigation On Client side Navigation (using Link component) in Nextjs 15
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/musing-lalande-js9nmq?file=%2Fapp%2Fpage.tsx%3A5%2C1 ### To Reproduce 1. Create a new page in the starter project. 2. Add a link to that page on the home page. 3. Run the app locally. 4. Click on the link. 5. A hard naviga...
bug,Navigation
low
Major
2,637,238,567
pytorch
[Compiled Autograd] unnecessasy Memcpy DtoD in backward graph
### 🐛 Describe the bug We are using compiled autograd to get the backward graph through this way: ``` loss = model(**inputs).loss torch.cuda.synchronize() time1 = time.time() with torch._dynamo.compiled_autograd.enable(torch.compile(backend=my_compiler, fullgraph=True)): loss.backward() ``` However, the t...
needs reproduction,module: performance,triaged,oncall: pt2
low
Critical
2,637,275,785
flutter
Calling go after pop using GoRouter with a StatefulShellRoute breaks navigation
### Steps to reproduce 1. Use provided sample code 2. Launch App 3. Tap on "Page B" 4. Tap on "Details…" button 5. Tab on "Home" button 6. Tab on "Page B" 7. Tab on "Details…" button ### Expected results I would expect the details page to appear again after step 7. ### Actual results No navigation occurs. Th...
package,has reproducible steps,P2,p: go_router,team-go_router,triaged-go_router,found in release: 3.24,found in release: 3.27
low
Critical
2,637,317,989
ui
[bug]: pictures height inconsistancy and unalingment in firefox browser
### Describe the bug pictures of album component in music section of examples are unaligned(desktop view). but in chrome every thing is aligned. ![Screenshot (95)](https://github.com/user-attachments/assets/2a02a1c0-4b22-4cda-8d96-ecaa10c9c97d) ### Affected component/components AlbumArtwork ### How to reproduce ...
bug
low
Critical
2,637,342,532
go
x/tools/gopls: feature: offer a quickfix to define a struct field on "has no field or method" error
### gopls version v0.16.2 ### go env ```shell - ``` ### What did you do? Having a cursor on a non defined field doesn't suggest a quickfix to declare a new struct field. Recently a similar feature was merged https://github.com/golang/go/issues/69692 to define a missing method. However, the ability to make a fie...
FeatureRequest,gopls,Tools
low
Critical
2,637,347,423
ollama
Error: could not connect to ollama app, is it running?
### What is the issue? Tried versions v0.4.0, v0.3.14, and v0.3.13, all yielded the same exact results. ![image_2024-11-06_031207237](https://github.com/user-attachments/assets/0984f689-2351-48f7-a3bd-5bfd98deb484) Attempted to start the app through start menu, file explorer, and the ollama serve command (in separ...
bug,windows,nvidia,needs more info
medium
Critical
2,637,388,989
next.js
`response.body?.cancel()` of `fetch` causes unexpected behaviors in App Router
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/lucid-cohen-8r5tyq?workspaceId=cf95a29a-9e60-48fa-8cf5-0d217db0d3c6 ### To Reproduce 1. Build and start server (`npm run build && npm run start`) 2. Access `/` ### Current vs. Expected behavior ### Expected: - The `ReadableStream` (`...
bug
low
Critical
2,637,396,059
ui
[bug]: Sidebar on mobile requires a DialogTitle
### Describe the bug When I open the sidebar on mobile I get this error: ``` hook.js:608 `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. ``` ### Affected component/com...
bug
medium
Critical
2,637,412,268
ui
[feat]: Custom breakpoint for mobile sidebar
### Feature description It would be nice to be able to use a different breakpoint than the hardcoded 768px value. I'm building a dashboard and the current breakpoint is too small for my use cases. ### Affected component/components Sidebar ### Additional Context Additional details here... ### Before submitting - ...
area: request
low
Minor
2,637,520,089
PowerToys
Honour SHORTCUTS documents in the AppData\Local\Microsoft\PowerToys\NewPlus\Templates
### Description of the new feature / enhancement This is a brilliantly useful thing! Just one key suggestion from me... I think that if a SHORTCUT to a document is placed in the `AppData\Local\Microsoft\PowerToys\NewPlus\Templates` then that shortcut should be honoured and the **linked document should be instantiate...
Needs-Triage,Product-New+
low
Minor
2,637,530,805
PowerToys
Would love to personalise notifications
### Description of the new feature / enhancement I would love to be able to make notifications more personalized. For example making the UI more round or cute, something like that. Also a way to choose where to see the notification would be nice. Being able to not have the mesage box be 100% opacity so it's less intru...
Needs-Triage
low
Minor
2,637,588,157
storybook
[Tracking]: Unified a11y tests
## 🧑‍🤝‍🧑 Who: @kasperpeulen and @valentinpalkovic This is a tracking issue for the Unified a11y tests project. Its purpose is to keep track of the overall status of the project and tasks and plan everything around it. ## ⚠️ Problem Accessibility (a11y) is increasingly required in modern UIs. This is already enf...
feature request,Tracking,addon: test
low
Critical
2,637,602,922
tailwindcss
The `theme()` function from the Tailwind config is not expanded in arbitrary values
**What version of Tailwind CSS are you using?** 3.4.14 **Reproduction URL** https://play.tailwindcss.com/jhNKe63ed5 **Describe your issue** `tailwind.config.js` ``` module.exports = { theme: { boxShadow: { base: '0 0 0 theme(spacing.2) green inset', }, }, } ``` `HTML` ``` ...
v3
low
Minor
2,637,608,427
PowerToys
UI binding with `EnableDataDiagnostics` is buggy between Settings and OOBE pages
### Microsoft PowerToys version 0.86 ### Installation method GitHub ### Running as admin None ### Area(s) with issue? Settings ### Steps to reproduce - Open Settings > General > Diagnostics - Also open OOBE > Diagnostics - alternately switch both of the ToggleSwitches ### ✔️ Expected Behavior Both ToggleSwit...
Issue-Bug,Needs-Triage
low
Critical
2,637,612,629
pytorch
Modify CMake files to support Clang for Windows when building Libtorch-dependent apps
### 🚀 The feature, motivation and pitch I'm using Clang for MSVC on Windows with Ninja to build a Libtorch app. Although I do not see any mention of Clang for Windows in the install instructions of LibTorch, everything should work fine because Clang is ABI compatible with MSVC. The only issue is that some compilation...
module: build,module: windows,triaged
low
Critical
2,637,631,121
PowerToys
Fancy Zones vertical pixel limit lower than 2 vertical screens height
### Microsoft PowerToys version 0.86 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? FancyZones Editor ### Steps to reproduce Fancy zones editor don't allow to use full height of 2 screens positioned vertically. ### ✔️ Expected Behavior Zone editor should utili...
Issue-Bug,Needs-Triage
low
Minor
2,637,631,879
angular
bug(timepicker): Timepicker integration with datepicker does not work when Reactive forms are used
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No response_ ### Description The new timepicker component does not integrate well with datepicker when Reactive forms are used because of Angular's bad support of ...
area: forms
low
Critical