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
476,549,992
flutter
iOS: Platform View stops responding to GestureInput
Hello, I use a MKMapView (Apple Maps) inside a PlatformView and it’s working fine. But after using a SearchView (with showSearch) and dismissing it, the platformView is only responding to touch events for one more time. After that, nothing happens if you try to move the map or zoom etc. Every other flutter widget...
platform-ios,framework,f: gestures,a: platform-views,has reproducible steps,P2,found in release: 2.1,team-ios,triaged-ios
low
Critical
476,553,855
pytorch
Better documentation about PyTorch's dependencies
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Rather than or in addition to having dependencies as submodules, it would also be helpful to list them separately, indicating typical configurations and allowing the user the option of informing cmake where the dependencies are installed. ...
module: build,module: docs,triaged,module: third_party
low
Major
476,561,834
terminal
Support importing themes from other terminal apps
# Description of the new feature/enhancement Fluent Terminal has the really neat ability to import iterm themes which allows me to use themes from [rainglow](https://rainglow.io/). I would love it if the new Windows terminal was able to do the same. That way the community isn't waiting for all the various theme ...
Issue-Feature,Area-Settings,Product-Terminal
low
Minor
476,577,784
rust
rust-lldb: cannot get backtrace on macOS
I have a breakpoint set on `rust_panic`, but when I hit this and then do `bt`, I get: ``` error: need to add support for DW_TAG_base_type '()' encoded with DW_ATE = 0x7, bit_size = 0 Traceback (most recent call last): File "/Users/alex/Software/rust-devel/src/etc/lldb_rust_formatters.py", line 89, in print_val ...
O-macos,A-debuginfo,T-compiler,C-bug
low
Critical
476,580,656
godot
C++ Code has lack of proper reference usage and move semantics
While I was debugging the GLTF importer code, as it was causing some problems, I found some large problems with the source code: It seems like there's a large lack of use of references and const correctness in the code. There are large copies of data being used for read-only purposes throughout the GLTF importer....
discussion,topic:core,topic:import
low
Critical
476,583,115
rust
rustdoc: Built-in macros are not documented in all the necessary locations
NOTE: Some cases below assume https://github.com/rust-lang/rust/pull/63056 has landed. - :negative_squared_cross_mark: https://doc.rust-lang.org/nightly/core/default/index.html doesn't contain the derive macro `Default`. :heavy_check_mark: Compare with the https://doc.rust-lang.org/nightly/std/fmt/index.html page w...
T-rustdoc,A-macros,C-bug
low
Critical
476,593,263
TypeScript
Support string types in dynamic import types.
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms <!-- List of keywords you searched for before creating this issu...
Suggestion,Awaiting More Feedback
low
Critical
476,593,276
flutter
[google_maps_flutter] Compass doesn't show on map rotation until hot reload on Android
On Android the compass not showing after map rotation. When we click on a marker or trigger a hot reloading it start working.
platform-android,customer: crowd,p: maps,package,has reproducible steps,P2,found in release: 2.0,found in release: 2.3,team-android,triaged-android
low
Critical
476,599,679
pytorch
SummaryWriter doesn't read comment if log_dir precised
## 🐛 Bug Comment from the user is add to log_dir path name only if log_dir is not precised. Saving different file in same folder result creating files 'log_dir/filename.0', 'log_dir/filename.1', .. read as the same file by TB and messing with the graph, histogram, etc. ## To Reproduce Steps to reproduce the b...
triaged,module: tensorboard
low
Critical
476,627,555
opencv
Get unexpected results when using the setMouseCallback on windows with CV_WINDOW_OPENGL
I get wrong coordinate points by clicking on the mouse in the window with CV_WINDOW_OPENGL. And the coordinate points obtained from the window without CV_WINDOW_OPENGL are correct. ``` std::vector<cv::Point> vecTemp; void OnMouseAction(int event, int x, int y, int flags, void *para) { switch (event) { ...
category: highgui-gui
low
Minor
476,638,190
flutter
[webview_flutter] Add Windows support
I want to implement the function of writing a piece of code to open a web page in android, ios, windows, but this (https://pub.dev/packages/webview_flutter) does not support the windows platform, when can I support it? ## Current status (last updated June 2024) Blocked on https://github.com/flutter/flutter/issues...
c: new feature,platform-windows,p: webview,package,a: desktop,P2,team-windows,triaged-windows
low
Critical
476,667,820
rust
Inconsistent optimization
```rust use std::ops::*; pub struct Number([u64; 4]); impl Add for Number { type Output = Self; #[inline] fn add(self, other: Self) -> Self::Output { let mut accum: Self::Output = unsafe { core::mem::uninitialized() }; let mut carry = false; for i in 0..self.0.len() ...
A-LLVM,I-slow,C-enhancement,T-compiler,C-optimization
low
Minor
476,669,188
TypeScript
Max depth limit does not trigger. Gives up and resolves type to any
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
medium
Critical
476,700,817
pytorch
Construction of MultivariateNormal much slower on GPU than CPU
## 🐛 Bug Constructing a MultivariateNormal distribution is much slower when inputting GPU-based `FloatTensor`s than CPU-based ones. On my machine the GPU version is ~33x slower than CPU. ## To Reproduce Steps to reproduce the behavior: ``` import time import torch from torch.distributions.multivariat...
module: performance,module: distributions,module: cuda,triaged
low
Critical
476,706,053
scrcpy
Request: offer more options for drag&drop of files
When right-button drag&drop, it could offer us various options: 1. push to main storage path (important for APK files, as the normal behavior is to install them) 2. push to Download folder 3. For single APK file, install&run. 4. Same as #3, but also grant permissions (use the "-g" parameter) 5. For multiple APK f...
feature request
low
Critical
476,736,996
rust
rustdoc: explicit marker trait impl bounds are not simplified
Rustdoc currently renders automatic and explicit marker trait implementation bounds differently, for automatic implementations the bounds are simplified down to their most fundamental requirements, while explicit implementations show exactly what is specified. As an example, here are two identically defined structs ...
T-rustdoc
low
Minor
476,737,043
go
proposal: x/tools: tool to audit diffs in dependencies
One of the key points from https://github.com/golang/go/issues/30240 is: > Saved module caches do not interoperate well with version-control and code-review tools. This point is further developed in https://github.com/golang/go/issues/30240#issuecomment-516735768. Raising this issue as a placeholder for the d...
Proposal,modules
low
Major
476,767,503
node
http: OutgoingMessage streamlike
http `OutgoingMessage` is missing some methods, properties and behaviours to make it "truly" "streamlike": - [x] `destroyed` - [x] `writableLength` (https://github.com/nodejs/node/pull/29018) - [x] `writableHighWaterMark` (https://github.com/nodejs/node/pull/29018) - [x] `writableCorked` - [x] `writableObjectMod...
http,stream
low
Minor
476,803,821
thefuck
Add support for brew command not found
can you add support for https://github.com/Homebrew/homebrew-command-not-found ?
enhancement,help wanted,osx,hacktoberfest
low
Major
476,841,390
youtube-dl
[bilibili] bangumi links have changed.
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
geo-restricted
low
Critical
476,894,031
pytorch
Better version of chrome://tracing
## 📚 Documentation Our friends at Google (specifically, Android) have built a wasdwebassemblyl-based tracing tool at https://ui.perfetto.dev/#!/viewer (source code to manually trace at https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/test/client_api_example.cc). I think PyTorch cou...
module: docs,triaged,small
low
Minor
476,929,029
rust
Tracking issue for {Rc, Arc}::get_mut_unchecked
On `Rc` and `Arc` an new unsafe `get_mut_unchecked` method provides `&mut T` access without checking the reference count. `Arc::get_mut` involves multiple atomic operations whose cost can be non-trivial. `Rc::get_mut` is less costly, but we add `Rc::get_mut_unchecked` anyway for symmetry with `Arc`. These can be use...
T-libs-api,B-unstable,C-tracking-issue,requires-nightly,Libs-Tracked
medium
Critical
476,955,127
flutter
Deprecate and remove setSurfaceSize
You can do the same with `physicalSizeTestValue`. History: "setSurfaceSize was first IIRC, and physicalSizeTestValue was second. The first solved the specific problem of setting the size of the test surface. The second allowed you to just override anything on the Window."
a: tests,framework,c: API break,c: proposal,P2,team-framework,triaged-framework
low
Major
477,019,733
flutter
[Web] debugPrintStack has dart:sdk_internal frame on top of stack
Stacktrace.current is included when calling Stacktrace.current for web platform but is skipped for VM/AOT. ## Steps to Reproduce Disable skip:isBrowser in test/foundation/assertions.dart
dependency: dart,platform-web,has reproducible steps,P3,found in release: 3.10,found in release: 3.12,team-web,triaged-web
low
Critical
477,069,713
go
go/printer: deletes or inserts AST types into code
Forked from https://github.com/golang/go/issues/31291. We have found that `go/printer.Fprint` will delete broken code. An example of code being deleted: https://play.golang.org/p/WKRt74denE0. We have also found that `go/printer.Fprint` will insert the string literal `BadStmt` or `BadExpr` in broken code that pa...
NeedsInvestigation
low
Critical
477,077,685
godot
Can't compile Godot with asan, lsan, ubsan and disabled vorbis
**Godot version:** 3.2.dev.custom_build 7126654ea **OS/device including version:** Ubuntu 18.04 GCC 7.4, clang 6.0 **Issue description:** Commands ``` scons p=x11 -j6 use_llvm use_lsan=yes use_asan=yes use_ubsan=yes module_vorbis_enabled=no ``` Errors ``` Ranlib Library ==> core/libcore.x11.tools...
bug,topic:buildsystem
low
Critical
477,104,448
go
regexp: optimize for provably too long inputs
As a complement to #31329, we should find out what the maximum length of matchable inputs is at compile-time (when it exists) and return very early. Some patterns for which this can be computed: - `^a{2,5}$` (max length 5) - `^((aaa)|(aa))$` (max length 3) - `^.$` (max length `utf8.UTFMax`=4)
Performance,NeedsInvestigation
low
Minor
477,122,140
pytorch
Make MultiProcessTestCase pickable
## Issue description If MultiProcessTestCase is pickable, there is no need to hack testMethod in order to launch several processes. And there will be no need to write duplicate terminated process status checking code. ## Code pointer https://github.com/pytorch/pytorch/blob/725d6cd8cec9f2d2c60b8b09bf6384b38612...
oncall: distributed,module: tests,triaged,better-engineering
low
Minor
477,126,845
pytorch
[quantization] jit::class_ for packed weights
<to be filled in> cc @suo
oncall: jit,triaged,quantization_release_1.3,jit-backlog
low
Major
477,131,008
TypeScript
PositionError does not match docs in MDN
**TypeScript Version:** 3.5.3 **Search Terms:** PositionError, Geolocation **Code** ```ts const positionError: PositionError = { code: 1, message: '' } ``` **Expected behavior:** Compiles successfully as this matches the docs here: https://developer.mozilla.org/en-US/docs/Web/API/PositionErr...
Bug,Domain: lib.d.ts
low
Critical
477,134,098
pytorch
Fan out calculation broken for group (depthwise) convolution
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: ```python # depthwise, should be (9, 9) m = torch.nn.Conv2d(4, 4, 3, groups=4) print(torch.nn.init._calculate_fan_in_and_fan_out(m.weight)) # groupwise, should be (18, 9) m = torch....
module: convolution,triaged,module: initialization
low
Critical
477,147,638
flutter
why a page with statefull is rebuild every time when the global route change?
### what this is my [code](https://github.com/dumplings/flutter-demo/tree/master/life_cycle). i make 5 pages, one is extends stateless, others statefull, and Their relationship is `push` or `pop` to next one, and i found out something is that if i go next page, old will be rebuild, even how old page(just statefu...
framework,c: performance,d: api docs,f: routes,P2,team-framework,triaged-framework
low
Major
477,155,369
go
encoding/csv: do not use bufio.Writer in csv.Writer
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architectur...
Performance,NeedsInvestigation
low
Critical
477,178,318
pytorch
CUDA: THTensor code complains about devices not matching when creating tensor from blob
## 🐛 Bug Despite pytorch being able to work out that the storage of the device is actually "cuda:1" (this is where it was created!), it assumes it was on "cuda:0" and complains about it. If I set the index to -1 (default), it should use the pointer to work out the device index and bypass any complaints. Instead, i...
module: cpp,triaged
low
Critical
477,186,531
flutter
Using escape characters in variable strings
While this could be more of a SO-type question, [I have posted there already to no useful response](https://stackoverflow.com/questions/57213902/new-line-n-not-being-respected-when-reading-from-sqflite-result) so I'm out of options and this is currently a blocker for many of our production apps that rely on data-driven...
framework,dependency: dart,a: typography,P2,team-framework,triaged-framework
low
Major
477,221,411
flutter
[video_player] Add Windows support
When does the video player plugin support the Windows platform? Is there any plan support? ## Current status (as of October 2024) There is an in-progress PR (https://github.com/flutter/packages/pull/5884), but it needs more work to be landable, and is not currently under active development. Anyone interested in m...
c: new feature,platform-windows,customer: crowd,p: video_player,package,c: proposal,a: desktop,P2,has partial patch,team-windows,triaged-windows
low
Critical
477,241,140
flutter
Flutter doesn't honor the Gradle service directory path setting of Android Studio
## Steps to Reproduce 1. Change the setting "Build, Execution, Deployment" - Gradle - "Service directory path" in Android Studio (it is `%userprofile%\.gradle` by default). 2. Build an Android Studio project. Note that it creates the configured path and places Gradle there. 3. Build a Flutter projct. Note that it ...
platform-android,tool,t: gradle,P3,team-android,triaged-android
low
Minor
477,255,264
terminal
Feature Request: Bundle more icons with good names
# Description of the new feature/enhancement There are a number of interesting icons that could apply in various situations, such as the VS icon, the Azure or Office/Exchange logos, SQL, GitHub, etc as well as various generic icons like a database drum or a terminal icon. # Proposed technical implementation detai...
Issue-Feature,Area-Settings,Product-Terminal
low
Major
477,278,538
rust
Warn about 2015 edition on path & extern crate related errors
[Related forum thread](https://internals.rust-lang.org/t/warn-against-accidental-use-of-2015-edition/10666) Users may be using 2015 edition without being aware of it, e.g. by copying an older template/tutorial or creating `Cargo.toml` by hand. Accidental use of 2015 edition may cause puzzling path-related errors...
C-enhancement,A-diagnostics,A-resolve,T-compiler,D-edition
low
Critical
477,314,881
vue-element-admin
复合型输入框显示bug
## Bug report(问题描述) element的复合型输入框,在table 表头上的显示bug #### Steps to reproduce(问题复现步骤) custom-theme的样式导致element-ui的复合型输入框显示出问题 ```css .el-table th div { display: inline-block; padding-left: 10px; padding-right: 10px; line-height: 40px; -webkit-box-sizing: border-box; box-sizing: border-b...
enhancement :star:,feature
medium
Critical
477,317,620
pytorch
model->to(device) costs over a millisecond when doing nothing
## 🐛 Bug On a system with a single GPU, with a model already loaded to this GPU, I expect model->to(torch::kCUDA) to be almost free. However, I find it takes approximately 1.5ms. ## To Reproduce Steps to reproduce the behavior: ```C++ // Set model to correct device using namespace std::chrono; ...
module: performance,triaged
low
Critical
477,376,060
TypeScript
"after" custom transformer seems to be called before the JS transformation.
Hi there, I am trying to implement an `after` custom transformer as I am planning to make changes to the transpiled JS code. According to the inline documentation (`Custom transformers to evaluate after built-in .js transformations.`), the transformer should be called after the source file is transpiled to JS. In t...
Needs Investigation
low
Critical
477,467,243
TypeScript
Conditional types break with property chaining
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Bug
low
Critical
477,492,704
rust
bare_trait_objects help is incorrect with Box<Trait + 'lifetime> in 2015 edition
The help text message for `bare_trait_objects` is incorrect when using the 2015 edition. The following example gives a correct help text in the 2015 and 2018 edition: ```rust pub fn test(_: Box<::std::any::Any>) {} ``` ```rust warning: trait objects without an explicit `dyn` are deprecated --> src/lib.rs:1:20...
A-lints,T-compiler,C-bug,A-suggestion-diagnostics,D-edition
low
Critical
477,514,646
TypeScript
String key-value type in basic types
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section. --> ## Search Terms typescript string key value type <!-- List of keywords you se...
Suggestion,Awaiting More Feedback
low
Critical
477,529,468
godot
Dependency Manager doesn't validate types
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.1.1 **Issue description:** When you edit scene's dependencies, you can put anything for anything and it won't complain. **Steps to reproduce:** ...
bug,topic:editor,confirmed
low
Minor
477,529,738
flutter
Add "optimized with asserts" engine variants.
Currently, the unoptimized engine variants are used to distribute binaries for the Flutter tester that runs on the host. This is because of the desire to have an assertions enabled engine while running tests on the host. Since these use cases don't care about the actual optimizations being disabled for ease of debuggin...
engine,P3,team-engine,triaged-engine
low
Critical
477,546,160
kubernetes
Automate skew testing for enabled/disabled alpha API fields
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md#adding-unstable-features-to-stable-versions details how to add a new alpha field to an existing API, and enable it over multiple versions, ensuring: * data is not dropped when running skewed API servers, or when disa...
priority/important-soon,sig/api-machinery,sig/architecture,lifecycle/frozen
low
Minor
477,564,766
pytorch
[JIT] Can't use ndim in script
``` import torch def foo(x): if x.ndim > 3: return torch.neg(x) else: return x x = torch.ones(3, 4) x2 = torch.ones(3, 4, 5, 6) print(foo(x)) print(foo(x2)) scripted = torch.jit.script(foo) ``` ``` import torch def foo(x): if x.ndim > 3: return torch.ne...
oncall: jit,triaged,jit-backlog
low
Minor
477,573,612
godot
Sprite to CollisionPolygon2D improvement
**Godot version:** 3.2.dev It would be useful if the Sprite to CollisionPolygon feature would also work for "closed rooms" Example: ![image](https://user-images.githubusercontent.com/42905358/62573934-8310ce80-b897-11e9-8967-ad0b7c20879f.png) As you can see, it's not working right now. In addition, a "shrink"...
enhancement,topic:core
low
Minor
477,586,991
pytorch
Remove USE_C10D flag
After removing THD, `USE_C10D` flag is no longer useful (learned from @pietern ). We can now remove `USE_C10D` and keep `USE_DISTRIBUTED` to toggle distributed features.
oncall: distributed,module: build,triaged
low
Minor
477,593,595
go
proposal: review meeting minutes
The [proposal review group meets regularly](https://go.googlesource.com/proposal/+/master/README.md#proposal-review) (roughly weekly) to review pending proposal issues and move them along in the [proposal process](https://golang.org/s/proposal). Review consists primarily of checking that discussion is ongoing, comm...
Proposal,umbrella
high
Critical
477,595,529
flutter
Should be able to limit max and min time in CupertinoDateTimePicker.
The CupertinoDateTimePicker currently only supports limiting the maximum and minimum date. Sometimes you may also want to limit time. For instance, picking a DateTime before or after now. This should work in time mode and datetime mode.
c: new feature,framework,f: cupertino,P3,team-design,triaged-design
low
Major
477,598,413
go
wasm: add DWARF sections
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 linux/amd64 </pre> Output source maps for use with browser developer tools to enable simple step debugging inside browsers. Details of the ...
NeedsInvestigation,FeatureRequest,arch-wasm
medium
Critical
477,610,041
go
regexp: LiteralPrefix returns surprising result for `^` anchored strings
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture ar...
NeedsFix
low
Critical
477,620,103
flutter
Get Android Back Button event
In my application I want to disable the back button, but I want the user to be able to pop the current screen if he click the `AppBar` back button. Basically I have a form inside a `PageView`, so at each new form field, the `PageView` moves forward, the back button is supposed to go back one step and not pop the ent...
c: new feature,platform-android,framework,P3,team-android,triaged-android
low
Minor
477,623,866
godot
Calling a method of your own Reference script within PREDELETE notification fails
Godot 3.1.1 I made a script class which has a `clear()` function, for which the goal is to cleanup some external resources. It can be called by code using the class, or at the destruction of the instance. The only destructor logic that I know of is `NOTIFICATION_PREDELETE`. However... that doesn't work :( ```gds...
bug,topic:gdscript,topic:editor,confirmed,crash
low
Critical
477,630,898
youtube-dl
Cannot download the all the videos of a webpage
## Checklist - [ X ] I'm asking a question - [ X ] I've looked through the README and FAQ for similar questions - [ X ] I've searched the bugtracker for similar questions including closed ones ## Question Hello, I keep reading the documentation and FAQ and ask on Google but I can't seem to have this righ...
question
low
Critical
477,639,054
rust
chain() make collect very slow
While working on a [SO](https://stackoverflow.com/questions/57378606/how-can-i-ensure-that-a-rust-vector-only-contains-alternating-types/57378944#57378944) question. We was wondering if `chain()` would produce an acceptable speed, after some digging and benchmark, we come to the conclusion that `collect()` is slow b...
I-slow,C-enhancement,E-mentor,T-libs-api,T-compiler,A-iterators
medium
Critical
477,681,874
go
x/sys/cpu: add support for ARM
It would be nice to have feature detection for ARM (32-bit) in `x/sys/cpu`. Concretely, a new `cpu.ARM` struct that closely resembles the existing `cpu.ARM64` struct, tailored to the ARM specific hardware capabilities. The following fields are proposed, which map directly to the {HWCAP, HWCAP2} auxiliary vector val...
NeedsFix,FeatureRequest
medium
Major
477,692,782
flutter
`AnimatedSize` crops widgets on resize
I placed a `RaisedButton` inside an `AnimatedSize`, but when the widget is recreated the `AnimatedSize` is clipping the `RaisedButton` during the animation. [Here you can see what's happening](https://imgur.com/a/0aInqLf) My code is: ```dart AnimatedSize( vsync: this, duration: Duration(milliseconds: 20...
framework,a: animation,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework
low
Major
477,742,304
youtube-dl
How to identify a music video on YouTube or if a video is copyrighted?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
477,852,508
rust
Rust with [no_std] & CustomAllocator -> rust_oom either undefined in link stage or already defined in compile stage :/
Hi there, i'm a bit new to rust and writing a library for embedded Raspberry Pi bare metal programming. I'm completely using ``#![no_std]`` in all of my crates. However, at a certain point functions of the ``alloc`` crate are needed. So I came accross the option to implement a custom ``GlobalAllocator`` as per the d...
A-linkage,A-allocators,T-compiler,C-bug,O-bare-metal
low
Critical
477,868,192
pytorch
torch.nn.DataParallel causes incorrect gradients
# Bug Report ## Issue description I have a model which has two nn.Conv2d modules, and I only use the first one of them in 'forward'. In general, after executing 'loss.backward()', all weights' gradients of the second Conv2d (the unused one) should be 'None'. Without nn.DataParallel, I got the correct result (...
oncall: distributed,module: autograd,triaged
low
Critical
477,892,264
pytorch
Improve the performance of linear algebra operations in CUDA for small problem sizes
## Issue description MAGMA has been the primary backend for specialized linear algebra operations on CUDA devices in PyTorch for a while. MAGMA is extremely effective for large problem sizes (with some routines also supporting batching) than cuSolver or cuBLAS, but while it comes to small problem sizes, we see extre...
module: performance,module: cuda,triaged,module: linear algebra
low
Major
477,975,777
go
proposal: update proposal/README.md to stand alone
The proposal process document at https://golang.org/s/proposal has at least two problems we should fix. First, it incorporates a few talks by reference, but most people aren't going to read/watch those or take away what we want to take away. It's fine to keep the talk links but we should extract the important messages...
Proposal
low
Minor
478,024,862
kubernetes
Allow setting ownership on mounted secrets
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Currently, you can set secret file permissions, but not ownership: (see the "Secret files permissions" section) https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets It would be goo...
sig/storage,kind/feature,help wanted,priority/important-longterm
high
Critical
478,075,179
pytorch
[jit] Python @property's not supported in TorchScript
These are used in nn.quantized.modules, ex: https://github.com/pytorch/pytorch/blob/master/torch/nn/quantized/modules/linear.py#L116 cc @suo
oncall: jit,triaged,quantization_release_1.3,jit-backlog
low
Minor
478,098,923
storybook
Filter and search components by tag
**Is your feature request related to a problem? Please describe.** Right now, there isn't a way to filter or search through filtered items in the left navigation. While searching is available to find a specific component, it searches through all available components. **Describe the solution you'd like** I would li...
feature request,ui,ui: search
high
Critical
478,111,266
pytorch
Error out during compilation if USE_FBGEMM=1 is ignored
USE_FBGEMM=1 is ignored if your compiler does not support AVX512. It would be nice to change it so that it errors out so that developers are not confused about if it is enabled or not. @jamesr66a says: "I think USE_FBGEMM=1 is the default in CI and if we did that, a bunch of builds would error". If we want to ma...
module: build,module: cpu,module: ci,triaged,better-engineering
low
Critical
478,124,544
puppeteer
Support to emulate @media (hover: *)
<!-- STEP 1: Are you in the right place? - For general technical questions or "how to" guidance, please search StackOverflow for questions tagged "puppeteer" or create a new post. https://stackoverflow.com/questions/tagged/puppeteer - For issues or feature requests related to the DevTools Protocol (https://ch...
feature
low
Critical
478,150,140
go
cmd/go: populate debug.Module.Sum even if build in devel mode
Related to #29814 When a binary is build from within a module's source tree, the output from runtime/debug.ReadBuildInfo currently reports the module as having version `(devel)`. This is understandable. However, I don't think there is technical reason why the `Sum` at least can't be computed. This has usefuln...
help wanted,NeedsFix,FeatureRequest,modules
low
Critical
478,159,590
kubernetes
pkg/util/interrupt/interrupt.go has big bad bugs
Discovered in the context of https://github.com/kubernetes/utils/pull/87, I will duplicate some of the thoughts here. If someone takes this, please go read that PR (unless it gets fixed up and merged, in which case close this) https://github.com/kubernetes/utils/pull/87#pullrequestreview-220631325 1) Is it allow...
kind/bug,sig/architecture,lifecycle/frozen
low
Critical
478,163,637
youtube-dl
YoutubeDL Embedded Buffer Download
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
478,174,016
node
Non-heap memory leak in node:10.15.3-alpine, node:10.16.0-alpine
Copied from https://github.com/nodejs/docker-node/issues/1082 We've witnessed a consistent memory leak in 2 versions of the node alpine Docker images: `node:10.15.3-alpine` and `node:10.16.0-alpine`. This leak may be present in other versions of the alpine images, but we know it is **NOT** present in `node:6.11.1-al...
memory
low
Major
478,174,473
godot
Godot Editor should only change date modified on files when contents change
# **Godot version:** 3.1.1.stable.mono.official # **OS/device including version:** Windows 10 Home 64-Bit # **Issue description:** ## **What happens** I open my project and see that Git is reporting that project.godot, default_env.tres and Game.tscn (my root node) have changed despite their contents being ide...
bug,topic:editor,confirmed
low
Major
478,179,397
vue
Click Event Triggers on Complex Buttons are ignored in some environments
### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/s7hyqk13/2/](https://jsfiddle.net/s7hyqk13/2/) ### Steps to reproduce 1. Configure one of the Adobe CEP [Sample Panels](https://github.com/Adobe-CEP/Samples). The [PProPanel](https://github.com/Adobe-CEP/Samples/tree/master/PProPanel) i...
contribution welcome,browser quirks,has PR
medium
Critical
478,188,375
flutter
Issue with refunds (IAP Plugin)
Hello, I've been using Flutter and the in_app_purchase pulgin to create an app with IAP. Everything is working well, execpt if I refund(and revoke) a test purchace it still seems to be included in this list; `final QueryPurchaseDetailsResponse responsePast = await InAppPurchaseConnection.instance.queryPastPurchase...
platform-android,customer: crowd,p: in_app_purchase,package,P2,team-android,triaged-android
low
Critical
478,188,881
youtube-dl
[ADN] How can I fix the subtitle support for the ADN extractor?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
478,197,762
flutter
flutter precache --force doesn't download artifacts for desktop
I synced and ran `flutter precache --force` with the macos desktop opt-in turned on, and it downloaded things, but didn't download "darwin-x64 tools", even though it said it did, because after I got on the bus, and tried to run my desktop app, it downloaded it again (or more parts of it, or something, that took 23 seco...
tool,a: first hour,a: desktop,P3,team-tool,triaged-tool
low
Major
478,213,842
kubernetes
TOB-K8S-034: HTTPS connections are not authenticated
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** The Kubernetes system allows users to set up Public Key Infrastructure (PKI), but often fails to authenticate connections ...
kind/bug,area/security,sig/api-machinery,sig/auth,priority/important-longterm,lifecycle/frozen,wg/security-audit
low
Critical
478,213,851
kubernetes
TOB-K8S-022: TOCTOU when moving PID to manager’s cgroup via kubelet
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** PIDs are not process handles. A given PID may be reused in two dependent operations leading to a “Time Of Check vs Time Of...
kind/bug,priority/backlog,area/security,area/kubelet,sig/node,priority/important-longterm,lifecycle/frozen,wg/security-audit,triage/accepted
low
Critical
478,213,885
kubernetes
TOB-K8S-004: Pervasive world-accessible file permissions
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes uses files and directories to store information ranging from key-value data to certificate data to logs. Howeve...
kind/bug,area/security,sig/storage,sig/node,help wanted,priority/important-longterm,lifecycle/frozen,good first issue,wg/security-audit,triage/accepted
medium
Critical
478,213,906
kubernetes
TOB-K8S-012: Use of InsecureIgnoreHostKey in SSH connections
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes uses Secure Shell (SSH) to connect from masters to nodes under certain, deprecated, configuration settings. As ...
kind/bug,area/security,sig/api-machinery,lifecycle/frozen,wg/security-audit
low
Critical
478,213,945
kubernetes
TOB-K8S-013: Use of InsecureSkipVerify and other TLS weaknesses
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes uses Transport Layer Security (TLS) throughout the system to connect disparate components. These include kube-p...
kind/bug,area/security,sig/auth,priority/important-longterm,lifecycle/frozen,wg/security-audit
low
Major
478,213,982
kubernetes
TOB-K8S-020: Kubectl can cause a local Out Of Memory error with a malicious Pod specification
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** When attempting to apply a Pod to the cluster, kubectl will read in the entire Pod spec in an attempt to perform validatio...
kind/bug,area/security,sig/cli,lifecycle/frozen,wg/security-audit
low
Critical
478,214,028
kubernetes
TOB-K8S-029: Encryption recommendations not in accordance with best practices
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** The cryptographic recommendations in the official documentation are not accurate, and may lead users to make unsafe choice...
kind/bug,area/security,kind/documentation,sig/storage,sig/auth,sig/docs,lifecycle/frozen,wg/security-audit,sig/security
medium
Critical
478,214,072
kubernetes
TOB-K8S-024: kubelet liveness probes can be used to enumerate host network
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes supports both readiness and liveness probes to detect when a Pod is operating correctly, and when to begin or s...
kind/bug,priority/backlog,area/security,sig/node,priority/important-longterm,lifecycle/frozen,wg/security-audit,triage/accepted
medium
Critical
478,214,116
kubernetes
TOB-K8S-007: Log rotation is not atomic
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** kubelets use a log to store metadata about the container system, such as readiness status. As is normal for logging, kubel...
kind/bug,area/security,sig/node,help wanted,lifecycle/frozen,wg/security-audit,triage/accepted
medium
Critical
478,214,127
kubernetes
TOB-K8S-008: Arbitrary file paths without bounding
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes as a whole accesses files across the system, including: logs, configuration files, and container descriptions. ...
kind/bug,priority/backlog,area/security,sig/node,help wanted,priority/important-longterm,lifecycle/frozen,wg/security-audit,triage/accepted
low
Critical
478,214,136
kubernetes
TOB-K8S-016: Unsafe JSON construction
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes uses JavaScript Object Notation (JSON) and similarly structured data sources throughout the codebase. This supp...
kind/bug,priority/important-soon,area/security,sig/api-machinery,sig/apps,help wanted,priority/important-longterm,lifecycle/frozen,wg/security-audit,triage/accepted
medium
Critical
478,214,194
kubernetes
TOB-K8S-017: Use standard formats everywhere
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes supports multiple backends for authentication and authorization, one of which is the Attribute-Based Access Con...
kind/bug,area/security,priority/awaiting-more-evidence,sig/auth,lifecycle/frozen,wg/security-audit
low
Critical
478,214,211
kubernetes
TOB-K8S-010: Hardcoded use of insecure gRPC transport
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes’ gRPC client uses a hardcoded WithInsecure() transport setting when dialing a remote: ``` staging/src/k8s.io/...
area/security,sig/storage,sig/node,kind/feature,sig/auth,priority/important-longterm,lifecycle/frozen,wg/security-audit,needs-triage
low
Major
478,215,053
kubernetes
Kubernetes 3rd Party Security Audit Findings
This issue is to track the findings from the recent 3rd party security audit of Kubernetes performed by Trail of Bits and Atredis on behalf of the CNCF. The intent is to have a place to track the community's response and remediation to these issues now that they've been made public. The full output of the assessment...
kind/bug,area/security,priority/important-longterm,lifecycle/frozen,wg/security-audit,sig/security
medium
Critical
478,216,507
TypeScript
Immutable-By-Default Flags
## Search Terms readonly, default, immutable ## Suggestion Adding flags under the `strict` umbrella to default to immutability in different cases, and a new `mutable` keyword. ## Use Cases I'm creating this issue as a _parent issue_ to track a couple of issues that already exist for specific cases: - Cl...
Suggestion,Awaiting More Feedback
high
Critical
478,218,319
terminal
Feature Request Option to add profiles to the Windows Start Menu
Allow creating profile based entries in the Windows Start Menu This will allow the user to launch the specific profile that they want without the need to open the default one A button in the profile setting adds an entry in the Windows Start Menu with the icon profile and name, this entry launcher the windows ter...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
medium
Major
478,227,212
rust
Adding a rustdoc option to do case-sensitive search
It likes [`smartcase` mode in vim][1]. > If a pattern contains an uppercase letter, it is case sensitive, otherwise, it is not. > For example, "The" would find only "The", while "the" would find "the" or "The" etc. [1]: https://vim.fandom.com/wiki/Searching#Case_sensitivity
T-rustdoc,C-feature-request,A-rustdoc-search
low
Major
478,275,744
pytorch
Using `torch.utils.checkpoint.checkpoint_sequential` and `torch.autograd.grad` breaks when used in combination with `DistributedDataParallel`
## 🐛 Bug Using `torch.utils.checkpoint.checkpoint_sequential` and `torch.autograd.grad` breaks when used in combination with `DistributedDataParallel` resulting in the following stacktrace ``` Traceback (most recent call last): File "minima...
oncall: distributed,module: checkpoint,feature,triaged
medium
Critical
478,329,724
TypeScript
Array of tuple literal not assignable to iterable of tuple with --lib es2015 -t es5
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Needs Investigation
low
Critical
478,402,397
flutter
Toggle FlashLight when camera is open
Need to toggle the flashlight during camera usage. (Used with ml_kit for text recognition and need the light for night usage).,Cannot ship my app without it.
c: new feature,a: quality,p: camera,package,team-ecosystem,P3,triaged-ecosystem
low
Major