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 |
|---|---|---|---|---|---|---|
632,241,867 | pytorch | Switching from CPU build to CUDA build in conda environments is a bit tricky | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
Currently, it is a bit tricky to switch from CPU build to CUDA build. Users will sometimes forget to specify the cudatoolkit requirement and find out that they installed the CPU build. Then they will attempt to follow the steps on pytorch.org, t... | module: docs,triaged | low | Critical |
632,311,625 | opencv | cudev false dependency in opencv dnn (with OPENCV_DNN_CUDA) | ##### System information (version)
- OpenCV => master
##### Detailed description
The cudev module is a false dependency for the CUDA backend in the DNN module. The `WITH_CUDA` option requires cudev. Maybe there is a way to avoid requiring cudev (and hence opencv_contrib) if only CUDA support in OpenCV DNN is req... | category: build/install,category: gpu/cuda (contrib) | low | Critical |
632,317,655 | flutter | [video_player] Can't Change HSL Video Quilty | **“HLS”, “MPEG-DASH” Adaptive Bitrate Streaming**
Quality Change Features Need. | c: new feature,p: video_player,package,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
632,342,364 | pytorch | All keys matched successfully missing when loading state dict on optimizers | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. Create a model
2. Save model
3. load model state dictionary
4. Message <All keys matched successfully> appears
5. Create optimizer
6. Save optimizer
7. load optimizer state d... | module: optimizer,triaged | low | Critical |
632,354,698 | ant-design | [HELP_WANTED] common chunk for ant.design | 目前网站打包策略是 all in one 的,每次更新网站后,用户都要重新下载所有文件,需要把不常变的部分提出来。 | ⚙️ Workflow,help wanted,Inactive,good first issue | low | Major |
632,386,977 | go | cmd/go: 'go fmt ./...' does not see files with tags in subpackages | <!--
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.14.4 linux/amd64
</pre>
### Does this issue reproduce... | NeedsFix | low | Critical |
632,401,161 | opencv | Cannot open include file: 'fibersapi.h' | ##### System information (version)
- OpenCV => 4.3
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
##### Detailed description
When building with "v140_xp", "fibersapi.h" cannot be opened ("modules/core/src/system.cpp").
##### Steps to reproduce
```PowerShell
cmake .. -G "V... | priority: low,category: build/install,platform: win32 | low | Critical |
632,440,156 | nvm | /usr/bin/env: ‘node’: No such file or directory on Raspbian 64-bit | <!-- 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:
Operating System: Raspbian GNU/Linux 10 (buster)
Kerne... | OS: Raspberry Pi,installing node,needs followup | low | Critical |
632,494,778 | opencv | Discussion of "Change OpenCV License to Apache 2" Evolution Proposal | Discussion thread for [OE 32. Change OpenCV License to Apache 2](https://github.com/opencv/opencv/wiki/OE-32.--Change-OpenCV-License-to-Apache-2).
Please, put your comments, concerns or express your excitement here
| evolution | low | Major |
632,527,967 | flutter | Explicitly expose "enabled" property in RaisedButton, MaterialButton and related classes | Problem:
1. It's my personal interpretation that Flutter has a principle of **explicit configuration over convention** (vs Ruby on Rails that is convention over configuration). Configuration makes for more verbose work products but there is less "magic" you have to figure out.
1. Currently for `RaisedButton` and cla... | framework,f: material design,c: proposal,team-design,triaged-design | low | Critical |
632,570,355 | PowerToys | [Run] Packaged apps only available via localized name | # Environment
```
Windows build number: 10.0.19041.264
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
```
# Problem
For packaged apps we not indexing the englisch name.
# Details / Example
In start I can search for `Rechner` or `calculator` to... | Issue-Bug,Product-PowerToys Run | medium | Critical |
632,587,376 | flutter | Add `--endless-trace-buffer` to `flutter drive` | Currently, many performance tests in our devicelab uses `--trace-startup` to actually achieve the effect of `--endless-trace-buffer` (see [[1]]). Almost none of those tests uses such flag to trace the startup performance.
All our startup performance tests use `flutter run --trace-startup` (see [[2]]) which will clos... | team,tool,c: performance,t: flutter driver,P2,team-tool,triaged-tool | low | Major |
632,629,805 | rust | False unused_braces lint warning when using non-proc macro | I tried this code:
```rust
#![allow(dead_code)]
#[derive(Debug)]
struct Foo;
#[derive(Debug)]
struct Bar;
enum SomeWrapperEnum {
Foo(Foo),
Bar(Bar),
}
macro_rules! match_all {
($on:expr, $with:ident, $body:tt, $($var:ident),*) => {
match $on {
$(
SomeWr... | A-lints,T-compiler,C-bug,L-unused_braces | low | Critical |
632,664,066 | godot | Cannot sort Optionbutton's items by their text and Id alphabetically | <!-- 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.1.stable
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backe... | topic:gui | low | Critical |
632,669,116 | flutter | FocusNode does not auto scroll to TextFormField when item already selected | Scenario: this is a big form, the user selects the TextFormField and then manually scrolls down to the save button. if the _formKey.currentState.validate() detects validation issues we can to get the focus back the the TextFormField with issues.
first, we call _myFocusNode.unfocus(); // this works because the keywor... | a: text input,framework,f: material design,f: scrolling,f: focus,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
632,728,005 | create-react-app | Wrong HOST is shown in the console | <!--
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... | tag: enhancement | low | Critical |
632,844,009 | pytorch | F.affine_grid dispatch async issue | ## 🐛 Bug
It seems like `F.affine_grid` dispatch is not entirely async. I'm not sure if this is a bug or necessary behaviour (I'm not too familiar with how the internals of async dispatch work).
Here is a `torch.autograd.profiler.profile` chrome trace of using `F.affine_grid` normally:
<a href="https://ibb.co/... | module: performance,module: nn,module: cuda,triaged | low | Critical |
632,915,813 | flutter | [pigeon] clean up dart source directory structure | <img width="805" alt="Screen Shot 2020-06-06 at 6 53 45 PM" src="https://user-images.githubusercontent.com/156888/83958469-0dfb8600-a827-11ea-8403-81b2b193e513.png">
Make this import more ergonomic. Generally, move all non-public API dart files into /src/ folder.
See:
<img width="948" alt="Screen Shot 2020-06-... | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Minor |
632,944,940 | flutter | [pigeon] let tooling figure out the java package from the java_out path rather than manually entering | Since Java path and package should match anyway. Could save typing out twice.
cc @gaaclarke | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Minor |
632,956,768 | flutter | [pigeon] display "common" Dart syntax issues before crashing | for instance
```dart
@FlutterApi()
abstract class Api {
foo();
}
```
is invalid because there's no return type. But the error message from running pigeon is
```
Unhandled exception:
type '_SpecialTypeMirror' is not a subtype of type 'ClassMirror'
#0 Pigeon.parse (package:pigeon/pigeon_lib.dart:... | package,team-ecosystem,p: pigeon,P2,triaged-ecosystem | low | Critical |
633,047,586 | pytorch | Installation from source fails on macOS (No CUDA) | ## 🐛 Bug
When trying to run the installation from source on macOS, I get an error and the installation doesn't work.
I am on macOS 10.15.5, python 3.7.6.
## To Reproduce
1.
```
git clone --recursive https://github.com/pytorch/pytorch
cd pytorch
```
2.
```
export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(di... | module: build,module: cuda,triaged,module: macos | low | Critical |
633,143,647 | flutter | [pigeon] data classes should be immutable | Have a constructor that takes all the fields and remove setters. It's suitable for interop since it's only made on one side (the receiving side shouldn't have any setters) and it makes it more suitable for use on the same side (the sender can construct the object more ergonomically, the receiving side can pass around a... | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Minor |
633,212,029 | go | database/sql: Is it possible to release expired connections as soon as possible | <!--
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.14.4 darwin/amd64
</pre>
### Does this issue reproduc... | NeedsInvestigation | low | Critical |
633,254,892 | TypeScript | Add "sourceMapDir", "declarationMapDir", "inlineDeclarationMap", and "declarationMapInlineSources" compiler options | ## Search Terms
TypeScript, Compiler Options, Source Maps, Declaration Files
## Suggestion
Currently, there exist the TypeScript compiler options `sourceMap`, `inlineSourceMap`, `inlineSources`, `declaration`, `declarationMap`, and `declarationDir` but there is no way to tell the compiler the folder for the so... | Suggestion,Awaiting More Feedback | medium | Major |
633,257,899 | flutter | [pigeon] data classes can implement Serializable on Android | Should be a trivial addition (since there's already from and to map).
Would make it easier to pass around on Android, with Intents and Bundles.
cc @gaaclarke | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Minor |
633,258,445 | PowerToys | Coloring windows | # Enable window to have custom background color (or theme) to distinguish environments
- When editing or comparing (config) files named alike in prod and test environments, it is sometimes confusing to have about the same content, the same file name (of course), and this led me already to bad mistakes, applying sett... | Idea-New PowerToy | low | Minor |
633,313,231 | flutter | [pigeon] let Java FlutterApis be invoked with null callbacks | I had IDL with
```dart
@FlutterApi()
abstract class FlutterBookApi {
void displayBookDetails(Book book);
}
```
it created Java code
```java
public interface Reply<T> {
void reply(T reply);
}
public void displayBookDetails(Book argInput, Reply<Void> callback) {
BasicMessageChannel<Object> channe... | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Critical |
633,482,080 | opencv | OpenCV wont exit properly when using detectMultiScale on CascadeClassifier | Expected behaviour
When using detectMultiScale I expect python to do a clean exit.
`faces = FACE_CLASSIFIER.detectMultiScale(gray, scaleFactor=SCALE_FACTOR, minNeighbors=MIN_NEIGHBORS)`
Actual behaviour
Python is unable to do a clean exits and crashes. The method still works however but the application wont d... | incomplete | low | Critical |
633,503,096 | godot | Changing the base class of a tool script after deleting a node holding it will throw errors | Godot 3.2.2 beta4
Steps to reproduce:
1) Create a `tool` script extending `Node`
2) Create a `Node` in the scene, and place the script on it
3) Delete the node
4) Change the base class of the script to `Spatial`: this error gets logged:
```
ERROR: Script inherits from native type 'Spatial', so it can't be inst... | bug,topic:core,topic:gdscript,topic:editor | low | Critical |
633,538,985 | PowerToys | Double click on titlebar to minimize window | # Summary of the new feature/enhancement
On Mac you can double-click on the titlebar to minimize the window.
Great to cleanup the screen
| Idea-New PowerToy,Product-Tweak UI Design | low | Major |
633,678,218 | youtube-dl | Czech TV | Cannot download video from Czech TV portal
https://www.ceskatelevize.cz/ivysilani/12843499686-detektiv-endeavour-morse/219381484980004-sklizen
C:\YoutubeDL>youtube-dl.exe -v https://www.ceskatelevize.cz/ivysilani/12843499686-detektiv-endeavour-morse/219381484980004-sklizen
[debug] System config: []
[debug] Use... | duplicate | low | Critical |
633,786,997 | godot | Godot freezing right before android debugging starts | Godot Version: 3.2
OS: Windows
Issue description:
I followed all the steps in the official page teaching how to set Godot to work with Android, and when I tried to start debug, Godot stopped responding at this message:
Running on (name of device)
66%
Installing to device, please wait
No buttons really work... | platform:android,topic:editor,topic:porting | low | Critical |
634,074,668 | ant-design | Table 树形数据下添加 showLine 属性 | - [ ] 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?
树形表格希望添加内置的类似 Tree 组件的连接线样式。https://ant.design/components/tree-cn/#components-tree-demo-line
### What does the proposed API lo... | help wanted,💡 Feature Request,Inactive | low | Minor |
634,268,493 | flutter | all popups/dialog initiated using a widget W's context should be disposed automatically when the `W` is disposed | ## Use case
I am working on a flutter app that requires two separate widgets to be displayed on a specific orientation. To achieve that I have used an orientation builder widget and it works fine.
Both widgets are not interconnected at all and both have their own set of Option Menu Items [ in simple words 3-dots m... | framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Minor |
634,307,574 | opencv | Add CuDNN 8 release support | New CuDNN release introduced new libraries and headers layout and excluded some functions. See initial discussion and found issues in https://github.com/opencv/opencv/pull/17238. The PR is closed a s abandoned.
Found changes:
- introduced `cudnn_version.h` header with version information
- libcudnn is split on sev... | feature,category: gpu/cuda (contrib),category: dnn | medium | Major |
634,331,931 | flutter | [PageView] Add/Remove page while staying on current page | ## Use case
Lets say I have an app which in first page of PageView shows list of suggestions based on location. If I select something I want to add a new page after first page which shows details about selected suggestion and to navigate user to the new page. This is fine and can be done. Now if I swipe more to the ... | c: new feature,framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Major |
634,470,050 | godot | GUI/Control node in Viewport tree does not preview in layout mode in editor | **Godot version:**
3.2.1.stable
**OS/device including version:**
Windows10
**Issue description:**
The main scene of the demo, `gui_in_3d.tscn`, includes the scene `gui_panel_3d.tscn` which contains a Viewport and a 2D GUI Control CanvasItem node. This 2D GUI Control node contains a panel with some buttons, sl... | discussion,topic:editor,confirmed,topic:gui,topic:2d | low | Major |
634,486,551 | node | pipeline + generator - Premature close | Version: 14.4.0
Platform: 64-bit (Windows)
Subsystem: stream
`pipeline` throws `Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close` when:
1) There is a destination function **and** transformer function throws from `for await` block .
```javascript
// Expecting: Error: transformer
// Got: Error [ERR_STREAM_P... | stream | low | Critical |
634,509,751 | rust | [ER] NonZeroX Step and better constructors | It could be nice to have std::iter::Step for the NonZeroX numbers, so in this code instead of having about 1000 unwrap:
```rust
fn main() {
use std::num::NonZeroUsize;
let nz = |x| NonZeroUsize::new(x).unwrap();
for i in 1 .. 1_000 {
println!("{:?}", nz(i));
}
}
```
You only need two:
... | T-libs-api,C-feature-request,S-waiting-on-ACP | low | Major |
634,543,306 | terminal | Report to users publicly results of: Test Terminal in low-memory; slow hard disk conditions, measure/reduce working set, minimize number of used shared libraries; binary size | In top bar we have `+` and `v` buttons.

After not using Terminal for some time (the app was opened, but not used, e.g. after recovery from hibernation), sometimes there're up to 2-3 seconds passing between ... | Help Wanted,Area-Performance,Product-Terminal,Issue-Task | medium | Critical |
634,560,389 | rust | Consider adding #[must_use] to std::process::ExitStatus | Hi. Normally, Rust makes it difficult to accidentally write code which ignores errors. This is one of its great strengths. However, the `std::process` API requires the user to explicitly check the process exit status.
(This issue is about the return value from `wait()`. I am filing another one about `output()`. ... | C-enhancement,T-libs-api,A-process | low | Critical |
634,572,793 | rust | Tracking Issue for std::process error handling | <!--
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-process | low | Critical |
634,637,962 | pytorch | Broadcasting for torch.cross | Cross products are useful in a number of situations (e.g., calculations of quaternion products), and it would be great if we could broadcast with `torch.cross`
cc @mruberry @rgommers @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi | feature,triaged,module: numpy,module: python array api | low | Major |
634,649,660 | godot | Instancing new CanvasItem-derived nodes on a thread will hang | **Godot version:**
3.2.1 (w/ Mono)
**OS/device including version:**
Win 10
**Issue description:**
Making new instances of `CanvasItem` types (such as `Control` or `Node2D`) on a thread other than the main thread will cause the game to hang. Other types do not cause a hang (I tested `Spatial`, `Node`, and `Obje... | bug,topic:core,confirmed,topic:2d | low | Major |
634,678,441 | flutter | Support `--route` on flutter drive for Web | ## Use case
I want to run an integration test for flutter web where it opens a unknown route and checks for the 404 page.
`flutter drive --target=test_driver/app.dart --no-headless --release --route '/password' lib/routes.dart`
## Proposal
On the web it seems to ignore the route parameter. On Android it wor... | c: new feature,tool,t: flutter driver,f: routes,platform-web,c: proposal,P3,team-web,triaged-web | low | Major |
634,722,607 | flutter | Second Hot Restart not working when some isolate waits event in C++ | ## Steps to Reproduce
We are developing Flutter plugin and encountered the issue. In our C++ library we have a event queue which must be stopped when hot restart is performing. We used suggestion which we found
[here](https://github.com/flutter/flutter/issues/10437#issuecomment-457653187).
So we run helper isolat... | platform-android,engine,dependency: dart,t: hot reload,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-android,triaged-android | low | Critical |
634,731,356 | flutter | Support profile engine builds for simulators | Today it is reported that `--ios --runtime-mode profile --simulator` can't be built, but an engine configured like this is needed for users who would like to run tests on AOT builds.
@mehmetf @chinmaygarde
Separately, exposing this testing configuration to the Flutter tool would require building and packaging su... | a: tests,c: new feature,team,platform-ios,engine,P3,team-ios,triaged-ios | low | Major |
634,738,616 | PowerToys | Window Snapping/Start Menu problem with 3rd party software macros | Hey there,
I use a 60% keyboard, specifically the Anne Pro 2 for my machine. In the software included (obinskit) with the keyboard it allows you to make macros in order to compensate for the missing keys. I previously had made macros for window management, but after I installed powertools my macros for snapping win... | FancyZones-Dragging&UI,Product-FancyZones,Area-App Compat | medium | Major |
634,739,093 | TypeScript | "Infer parameter type from usage" produces oddly formatted output | <!-- 🚨 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 |
634,743,612 | youtube-dl | MotorTrend On Demand | <!--
######################################################################
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 |
634,751,414 | pytorch | [RFC][distributed] RFC: c10d ProcessGroup extension and C++ API change | # Proposal: c10d ProcessGroup extension and C++ API change
## Purpose
Clients to provide custom implementations of ProcessGroup API and use them as CCL backend without needing to modify PyTorch codebase. Registration mechanism is implemented in https://github.com/pytorch/pytorch/pull/28068.
### Usage example
... | oncall: distributed,triaged | low | Major |
634,776,712 | pytorch | Better err msg for tensor ctor from sequence | The `not a sequence` error message is very unhelpful.
```py
In [18]: torch.as_tensor([(72.4000015258789, 72.1199951171875), 73.36000061035156])
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-18... | triaged,enhancement,better-engineering | low | Critical |
634,819,223 | flutter | InteractiveViewer `constrained: false` custom default scale | ## Use case
When I use the InteractiveViewer with `constrained: false`, my Image gets zoomed in a lot. So I have to zoom out to see the full image.
I need contrained to be false, as my image is higher than the viewport and I don't want to combine the InteractiveViewer with a SingleChildScrollView, because this cau... | c: new feature,framework,a: quality,c: proposal,P3,team-framework,triaged-framework | medium | Critical |
634,857,089 | pytorch | Force JIT to do type inference even when mypy annotated | In #38211 I discovered a very interesting aspect of TorchScript's type system, which is that it is staged. Suppose you have a constructor like this:
```
if self.affine:
self.weight = Parameter(torch.Tensor(num_features))
self.bias = Parameter(torch.Tensor(num_features))
el... | oncall: jit,module: typing,triaged | low | Minor |
634,861,089 | pytorch | TestTorchDeviceTypeCPU.test_float_to_int_conversion_finite_cpu_uint8 is broken on PowerPC | From https://powerci.osuosl.org/job/pytorch-master-nightly-py3-linux-ppc64le/1099/console
```
======================================================================
FAIL: test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTorchDeviceTypeCPU)
-----------------------------------------------------------------... | module: tests,triaged,module: POWER | low | Critical |
634,864,300 | flutter | Consider attempting to reconnect when the connection to a device is lost | Currently when we lose a connection to a device -- whether it's because of a bad USB cable, a crashed or hung app, or a bug in our code somewhere -- we just disconnect with "Lost connection to device".
We should consider attempting to reconnect when this happens. Suggested UI:
First few times this happens in a se... | tool,a: quality,P3,team-tool,triaged-tool | low | Critical |
634,867,947 | rust | Closure outlives error should mention the source of the requirement | The following code:
```rust
struct Inner;
struct Outer {
field: Inner
}
fn use_it<R, F: FnOnce(&Outer) -> R>(_val: F) {}
fn main() {
use_it(|outer| &outer.field)
}
```
produces the following error message as of `nightly-2020-06-07`
```
error: lifetime may not live long enough
--> src/main.r... | C-enhancement,A-diagnostics,A-lifetimes,A-closures,T-compiler,D-confusing,D-newcomer-roadblock | low | Critical |
634,889,706 | godot | C# Mono Build: Marking a asset to copy to output directory does not get copied to final export location | **Godot version:**
3.2.1
**OS/device including version:**
Win10(x64)
**Issue description:**
I marked a DLL in visual studio to copy to output location, but the DLL was not copied to the export location
**Steps to reproduce:**
Add some miscellaneous file to visual studio marked with a action of none, and a... | bug,topic:dotnet | low | Critical |
634,892,057 | go | runtime: "morestack on g0" in TestSegv on darwin-amd64 builders | [2020-06-08T17:59:37-2603d9a/darwin-amd64-race](https://build.golang.org/log/e285b11c53cb164b27ef1bdf459cb6743137c34b)
```
--- FAIL: TestSegv (0.00s)
--- FAIL: TestSegv/Segv (0.02s)
crash_test.go:105: /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-10_15/tmp/go-build172134279/test... | OS-Darwin,NeedsInvestigation,compiler/runtime | low | Critical |
634,900,756 | pytorch | [BatchNorm] Add boolean flags to choose the stats for normalization | ## 🚀 Flags for flexibility in BN
Hello there :wave:
Following up on discussions with @SsnL in #37823 and #38084, I believe some clarifications are needed in the behaviour of the `forward` method of Batch normalization layers.
Concisely, the point of this issue would be to discuss the following points:
1. abil... | module: nn,triaged,function request,module: norms and normalization | medium | Major |
634,943,048 | go | x/build/env/android-*-emu: adb does not propagate GO_BUILDER_NAME to tests | The GO_BUILDER_NAME environment variable doesn't seem to be set on tests running on the android-amd64-emu builders.
How to reproduce:
I created CL [236960](https://go-review.googlesource.com/c/tools/+/236960) with the following test in it:
```
package a_test
import (
"os"
"testing"
)
func TestPlatf... | Builders,NeedsFix | low | Critical |
634,956,666 | pytorch | CUDA cannot be found | ## 🐛 Bug
When compiling on Docker for L4T with CUDA 10.2 installed, torch doesn't compile with due to not finding CUDA.
## To Reproduce
Clone the [Torch Samples](https://github.com/pytorch/examples) repo. Follow the instructions in [this README](https://github.com/pytorch/examples/tree/master/cpp/mnist).
E... | module: build,module: cuda,triaged,module: arm | low | Critical |
634,969,393 | go | cmd/vet: flag simple nil pointer dereferences for struct field usage and nil map assignments | Coming here from an experience report narrated to me offline by @kastiglione and @indragiek.
The code below is biting yet can be trivially flagged by cmd/vet
### Usage of field in an obvious nil struct
https://play.golang.org/p/i_a3kGE61UZ
: unification of template-driven validator logic | Currently the template-driven validators logic is a bit inconsistent where some validators use `@Input` getters/setters when in other cases we use `ngOnChanges` lifecycle hook to achieve the same behavior (see [packages/forms/src/directives/validators.ts](https://github.com/angular/angular/blob/030eff2b81fdf3750a660441... | refactoring,area: forms,forms: validators,P5 | low | Minor |
634,979,687 | pytorch | Run `clang-tidy` on the `aten` folder? | Seems that we only run `clang-tidy`on `torch/csrc/`.
https://github.com/pytorch/pytorch/blob/0147216a46a67b110334ae246e1b032611099b19/.github/workflows/lint.yml#L152-L165
Should we run it on `aten` (or maybe just `aten/src/ATen`) as well?
| module: lint,triaged,module: build warnings,better-engineering | low | Minor |
634,995,391 | TypeScript | Checking JS types does not accept @implements or @augments on constructor functions | <!--
Please try to reproduce the issue with the latest published version. It may have already been fixed.
For npm: `typescript@next`
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
-->
**TypeScript Version:** 3.9.5 (also tested on 3.9.3 initially)
**Search T... | Suggestion,Awaiting More Feedback | low | Critical |
634,996,520 | rust | coercion becomes order dependent for higher-ranked functions | https://github.com/rust-lang/rust/pull/72493 revealed an interesting interaction between coercion, the universe transition (https://github.com/rust-lang/rust/issues/56105), and the transition to NLL (https://github.com/rust-lang/rust/issues/57895). What happens in the `old-lub-glb-hr-noteq[12].rs` tests introduced by t... | T-compiler,A-NLL,A-lazy-normalization | low | Critical |
634,997,698 | flutter | [pigeon] provide a toString | By default, the autogen'ed data classes just return "I/flutter: Instance of 'Book'"
Would be nice to get a better string. Perhaps annotate the fields you want? Or randomly just pick the top 3? Or just print the json? | package,team-ecosystem,p: pigeon,P3,triaged-ecosystem | low | Major |
635,009,312 | TypeScript | Incorrect autocomplete for "File" class | *TS Template added by @mjbvz*
**TypeScript Version**: 4.0.0-dev.20200607
**Search Terms**
- suggest / suggestions / completions
- dom
- javascript
---
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!... | Bug | low | Critical |
635,013,521 | rust | Handle source code coverage in const eval | One open question around source code coverage instrumentation (#34701 / https://github.com/rust-lang/compiler-team/issues/278) is how to handle code that is only run during const eval. For example:
```rust
const fn compute_foo(x: bool) -> i32 {
if x {
42
} else {
11
}
}
#[cfg(test)]
mod test... | A-const-eval | low | Minor |
635,035,701 | pytorch | [Quantization] Output tensor type is lost after serializing and loading back a quantized model | Cross posting from https://discuss.pytorch.org/t/output-tensor-type-is-lost-after-serializing-and-loading-back-a-quantized-model/84700
@jerryzh168 @raghuramank100
It seems that after I serialize and load back a quantized model, the output type of quantized operators, `QUInt8`, is lost and instead it is replaced ... | oncall: jit | low | Major |
635,076,274 | flutter | Hide platform boilerplate code in Flutter projects | ## Use case
Currently each multi-platform Flutter project contains significant amount of platform boilerplate code. For example, if I have enabled just `Android`, `iOS`, `Web` and `Windows` platforms and run `flutter create myproject` I get `~250K` boilerplate code in `android`, `ios`, `web` and `windows` folders.
... | c: new feature,tool,a: first hour,P3,team-tool,triaged-tool | medium | Major |
635,085,681 | rust | TTL should be regarded as octal number (8-bit unsigned integer) | <!--
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:
```rust
use std::net::UdpSocket;
fn main(){
let mut socket = UdpSocket::bind("0.0.0.0:1234").unwrap();
socket.set_ttl(300... | T-libs-api,C-bug,A-io | low | Critical |
635,111,897 | flutter | Material widget breaks the semantics inside it when used with elevation | Internal: b/157889018
Material's elevation affects Semantics boundaries. See the following repro:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
hom... | framework,f: material design,a: accessibility,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-design,triaged-design | low | Major |
635,117,157 | pytorch | [doc] [distributed] example of specifying url etc in url | The only mention of this in the doc is
https://github.com/pytorch/pytorch/blob/0251ba61089795a7a27c0473e4bb022805432c1f/torch/distributed/distributed_c10d.py#L337-L341
with no example.
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 @osalpekar @jlin27 | oncall: distributed,module: docs,triaged | low | Minor |
635,118,556 | pytorch | [distributed] calling nccl reduce with inconsistent dst hangs | Not sure if intended or avoidable, but if `dst` is inconsistent across ranks, `reduce` finishes, but future kernels seems to hang. E.g.,
```py
import torch
torch.distributed.init_process_group('nccl', init_method='tcp://localhost:10402', world_size=2, rank=0)
x = torch.zeros(3, device=0)
torch.distributed.reduce(x... | oncall: distributed,triaged,module: nccl,module: deadlock | low | Minor |
635,214,248 | pytorch | Do not modify global random state | ## 🚀 Feature
Currently, the [recommended approach to achieve reproducibility](https://pytorch.org/docs/stable/notes/randomness.html) is setting global random seeds. I would like to propose that instead all functions which need a random source accept a local, non-global, `random_seed`/`random_state` argument to whic... | module: docs,triaged,module: random | low | Major |
635,246,532 | angular | Validators.pattern anchoring doesn't work as expected | ## 🐞 bug report
### Affected Package
The issue is caused by package @angular/forms.
### Is this a regression?
I don't think so.
### Description
When [Validators.pattern](https://github.com/angular/angular/blob/55979fe0ae91a2e5306050d008b0173a491e53b9/packages/forms/src/validators.ts#L380) accepts a string,... | help wanted,area: forms,state: confirmed,forms: validators,P4 | low | Critical |
635,257,132 | youtube-dl | --pause-on-error & extension of --abort-on-error | - [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2020.06.06**
- [x] I've searched the bugtracker for similar feature requests including closed ones
There is an option called `--abort-on-error`.
We want something like `--abort-on-error x`. Where x is the number of ... | request | low | Critical |
635,259,870 | deno | Fetch returns: Error trying to connect: Connection reset by peer (os error 54) | `let a = await fetch('https://pictures.vwe.nl');
console.log(a)`
Returns "Error trying to connect: Connection reset by peer (os error 54)"
`deno --version`
- deno 1.0.5
- v8 8.4.300
- typescript 3.9.2 | bug,web | medium | Critical |
635,267,042 | pytorch | User Objects aren't recursively scripted as nn.Module attributes | I am ready convert a pytorch module to ScriptModule, and then load it in c++,but i am blocked by this error `This attribute exists on the Python module, but we failed to convert Python type: 'Vocab' to a TorchScript type`, the `Vocab` is a python object i define. the demo code is here:
import torch
class... | oncall: jit,triaged | low | Critical |
635,284,769 | flutter | Long Running Isolates / FFI Calls Break Hot Reloading -> willReassemble Method Needed | I'm writing a Flutter Plugin which starts long-running C-Functions inside an isolate via FFI. The problem: Hot reloading is broken as long as the C function is executed.
I could easily stop the C function before executing the hot reload. To do this a callback informing me of an **upcoming** hot reload is needed. Cu... | engine,dependency: dart,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-engine,triaged-engine | low | Critical |
635,352,777 | excalidraw | Non breaking space in text breaks SVG output |   produces broken SVG.
Example output from svg validator:
```
Line 15, Column 31463: reference to undeclared general entity nbsp
…re;" direction="ltr">post-install v1</text></g><g transform="translate(3…
``` | bug | low | Critical |
635,360,547 | electron | [Win] BrowserWindow.resizable = false - breaks getBounds() and setBounds() | ### Issue Details
* **Electron Version:** 9.0.2
* **Operating System:** Win 10 1903
* **Last Known Working Electron version:** didn't check, may be it never worked properly
### Repro steps
1. Create BrowserWindow
2. set "resizable" to false
3. pass 800x600 to setBounds()
4. get a value from getBounds()
#... | platform/windows,bug :beetle:,status/confirmed,component/BrowserWindow,9-x-y,has-repro-gist,main,21-x-y,22-x-y | low | Critical |
635,453,680 | godot | Disabled Editor feature Visualscript (through resource nodes) still halfway unusable | **Godot version:**
3.2.1.stable.mono.official
**Issue description:**
I want to disable visual scripting. The editor feature management unfortunately doesn't allow for this directly (it should), but to disable all VS node resources instead. If all nodes are disabled, this cleans up some endlessly scrolling dropdown... | bug,topic:editor,topic:visualscript | low | Minor |
635,455,990 | pytorch | pickle_save on mobile (no longer works with 1.5.0 release) | ## 🚀 Feature
Since version 1.5.0 pickle_save was commented out for mobile platforms with #ifndef C10_MOBILE inside pickle.cpp. Are there any plans to return this functionality to mobile?
## Motivation
We'd like to be able to save our customly trained models in order to store and process results on PCs, however it... | oncall: mobile | low | Minor |
635,459,505 | flutter | [web] Support Image.toByteData on web in HTML renderer | Is there any alternative to solve this problem?
Exception: Image.toByteData is not supported in Flutter for Web | engine,platform-web,c: proposal,e: web_html,P3,c: parity,team-web,triaged-web | medium | Critical |
635,623,520 | ant-design | Dynamic adding Carousel data will automatically switch to the first page | - [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/cool-leftpad-ru8qy?file=/index.js)
### S... | Inactive | low | Major |
635,637,329 | go | x/build/cmd/debugnewvm: investigate adding serial support to EC2 instances | In the process of adding EC2 builders #36841 debugnewvm was updated to support creating instances on EC2. GCE instances support reading from the serial support from VMs. We should investigate whether it is possible and possibly implement this with EC2 instances.
/cc @andybons @dmitshur @toothrot | Builders,NeedsInvestigation | low | Critical |
635,661,656 | rust | Matching function signature is nearly impossible in declarative macros (mbe) | I'm trying a write a macro that needs a function signature. I want smt like this to work:
```rust
macros! {
pub fn foo(&self, arg: Arg) -> Ret;
// inside the macro I have access to visibility, function qualifiers, arguments,
}
```
However, there are 2 things that are nearly impossible to parse...
#... | A-macros,T-lang,C-feature-request | low | Critical |
635,671,588 | pytorch | [JIT] exported dunder methods are ignored | ## 🐛 Bug
We ignore many dunder methods that python populates, but are accidentally ignoring user annotated ones as well.
```
import torch
class Model(torch.nn.Module):
def forward(self, x):
print(self.__show(1))
@torch.jit.export
def __show(self, x):
return x + 1
torch.... | oncall: jit,triaged | low | Critical |
635,706,863 | flutter | [animations] How to disable backdrop during animation in new OpenContainer widget | I implemented the OpenContainer from animations package https://pub.dev/packages/animations to animate screen opening but I want to disable that dark backdrop (or at least make it invisible) during animation. Is is possible? | c: new feature,customer: google,package,c: proposal,p: animations,team-ecosystem,P3,triaged-ecosystem | low | Major |
635,733,967 | node | node localhost resolves to 127.0.0.1 instead of ::1 on IPv6-only network | * **Version**: 12.17, 10.20
* **Platform**: Debian 5.6.14-1 (2020-05-23) x86_64 GNU/Linux
* **Subsystem**: dns
In a IPv6 only setup that can be reproduced with:
```
unshare -n
ip li set lo up
ip li add dummy0 type dummy
ip li set dummy0 up
```
and making sure `/etc/hosts` has that line
```
::1 localho... | dns | low | Critical |
635,756,007 | go | net/mail: ParseAddress() accepts valid RFC 5322 addresses with domain part starting with a dash which are invalid RFC 1035 addresses, should we tighten the permissive validation? | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 darwin/amd64
go go1.14.3 playground
</pre>
### Does this issue reproduce with the latest release?
Yes: https://play.golang.org/p/Z3a5zj6Qch6
### What operating system and processor architecture are you using (`go e... | NeedsDecision | low | Critical |
635,764,671 | TypeScript | "Filename too long" on Windows when cloning test folder | **Code:**
git config --global core.symlinks true
git clone --recurse-submodules https://github.com/denoland/deno.git
**Actual behavior:**
"Filename too long" when cloning test files
> tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/updates-errors... | Suggestion,Experience Enhancement | low | Critical |
635,773,284 | pytorch | max_unpool2d and max_unpool3d cpp signature should be similar | https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/native_functions.yaml#L6021-L6047
Currently we have different signatures for `max_unpool2d` and `max_unpool3d`.
```
- func: max_unpool2d(Tensor self, Tensor indices, int[2] output_size) -> Tensor
- func: max_unpool3d(Tensor self, Tensor indices, in... | triaged,enhancement,module: pooling | low | Major |
635,792,697 | rust | rustdoc: `--enable-index-page` integration with cargo? | Hello,
While I was asking the `cargo` team whether it'd be possible to add an `index.html` page to the docs that'd list the crates in the workspace (initially not including dependencies, though that's not a big issue), I have been pointed to rustdoc's `--enable-index-page` flag.
So I'm now asking you the question... | T-cargo,C-feature-request | medium | Major |
635,803,114 | go | x/text/encoding: UTF-16 decoder handles unpaired surrogates incorrectly | When decoding some strings containing unpaired surrogates, UTF-16 decoder produces wrong number of `\ufffd` runes. Some examples:
* On string `\xdc\x00\xdc\x00`: expected result `\ufffd\ufffd` (two copies of `\ufffd`), actual result `\ufffd`.
* On string `\xd8\x00\x00`: expected result `\ufffd`, actual result `\ufffd... | NeedsInvestigation | low | Minor |
635,827,933 | rust | make `pub type foo = bar` and `pub use bar as foo` interchangable in next edition | Right now renaming a type and re-exporting it via a type alias can be a breaking change whereas re exporting it under the new name is not a breaking change. As far as I know the only difference between the two is how they interact with tuple-struct constructors:
```rust
pub struct MyStruct(u32);
pub use self::My... | T-lang,A-maybe-future-edition | medium | Major |
635,851,196 | pytorch | Support mainstream pruning techniques | ## 🚀 Feature
support mainstream pruning techniques.
## Motivation
Recently, lots of new pruning algorithms are proposed, but the [current implementation](https://github.com/pytorch/pytorch/blob/4fef3763dd7266195e8ef20c0a5d4dd1219afeb0/torch/nn/utils/prune.py) mainly contains norm-based pruning methods.
Based ... | feature,triaged,needs research,module: pruning | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.