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 |
|---|---|---|---|---|---|---|
595,169,647 | flutter | TabSwitchingView should cache tabs | ## Issue
Currently, the `TabSwitchingView` creates a new list of children on every build. Wouldn't it be more performant if we cache that list and only recreate it when the active tab changes?
## Context
I am currently using a `CupertinoTabScaffold` which depends on `MediaQuery`. If the MediaQuery changes a ... | framework,f: cupertino,c: proposal,P3,team-design,triaged-design | low | Major |
595,180,473 | pytorch | Add Specific Warning/Error For Unsupported GPU or Systems | ## 🚀 Feature
Add specific Warning/Error message for unsupported GPU or Systems
## Motivation
Currently prebuilt binaries only support specific cuda versions and systems. When an unsupported device install pytorch and try to use cuda, it gets generic error "RuntimeError: CUDA error: no kernel image is available... | module: cuda,triaged,enhancement | low | Critical |
595,198,365 | flutter | CustomPainter Lines look different shade/color when using same Paint object | ## Steps to Reproduce
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
Here is a minimal example:
```
import 'package:flutter/material.dart';
// import 'package:flutter/foundation.dart';
void main() {
// debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia;
... | engine,dependency: skia,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-engine,triaged-engine | low | Critical |
595,210,198 | go | x/tools/gopls: use telemetry library to check if completion exceeded its timeout | As part of debugging https://github.com/golang/go/issues/38269, we've been discussing how we can indicate in tests that completion failed because of a timeout instead of a genuine failure. We don't want to return an error in this case because we still want to return whatever completion items we were able to produce bef... | help wanted,gopls,Tools | low | Critical |
595,247,570 | PowerToys | Detect when apps that can conflict and alert users | On startup, we should alert users that there are known apps that can interfere with PowerToys. "PowerToys has detected a known app, APP_THAT_IS_AFFECTING, running that could impact your experience"
I know we have others but from #1943, #1493:
- AutoHotkey
- start10
- Dell Display manager
- Rivatuner Statist... | Idea-Enhancement,Area-Quality,Needs-Spec | low | Major |
595,256,941 | flutter | TextFields (and TextFormFields) should allow displaying error state without error text | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | a: text input,c: new feature,framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Critical |
595,262,033 | flutter | Test that defer-loading flutter_localizations is effective | According to @perclasson's research loading all localizations eagerly costs us >1 MB in gzipped code size (>7 MB of ungzipped JavaScript). Defer-loading localizations removes all that cost. For example, the new Flutter Gallery goes from 2.2 MB down to 0.9 MB gzipped (or from 11 MB to 3.6 MB ungzipped).
We should wri... | framework,c: performance,a: internationalization,a: size,platform-web,perf: app size,P2,team-web,triaged-web | low | Minor |
595,279,413 | nvm | nvm is not compatible with the npm config "prefix" option: currently set to "/usr" in alpine | <!-- 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: mhart/alpine-node:8.10.0
#### `nvm debug` output:
<d... | needs followup | low | Critical |
595,295,765 | flutter | Document how to write a speed performance test | See https://github.com/flutter/flutter/pull/52063 for an example speed performance test. We should document that in README or wiki so future test writers don't have to dig out a PR to learn how to write a test. | a: tests,framework,c: performance,d: wiki,perf: speed,P2,team-framework,triaged-framework | low | Major |
595,298,719 | flutter | Document how to write an app size performance test | See https://github.com/flutter/flutter/pull/18522 for an example speed performance test. We should document that in README or wiki so future test writers don't have to dig out a PR to learn how to write a test.
| a: tests,framework,c: performance,d: api docs,perf: app size,P2,team-framework,triaged-framework | low | Major |
595,300,578 | flutter | Document how to write an energy performance test | See https://github.com/flutter/flutter/pull/41578 for an example speed performance test. We should document that in README or wiki so future test writers don't have to dig out a PR to learn how to write a test.
This is currently blocked by https://github.com/flutter/flutter/issues/45435 | a: tests,framework,c: performance,d: api docs,perf: energy,P3,team-framework,triaged-framework | low | Major |
595,323,877 | flutter | Consider a different strategy of launching and embedding devtools | Currently the tool can launch dev_tools via calling dev_tools server directly. This is advantageous, because all of the devtools resources will be bundled into flutter and can be accessed without additional downloads.
On the other hand, the devtools version used from the command line is now tied to the flutter relea... | c: new feature,tool,d: devtools,P3,team-tool,triaged-tool | low | Critical |
595,325,883 | excalidraw | Explore migrating to IndexedDB for data storage | Based on https://github.com/excalidraw/excalidraw/issues/1245#issuecomment-609481939 it might be worthwhile to consider IndexedDB for an asynchronous API to store data.
~Also need to evaluate if libraries like [localForage](https://github.com/localForage/localForage) that has options for IndexDB ~~,WebSQL~~ and fa... | enhancement,discussion | low | Major |
595,331,066 | terminal | Feature request: Input focus follows mouse | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | low | Critical |
595,335,980 | react-native | ESLint does not find React Native components | Please provide all the information requested. Issues that do not follow this format are likely to stall.
## Description
I'm getting these ESLint errors in all of my js files, which import React Native components. Imports from all other libraries work just fine and the app also compiles and runs without problems. ... | Needs: Repro,Needs: Attention | medium | Critical |
595,349,289 | flutter | Adding debuggable:true to Android release build prevents VM initialization | ## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the `./android/app/build.gradle` file by adding the following inside the `android` tag :-
```
buildTypes {
release {
signingConfig signingConfigs.debug
debuggable true
}
debug {
applicati... | platform-android,tool,t: gradle,a: release,has reproducible steps,P3,team-android,triaged-android,found in release: 3.19,found in release: 3.20 | medium | Critical |
595,356,899 | vscode | Trim Final Newlines integrates poorly with EditorConfig for Windows files | Overall VSCode does a decent job integrating with EditorConfig. Including the Trim Final Newlines setting once enabled.
However, where final EOLs are disabled (such as for .AHK and other Windows-centric files), then Trim Final Newlines fails to delete final EOLs. How can we make sure that VSCode respects more Editor... | feature-request,editor-core | medium | Major |
595,359,072 | flutter | Various flutter tool commands neglect to document positional arguments | A number of `flutter` tool commands neglect to document positional arguments. For example:
```$ flutter help version
List or switch flutter versions.
Usage: flutter version [arguments]
-h, --help Print this usage information.
-f, --[no-]force Force switch to older Flutter versions that do not incl... | tool,d: api docs,has reproducible steps,P3,team-tool,triaged-tool,found in release: 3.19,found in release: 3.20 | low | Minor |
595,378,768 | pytorch | [quantization] torch.quantized_lstm and torch.quantized_gru not documented | These functions don't seem to have docstrings associated with them. I noticed this after moving them to c10 dispatch and aliasing the names in the `torch` namespace to those.
Currently added to the whitelist in `test_docs_coverage.py`
cc @svekars @carljparker @jerryzh168 @jianyuh @raghuramank100 @vkuzo @jgong5 @X... | module: docs,oncall: quantization,low priority,triaged | low | Minor |
595,392,681 | godot | SetCell and atlas not work | **Godot version:**
3.2.1 mono 64
**OS/device including version:**
win10 64
**Issue description:**
A tile that is part of an atlas cannot be referenced with SetCell.
For example, you cannot use SetCell with a tile that is part of an atlas, you cannot refer to a tile that is part of an atlas.
**Steps to repr... | documentation | low | Minor |
595,393,295 | flutter | Add `-Werror=undeclared-selector` to engine builds | This seems to be on for g3 builds but not local builds/
See also: https://github.com/flutter/engine/pull/17535 | engine,c: proposal,P3,team-engine,triaged-engine | low | Critical |
595,398,156 | flutter | iOS: Add `-Werror=overriding-method-mismatch` to engine builds | This should be a pretty benign warning to follow. I ran into one place where we were violating it. | engine,c: proposal,P3,team-engine,triaged-engine | low | Critical |
595,412,372 | opencv | matchShapes turns large mismatches into perfect matches | https://github.com/opencv/opencv/blob/master/modules/imgproc/src/matchcontours.cpp
An issue was described in StackOverflow with OpenCV matchShapes not well matching a given (supposedly unknown) shape to a shape in a set of known, predefined shapes (various computer related device connecting plugs).
https://stackove... | feature,category: imgproc,Hackathon | low | Major |
595,422,984 | pytorch | In AutogradContext, get_saved_variables() should be renamed to get_saved_tensors() | This is to better match the Python API `ctx.saved_tensors`.
I believe we originally named it `get_saved_variables()` because there was still a Tensor vs. Variable distinction at that time. Now that Tensor and Variable are the same, we can deprecate `get_saved_variables()` and replace it with `get_saved_tensors()`.
... | module: cpp,triaged | low | Minor |
595,441,357 | PowerToys | [FZ Editor] GridResizer is not centrally aligned | # Steps to reproduce
Use the FancyZones grid editor.
# Expected behavior
The GridResizer thumbs should be horizontally and vertically aligned with the zone.
# Actual behavior
The GridResizers are added, but should have a negative Left (horizontal) or Top (vertical) margin so they are in the center of the zone.... | Good first issue,FancyZones-Editor,Product-FancyZones,Area-Quality,Priority-3 | low | Major |
595,461,721 | flutter | Target debug_universal_framework failed: Exception: Unsupported iOS arch name "i386" build failed | I tried running on a iPhone 5 iOS 10.3 simulator in Xcode, and `debug_universal_framework` fails.
Note the `-dIosArchs=i386`:
```
Showing Recent Messages
...
Showing Recent Messages
♦ /Users/m/Projects/flutter/bin/flutter --verbose assemble --output=/Users/m/Projects/test_create/ios/Flutter/ -dTargetPlatform=... | platform-ios,tool,P3,team-ios,triaged-ios | low | Critical |
595,465,417 | godot | Consider always saving the rendering API name | If you set a project to use GLES 2, this is saved in the `project.godot` file:
```
[rendering]
quality/driver/driver_name="GLES2"
```
However, this string is not saved with a GLES 3 project in Godot 3.2, or in a Vulkan project in the current master. I think it would make sense for this string to always be sa... | enhancement,discussion,topic:editor | low | Major |
595,473,416 | pytorch | Allow grid_sample to accept pixel units (absolute coordinates) | _This issue is expanded from #24870 for reference and for additional discussions on implementation details. See that issue for context._
Add an option for the grid/flow input to `grid_sample` to be expressed in pixel units (absolute coordinates). This is much more natural for some applications, including image regis... | proposal accepted,module: nn,triaged,module: vision | low | Critical |
595,474,254 | pytorch | Add a flow_sample function to sample optical flows and displacement fields | _This issue is expanded from #24870 for reference and for additional discussions on implementation details. See that issue for context._
Add a function `flow_sample` to `torch.nn.functional` which mimicks `grid_sample`, but for sampling using only the residual displacement/flow.
This eliminates the need to constan... | module: nn,triaged,enhancement | low | Critical |
595,486,206 | kubernetes | default storage class for RWO vs RWM | We have multiple storage classes and its always unclear what to set as default, as there can be one best default for ReadWriteOnce vs ReadWriteMany.
I'd like the option to mark one storage class that is ReadWriteOnce as storageclass.kubernetes.io/is-default-class and one that is ReadWriteMany as storageclass.kuberne... | sig/storage,kind/feature,needs-triage | high | Critical |
595,495,748 | rust | When supressing possibly-uninitialized errors, prefer showing the textually earlier error | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried [this code](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=308dcd45b3f1758d4924113403202780):
```rust
pub fn translit... | A-diagnostics,T-compiler,C-bug,D-papercut | low | Critical |
595,533,101 | godot | `Directory` dir_exists` fails on exported projects on subpaths & paths with more than 2 slashes in `res` | **Godot version:**
3.2.1
**OS/device including version:**
Arch Linux, up to date as of April 6th, 2020
**Issue description:**
`Directory`, and `File` classes fail to find directories, or files, using `dir_exists`, `file_exists` on exported projects.
**Steps to reproduce:**
Create Directory object, and at... | bug,topic:core,confirmed | low | Major |
595,564,046 | pytorch | build Pytorch-1.5.0-rc1 from source fail | I am trying to build pytorch 1.5.0-rc1 from source and i am seeing this error.
Linking libnccl.so.2.4.8 > /sources/pytorch/build/nccl/lib/libnccl.so.2.4.8
Generating nccl.pc.in > /sources/pytorch/build/nccl/lib/pkgconfig/nccl.pc
Archiving libnccl_static.a ... | module: build,triaged | low | Critical |
595,591,210 | TypeScript | tsserver protocol is missing notification message type. (maybe?) | While implementing a tsserver client, I found out not all request messages will reply with a response.
For example, the open request extends the `Request` interface. But it really notifies (as the documentation implies).
This was a bit confusing for me, because I understood that if I send an open request, I must wait... | Needs Investigation | low | Minor |
595,658,099 | go | os: permit Rename to read-only file on Windows | On Windows 10, in Go 1.13, it used to be possible to rename over a read only file (like it is in Unix). In Go 1.14 it is not. I'm not seeing anything specific about this in the release notes, was this an intentional change?
```
func TestRenameRO(t *testing.T) {
os.Remove("a")
os.Remove("b")
defer os.Remove("a... | OS-Windows,NeedsInvestigation | low | Critical |
595,694,441 | opencv | Crash due to negative focal length in bundle adjustment | ##### System information (version)
- OpenCV => 4.2
##### Detailed description
I'm working with the stitching pipeline and sometimes happen that it crashes during the bundle adjustment process.
I found out that is an [old issue](https://github.com/opencv/opencv/issues/4322) but no one is assigned to resolve it.
... | bug,category: stitching,needs investigation | low | Critical |
595,733,662 | material-ui | [core] The hidden prop does not always visually hide elements | Im using the `hidden` prop of `Container` to show only the current Tab and to hide the rest (copied from the Tabs example)
was working fine until i upgraded to version 4.9.9 from version 4.9.1 (could be higher version but i think 4.9.1)
- [x] The issue is present in the latest release.
- [x] I have searched the [i... | bug 🐛 | medium | Major |
595,739,130 | rust | Misleading error message talks about return value of closure when the issue is about Fn vs FnOnce | In this code:
```rust
pub struct Shared {}
pub trait State {
fn new(shared: Rc<RefCell<Shared>>) -> Self where Self: Sized;
}
pub struct StateManager {
factories: HashMap<String, Box<dyn Fn() -> Box<dyn State>>>,
shared: Rc<RefCell<Shared>>
}
impl StateManager {
pub fn new() -> Self {... | A-diagnostics,A-closures,T-compiler,D-confusing,D-terse | low | Critical |
595,773,567 | godot | 2D CanvasModulate happens before light is applied, making light reset modulation | Godot version: 3.2.1 stable
Issue description: When Canvas Modulate is applied to scene, but Light2D is also used in scene in "Mask" mode (To apply transparency to show player when he's behind some objects), modulation of sprite is reset when it gets in Light texture range.
Minimal reproduction project:
[Canvas... | bug,topic:rendering,confirmed,topic:2d | low | Critical |
595,859,487 | TypeScript | Cannot assign to ... because it is a read-only property when using type guard in ctor | A common pattern is declaring narrower types for members in derived classes. However, when combined with type guards, assignement to readonly members fails with an unexpected "Cannot assign to ... because it is a read-only property" error.
**TypeScript Version:** 3.7.2
**Search Terms:**
class member read-only ... | Bug,Help Wanted,PursuitFellowship | low | Critical |
595,887,627 | vscode | Scrollbar doens't respond to touch screen dragging | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been... | feature-request,windows,editor-scrollbar | low | Critical |
595,911,133 | pytorch | Inconsistent ProcessGroupMPI work data structure for send/recv and collectives | In the current `ProcessGroupMPI` implementation, `send`/`recv`/`recvAnySource` returns a `shared_ptr` of `AsyncWork` to the application, which is the only reference to the `AsyncWork` data object. Hence, its lifetime of the `AsyncWork` item is dictated by the application. However, the `AsyncWork` contains the input ten... | module: performance,oncall: distributed,triaged,better-engineering | low | Minor |
595,919,500 | youtube-dl | Request for iQiyi/us/play | - [ ] I'm reporting a new site support request
- [X] I've verified that I'm running youtube-dl version **2020.03.24**
- [X] I've checked that all provided URLs are alive and playable in a browser
- [X] I've checked that none of provided URLs violate any copyrights
- [X] I've searched the bugtracker for similar site... | site-support-request | low | Critical |
595,950,331 | flutter | Allow Hero widgets to have transitions within the same screen |
## Use case
If i have a design similar to the gif below -

and I want to avoid using another page, I will be unable to implement it since Hero widget does not seem to have the functionality to... | c: new feature,framework,a: animation,customer: crowd,c: proposal,P2,team-framework,triaged-framework | low | Critical |
595,972,272 | go | cmd/compile: anonymous structs consume space in binary | Anonymous structs can take quite a significant amount of space in the compiled binary. Since anonymous structs do not have a proper name hence the full anonymous struct description used as the name.
As a quick experiment, by replacing some anonymous structs in Go compiler with a named type the compiler shrunk 14KB a... | NeedsInvestigation,binary-size,compiler/runtime | low | Major |
595,979,314 | neovim | Moving through files with long lines cause neovim to pause for a long time | - `nvim --version`: `NVIM v0.4.3`
- `vim -u DEFAULTS` (version: 8.0) behaves differently? Yes it does not pause when moving through files with long lines.
- Operating system/version:`Linux 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64`
- Terminal name/version: `Gnome terminal 3.28.2`
- ... | bug | low | Minor |
596,002,706 | godot | CONNECT_ONESHOT only disconnects after idle frame | **Godot version:**
3.2.1
**OS/device including version:**
Windows 10
**Issue description:**
one_shot signal don't actually disconnect after emission.
This leads to cases were the signal does not want to connect, but disconnects automatically
AFTER the function/method call which is unwanted behaviour in my op... | discussion,topic:core,documentation | low | Critical |
596,005,533 | flutter | DropdownMenuItem is still inside the widget tree even when the DropdownButton has not been tapped yet | https://b.corp.google.com/issues/153422899, which has a minimal reproducible case. | framework,f: material design,customer: money (g3),P2,team-design,triaged-design | low | Major |
596,038,033 | pytorch | Seg Fault: import vaex with torch | ## 🐛 Bug
We are experiencing a seg fault issue when importing the vaex package when torch is installed.
## To Reproduce
Steps to reproduce the behavior:
Dockerfile used
`FROM nvidia/cuda:9.2-base
RUN apt-get update
RUN apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:dead... | module: binaries,module: crash,triaged | low | Critical |
596,043,079 | electron | Dialogs aren't centered to the window when calling showMessageBox(win, ...) | ### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have sea... | enhancement :sparkles:,platform/windows | low | Critical |
596,043,128 | kubernetes | Clean up scheduler dependencies on k8s.io/kubernetes packages | To make it easier for out-of-tree developers to import the scheduler framework, among other scheduling helpers and constants, we should explore areas that we can remove dependencies on `k8s.io/kubernetes`. Places that could be easily removed are, for example, using internal APIs where not required or importing unrelate... | kind/cleanup,sig/scheduling | high | Critical |
596,064,812 | PowerToys | Tool to add / remove shortcuts from "This PC" | It would be super useful to be able to tweak File Explorer to be more useful in the scene that we have shortcuts that are relevate for me.
For me personally, i don't need "3D Objects" but it would be sweet if I had my Source\Repos folder ("C:\Users\crutkas\source\repos") | Idea-New PowerToy,Product-Tweak UI Design,Product-File Explorer | low | Minor |
596,072,837 | flutter | [tool_crash] FileSystemException: writeFrom failed, OS Error: No space left on device, errno = 28 | ## Command
```
flutter packages get
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException: writeFrom failed, OS Error: No space left on device, errno = 28
```
#0 _RandomAccessFile.writeFrom.<anonymous closure> (dart:io/file_impl.dart:858:9)
#1 _rootRunUnary (dart:async/zon... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
596,083,071 | TypeScript | Automatic Type Acquisition should give the ability to prioritize jsconfig.json types over node_modules types | <!-- ⚠️⚠️ 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. -->
# Feature request
Visual Studio Code should... | Suggestion,Awaiting More Feedback | low | Minor |
596,088,381 | godot | Material looks metallic and pretty smooth/shiny surface with GLES2 on Android | **Godot version:**
3.2.2 df87601c88
**OS/device including version:**
Linux mint 19.3 / Galaxy s8+
**Issue description:**
Material looks metallic and pretty smooth with GLES2 on Android.
This is how it looks on desktop

It seems that closure serialization does not work the same on the web.
Referring to this skip:
https://github.com/flutter/flutter/blob/2ce36f6199028b54db30b518012ab14afa80d15e/packages/flutter/test/foundation/diagnostics_test.dart#L1235
<details><summary>Logs</summary>
```
01:10 +102 ~10 -1: ... | a: tests,team,framework,platform-web,has reproducible steps,P3,c: tech-debt,team: skip-test,found in release: 3.12,team-web,triaged-web | low | Critical |
596,115,912 | flutter | Generate a local web page for visual diffs | Idea from @HansMuller :)
When testing golden files locally, instead of just generating image files to view visual differences, it may be a nicer experience to generate a local web page to view all of them together in a nice format. | a: tests,c: new feature,framework,a: quality,c: proposal,will affect goldens,P3,team-framework,triaged-framework | low | Minor |
596,118,591 | pytorch | Decouple DDP from CUDA | After #28068, we now support 3rd party c10d extensions. However, DDP still hard-code calls into`torch.cuda.comm` APIs.
https://github.com/pytorch/pytorch/blob/8afa001d898914a48d6b9e3d944a99607d2819c1/torch/nn/parallel/distributed.py#L493-L496
To allow DDP to decouple from cuda, we have a few options:
1. Deprec... | oncall: distributed,feature,module: cuda,triaged | low | Minor |
596,140,363 | godot | Input class not handling Switch Pro Controller joystick axis properly | **Godot version:**
v3.2.1.stable.official
**OS/device including version:**
Windows 10 Home 1903
**Issue description:**
Using only the Nintendo Switch Pro Controller analog sticks, whenever I request `Input.get_joy_axis(0, JOYSTICK_AXIS_* )` or `Input.get_action_strength("ui_*")`, where "ui_*" was assigned to... | bug,topic:input | low | Critical |
596,146,128 | kubernetes | Allow Changing Kubelet's Internal Housekeeping Period | **What would you like to be added**:
The ability to adjust Kubelet's housekeeping frequency. Ideally via the config file as an `internalHousekeepingPeriod`. There is already a housekeeping interval CLI flag that I assume is related to cAdvisor but had trouble tracking down where it was actually used.
Kubelet has a ... | sig/node,kind/feature,needs-triage | medium | Major |
596,147,713 | go | x/playground: support non-source input files | (This is somewhat related to #32403.)
Now that the Playground supports multi-file inputs, it would be nice if those files could include non-source files, which the program could then open using the usual `os` functions and use as inputs to various I/O libraries (for example, `encoding/csv` as in https://play.golang.... | NeedsInvestigation,FeatureRequest | low | Critical |
596,174,793 | pytorch | New dtype ComplexPolarFloat (phasor) | ## 🚀 Feature
New ScalarType::ComplexPolarFloat and c10::complex_polar C++ type that would allow expressing complex numbers with theirs magnitudes and angles. Original idea comes from @dylanbespalko comments on #35563.
## Motivation
Multiplication and division is much simpler and faster for complex numbers in pol... | low priority,triaged,module: complex,enhancement | low | Major |
596,182,129 | go | net/rpc: client's DialHTTPPath() treats http CONNECT response incorrectly | https://tools.ietf.org/html/rfc7231#section-4.3.6 - says: 'Any 2xx (Successful) response indicates that the sender (and all inbound proxies) will switch to tunnel mode immediately after the
blank line that concludes the successful response's header section;'
but DialHTTPPath() requires exactly `resp.Status == "2... | NeedsInvestigation | low | Minor |
596,196,847 | terminal | Provide a 'Paste mode' to allow a paste keybinding to be 'smart'. | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-Extensibility,Product-Terminal | low | Critical |
596,208,594 | flutter | Sibling FloatingActionButtons nested under a Wrap slow to repaint on the Web | Sample app that reproduces the issue: https://gist.github.com/clocksmith/240a6bbe1a0f72847ee4139fe493a712.
This is reproducible on the HTML backend. We should also check CanvasKit, just in case.
Hat tip to @clocksmith for narrowing it down to a reproducible app. | engine,c: performance,platform-web,perf: speed,e: web_html,has reproducible steps,customer: web10,P3,team-web,triaged-web,found in release: 3.13,found in release: 3.17 | low | Major |
596,211,838 | pytorch | ## 🐛 Bug: QNNPACK tests failing on master on Nexus 6 | ## 🐛 Bug: QNNPACK tests failing on master on Nexus 6
QNNPACK tests not passing on Android armv7 on clean master (Nexus 6)
## To Reproduce
Steps to reproduce the behavior:
1. check out ebf743a63a nshulga (master*, HEAD) Fix bazel-test linking issue (#36157)
2. build the tests and push to device:
cd at... | oncall: mobile | low | Critical |
596,224,812 | flutter | Remove extraneous Samsung keyboard hacks from the Android embedder. | As part of https://github.com/flutter/flutter/issues/31512 and https://github.com/flutter/flutter/issues/51893, we introduced workarounds for various Samsung keyboard bugs in InputConnectionAdaptor.java in the Android embedder. Many of these can be removed.
We should go through and verify which workarounds are no lo... | a: text input,team,platform-android,engine,dependency: android,P2,c: tech-debt,team-android,triaged-android | low | Critical |
596,229,226 | excalidraw | Collaboration performance on slow upload connections | We've been using Excalidraw collaborative sessions and encountered issues where the updates being sent take an exceptionally long time to make it to other participants. The updates seem to get queued up and slowly propagated to the receiving participant at a rate slower than the updates are being sent, leading to one p... | performance ⚡️,collaboration | low | Major |
596,230,843 | TypeScript | Cannot mix both fixed and rest arguments using '.call' when using '--strictBindCallApply' | **TypeScript Version:** 3.9.0-dev.20200328
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** strict call rest arguments
**Code**
```ts
class C {
use<A extends any[]>(fn: (this: this, obj: this, ...args: A) => void, ...args: A) {
f... | Needs Investigation | low | Critical |
596,281,560 | ant-design | ConfigProvider componentSize 能否支持区分配置组件? | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
我们目前的项目中只想配置Table组件默认尺寸为`middle`,不改变其他组件的尺寸
### What does the proposed API look like?
```jsx
<ConfigProvider componentSize={... | 💡 Feature Request,Inactive | low | Minor |
596,286,527 | go | x/build/devapp/owners: use owners to mark packages deprecated | Can we use a special string to mark packages as deprecated / unsupported in the owners file? If someone sends a review for the project, we can just have GopherBot send an automated message letting the contributor know.
I was inspired by https://golang.org/cl/225297, where I almost merged a change for code that's bee... | Builders,NeedsInvestigation,FeatureRequest | low | Minor |
596,301,312 | PowerToys | Path copy copy integration | # Summary of the new feature/enhancement
It would be nice if `Path copy copy` software gets integrated into PowerToys!
https://github.com/clechasseur/pathcopycopy
It has features for copying path and in different styles:
Using preview enabled:
: Error signin in: PlatformException(sign_in_required, com.google.android.gms.common.api.ApiException: 4: 4: , null)
| c: crash,platform-android,p: google_sign_in,package,found in release: 1.12,P2,team-android,triaged-android | low | Critical |
596,319,275 | pytorch | [JIT] support self.named_buffers and self.named_parameters in TorchScript | ## 🚀 Feature
support self.named_buffers and self.named_parameters in TorchScript
## Motivation
Since `self.named_models` had been supported in torchscript [#29495 ]( https://github.com/pytorch/pytorch/pull/29495), it will be more convenient to support `self.named_buffers` and `self.named_parameters`. Projects ... | triage review,oncall: jit,triaged,enhancement | low | Major |
596,325,844 | material-ui | [ScopedCssBaseline] The box-sizing style of the child components is overwritten | <!-- Provide a general summary of the issue in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] The issue is present i... | bug 🐛,waiting for 👍,component: CssBaseline,package: styled-engine | medium | Critical |
596,356,332 | opencv | Get the list of camera‘s resolutions | ##### System information (version)
<!-- Example
- OpenCV => 4.2
- Operating System / Platform => Windows 64 Bit
- Compiler => Qt Creator 4.11.2
-->
- OpenCV => 4.2
- Operating System / Platform => Ubuntu 18.04
- Compiler => Qt Creator 4.11.2
##### Detailed description
<!-- your description -->
When I u... | feature,priority: low,category: videoio(camera),effort: few weeks | low | Critical |
596,398,747 | react-native | Image prefetch does not work on iOS | Please provide all the information requested. Issues that do not follow this format are likely to stall.
## Description
- Using image prefetch does not work at all on iOS.
- Preloading the images and then checking `Image.queryCache` shows an empty query cache
- Attempting to display images that have been prefe... | Platform: iOS,Component: Image,Impact: Platform Disparity | medium | Critical |
596,430,922 | youtube-dl | How can i download this video by solution this problem 403 forbidden | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
596,445,778 | excalidraw | Feature: Marker / Highlighter | This can almost be done with the line tool, however the stroke is too small, and by default it goes on top of the already existing drawing.
My suggestion would be:
Thickness: text + some margin
Place at background so the text can still clearly be read | enhancement,discussion | medium | Major |
596,455,948 | pytorch | Rectify docs for MultiLabelSoftMarginLoss | ## 📚 Documentation
<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/... | module: docs,module: nn,triaged | low | Major |
596,463,727 | rust | [libs] Add Read::take_while | In https://github.com/rust-lang/rust/pull/70772 I proposed adding `BufRead::read_while`. But as @HeroicKatora pointed out in https://github.com/rust-lang/rust/pull/70772#issuecomment-609485938 `Read::take_while` would achieve many of the same benefits with fewer downsides. This would act as a counterpart to `Read::take... | T-libs-api,C-feature-request | low | Minor |
596,476,428 | PowerToys | General->Run as Administrator not available if not a admin user. | Windows 10 without admin privileges.
```
Windows build number: 10.0.18363.657
PowerToys version: Power Toys 0.16.1
PowerToy module for which you are reporting the bug (if applicable): Fancy Zones
```
Did not find anything regarding this issue.
On my Maschine I run as a user which does not have admin priv... | Product-Settings,Issue-Docs,Area-User Interface | low | Critical |
596,524,828 | flutter | Add support for RefreshIndicator to be used with SliverAppBar | ## Use case
It's impossible to implement a pull-to-refresh below the app bar using slivers. You can wrap the parent `CustomScrollView` in a `RefreshIndicator`, but then the indicator will be pulled from the top of the app bar, which is not ideal. See below:
```
RefreshIndicator(
onRefresh: () {
... | c: new feature,framework,f: material design,f: scrolling,c: proposal,good first issue,P3,team-design,triaged-design | medium | Critical |
596,526,374 | tensorflow | Add MPI cluster resolver | **System information**
- TensorFlow version (you are using): 2.1.0
- Are you willing to contribute it (Yes/No): Yes
**Describe the feature and the current behavior/state.**
There should be a cluster resolver that works inside any MPI jobs by querying properties of MPI_COM_WORLD.
This allows running TF ea... | stat:awaiting tensorflower,type:feature | low | Minor |
596,527,766 | rust | No warning when using "descending range" in for loop | I tried this code:
```rust
for i in 10..=0 {
println!("{}", i);
}
```
I expected this to just work, but the resulting range is empty and the loop does not run at all.
Later I found that I need `(0..=10).rev()`.
If descending ranges can't work, I'd expect a warning from the compiler, at least whe... | C-enhancement,A-lints,T-lang | low | Major |
596,529,899 | rust | Suboptimal error message when comma at the end of match arm is typo'd as a dot | Simplified version of what I wrote ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b98831828ecba1894bf9032de13e48a2)):
```rust
enum MyError {
Variant { field: u32 },
}
fn main() {
match Ok(()) {
// ↓ typo here
Ok(x) => Some(x).
... | C-enhancement,A-diagnostics,A-parser,T-compiler | low | Critical |
596,530,310 | youtube-dl | ADD --console-title-prefix command line option OR more formatting for --console-title | - [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2020.03.24**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
### minimal use case:
I wanna prefix the terminal title with my own prefix (static string) that s... | request | low | Critical |
596,554,768 | excalidraw | Bug: Moving browser between hi-res screen and regular external screen rescales drawings and shows wrongly sized boundary boxes | Hey,
I use `MacBook Pro Mid 2015` with `retina screen`.
I have also plugged in external screen `nec 27'`.
While moving the browser between those screens, all drawings are weirdly rescaled and have wrong boundary boxes, please see video below which shows the issue.
**Watch video:** https://imgur.com/a/yAXgHdB
... | bug | low | Critical |
596,570,547 | godot | Breakpoints don't work in C# | **Godot version:**
v.3.2.1.stable.mono.official
**OS/device including version:**
Windows 10
**Issue description:**
Set a breakpoint in C#, it gets ignored.
**Steps to reproduce:**
Create a minimal project, add a C# script, put break in _Ready function then run it. Breakpoints are ignored.
**Mini... | enhancement,topic:dotnet | low | Critical |
596,590,759 | node | Build fails when cross compiling v12.x host x86-64 to arm | I am trying to cross compile node v12.16.1 for arm. It appears that part of the build process is to build the **bytecode_builtins_list_generator executable** that will be used in the host machine to create header files dynamically. However the build process is using target compiler instead of host compiler where the fi... | build,arm | low | Critical |
596,643,494 | flutter | Provide a localized message for screenreaders for TextFields when character limit is exceeded | Internal: b/150477021
<!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=freq... | a: text input,platform-ios,framework,engine,f: material design,a: accessibility,a: internationalization,customer: mulligan (g3),c: proposal,P2,team-ios,triaged-ios | low | Critical |
596,678,042 | kubernetes | HPA conversion serializes internal struct to annotation | **What happened**:
Found while fixing #88738 in #89963
The internal Spec.Behavior field is serialized to annotations when converting to v1 or v2beta1 HPA types. This causes several problems:
* The internal type does not have json tags, so the data is serialized upper-case
* The internal type is not guaranteed to ... | kind/bug,priority/important-soon,sig/autoscaling,kind/api-change,lifecycle/frozen | low | Critical |
596,683,052 | neovim | Setting the timeoutlen on a per-mapping basis | Say you `ino` re-mapped `hh` to `<Esc>` like some people do to be able to escape insert mode faster.
When you type text and end with `h`, like `mouth`, and want to escape insert mode right after, you end up having to wait for the timeout to occur.
I believe that being able to set the `timeoutlen` on a per-mapping... | enhancement,mappings | low | Major |
596,726,189 | go | x/build: missing failure output from windows-amd64-2008 builder | https://build.golang.org/log/59a049ac56f1c7dbcf9de1f6002512a70f765e0c is marked as a failure on the dashboard, but its output doesn't contain the word `FAIL` anywhere.
It's not obvious to me whether the test timed out, or failed without output. Better output from `cmd/dist` and/or the Builder infrastructure would pr... | Builders,NeedsInvestigation | low | Critical |
596,755,895 | vscode | Search does not respect `workbench.editor.revealIfOpen` | Selecting a search result will reveal an existing editor in an unfocused group even when `workbench.editor.revealIfOpen` is set to false.
Steps to Repro
* Set `workbench.editor.revealIfOpen` to false
* Open two editor groups
* Focus an editor in one of the groups
* Perform a search that will find results in the ... | bug,search,confirmed | medium | Major |
596,760,638 | go | x/net/idna: adds 680KiB to binary when imported but unreferenced | I'm working on a Go program in a severely constrained environment and found that I can save 680 KiB of disk (and disk == RAM in this environment) by making sure x/net/idna is never imported (even if unused).
That is, the init tasks for x/net/idna and its deps don't layout in memory such that the linker can discard e... | NeedsInvestigation,binary-size | low | Minor |
596,761,126 | TypeScript | emit code miss return type in .d.ts ( 3.9.0-dev.20200408 ) | <!-- 🚨 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 |
596,763,107 | javascript | Misleading documentation 10.8 | The documentation for [10.8](https://github.com/airbnb/javascript#modules--multiline-imports-over-newlines) references [`object-curly-newline`](https://github.com/airbnb/javascript#modules--multiline-imports-over-newlines) however object-curly-newline does not catch this rule. Furthermore airbnb's set of rules also doe... | needs eslint rule change/addition | low | Major |
596,774,099 | TypeScript | Enhance event type of ServiceWorker `onstatechange` listener | <!-- 🚨 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,Domain: lib.d.ts | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.