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 |
|---|---|---|---|---|---|---|
710,632,264 | flutter | flutter devices reporting physical device is busy | ## Steps to Reproduce
1. Connect a physical iPhone device to laptop
2. run `flutter devices`
## Logs
```
1 connected device:
Anthony's iPhone X (mobile) β’ ddXXXXXXXXXX...XXXXXX4 β’ ios β’ iOS 14.0
β’ Error: Anthony's iPhone X is busy: Copying cache files from device. Xcode will continue when Anthony's i... | platform-ios,tool,customer: crowd,e: OS-version specific,P2,team-ios,triaged-ios | low | Critical |
710,639,142 | flutter | Add a way to record video | <!-- 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... | c: new feature,platform-android,engine,c: proposal,P3,team-android,triaged-android | low | Critical |
710,676,205 | PowerToys | [Run] Multi monitor: calling the application to the current display | Having many displays, it happens that one of them is not at the main workplace (eg TV).
When we work on it and it is in extended desktop mode, new applications that we open do not appear on it, but on the main display. We then have to blindly try to summon them, e.g. via win + shift + arrows.
Can we somehow improve... | Idea-Enhancement,Product-PowerToys Run | low | Major |
710,682,328 | godot | Crash in editor if tool uses PackedScene.instance() from a thread | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3-stable
**OS/device including version:**
<!-- Specify GPU model, drivers, and the bac... | bug,topic:core,topic:editor,crash | low | Critical |
710,690,418 | youtube-dl | site support/feature request: puls24.at | ## Checklist
- [X] I'm reporting a new site support request
- [X] I've verified that I'm running youtube-dl version **2020.09.20**
- [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 fo... | site-support-request | low | Critical |
710,690,951 | go | cmd/go: 'go get -d' does not report line numbers in errors for bad import statements | The fix for #41315 has revealed another variant of issue #34393.
Adding the following test case to [`mod_build_info_err.txt`](https://github.com/golang/go/blob/master/src/cmd/go/testdata/script/mod_build_info_err.txt)
```
+go get -d ./main
+stderr 'bad[/\\]bad.go:3:8: malformed module path "π§.example.com/string"... | NeedsFix,GoCommand | low | Critical |
710,695,028 | youtube-dl | Request support for BitTube | ## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2020.09.20**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
This is a request for support of <bittube.tv> and <bittube.video>. | request | low | Critical |
710,721,996 | godot | Unable to establish WebRTC peer connection outside local network when using C# | **Godot version:**
3.2.3-stable_mono_win64
**OS/device including version:**
Windows
**Issue description:**
When attempting to establish a webrtc peer connection if local or inside the current network all works as expected. But if outside, if file containing the `WebRTCMultiplayer` and PeerConnection was writte... | bug,topic:network,topic:dotnet | low | Critical |
710,722,651 | pytorch | Combining add_scalar with add_hparams with different frequencey | ## β Questions and Help
How do I combine add_scalar done for each epoch and add_hparams with performance values computed after all training is done?
Currently adding the hparams removes the training curves with loss values and either replace them with single values (if contained in hparams) or just removes them if ... | triaged,module: tensorboard | low | Major |
710,740,168 | flutter | Can we help apps identify widgets that are causing crashes? | Issues like https://github.com/flutter/flutter/issues/47086 pop up from now and then for many clients. When such an exception occurs, application logs are typically the only resource available to debug the problem. From these logs, there's no way trivial way to trace the exception back to the widget that caused it.
... | framework,customer: dream (g3),a: debugging,customer: google,a: error message,P3,team-framework,triaged-framework | low | Critical |
710,742,028 | godot | Collision shape extents, radius don't get reset when get_tree().reload_current_scene() is called | Note: I apologize for any issues with the format of my writing. This is my first time using GitHub and reporting a bug
**Godot version:**
Godot v3.2.3-stable-win64
**OS/device including version:**
Intel i3 with integrated graphics. Windows 10
**Issue description:**
Restarting a scene by using get_tree(... | discussion,topic:core,confirmed,documentation | low | Critical |
710,750,105 | pytorch | Extra arguments included in the doc where they are not actually presented in the source code | ## π 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: optimizer,triaged | low | Minor |
710,808,630 | go | crypto: document that the GCM AEADs are safe for concurrent use if the underlying cipher.Block is | This is a follow-on to #25882.
That issue is about documenting which cipher.Block implementations are safe for concurrent use.
Similarly, the cipher.AEAD created by NewGCM and friends ought to be documented as safe for concurrent use if the underlying cipher.Block is. In particular, AES-GCM should be safe.
/cc... | Documentation,NeedsFix | low | Minor |
710,833,606 | flutter | Document Missing x86_64 ABIs when building from Android Studio | According to the [official guide](https://flutter.dev/docs/deployment/android) (_How do I build a release from within Android Studio?_), we can also build release apk from within Android Studio. However, these builds (I tested release builds) are missing x86_64 so files as opposed to `flutter build apk --release` whic... | tool,d: api docs,a: build,a: release,P3,team-tool,triaged-tool | low | Minor |
710,901,493 | node | http2: calling ServerHttp2Stream end() can silently fail | * **Version**: v14.10.1
* **Platform**: macOS 10.15.6
* **Subsystem**: http2
### What steps will reproduce the bug?
```js
const http2 = require('http2');
const server = http2.createServer({
host: '127.0.0.1'
});
server.on('stream', (stream, headers) => {
//stream.respond({ ':status': 200 });
st... | http2 | low | Critical |
710,907,008 | pytorch | Build LibTorch for cpu using OpenBLAS: Had to manually remove a path in Caffe2Targets.cmake | Hi,
I after building libtorch, i've had to manually remove a path to **libopenblas.a** in the **INTERFACE_LINK_LIBRARIES** file: ```Caffe2Targets.cmake```
```
set_target_properties(torch_cpu PROPERTIES
INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANGUAGE:CXX>:-std=c++14>"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT... | module: build,triaged | low | Critical |
710,959,246 | flutter | Dismissible 2.0 with additional options | ## Use case
As [mentioned by many people 2.5 years ago already](https://github.com/flutter/flutter/issues/11825), the dismissible widget is wayyy behind today's UI patterns and does not currently have the capability it deserves. There's [Flutter_Slidable](https://pub.dev/packages/flutter_slidable), but it doesn't qu... | c: new feature,framework,f: material design,c: proposal,team-design,triaged-design | low | Minor |
710,989,756 | pytorch | torch.nonzero(t, as_tuple=...) does not work with the JIT because the as_tuple signatures are not exposed properly | ```
def foo(t):
return torch.nonzero(t, as_tuple=False)
: RuntimeError: Arguments for call are not valid.
```
This is because of the Python arg parsing done to handle the "as_tuple" kwarg. Note that tracing works fine.
cc @mruberry @rgommers @heitorschueroff @pmeier @gmagogsfm | oncall: jit,triaged,module: numpy,module: python array api | medium | Critical |
711,012,532 | tensorflow | LookupError when computing nested gradient with UpSampling2D | **System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow installed from (source or binary): binary (pip)
- TensorFlow version (use command below): 2.3.1
- Python ve... | stat:awaiting tensorflower,type:bug,comp:keras,TF 2.11 | medium | Critical |
711,016,365 | flutter | Poor scrolling performance with ListView holding complex widget trees. | I've made two very complex apps so far, and they both seem to have incredibly poor scrolling performance, even in small list sizes.
My biggest problems with flutter so far have been that there are no guidelines on how to deal with list view performance given a complex widget tree for each child
The first app has ... | framework,c: performance,f: scrolling,perf: speed,P2,team-framework,triaged-framework | low | Critical |
711,110,604 | opencv | Problem with opencv_cuda_surf in nvidia jetson Xavier | ##### System information (version)
<!-- Example
- OpenCV =>
- Operating System / Platform =>
- Compiler =>
-->
- OpenCV => :3.4.3
- Operating System / Platform => :Ubuntu 18.04 64 bit(nvidia Jetson Xavier)
- Compiler => :grey_question:Unix makefiles
##### Detailed description
i had problem with **o... | category: contrib,category: gpu/cuda (contrib) | low | Critical |
711,117,361 | godot | OpenXR in Godot 4 | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
4.0
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. -->
Linux versio... | discussion,topic:xr | low | Critical |
711,123,757 | godot | Parse Error: The method "set_button_icon" isn't declared in the current class. | **Godot version:**
3.2.3
**OS/device including version:**
N/A
**Issue description:**
Try to use a function that is not declared in the main class, but check if it exists before calling it, so it should not crash.
```
SCRIPT ERROR: GDScript::reload: Parse Error: The method "set_button_icon" isn't declared in ... | bug,topic:gdscript | low | Critical |
711,141,735 | rust | Deprecation text for Error::description leads users towards accidentally introducing infinite recursion | Consider the following code:
```rust
pub enum Error {
Variant,
}
impl fmt::Display for Error {
fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
f.write_str(std::error::Error::description(self))
}
}
impl std::error::Error for Error {
fn description(&self) -> &str... | A-lints,A-diagnostics,T-compiler,C-bug,D-confusing | low | Critical |
711,229,190 | vscode | Tabbing when a setting is selected is jumping back to the setting | Testing #107610
- Enable Voice Over
- Open Settings Editor and focus in search
- Press Down arrow until you reach Files: Auto Save setting
- Now Tab twice -> instead of focussing the control, selection jumps back to setting. See following gif:
 Create a component with some boolean type prop.
2) Create component story.
3) Add argTyp... | bug,addon: controls | low | Critical |
711,244,974 | create-react-app | [CRA4] Typecheck results are often stale and get "stuck" |
### Describe the bug
Difficult to reproduce consistently, but with CRA4, but say you saved a file that had an error, then quickly fixed the error and re-saved, often what will happen is that it will then somehow get the typecheck results of the broken version (a save ago) and display that error as a non-dismiss-... | stale,needs triage,issue: bug report | low | Critical |
711,265,893 | ant-design | Depend Form.Item validation ignore Form.validationTrigger="onSubmit" | - [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.
### Reproduction link
[](https://codesandbox.io/s/antd-reproduction-template-forked-smk36)
... | Inactive | low | Minor |
711,284,902 | create-react-app | [CRA4] require doesn't work with images | CRA 4 looks really neat, but I've had this issue for the past week:
### Describe the bug
`require` results in `[Object module]` instead of the image URL in CRA 4 but not CRA 3
see https://github.com/facebook/create-react-app/discussions/9720
### Did you try recovering your dependencies?
yes
`yarn --ve... | needs triage,issue: bug report | low | Critical |
711,344,342 | create-react-app | How to override react-scripts/lib/react-app-env.d.ts with src/react-app-env.d.ts? | I would like to override one of the module declarations in `node_modules/react-scripts/lib/react-app-env.d.ts` (specifically for svgs, because I use a custom loader) I have tried to do this in `src/react-app-env.d.ts` however it seems that Typescript? or React? gives precedence to the `react-scripts` definitions. I.e.,... | needs triage | low | Major |
711,381,227 | youtube-dl | projectveritas.com | <!--
######################################################################
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 |
711,387,319 | flutter | [video_player_web] Integrate Shaka Player for DASH and HLS support. | ## Use case
There has been multiple requests to support DASH/HLS videos in the web:
* https://github.com/flutter/flutter/issues/53011
* https://github.com/flutter/flutter/issues/46778
## Proposal
We should explore [Shaka Player](https://github.com/google/shaka-player), which is _an open-source JavaScript l... | c: new feature,platform-web,p: video_player,package,c: proposal,P3,customer: arias,team-web,triaged-web | medium | Critical |
711,389,226 | pytorch | [JIT] JIT Autograd is saving more results than are necessary for bprop like the result of RELU when it is an intermediate | ## π Bug
For the operations of RELU + DROPOUT, the intermediate result of the RELU is not needed but it is saved off none-the-less which is an unnecessary performance hit when the goal of fusion is to remove extra reads and writes to global memory.
Here is the Pytorch IR for RELU + Dropout:
For `FusionGroup_0`,... | oncall: jit | low | Critical |
711,405,391 | material-ui | [useMediaQuery] Safari scrollbar unstable |
- [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Current Behavior π―
]
#![allow(unused)]
use std::cell::UnsafeCell;
... | T-compiler,B-unstable,C-bug,A-const-eval | low | Critical |
711,575,177 | pytorch | Can't initialize NCCL/GLOO process group if default process group is MPI | ## π Bug
Can't initialize NCCL/GLOO process group if default process group is MPI. When we initialize the default process group as MPI, the `default_store` is not initialized. As a result, calls to `new_group` use a Store of None and result in failures.
## To Reproduce
```
import torch
from torch import dis... | high priority,triage review,oncall: distributed,module: bootcamp,triaged,module: nccl,pt_distributed_rampup | low | Critical |
711,583,343 | neovim | nlua_regex Lua Memory Leak? | ```
nvim -u NORC
:lua require('telescope.builtin').find_files()
```
I built neovim w/ these flags
`rm -rf build && CMAKE_EXTRA_FLAGS="-DCMAKE_C_COMPILER=clang -DCLANG_ASAN_UBSAN=1" make`
### Actual behaviour
```
β nvim
=================================================================
==1012202==ER... | bug,lua | low | Critical |
711,609,187 | youtube-dl | Can i download the whole chat from past live stream? | Can i download the whole chat from past live stream? | question | low | Minor |
711,689,277 | vscode | Configuration variables: unsafe file path usage | The `variableResolver` seems to have a few variables that are derived based on the currently active editor:
https://github.com/microsoft/vscode/blob/b1c54c1483e2dfcf3101f233b3f8f28436127fba/src/vs/workbench/services/configurationResolver/browser/configurationResolverService.ts#L54-L54
The file path casing can be ... | debt,config,variable-resolving | low | Major |
711,709,930 | pytorch | Android: allow preallocation of output buffers | ## π Feature
I would like to be able to pass an array to be filled with the Tensor data to the `Tensor.getDataAs***Array()` methods. Access to the actual Tensor's underlying data structure wouldn't be bad either (i.e. make [`getRawDataBuffer()`](https://github.com/pytorch/pytorch/blob/master/android/pytorch_android/s... | feature,triaged,module: android,oncall: mobile | low | Minor |
711,711,194 | rust | ICE: cannot relate bound region: ReLateBound | <!--
Thank you for finding an Internal Compiler Error! π§ If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
### Code
```Rust
trait MyTrait<... | E-needs-test,T-compiler,C-bug,A-const-generics,requires-nightly,F-const_generics,glacier | low | Critical |
711,761,437 | go | cmd/go: checksum mismatch for module containing Git LFS files | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.2 linux/amd64
</pre>
### Does this issue reproduce... | NeedsInvestigation,modules | low | Critical |
711,840,702 | pytorch | Resolving overloads and default arguments from within __torch_function__ | ## π Feature
This issue proposes the introduction of a `get_current_overload_name` function in the `torch.overrides` namespace. This function will return the overload name of the last-called function for use within `__torch_function__`.
## Motivation
The motivation comes from the `torch.fx` project which will add... | feature,triaged,module: __torch_function__ | low | Major |
711,841,365 | vscode | New search results cleared after search-and-replace operation finishes | <!-- β οΈβ οΈ 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... | bug,search,confirmed | low | Critical |
711,937,890 | godot | First thing drawn in render target Viewport disappears regardless of clear mode | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3.stable.official
**OS/device including version:**
<!-- Specify GPU model, drivers, an... | topic:core,topic:rendering | low | Critical |
711,979,528 | pytorch | Distutils Error in torch.hub Load() | I tried to run:
torch.hub.load('pytorch/fairseq', 'transformer.wmt19.de-en.single_model', tokenizer='moses', bpe='fastbpe', force_reload=True)
But got the following error:
```
File "/home/yifung2/.local/lib/python3.6/site-packages/torch/hub.py", line 349, in load
hub_module = import_module(MODULE_HUBCONF, ... | triaged,module: hub | low | Critical |
712,018,777 | storybook | Is there a hook when " Storybook service started "οΌ | **Is your feature request related to a problem? Please describe**
I have an Electron app, the stories must be opened in Electron.
But I didn't know when the service has started ?
So far I use this develop command, but got blank page when first open (I have to check every seconds whether the service has started):
`... | feature request,help wanted,cli | low | Minor |
712,036,602 | storybook | React Fast Refresh (HMR) doesn't trigger refresh for story files | **Describe the bug**
I'm using the new React Fast Refresh feature introduced in Storybook 6.1 (currently available on `@next`). It seems to partly work as I see source changes triggering a re-compile in the terminal. I'm also seeing these changes arriving on the HMR eventstream in my browser, however they don't resu... | bug,react | medium | Critical |
712,070,007 | create-react-app | [CRA4] ForkTsCheckerWebpackPlugin causes builds to take 50-100x as long | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | stale,needs triage,issue: bug report | low | Critical |
712,072,470 | pytorch | Build Failed Ubuntu Cuda. CUDAHooks.cpp:97:15: error: βstruct cudaPointerAttributesβ has no member named βtypeβ return attr.type == cudaMemoryTypeHost; | ## π Bug
I'm trying to build Pytorch c++ API, I did it without GPU, but now at 97% appears this problem and I can't find a solution. If somebody knows what I can make to fix this issue, thank you.
## To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/pytorch/pytorch
cd pytorch
... | module: build,triaged | low | Critical |
712,085,621 | godot | Active AnimationTree State Machine causes sprite animation playback to glitch and not work properly | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.2.3 stable
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:** Pop OS 20.04 LTS (Ubuntu-based), GLES3
<!--... | bug,topic:core | low | Critical |
712,106,137 | vscode | Git conflict resolution "accept both changes" deletes lines not related with the conflict | <!-- β οΈβ οΈ 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... | bug,debt,merge-conflict | medium | Critical |
712,113,847 | pytorch | Why is RTX3080 slower than RTX2020-Ti? | Time per batch iteration on the same experiment (Siamese network) setup.
RTX2080Ti - 0.5 sec.
TitanX - 0.69 sec.
RTX3080 - 0.72 sec.
RTX 2070-Super -- 0.77 Sec
Is it because Pytorch/CUDA etc are not optimized with respect to RTX3080?
We have a set of [listed resources available on the website](https://p... | module: performance,module: cuda,triaged | medium | Major |
712,132,864 | create-react-app | Include inclusivity rules in default eslint configuration | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
No, not related to a problem per se, this is a suggestion relating to the current social climate and how we could, in our code, make a statement a... | issue: proposal,needs triage | low | Minor |
712,137,325 | TypeScript | Class instance property with default value not referenced in destructured object property reassignments | <!-- β οΈβ οΈ 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... | Bug,Domain: Symbol Navigation | low | Critical |
712,218,358 | youtube-dl | Site support request e926.net/e621.net | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2020.09.20**
- [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 fo... | site-support-request | low | Critical |
712,235,736 | vscode | onDidDispose is fired when view is moved | Testing #105764
If this is expected, then it should be mentioned in the `.d.ts` as the documentation implies that the only case is hiding the view.
| bug,webview | low | Minor |
712,236,048 | youtube-dl | How to get audio when watching partially downloaded file |
- [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
If I download a video using youtube-dl I often want to watch the video already before the download finished. However if I ... | question | low | Critical |
712,256,639 | PowerToys | Adjust how fonts render in Windows | Windows is great at supporting a vast amount of hardware but for some users, they want their fonts to render differently. This comes into play more and more with higher resolution screens.
**Possible knobs:**
- Default text rendering
- Force symmetric smoothing on
- Force symmetric smoothing on and hinting off... | Idea-New PowerToy | high | Minor |
712,305,439 | flutter | Improve embedded FlutterFragment's back button navigation delegation | Add-to-app Flutter can be used in two ways. It can be embedded in its own dedicated activity, or it can share an activity with other native code. The former strategy works pretty well from what I've seen, however, it lacks a lot of flexibility because it means you can't really put Flutter and native UI side by side. Th... | c: new feature,platform-android,framework,engine,f: routes,a: existing-apps,customer: google,c: proposal,P2,team-android,triaged-android | low | Major |
712,317,968 | go | x/build: automatic check to prevent accidental CL submission with mismatch between target branch and subject prefix | When working on branches other than the main one, or making cherry-pick CLs, we have a convention of putting the branch name in square brackets before the subject.
From https://golang.org/wiki/MinorReleases:
> The cherry-pick CL must include a message prefix like [release-branch.go1.10]
If there is a mismatch ... | Builders,NeedsInvestigation,FeatureRequest | low | Minor |
712,337,329 | youtube-dl | Support partially downloading videos | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | request | low | Critical |
712,347,767 | storybook | Document and update link for "Add a tab to storybook like (SB Docs)" | **Is your feature request related to a problem? Please describe**
I'm trying to create a Tab addon and while it mostly works - I'm struggling with the auto routing behavior we get with Canvas(story), and Docs(docs).
When registering my addon I setup the `route` and `match` functions just like the addon Docs does. And... | bug,api: addons,ui | low | Minor |
712,379,301 | flutter | [Add2App iOS] A Flutter view will not render until an OS alert is dismissed first | In Flutter 1.19, if an iOS prompt was showing, and a FlutterViewController is launched, the flutter view would be rendered immediately beneath the alert.
In Flutter 1.22, the flutter view will not render until the alert is dismissed.
I'm attaching two videos.
You can see in the 1.19.mov, the OS prompt shows, a... | platform-ios,engine,a: existing-apps,has reproducible steps,P2,found in release: 3.7,team-ios,triaged-ios | low | Major |
712,380,352 | pytorch | fx graph mode quantization tutorials | This is to track progress of fx graph mode quantization tutorials:
- [x] post training static quantization
- [x] post training dynamic quantization
- [ ] quantization aware training
cc @jianyuh @raghuramank100 @jamesr66a @vkuzo @jgong5 @Xia-Weiwen @leslie-fang-intel @jerryzh168 @dzhulgakov | oncall: quantization,low priority,triaged | low | Major |
712,382,674 | flutter | [iOS] Support Text Selection Submenus | On native iOS, some items in the text selection menu may open submenus:
<img width="400" src="https://i.imgur.com/oktVHmQ.jpg" />
Flutter doesn't support this. With https://github.com/flutter/flutter/issues/31412 ([design doc](https://docs.google.com/document/d/1hyay1TyUZB7DXzWw45-ruGMZM1yCMWEnC3DzOJYemuc/edit#)... | a: text input,c: new feature,platform-ios,framework,a: fidelity,f: cupertino,P2,team-design,triaged-design | low | Major |
712,496,269 | flutter | Flutter Fonts are not rendering correctly, Antialiasing is doubled on desktop |
## Steps to Reproduce
Use the code below in a widget to render the text in MacOS, Web and compare to Photoshop or Sketch rendering of the text.
### Details
Render text with Kerning is not working and rendering system is double sampling antialiasing on fonts on MacOS at least.
Kerning is not working on web r... | engine,platform-mac,platform-windows,a: typography,f: inspector,platform-web,platform-linux,c: rendering,a: desktop,has reproducible steps,P2,found in release: 1.22,found in release: 2.0,found in release: 2.3,customer: arias,team-engine,triaged-engine | low | Critical |
712,593,203 | flutter | Flutter's IconButton doesn't match the updated IconButton from Youtube App | Looks like material updated their spec. Atleast for `IconButton`.
Source - YouTube | framework,f: material design,a: fidelity,P3,team-design,triaged-design | low | Major |
712,595,619 | TypeScript | Refactor/codefix: find missing variable in destructured object | ## Search Terms
refactor
codefix
auto import
destructuring
parameter
## Suggestion
There is a feature in VSCode today where you can type the name of a function and the editor suggests automatically importing that function, which is very useful.
, but the following do not (bad):
Project settings -> General
* Application/Config... | discussion,topic:editor,usability | low | Minor |
712,693,138 | storybook | Problem with storybook-controls of type "select" | **### Bug or support request summary**
Let's assume React component MyComponent.tsx (code below) and it's story file MyComponent.stories.tsx (code below). There also is customObject.ts (code below) consisting of 29 key-value pairs (this number is important).
In MyComponent.tsx there is optional property called "m... | bug,help wanted,typescript,addon: controls,block: argstable,:dollar: Funded on Issuehunt | low | Critical |
712,740,079 | go | x/tools/cmd/present: incorrect left alignement with .code -numbers | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.2 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
This is the latest release.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go e... | NeedsInvestigation,Tools | low | Critical |
712,759,729 | PowerToys | [FancyZones] Pressing ESC key while moving to a zone doesn't cancel. | So Fancy Zones itself works awesomely these days.
But the thing is when Moving a Small window from anywhere and Snap it to a Zone, then midway change your mind and not want to snap it pressing the seconday Mouse button again works for stopping. But here bad habbits kick in and i always press Escape.
Then the window s... | Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones | low | Major |
712,760,753 | vue | Build warnings in Mac OS and Node v12 (development) | ### Version
2.6.11
### Reproduction link
[https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup)
### Steps to reproduce
On Mac OS Catalina (and probably prior versions), with Node v12 installe... | contribution welcome | low | Critical |
712,778,856 | rust | [ER] Int::RANGE constants | This is a small enhancement request, that (as it usually happens) I am not sure about, but I like it.
Like u32::BITS I'd like another constant for all Rust integral numbers XX (i8, u8, i16, u16, etc):
```rust
XX::RANGE: RangeInclusive<XX> = XX::MIN ..= XX::MAX;
```
So you can write:
```rust
for i in u8::... | T-libs-api,C-feature-request | low | Minor |
712,908,876 | flutter | Only serve index.html for path patterns known to match route paths | Using current master:
- flutter create foo
- cd foo
- flutter run -d chrome
- when the browser opens, delete the `#` from the URL and add `/missing`
The response returns a 200 status with HTML for the app, but I'd expect a 404.
 | <!--
Thank you for creating a tracking issue! π Tracking issues are for tracking a
feature from implementation to stabilisation. Make sure to include the relevant
RFC for the feature if it has one. Otherwise provide a short summary of the
feature and link any relevant PRs or issues, and remove any sections that ar... | T-libs-api,C-tracking-issue,A-iterators,Libs-Tracked | high | Critical |
712,937,473 | opencv | OE-21 Tracking API | ## Tracking API
* Author: Ilya Elizarov
* Link: [#18481](https://github.com/opencv/opencv/issues/18481)
* Status: **Draft**
* Platforms: **All**
* Complexity: N/A
## Introduction and Rationale
The main goal of this proposal is the renewal of the tracking module which has existed in stagnation in opencv-con... | evolution,category: tracking | low | Major |
712,961,591 | angular | TestBed overridden providers always registered in NgModule injector | # π bug report
### Affected Package
The issue is caused by package @angular/core/testing
### Is this a regression?
Sort of; changed behavior in Ivy compared to VE.
### Description
In #28737 the following testcase was added to exercise `ngOnDestroy` logic registered for component-level provided providers ... | area: testing,hotlist: google,core: di,P3 | low | Critical |
712,982,036 | godot | Parameter section in .import files can be large for some resource types | **Godot version:**
v3.2.3.stable.official up to current master
**OS/device including version:**
N/A
**Issue description:**
This report was requested by @akien-mga. I personally don't have an issue with the following being the case _for the development file system_.
Due to the way import parameters need to b... | discussion,topic:import | low | Critical |
713,018,734 | rust | Add a tidy check for acceptable rustdoc header | I saw quite a few headers and I think it would be nice for tidy to keep track of them for consistency, maybe even do suggestion. For example, `# Example` and `# Examples`, we may accidentally use `# Example` sometimes which is not consistent with the rest of the documentation.
I also saw that sometimes there are `# ... | T-bootstrap,A-docs,C-feature-request | low | Minor |
713,058,805 | TypeScript | Nested JSON makes tsc throw RangeError with no culprit | <!-- π¨ STOP π¨ STOP π¨ 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 before lo... | Bug | low | Critical |
713,061,593 | pytorch | [FX] Allow customization of the behavior of Proxy | Some values are not `Tensor`-typed, but still would conceptually be traceable (e.g. dict with known structure). Build infrastructure to inform FX of this structure so it can use it in recording the program representation
cc @ezyang @SherlockNoMad | triaged,module: fx | low | Minor |
713,071,334 | youtube-dl | Site support request: TASVideos | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2020.09.20**
- [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 ... | site-support-request | low | Critical |
713,074,428 | flutter | The image cache can lose track of a live image that it probably shouldn't lose track of | The following sequence would lead to this:
- Put an image into the cache and hold a listener
- Create a keepAlive handle on the completer once the image completes.
- Remove the listener. At this point, the "last listener" callback will fire and remove the live image tracker.
In fact, the image should still be c... | framework,c: performance,a: images,perf: memory,P2,team-framework,triaged-framework | low | Minor |
713,077,120 | flutter | Add `debugDisposed` to `dart:ui` Images | This would help framework code, e.g. `ImageInfo` could have some more helpful asserts once it has disposed its `Image`, and `RawImage` could do a better job of asserting.
This should be a simple change in dart:ui and then a few asserts added in the framework. | c: new feature,framework,a: debugging,a: images,a: error message,P3,team-framework,triaged-framework | low | Critical |
713,081,717 | pytorch | [FX] Configurability of nested module representation | Currently, the configuration of module behavior is defined via `is_leaf_module`. For values of this, we do one of two things:
- `True` - For a Module call, don't trace into the Module but emit a `call_module` node in the FX graph
- `False` - Trace through the module. All evidence of the original module callsite is ... | triaged,module: fx | low | Minor |
713,081,721 | youtube-dl | 2.5 Hour YouTube Live Stream downloads as a 14 second file at 36,000 fps | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
713,094,501 | pytorch | [fx] symbolic trace "is None" and "is not None" checks | there are many is None or is not None in
https://github.com/huggingface/transformers/blob/master/src/transformers/modeling_bert.py, for example:
https://github.com/huggingface/transformers/blob/master/src/transformers/modeling_bert.py#L193
```python
if input_ids is not None:
input_shape = input_ids.size()
... | triaged,module: fx | low | Major |
713,109,982 | godot | TileMap - editing tileset by removing previously created tile does not remove the associated bitmask | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.2.3
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:** Pop OS 20.04 (Ubuntu-based)
<!-- Specify GPU model... | bug,topic:editor | low | Minor |
713,119,451 | vscode | Setting to follow to running cells in a notebook | When running all cells in a notebook that has large cells, sometimes it's hard to follow along where the current cell is especially when the execution happens fast. I would love for an option that "follows" the actively running cell as it moves through the notebook. Right now I have to manually scroll or use the keyboa... | feature-request,notebook-execution | low | Minor |
713,144,033 | pytorch | Complex and real results do not agree when computing reciprocal or pow(-1) of 0 | ## π Bug
When using a float or double input, the `reciprocal()` or `pow(-1)` of 0 is infinity. However, when the input is complex, the result is NaN. Perhaps this is intended, but it seems wrong to me.
## To Reproduce
```
>>> torch.tensor(0., dtype=torch.float).pow(-1)
tensor(inf)
>>> torch.tensor(0., dtyp... | triaged,module: complex | low | Critical |
713,167,896 | rust | Way to disable const_item_mutation lint for one specific const | The lint added in Rust 1.48 by #75573 warns on anything that looks like mutation of a `const`, such as `CONST.field = some_val` or `VEC.push(0)`.
However, there is at least one compelling reason that a library would want one of its `const` items *with a `Drop` impl* to not trigger that new lint in downstream code. S... | A-lints,T-compiler,C-feature-request | low | Minor |
713,192,710 | rust | Duplicate `E0121` errors are emitted for placeholder types `_` in some positions | ```rust
type FOO = fn() -> _;
fn main() {}
```
produces ([playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=154b17548997e90ab90d0645515a9dbc)):
```
error[E0121]: the type placeholder `_` is not allowed within types on item signatures
--> src/main.rs:1:21
|
1 | type... | A-type-system,C-enhancement,A-diagnostics,T-compiler,D-inconsistent,D-verbose,T-types | low | Critical |
713,193,803 | flutter | package:coverage resolve cannot find source files for flutter tests | Hey all!
I'm using the localization features in flutter with the generation of language files from `.arb` files. And while this works great, the generated files show up in my coverage report. According to the documentation of the coverage generation, there should be an option to exclude files using `// coverage:ign... | tool,dependency: dart,P2,team-tool,triaged-tool | low | Minor |
713,208,452 | youtube-dl | Which versions of Python does youtube-dl support (work with) ? | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
713,210,136 | flutter | `flutter drive` options `-d` and `--browser-name` have confusing behavior | Currently if you run `flutter drive -d chrome` (and likely `-d edge`) but without `--browser-name` we will run the web test and succeed. However, there are two issues with this:
- We already have a way to specify the browser when running driver tests `--browser-name=BROWSER`, so why is `-d chrome` allowed?
- When r... | tool,t: flutter driver,platform-web,P2,customer: dent,team-web,triaged-web | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.