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 |
|---|---|---|---|---|---|---|
536,923,860 | go | cmd/link: crash with -E <nonexisting symbol> | <pre>
$ go version
go version devel +3a3093d5c7 Mon Dec 9 21:50:59 2019 +0000 linux/amd64
</pre>
```
$ cat main.go
package main
func main() {
}
$ go build -ldflags="-E nonexistent" main.go
# command-line-arguments
panic: runtime error: index out of range [-1]
goroutine 1 [running]:
cmd/link/intern... | NeedsDecision | low | Critical |
536,957,118 | angular | XML prolog data being printed when including SVG in `templateUrl` | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | freq1: low,area: core,core: basic template syntax,type: use-case,cross-cutting: SVG,P4 | low | Critical |
536,970,194 | pytorch | Retain Subgraph or Save Intermediate Grad support? | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Hi, I'd like to know if it possible to support *retain **subgraph*** for backward calculation.
Or some ways to save **intermediate gradients** that I need exactly for later use. The gradient hook is not precise enough.
## Motivation
... | module: autograd,triaged | low | Critical |
536,985,727 | flutter | Cannot run flavored application on iOS Device because flutter uses one certificate for project | We have a flavored Flutter application. Each flavor has a different bundle ID from a different Apple account.
The code signing is setup correctly on the Xcode Build Configurations, I can archive and deploy all my applications without a problem, but i can only launch one flavor on an iOS device from either Android St... | platform-ios,tool,d: api docs,t: xcode,P3,team-ios,triaged-ios | low | Critical |
536,989,721 | terminal | Move shader files to `hlsl` files and package as a part of app | Follow-up from #3468.
Right now we're just packaging them in the renderer itself, as string literals. As _great_ as that is, we should probably make them their own files.
| Area-Rendering,Product-Terminal,Issue-Task | low | Minor |
537,022,260 | flutter | API should including callback functions to get soft keyboard status including the keyboard visibility and height. | Text input is core function for every application. So it is very important for a framework with rich API's on inputting user experience.
But now there is no api in flutter to get keyboard status.
It should be a call back listener, that we could get keyboard visibility status, keyboard height, then we could adjust ou... | a: text input,c: new feature,framework,c: proposal,P3,team-framework,triaged-framework | low | Minor |
537,051,617 | angular | Routing in Angular Based Web Components using @angular/elements | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
οΏ½... | feature,freq1: low,area: router,area: elements,feature: under consideration,feature: votes required | high | Critical |
537,063,603 | go | x/build/cmd/coordinator: give buildlets access to suspend themselves for N seconds | Watching the debugging in #35482 (including people running out to buy laptops), I realize we could probably provide some help in the build system.
GCE VMs support suspend:
https://cloud.google.com/sdk/gcloud/reference/alpha/compute/instances/suspend
> gcloud alpha compute instances suspend is used to suspend a... | Testing,Builders,NeedsDecision,FeatureRequest | low | Critical |
537,065,588 | scrcpy | how do the android device use computer keyboardοΌlike F1γF2γF3γESCγctrl+c ? or keep android soft keyboard hidden? | question,keyboard | low | Minor | |
537,068,970 | pytorch | [JIT] Slice with optional not supported | ## π Tensor Slice with optional
```
def slice_with_optional(val, start: int, end: Optional[int] = None):
return val[start:end]
jit.script(slice_with_optional)
```
> Arguments for call are not valid.
The following operator variants are available:
aten::slice(Tensor(a) self, int dim=0, int start=0, i... | oncall: jit,triaged | low | Minor |
537,093,910 | flutter | [google_maps_flutter] InfoWindow doesn't support iOS DarkMode | **Issue description:**


... | c: new feature,platform-ios,customer: crowd,p: maps,package,c: proposal,P3,team-ios,triaged-ios | low | Minor |
537,094,070 | flutter | [google_maps_flutter] Need My location button click listener | I want to know when the MyLocation button is clicked so that I can update the map with more relevant markers based on the user's new location.
It this is not coming in the near future, the alternative would be to implement my own location button on top of the map, have a listener and manually get the current locatio... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
537,098,723 | youtube-dl | Download album cover as a separate file | - [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2019.11.28**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
It would be very helpful to have the ability to download an album cover as a separate file, f.i. named... | request | low | Critical |
537,112,404 | flutter | Missing cache artifacts (e.g. idevice_id, ideviceinfo, iproxy) | **TL;DR** this can be worked around by wiping out your cache and then running the doctor (`rm -rf flutter_repo/bin/cache && flutter doctor`), but please post here any stacktraces, your `flutter doctor -v`, and the contents of the relevant stamp file (e.g. if `idevice_id` is missing the stampfile would be in `flutter_re... | tool,P2,team-tool,triaged-tool | low | Minor |
537,130,794 | flutter | Expose capabilities/requirements from dart:ui for text edit size/transform | Today, only Flutter Web needs to know about the size and transform of editable text widgets. However, we calculate it for all platforms and send a method up.
One approach is to guard this with `kIsWeb`, which we would like to avoid.
Another approach (suggested in https://github.com/flutter/flutter/pull/46843#di... | c: new feature,framework,engine,P2,team-engine,triaged-engine | low | Major |
537,132,247 | opencv | Error while ploting colored point clouds | I'm trying to plot a set of collored 3D points, using Viz3D.
So this is my code:
```
std::vector<cv::Point3f> pointVec;
std::vector<cv::viz::Color> colorVec;
pointVec.push_back(cv::Point3f(1, 2, 3));
pointVec.push_back(cv::Point3f(5, 2, 3));
colorVec.push_back(cv::viz::Color(10, 2, 3));
colorVec.... | category: build/install,category: viz | low | Critical |
537,134,801 | go | x/exp/shiny/screen: Weird transition when uploading scaled texture in Ubuntu and macOS | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.9.7 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
NA
### What operating system and processor architecture are... | NeedsInvestigation | low | Critical |
537,152,820 | pytorch | Request for Lint Pass to Detect Modification on Parameters/Attributes during TorchScript Inference | ## π Feature
A lint pass to help user detect any violation of the immutability of the models during inference time.
## Motivation
We assume that in most of the cases, the model should be stateless during inference, which means the model itself is thread-safe. However, user may update the parameters/attributes acc... | oncall: jit,feature,triaged | low | Minor |
537,157,286 | TypeScript | Docs: "Type assertion" vs "asserts" keyword | Hey there!
Iβm updating [Programming TypeScript](https://www.amazon.com/_/dp/1492037656) to include [assertions in control flow analysis](https://github.com/microsoft/TypeScript/pull/32695), and was looking for guidance about naming.
Type assertions (`x as T`) and assertions in control flow analysis (`asserts x i... | Discussion | low | Major |
537,210,726 | terminal | Make the feature tests run in (and perhaps explode) a PTY | #3907 causes a crash when connected to a pseudoconsole; @miniksa suggested that we should make sure we're running our API tests against ptys as well.
zadjii-msft EDIT: Let's be _really_ sure that when we're making the feature tests run in conpty mode, we add a test to check #3907. The fix in #4021 is pretty small, w... | Product-Conhost,Issue-Task,Area-CodeHealth | low | Critical |
537,218,557 | rust | Can't return impl trait inside a type when using HRTBs | This code fails to compile:
```rust
struct Wrapper<T>(T);
fn allowed() -> impl for<'a> Fn(&'a u32) -> &'a u32 {
|x: &u32| x
}
fn not_allowed() -> Wrapper<impl for<'a> Fn(&'a u32) -> &'a u32> {
Wrapper(|x: &u32| x)
}
```
The message is:
```
error[E0271]: type mismatch resolving `for<'a> <[closu... | A-type-system,T-compiler,C-bug,T-types | low | Critical |
537,227,922 | rust | Tracking issue for `..X`, and `..=X` (`#![feature(half_open_range_patterns)]`) | `X..` was stabilized in #83918
`..=X` was stabilized in #102275
`...X` was removed in #68120
`..X` is tracked in #37854
`X..` patterns in slices are currently gated via `half_open_range_patterns_in_slices`
This is a tracking issue for the feature gate `#![feature(half_open_range_patterns)]`. This feature provi... | T-lang,B-unstable,C-tracking-issue,disposition-merge,finished-final-comment-period,F-half_open_range_patterns,F-exclusive_range_pattern,A-patterns,S-tracking-design-concerns | high | Critical |
537,229,938 | create-react-app | `--template` cannot load a GItHub repository | ### Describe the bug
Hey folks π I'm not positive that this is a bug, talking with @iansu this seems to be more of a feature that doesn't (yet!) exist. I was wondering if `--template owner/repo` would work in the same way as `npm i owner/repo`, where it looks for a package on GitHub. For example:
```
npm instal... | issue: proposal | low | Critical |
537,247,970 | TypeScript | Feature: triple-slash directive to override "target" compiler option | ## Search Terms
tsconfig override per-file compilerOptions code emit
## Suggestion
Add a triple-slash directive to override the `target` compiler option within specific .ts code files.
## Use Cases
With the final death of IE11 coming soon πππ, my team and (I'm sure) many other teams are finally upgrad... | Suggestion,In Discussion | low | Critical |
537,250,738 | angular | Align with the optional chaining spec | # π feature request
### Relevant Package
`@angular/compiler`
### Description
[Optional chaining](https://github.com/tc39/proposal-optional-chaining)[1] reached stage 4. We've been supporting similar syntax in templates for a while now, calling it the ["safe navigation operator"](https://angular.io/guide/te... | feature,area: core,area: compiler,core: binding & interpolation | high | Critical |
537,308,513 | pytorch | [RPC] Support nn.Module pickling with share memory | ## π Feature
To share memory across processes for multiprocessing hogwild, Pytorch supports doing it at process spawning, with special [reduce functions](https://github.com/pytorch/pytorch/blob/master/torch/multiprocessing/reductions.py
).
With the introduction of `torch.distributed.rpc`, we will need to support... | triaged,module: rpc | low | Minor |
537,321,681 | flutter | Tool crash Github template should include enabled/disabled features | For example, the results of flutter config (minus signing cert info)
```
Settings:
flutter-web: true
flutter-linux-desktop: true
enable-macos-desktop: true
~~ios-signing-cert: iPhone Developer: Jonah Williams (XXXX)~~ (But pretend this is a strikethough)
enable-web-incremental-compiler: false
`... | c: new feature,tool,a: triage improvements,P3,team-tool,triaged-tool | low | Critical |
537,327,193 | pytorch | Default shuffle behavior of DistributedSampler | ## π Feature
The **DistributedSampler** should shuffle data without explicitly set `set_epoch`.
## Motivation
I have found that the parameter shuffle of **DistributedSampler** is set True in default but the behavior and intuition are inconsistent. The GPU always load the same data between every epoch. It still ne... | oncall: distributed,module: dataloader,triaged | low | Minor |
537,336,437 | angular | Not reset the template parser's error when using JIT compiler | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | freq1: low,area: compiler,type: use-case,P4,compiler: jit | low | Critical |
537,350,427 | go | x/image/tiff: grayscale tiled images are not decoded correctly | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ... | NeedsDecision | low | Critical |
537,350,532 | ant-design | [4.0] Proposal: Fieldset component | - [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?
There's a standard HTML tag `<fieldset>` which is used to visually group form elements, see [example](https://www.w3schools.com/t... | π‘ Feature Request,βοΈ New Component,Inactive | low | Major |
537,356,384 | terminal | vim slower to open/close in conhost v2 compared to v1 |
# Environment
```none
Windows build number: 17763
Windows Terminal version (if applicable): N/A, conhost only
Any other software? Vim for Windows, tested with 7.4-8.1
```
# Steps to reproduce
Open a CMD window with a shortcut that specifies a large window buffer. The default in RS5 appears to be 9000,... | Product-Conhost,Help Wanted,Needs-Repro,Area-Performance,Issue-Task | low | Critical |
537,380,733 | flutter | Camera application is crashing and throws an exception - Access denied finding property "vendor.camera.aux.packagelist" | Lenovo TB-X605L has issue with activating/lookup device's camera with flutter / camera library.
Same code works fine (camera is able to be used to capture image / video) on Samsung S6 tablet (and works fine also Samsung A20, MotoOneZoom mobiles).
Re-issued as per https://github.com/flutter/flutter/issues/44178
... | e: device-specific,platform-android,p: camera,package,P2,team-android,triaged-android | low | Critical |
537,389,690 | godot | Sub-Viewport Update Mode UPDATE_ALWAYS does not update when not visible | **Godot version:**
Godot 3.2 Beta 3
**OS/device including version:**
Ubuntu 19.04
**Issue description:**
(TLDR : Update Always does not update always)
On a viewport set to Update Always, it still only updates when visible (Which is the expected behaviour only of "Update When Visible"
**Steps to reproduce... | bug,topic:core | low | Minor |
537,427,200 | react | DevTools: Profiler: Enable correlating console logs to profiler output (and vice versa) | A challenge with the React DevTools profiler is that it's too hard to correlate profiler results with console logs. This makes diagnosing and fixing render performance issues much more difficult.
For example, yesterday I was debugging an app where each render usually took 10ms-20ms except every 20-30 renders it'd ta... | Type: Discussion,Component: Developer Tools,Type: Needs Investigation | low | Critical |
537,450,116 | godot | the cell index is not consequent when create tiles | **Godot version:3.1.2
**OS/device including version:**
**Issue description:**
When create tile use the new single tile button, the cell index is not consequent after delete some tiles.
**Steps to reproduce:**
1. add some new tiles
2. delete some tiles
3. add some new tiles
the cell index of the tile is no... | discussion,topic:core,topic:2d | low | Major |
537,473,985 | react-native | [Android] Vector images from native resources is not working | Based on React Native [documentation](https://facebook.github.io/react-native/docs/images#images-from-hybrid-apps-resources), we should be able to fetch images from native resources.
This is works great on iOS, but in Android you can't load [vector images](https://developer.android.com/guide/topics/graphics/vector-dra... | Platform: Android,Component: Image,Bug,Never gets stale | medium | Major |
537,492,568 | terminal | Fullscreen mode + "Show desktop" not working as expected | # Environment
```
Windows build number: Microsoft Windows Version 10.0.18362.476
Windows Terminal version: microsoft-windows-terminal 0.7.3291.0
```
# Steps to reproduce
> Open Windows Terminal
> Toggle fullscreen (F11)
> Use "show desktop" (win + d)
> Use "show desktop" again
# Expected behavior
A... | Help Wanted,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3 | low | Critical |
537,573,430 | pytorch | [feature request] Better handling for CUDA Out of Memory | Currently, users have little recourse when the CUDA allocator raises an OOM error due to fragmentation. Providing better handling when the allocator fails to allocate memory could alleviate some fragmentation related issues. For example, I occasionally make use of the following code to address fragmentation related iss... | module: cuda,triaged | low | Critical |
537,575,242 | go | cmd/compile: Finer grained visibility debug info for variables | Delve currently determines variable visibility by using a combination of DWARF lexical blocks and the variable declaration line: a variable is visible if the lexical block is active (current PC is contained in the range of the lexical block) and if the current line is greater than or equal to the declaration line. The ... | NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
537,579,397 | kubernetes | sample-apiserver returns "$type does not implement the protobuf marshalling interface and cannot be encoded to a protobuf message" error instead of falling back to second Accept type | **What happened**:
Creating an example object against the sample-apiserver returns the following error with a default client:
```
test/e2e/framework/framework.go:639
Dec 13 01:57:24.796: creating a new flunders resource
Unexpected error:
<*errors.StatusError | 0xc0011a4aa0>: {
ErrStatus: {
... | kind/bug,sig/api-machinery,priority/important-longterm,lifecycle/frozen | low | Critical |
537,591,353 | go | x/crypto/ssh/knownhosts: cannot have multiple keys for same host | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.3 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsFix | low | Critical |
537,616,665 | flutter | Support different dependencies when using flavors | ## Use case
When building or running with the `--flavor` option we often need to change the logic slightly, and in many cases, we need the ability to change the dependencies as well. Sometimes it's just a small library, but often times it's a large library that we would only want included in a specific flavor of the ... | c: new feature,tool,c: performance,customer: crowd,c: proposal,perf: app size,P3,team-tool,triaged-tool | high | Critical |
537,628,310 | go | crypto/tls: add docs detailing the sequence before/after Read()/Write() during TLS handshake | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.5 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What did you expect to see?
Documentation (e.g. f... | Documentation,NeedsInvestigation | low | Minor |
537,637,032 | go | cmd/go: describe difference in `go mod verify` vs verification during 'go mod tidy' | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ gotip version
go version devel +ef3ef8fcdf Wed Dec 11 15:43:50 2019 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What ope... | NeedsInvestigation | low | Critical |
537,656,308 | vscode | "editor.suggestSelection": "first" does not work as described | <!-- 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 fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
**vscode version**
Version: 1.41.0
Commit... | snippets,suggest,under-discussion | low | Minor |
537,691,677 | flutter | [web] Shrine login page crash on assert for Chrome on Android | In order to see the console log, use remote devices tab in chrome developer tools.
Run the app:
flutter run -d chrome --local-engine=host_debug_unopt --web-port=8080
Go to shrine login page. The text editing gives assertion exception in screen_builder.dart
https://github.com/flutter/engine/blob/master/lib/web_... | c: crash,engine,platform-web,c: rendering,P2,team-web,triaged-web | low | Critical |
537,715,677 | node | fs async functions (both callback and promises APIs) return Errors without stack trace | * **Version**: 13.3.0
* **Platform**: Windows 10 x64
```js
const fs = require('fs')
fs.readFile('nonexistentfile', (err) => console.log(err.stack))
```
**What is the expected output?**
The err.stack should contain error text and stack
Same as readFileSync function:
> Error: ENOENT: no such file or directory, o... | confirmed-bug,fs | medium | Critical |
537,720,064 | pytorch | Script method can't call a scripted function when it is decorated with `@torch.no_grad` | ## π Bug
With the new JIT API, a script method can no longer call a scripted function when it is decorated with `@torch.no_grad`
## To Reproduce
This issue can be reproduced with the example below:
```
$ cat test1.py
import torch
import torch.nn as nn
@torch.jit.script
@torch.no_grad()
def foo(x):
... | oncall: jit,triaged | low | Critical |
537,728,805 | pytorch | pinned memory requires DeviceGuard in multi-process envs | `THCCachingHostAllocator` mentions that:
https://github.com/pytorch/pytorch/blob/af638ad5d7c8fc9ff97f0ad1cd2bbcfa3ced514e/aten/src/THC/THCCachingHostAllocator.cpp#L85-L88
However @baobablyh discovers that, if multiple processes call pinned memory with the same default device, it could hang either at the pinned me... | module: docs,module: multiprocessing,module: cuda,triaged | low | Minor |
537,737,813 | godot | AnimationPlayer - Change material properties not work | **Godot version:**
3.1.2 stable official
**OS/device including version:**
ubuntu 18
**Issue description:**
If you use AnimationPlayer and change during animation the emission property for example, but
change the material itself during the animation to, this new material does not get the emission property changed... | bug,topic:core | low | Major |
537,753,192 | go | math/rand: documentation on rng.go is lacking important context and information | <!-- Please answer these questions before submitting your issue. Thanks! -->
### Does this issue reproduce with the latest release?
Yes
### What did you expect to see?
Details about the algorithm used, links to source material, context about why this algorithm was used and how it differs from other methods.
... | Documentation,NeedsInvestigation | low | Major |
537,778,523 | pytorch | Failed to config caffe2_rocksdb in cmake | ## Bug
Got this today.
Should be something new since I was able to build with exact same script a few days ago.
RocksDB is freshly compiled with CMake for latest release tag (6.5.2) a few hours before this.
Issue reproduced on both Ubuntu 18.04 and CentOS 7.
```
#9 537.6 CMake Error at modules/rocksdb/CMakeLi... | module: build,triaged | low | Critical |
537,804,489 | flutter | Readable plural messages in arb files | Currently, arb file plural messages are parsed as a single massive string as follows:
`"helloWorlds": "{count,plural, =0{Hello}=1{Hello World}=2{Hello two worlds}few{Hello {count} worlds}many{Hello all {count} worlds}other{Hello other {count} worlds}}"`
However, it would be more readable if it could be something li... | framework,a: internationalization,P3,team-framework,triaged-framework | medium | Major |
537,810,276 | godot | "drivers/unix/net_socket_posix.cpp:190 - Socket Error: 10054" while loading a scene that uses NativeScript | **Godot version:** v3.1.2.stable.official
**OS/device including version:** Windows 10
**Issue description:** While (I suppose) my game is loading NativeScript, it immediately crashes and prints " drivers/unix/net_socket_posix.cpp:190 - Socket error: 10054". It isn't the first time that I use GdNative, in another... | bug,topic:gdextension,crash | low | Critical |
537,823,496 | go | x/website/_content: consider reusing repo list from x/build/repos instead of maintaining own hard-coded copy | This is an extension of #36047. /cc @bradfitz
There are hard-coded lists in the static templates for `x/website/cmd/golangorg` and `x/tools/cmd/godoc`, e.g.:
https://github.com/golang/website/blob/12a8390500dd3fedb41561111a59df98883b92b9/content/static/packageroot.html#L122-L138
In theory, `x/website` can be m... | NeedsInvestigation | low | Minor |
537,845,458 | flutter | Engine is sending async trace events with id collisions | Each async event tree should have a unique id (see [Trace Event Format](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/edit#heading=h.jh64i9l3vwa1))
Events are being sent from the engine with colliding async ids
```
{name: Frame Request Pending, cat: Embedder, tid: 250009, pid: 249... | engine,e: embedder,P2,team-engine,triaged-engine | low | Minor |
537,846,051 | pytorch | nn.MultiHeadAttention with different similarity measures | ## π Feature
<!-- A clear and concise description of the feature proposal -->
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
## Pitch
... | module: nn,triaged,function request | low | Minor |
537,846,242 | flutter | Duplicate trace events are being fired | Example:
I have seen this with Duration events as well as Async events. Sometimes we see an extra begin event, an extra end event, or both.
```
{"name":"PipelineItem","cat":"Dart","tid":250009,"pid":249458,"ts":267504008453,"ph":"e","id":"1124","args":{"isolateId":"isolates/1022783825870871"}},
{"name":"Pipelin... | framework,engine,P2,team-engine,triaged-engine | low | Major |
537,860,240 | godot | KinematicBody2D can push other KinematicBody2D | **Godot version:**
3.2, beta 3
**OS/device including version:**
Windows 10
**Issue description:**
A kinematicbody2d can unintentionally move another kinematicbody2d when the latter should not be able to move in a given direction.
**Steps to reproduce:**
Try the example project. Block on the left is stock K... | bug,discussion,confirmed,topic:physics | medium | Major |
537,865,599 | node | Secure memory: Yay or nay | OpenSSL has support for a concept that is referred to as _secure memory_ or _secure heap_. Essentially, every time OpenSSL allocates memory, it indicates whether that memory should be allocated from the "normal" heap using `malloc` or from the "secure" heap. Allocations on the secure heap usually have the following sec... | memory,security | medium | Critical |
537,878,377 | flutter | [video_player] Videos don't play in Safari/Chrome on iOS | video_player_web,video_player can play in Mac safari normaly by platform web, but when I play in phone safari, it doesn't work. | customer: crowd,platform-web,p: video_player,package,has reproducible steps,customer: web10,customer: ninja,P2,found in release: 2.1,browser: safari-ios,team-web,triaged-web | low | Critical |
537,903,740 | rust | `--emit=[asm|llvm-bc|llvm-ir|obj]` not emitting allocator or metadata | At present, `rustc --emit=[asm|llvm-bc|llvm-ir|obj]` only generates artifacts of the regular module but not allocators or metadata.
While working on #64191 , I found such behavior was very confusing as I expected it to output all artifacts I need to generate the final binary. Therefore, I am proposing to make `rust... | A-codegen,A-metadata,T-compiler,C-feature-request | low | Minor |
537,907,479 | rust | `--emit=metadata` emitting empty .rmeta file | At present, `rustc --emit=metadata foo.rs` generates an empty rmeta file named `libfoo.rmeta`. The logic behind is that [rmeta is not needed for certain crate types](https://github.com/rust-lang/rust/blob/12307b3b08edee543a78fb9d4a837fbd6d6ac0fa/src/librustc_interface/passes.rs#L922-L939). However, I feel we should sti... | A-metadata,T-compiler | low | Major |
537,910,782 | rust | cfg(doctest) doesn't work as expected | First, create empty lib crate.
```bash
cargo init --lib foo
```
With `use crate::foo::bar`:
```rust
//! Hello
//!
//! ```
//! use crate::foo::bar;
//! bar();
//! ```
#[cfg(doctest)]
pub fn bar ()
{
println!("hello");
}
```
```text
Compiling foo v0.1.0 (/home/user/tmp/foo)
Finished... | T-rustdoc,E-hard,T-cargo,C-bug,A-doctests | medium | Critical |
537,914,048 | go | time: add ExternalNow, etc for external time and timers | **Update May 5 2021**: The current proposed API is in https://github.com/golang/go/issues/36141#issuecomment-828667067. - rsc
- - -
### Vocabulary:
- Program time: monotonic, but stops when the computer is in S3 sleep.
- Real time: monotonic, but continues to advance when the computer is in S3 sleep.
- Wall t... | Proposal,Proposal-Accepted | high | Critical |
537,914,348 | youtube-dl | --playlist--start and --playlist-end more verbosity suggestion | ## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2019.11.28**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
While using `youtube-dl <playlisit-id> --playlist-start 10` on a playlist containing 60 ... | request | low | Critical |
537,928,496 | pytorch | Intel OMP multiprocessing assertion failure: Assertion failure at z_Linux_util.cpp(2338) | ## π Bug
We observe a weird assertion happening after 4-12 hours of training an image classifier with pytorch nightly and intel omp 2019.4, one of data loader workers fails with this error:
```
OMP: Error #13: Assertion failure at z_Linux_util.cpp(2338).
OMP: Hint Please submit a bug report with this message, ... | module: dependency bug,module: multiprocessing,triaged | low | Critical |
537,975,625 | flutter | Support toggling window decoration visibility on desktop | ## Use case
A Flutter application running on desktop should be able to control its decoration or its frame, that is to show or hide the surrounding window frame which typically holds the title and close icon. | c: new feature,engine,platform-mac,platform-windows,platform-linux,a: desktop,P3,team-macos,triaged-macos | low | Major |
537,981,264 | opencv | cudaGLSetGLDevice deprecated errors | In building OpenCV 4.1.2 with OpenGL and CUDA enabled, I'm seeing warnings about the function
cudaGLSetGLDevice being deprecated. It is called in opengl.cpp. Is this a known problem, or is it something that results from a certain combination of flags?
In opengl.cpp:
```
void cv::cuda::setGlDevice(int device)
{... | category: gpu/cuda (contrib) | low | Critical |
537,986,610 | godot | Joints Gizmos disappear after switching scenes tab in Editor | **Godot version:**
Godot 3.2 Beta 3
**OS/device including version:**
Windows 7 x64bit
**Issue description:**
Joints Gizmos disappear after switching scenes tab in Editor
**Steps to reproduce:**
1 - Create a Physical skeleton from your skeleton
2 - Select your Physical Bones and Change the Joint Type for E... | bug,topic:editor,confirmed,usability,topic:3d | low | Minor |
537,986,655 | react | Controlled numeric input gets cleared when unfocused | <!--
Note: if the issue is about documentation or the website, please file it at:
https://github.com/reactjs/reactjs.org/issues/new
-->
**Do you want to request a *feature* or report a *bug*?**
I would like to report a bug.
**What is the current behavior?**
A numeric input field gets cleared accidentally... | Type: Bug,Component: DOM,Resolution: Backlog | low | Critical |
537,992,767 | rust | RcFromIter and ArcFromIter have unused specializations | [`RcFromIter`](https://github.com/rust-lang/rust/blob/1.39.0/src/liballoc/rc.rs#L1498-L1543) and [`ArcFromIter`](https://github.com/rust-lang/rust/blob/1.39.0/src/liballoc/sync.rs#L2061-L2106) have three impls each:
- One is for a general `I: Iterator<Item = T>` (A)
- One is for `I: TrustedLen<Item = T>` (B)
- One... | T-libs-api,A-specialization,C-bug,A-iterators | low | Minor |
538,008,243 | create-react-app | formatWebpackMessages clean up messages filename | ### Is your proposal related to a problem?
when the error/warning contains `(loader?xxxxxx)` , the filename will display like this.
```
/src/App.scss (/codes/test-appt/node_modules/css-loader/dist/cjs.js??ref
--7-oneOf-5-1!/codes/test-appt/node_modules/postcss-loader/src??postcss!/codes/test-appt/node_mo
dules/... | issue: proposal,needs triage | low | Critical |
538,011,100 | go | runtime: go1.13.5/go tip worst gc pause time increase from go1.9.7 in darwin/amd64 | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.5 darwin/amd64
go version devel +7d30af8 Fri Dec 13 20:41:04 2019 +0000 darwin/amd64
</pre>
### Does this issue reproduce with the latest re... | NeedsInvestigation,compiler/runtime | low | Critical |
538,016,012 | pytorch | torch runtime error when manual link libmkldnn.so | ## π Bug
I manual link libmkldnn.so, because I want to use some functions inside mkldnn, but pytorch get runtime error when I manual link libmkldnn.so
## To Reproduce
Steps to reproduce the behavior:
```
import ctypes, os
mkl_lib_name="MY_MKL_PATH/lib/libmkldnn.so"
dlopen_flags = os.RTLD_NOW | os.RTLD... | module: build,triaged,module: mkldnn | low | Critical |
538,020,609 | neovim | ext_messages: msg_show("confirm_sub") is not always cleared | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.5.0-241-g9f3d483c7
- Operating system/version: Linux 5.0.0-36-generic #39~18.04.1-Ubuntu X86_64
### Steps to reproduce using `nvim -u NORC`
1) Connect to neovim with a GUI, make sure to set `ext_messages` to true
... | bug,ui-extensibility,messages | low | Critical |
538,025,889 | TypeScript | EmitResolver cannot handle JsxOpeningLikeElement and JsxOpeningFragment that didn't originate from the parse tree | <!-- π¨ 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,Help Wanted,Domain: Transforms,Rescheduled | low | Critical |
538,046,273 | godot | AnimationPlayer track editor is missing click-and-drag timeline scrolling that was present in Godot 3.0 | **Godot version:** 3.1.2 stable
**OS/device including version:** Win7
**Issue description:**
LMB click and drag on the timeline is no longer possible in 3.1, while it was possible in 3.0.6
3.1:
.
### What version of Go are you using (`go version`)?
<pre>
$ gccgo --version
gccgo (Debian 8.3.0-6) 8.3.0
</pre>
### Does this issue reproduce with the latest release?
yes.
### What did you do?
```gol... | NeedsInvestigation | low | Minor |
538,123,129 | TypeScript | Codefix: removing inferable types | ## Search Terms
inferable types no-inferable-types no-inferrable-types removal
## Suggestion
It is somewhat unnecessary to add `:` type declarations for member, parameter, and/or variable types already inferable from code.
```ts
// This type declaration actually requests a lower amount of type information... | Suggestion,Awaiting More Feedback,Domain: Quick Fixes | low | Minor |
538,161,403 | node | `in` operator not working correctly when using Proxy as VM context | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please pro... | vm,v8 engine | low | Critical |
538,167,715 | flutter | Change camera `CameraController` `takePicture` API to optionally pass in the path where the image should be saved | ````dart
final path = join((await getTemporaryDirectory()).path, '${DateTime.now()}.png');
void value = await controller.takePicture(path);
File file = File(path);
````
Hello Flutter Team! and Community!
I'm just want to know if we can do something like this? (Code Below to reduce boilerplate)
````dart
fina... | d: stackoverflow,p: camera,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
538,185,587 | storybook | Build: Selectively publish packages | NPM publish is failing with a higher frequency in recent weeks. To minimize this, I propose publishing a subset of packages.
## Why
NPM publishing fails intermittently due to unknown server issues. In each case, the server returns a `PUT 200` on publish, but the package is subsequently unavailable, either from th... | maintenance | low | Critical |
538,215,891 | pytorch | [mac] Failure to import torch | ## π Bug
Failure to import torch in Jupyter Lab
## To Reproduce
Steps to reproduce the behavior:
1. conda install pytorch torchvision -c pytorch
2. import torch
---------------------------------------------------------------------------
ImportError Traceback (most recent ... | triaged,module: macos | low | Critical |
538,261,064 | TypeScript | WebGLShader has no properties | <!-- π¨ 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 |
538,269,786 | angular | The possibility of setting Timeouts with HttpClient | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
οΏ½... | feature,area: common/http,feature: in backlog | medium | Critical |
538,319,852 | TypeScript | Transpiling async/await to generators instead of es6-Generator-function for es6 | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
538,344,565 | electron | Allow localization of 'Cancel' button in Open and Save dialogs | ### Problem Description
Hi guys!
I'm working on localization of electron application and faced a problem with localization 'Cancel' button in Open and Save dialogs. There is property `buttonLabel` for 'Save'/'Open' button, so when the language is, for example, Japanese, the 'Save'/'Open' button is translated and the... | enhancement :sparkles: | low | Minor |
538,359,029 | rust | `==` after unsafe block is not correctly recognized | Given the following code:
```rust
let mut a = std::mem::MaybeUninit::new(10);
unsafe { std::ptr::read(a.as_ptr()) } == 10;
```
Rust reports error:
```
error: expected expression, found `==`
--> src/main.rs:3:43
|
3 | unsafe { std::ptr::read(a.as_ptr()) } == 10;
| ... | C-enhancement,T-compiler,A-suggestion-diagnostics | low | Critical |
538,406,238 | flutter | Flutter does not render in firefox extension popup |
## Steps to Reproduce
1. Clone https://github.com/billy1380/flutter_firefox_extension
2. Install the extension (prebuilt files located in the extension folder)
Note: the extension is installable in both firefox and chrome
3. Click on the flutter icon
In Firefox
 -->
**Search Terms:** const enum import export preserveConstEnums
**Code**
MyEnum.ts
```ts
const enum MyEnum {
FirstValue,
SecondValue
}
export default MyEnum;
... | Bug,Help Wanted | low | Critical |
538,534,004 | tensorflow | -D_GLIBCXX_USE_CXX11_ABI=1 increases a lot RAM usage | **System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
- TensorFlow installed from: pip
- TensorFlow version (use command below): 1.13.1
- Python version: python3.7
- CUDA/cuDNN version: 10.1
- GPU model and memory: GTX 1080 ti
**Describe the current behavior**
Sinc... | stat:awaiting tensorflower,type:build/install,subtype: ubuntu/linux,type:performance,TF 2.9 | medium | Critical |
538,586,692 | pytorch | Ability to download docs HTML for offline use | ## π Feature
It would be excellent to have a button to download the docs for offline use, from the main docs page. This is an included feature on Sphinx. For example: on [Flask's docs](http://flask.palletsprojects.com/en/1.1.x/), if you click the floating green version in the lower right, there's a "download html" op... | module: docs,triaged | low | Minor |
538,602,190 | flutter | Flutter should warn when attempting to flutter install to simulator | I try install my app in any IOS device (Simulator and real device) get's me this error. I'm using flavors in this project, but when i build and install for android everything works fine.
Using ios debug and ``` flutter run ``` works fine as well
Flutter install error:
```
Install failed
#0 throwToolExit (... | tool,P3,team-tool,triaged-tool | low | Critical |
538,673,280 | rust | Misleading message for [E0392] with associated types of trait bound | E0392 notifies the user that a type parameter is not being used, but it sometimes falsely identifies parameters as being unused **only when there is already another that is _actually_ unused.** I don't entirely understand expected behavior here, see the bottom for clarification.
For example, the [following code](htt... | A-diagnostics,T-compiler,C-bug,A-variance | low | Critical |
538,674,296 | flutter | Reduce usage of context getters and globals in the flutter tool | Internal: b/139713315
The flutter_tool currently makes heavy usage of context getter globals to inject objects throughout the tool for both configuration and testability issues. For example:
```
Foo get foo => context.get<Foo>();
class Bar {
void doThing() {
foo.fizz(); // context global
}
}
``... | team,tool,P3,team-tool,triaged-tool | low | Major |
538,710,423 | PowerToys | Use GetModuleFileNameW wrappers | This commit https://github.com/microsoft/PowerToys/commit/fd8fc679be2497d69a1b295e6b7dd6c66584fe34 introduced the `get_module_filename` and `get_module_folderpath` wrappers.
Use them instead of calling directly GetModuleFileNameW | Area-Quality | low | Minor |
538,713,465 | flutter | code sharing/refactoring in the native Engine Layer code | Many of the native implementations of the Engine layers have very similar code cut and pasted between them. We should create helper methods and shared parent classes to consolidate much of these common implementation details:
- All Clip<Shape>Layer classes plus PhysicalShapeLayer have very similar code to manage the... | engine,P2,team-engine,triaged-engine | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.