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 |
|---|---|---|---|---|---|---|
517,762,992 | flutter | App which loading large json files crushes when using flutter drive | I'm writing an app, that supports multiple languages. All translation strings are stored in locale folder in json files (one for each language). This files are loaded as the app starts.
To load data, I use loadString method from AssetBundle class, from flutter/services package. It works fine when I run the app but w... | framework,t: flutter driver,a: assets,P2,team-framework,triaged-framework | low | Critical |
517,790,226 | flutter | [web] Virtual Keyboard on Raspberry Pi | I am still struggling with this issue. I saw this issue that seemed somewhat related:
https://github.com/flutter/flutter/issues/32763
So if flutter web is used on an iphone, the virtual keyboard sounds like it will come up? I'm wondering then how does flutter know when you're in an environment with or without a... | a: text input,e: device-specific,d: stackoverflow,customer: crowd,platform-web,P3,team-web,triaged-web | medium | Major |
517,795,472 | kubernetes | apiserver http healthcheck | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Apiserver endpoint serving `/healthz` over HTTP, no TLS.
**Why is this needed**:
Coming out of this issue: https://github.com/kubernetes/kubernetes/issues/43784
Running our own, self-signed PKI... | sig/api-machinery,kind/feature,lifecycle/frozen | low | Major |
517,806,143 | TypeScript | Automatic type package resolving doesn’t respect paths defined | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Needs Investigation | low | Critical |
517,810,310 | pytorch | RuntimeError: CUDA out of memory with available GPU memory | I'm running Pytorch bert with adam optimizer. I get a CUDA OOM:
`RuntimeError: CUDA out of memory. Tried to allocate 352.00 MiB (GPU 0; 7.92 GiB total capacity; 1.67 GiB already allocated; 156.00 MiB free; 124.28 MiB cached)`
but I actually I have some GiG available:
```
Traceback (most recent call last):
... | module: cuda,module: memory usage,triaged | low | Critical |
517,839,917 | bitcoin | Doc: Consolidate documentation of functional test parameters. | **Context:**
The `BitcoinTestFramework` test parameters are set in `set_test_params()`, but there are additional test [run-time settings](https://github.com/bitcoin/bitcoin/blob/master/test/functional/test_framework/test_framework.py#L134) which can be passed in through the command-line. The latter are documented wi... | Feature,Docs,Tests | low | Major |
517,846,362 | vscode | SCM - enable extensions to provide timeline information | Right now each SCM extension is responsible to provide own file history, e.g. gitlens has https://github.com/eamodio/vscode-gitlens#file-history-view-. But others, like for Mercurial don't have it. Even if it would have it won't provide coherent UX. Would it be possible to have built-in file history view which can be e... | feature-request,scm | low | Minor |
517,862,871 | pytorch | Add instructions for building torch.distributed on macOS | ## 🐛 Bug
These instructions are missing and we should add them.
Basically:
* Install pkg-config
* Install libuv
* Compile with `USE_LIBUV=ON`
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 | oncall: distributed,module: docs,triaged | low | Critical |
517,892,120 | go | go/types: investigate commit bdd0ff08 effect on type-checking outcome | Follow-up on #33279. Investigate impact of commit bdd0ff08 on this piece of code:
```Go
package pkg
func fn() {
func(arg int) []int {
_ = arg
return nil
}(0)[0]++
}
```
| NeedsInvestigation | low | Minor |
517,896,965 | flutter | Consider listing only missing VS components | Currently when VS is missing any components needed for targeting Windows, we list all of them. This makes it harder for people to understand what exactly they are missing, especially given that there are so many cases where components differ only by version numbers. (See #44184 for an example, but it's happened a numbe... | tool,platform-windows,a: desktop,a: build,P3,team-windows,triaged-windows | low | Minor |
517,913,841 | godot | TileSet methods `tile_get_texture(id).get_size()` and `tile_get_texture(id).get_data()` return wrong data | **Godot version:**
v3.2.beta1
**OS/device including version:**
Mac OS X Mojave
**Issue description:**
TileSet methods `tile_get_texture ( id ).get_size() `and `tile_get_texture ( id ).get_data()` return the complete TileSet size and texture, instead of the individual tile size and texture as specified by `id`.
... | bug,topic:core,confirmed,topic:2d | low | Major |
517,943,511 | flutter | [web] Make `felt` rebuilds interruptible | When a file or multiple files change, the `felt build --watch` command automatically rebuilds the web engine sources. If during the rebuild, another file changes, that change will be queued and wait for the previous rebuild to complete before a new rebuild can start.
This issue is suggesting that we add support for ... | engine,a: quality,platform-web,c: proposal,P3,team-web,triaged-web,e: engine-tool | low | Minor |
517,944,985 | go | runtime: should checkptrArithmetic accept a uintptr instead of unsafe.Pointer? | Two instances of
```
runtime: bad pointer in frame runtime_test.testSetPanicOnFault at 0xc000206de0: 0x1
fatal error: invalid pointer found on stack
```
darwin-amd64-race: https://build.golang.org/log/05f53140b89337ef848d51e83ffb8e19aabd27e0
linux-amd64-race (trybot): https://storage.googleapis.com/go-build-l... | NeedsInvestigation | medium | Critical |
517,953,102 | flutter | "flutter logs" do not show logs on iOS 13+ physical device | ## Steps to Reproduce
1. Attach iOS 13+ device
2. `flutter logs`
No logs are printed.
See https://github.com/flutter/flutter/issues/41133 | c: regression,platform-ios,tool,P3,team-ios,triaged-ios | low | Major |
518,000,730 | pytorch | Redo our library structure | Design goals:
* Each individual dynamic library must not be too large, or we will hit linking limits per #27215
* Our plan for addressing the above problem is to split `libtorch.so` into `libtorch_cpu.so` and `libtorch_cuda.so` libraries
* It should be obvious which `*_API` macro one should use to annotate a functio... | module: build,triaged | low | Major |
518,001,617 | react | react-refresh: Dependent functions/data don't trigger refresh | **Do you want to request a *feature* or report a *bug*?**
Both/neither?
**What is the current behavior?**
Currently, react-refresh marks each component whose `type` and/or `signature` has changed as "dirty" and will either re-render or re-mount those components selectively.
The problem occurs when the dev t... | Type: Discussion | low | Critical |
518,002,128 | rust | Warn that `*const T as *mut T` is Undefined Behavior | Casting a `*const T` to `*mut T` may lead to memory corruption since it allows mutation of shared state. Even if the `*const T` happened to be unique, it is still undefined behavior and the optimizer may break such code in interesting ways. In a nutshell, this is as bad as transmuting a `&` into `&mut`. The compiler sh... | A-lints,T-lang,C-feature-request | medium | Critical |
518,020,343 | go | cmd/go: document that go mod download -json uses exit code 1 when at least one JSON entry contains non-zero Error | [`go mod download -json`](https://golang.org/cmd/go/#hdr-Download_modules_to_local_cache) documentation says:
> [...] The -json flag causes download to print a sequence of JSON objects to standard output, describing each downloaded module (or failure), corresponding to this Go struct:
>
> ```Go
> type Module stru... | Documentation,NeedsInvestigation,GoCommand | low | Critical |
518,031,365 | flutter | Retain cache when switching Flutter channels |
## Use case
Sometimes I may need to switch from master to stable, which, in this case is unchanged, to test something out. In cases where I have no internet connection or slow or metered internet, this is either inconvenient or impossible. Further, it leaves flutter in an unusable state, since it seems that the pr... | c: new feature,tool,P3,team-tool,triaged-tool | medium | Critical |
518,036,173 | go | crypto/cipher: optimize safeXORBytes | The discussion at https://github.com/golang/go/issues/31586 includes several techniques for optimizing xor of byte slices, including using encoding/binary (with native endianness) and loop unrolling. It'd be nice to apply them to `safeXORBytes`, which is used on many non-amd64 platforms. An optimized `safeXORBytes` mig... | Suggested,Performance,help wanted,NeedsInvestigation | low | Major |
518,055,576 | kubernetes | Remove handling of legacy firewall rule names in GCE ILB code | PR https://github.com/kubernetes/kubernetes/pull/84622 adds code to rename ILB rules using the right format. There is code to handle legacy firewall rules and rename/delete them. This needs to be removed after k8s 1.19 once all firewall rules have been created with the new name.
/area platform/gce
/assign
| kind/bug,sig/network,area/platform/gce,area/provider/gcp,lifecycle/frozen | low | Major |
518,125,877 | create-react-app | Add support for webpackPrefetch | ### Is your proposal related to a problem?
I would like to use `webpackPrefetch`:
import(/* webpackPrefetch: true */ 'LoginModal');
### Additional context
https://github.com/facebook/create-react-app/issues/5925 | issue: proposal,needs triage | low | Major |
518,141,824 | TypeScript | “Type instantiation is excessively deep and possibly infinite” but only in a large codebase | <!-- 🚨 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,Fix Available,Domain: Big Unions,Rescheduled | high | Critical |
518,157,686 | pytorch | Add support for ivalue float scalars | ## 🚀 Feature
Currently ivalue only supports for double scalars, but we would like to use float scalars,
## Motivation
As our original data is in floats, so incurring conversion can cause tricky-to-debug issues and performance problems
## Pitch
Add float (32 bit) constructor to ivalue, toFloatValue() etc.... | oncall: jit,triaged | low | Critical |
518,180,353 | TypeScript | Suggestion: warn on always-false typeguards | <!-- 🚨 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 |
518,205,037 | go | encoding/xml: decoding XML with entities not supported | <!-- 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... | ExpertNeeded,help wanted,NeedsInvestigation | low | Minor |
518,215,493 | godot | An abnormal increase in scene size | **Godot version:** 3.2 alpha 3
**Issue description:** I use a blender 2.8 and a standard exporter of gltf.
At the output, the scene.glb size is 1.6 mb. But while maintaining the scene.tscn, the same scene weighs 20 mb!
**Steps to reproduce:** Open scene.glb and save scene.tscn
**Minimal reproduction project:*... | discussion,confirmed,topic:import | low | Major |
518,307,074 | rust | Tracking issue for future-incompatibility lint `array_into_iter` | ### What is this lint about?
*Method resolution* is responsible for finding a fitting method for a method call expression `receiver.name(args)`. The expression `array.into_iter()` (where `array` has an array type `[T; N]`) currently resolves to either `<&[T; N] as IntoIterator>::into_iter` (for arrays smaller than 3... | A-lints,T-compiler,C-future-incompatibility,C-tracking-issue,A-array | low | Critical |
518,403,369 | angular | Add will-change property to elements that are animated | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅... | type: bug/fix,area: animations,freq2: medium,P4 | low | Critical |
518,486,661 | TypeScript | Union properties like `0 | number` or `"" | string` should be discriminants in truthiness checks | **TypeScript Version:** 3.7.2
**Code**
```ts
type A = { readonly [0]: 0 }
type B = { [0]: number }
declare var x: A | B;
if (x[0]) x[0] = 2;
```
**Expected behavior:**
No error will be reported
**Actual behavior:**
error TS2540: Cannot assign to '[0]' because it is a read-only property.
4 if (x[0])... | Bug | low | Critical |
518,488,636 | terminal | Add an optional status bar to the bottom | As seen in the original mockups:
<img src="https://user-images.githubusercontent.com/18356694/68302817-5754de80-0068-11ea-9703-3916c28233e3.png" width=640> </img>
<!--  -->
We've apparently discussed t... | Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal | high | Critical |
518,513,487 | opencv | imgproc: missing check for odd kernel size in getGaussianKernel() | [Documentation](https://docs.opencv.org/3.4.8/d4/d86/group__imgproc__filter.html#gac05a120c1ae92a6060dd0db190a61afa) declares support for odd values.
Adding check breaks [SURF implementation](https://github.com/opencv/opencv_contrib/blame/3.4.8/modules/xfeatures2d/src/surf.cpp#L560) from opencv_contrib.
It requests... | bug,category: imgproc,RFC | low | Minor |
518,538,170 | youtube-dl | How can I download a youtube playlist with youtube-dl and make it a mp3-playlist? | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
518,559,599 | go | x/build: filter Dashboard to subsets of ports | <!-- Please answer these questions before submitting your issue. Thanks! -->
This issue is with [the Go Build Dashboard](https://build.golang.org/?page=0&branch=master#),
thus environment and go version info is irrelevant.
### What did you do?
<!--
If possible, provide a recipe for reproducing the error.
A ... | Builders,NeedsInvestigation,FeatureRequest | low | Critical |
518,618,378 | kubernetes | scheduler being topology-unaware can cause runaway pod creation | **What happened**:
With "--topology-manager-policy=single-numa-node" enabled on kubelet, creating a ReplicaSet (or other entity which automatically creates pods) resulted in hundreds of pods with a status of "Topology Affinity Error".
controller-0:~$ kubectl get pod
NAME READY STATUS ... | kind/bug,priority/backlog,sig/scheduling,sig/node,triage/accepted | medium | Critical |
518,623,357 | flutter | kernel_compiler.snapshot should be bundled the same was as front_end_server | When we generate the `frontend_server.dart.snapshot` for example, we copy over the version in `out/host_debug/gen/frontend_server.dart.snapshot`, this ensure that we produce the `application_snapshot` in the `app-jit` as its optimized.
For `kernel_compiler.snapshot` we currently copy over the version that is specifi... | customer: fuchsia,engine,P2,team-engine,triaged-engine | low | Critical |
518,643,820 | go | proposal: cmd/go: add .proxy endpoint to the module proxy spec | Users would benefit from more transparency around whether or not a specific module version is being temporarily *cached* in a proxy or whether it is being permanently *mirrored*. There are a number of reasons why a proxy may choose not to mirror something forever: licensing is one notable example.
The proposal would... | Proposal,Proposal-Hold,modules | medium | Major |
518,645,442 | flutter | [google_maps_flutter] Zoom animations are extremely fast on iOS | It would be great to be able to control the speed when animating the camera in Google Maps (just like we can control zoom, bearing and tilt). This would especially be helpful for iOS builds as the animations are much, much faster for some reason as compared to Android. | c: new feature,platform-ios,a: fidelity,p: maps,package,c: proposal,P3,team-ios,triaged-ios | medium | Major |
518,673,782 | vscode | Allow viewing and editing commands with 'args' in the keybindings editor | **Scenario**
We support creating keybindings to trigger specific types of code actions or refactorings like so:
```json
{
"key": "shift+ctrl+e",
"command": "editor.action.codeAction",
"args": {
"kind": "refactor.extract",
"preferred": true
}
}
```
#84033 added IntelliSense for creating ... | feature-request,keybindings-editor | low | Major |
518,702,377 | go | x/mobile: tests for android application fail | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 darwin/amd64
</pre>
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><pre>
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
... | help wanted,NeedsInvestigation,mobile | low | Critical |
518,741,437 | rust | async fn unmet lifetime constraints produce confusing diagnostics | ```rust
use std::future::Future;
struct Foo<'a> {
pub value: &'a str
}
fn mode_1(_b: Foo<'_>) -> impl Future<Output=()> {
async {}
}
async fn mode_2(_b: Foo<'_>) {
}
fn test<F, Fut>(_f: F )
where
Fut: Future<Output=()>,
F: FnOnce(Foo<'_>) -> Fut,
{
}
fn main() {
... | C-enhancement,A-diagnostics,A-lifetimes,T-compiler,A-async-await,A-suggestion-diagnostics,AsyncAwait-Triaged,D-confusing,D-newcomer-roadblock | low | Critical |
518,742,709 | TypeScript | Why doesn't awaiting a Promise<never> change reachability? | **TypeScript Version:** 3.7.2
**Search Terms:**
- "Promise<never>"
- `await`
- reachability analysis
- control flow analysis
- definite assignment analysis
**Code**
```ts
(async () => {
let b: string;
let a1 = await Promise.reject(); // returns Promise<never>
b = ""; // Not unreachable?
... | Bug,Domain: Control Flow | medium | Critical |
518,888,482 | go | net: mass connection spike leads to unpredictable amount of memory usage | A spike in TCP connections can lead to spike in memory usage in TCP handlers (for example http.ServeHTTP), which leads to unpredictable memory usage. The same happens for UDP servers.
Example projects, that have this behavior:
- [skipper](https://github.com/zalando/skipper) fix in [v0.11.7](https://github.com/zalan... | Performance,NeedsInvestigation | medium | Critical |
518,955,871 | flutter | Gradients with the default stops have a hard stop at the top of the gradient | From left to right
1. Gradient with no custom stops
2. Gradient with custom stops
3. Vertical gaussian blur-based gradient
The gradient without custom stops has a very visible line at the very top. This could be improved to look more like Chrome's implementation of the same.

### Steps to reproduce
1. Create computed setter in parent and pass it into scoped slot
2. Attach computed setter via scoped slot into child's v-model
3. Test
A working example is av... | discussion | medium | Minor |
519,003,173 | scrcpy | Allow to disable video streaming on Server level | It might be helpful to increase performance if the app is used as Controller only (e.g. key-to-touch mapping). Related issues: #912 #712 | feature request | low | Major |
519,012,383 | create-react-app | Open browser after devserver compilation | ### Is your proposal related to a problem?
When running `npm run start`, the browser opens almost immediately leaving a blank page for a good few seconds before the code is actually compiled.
### Describe the solution you'd like
It would be better if the browser only gets invoked after compilation has passed.
... | issue: proposal,needs triage | low | Minor |
519,035,298 | vscode | Distinguish types of calls for call hierarchy? | For the call hierarchy, @rbuckton brought up that JavaScript and TypeScript has many different ways of actually invoking a function:
- New `new Foo()`
- Tagged templates: foo\`bar\`
- Decorators `@foo`
- Property/Element access to accessors `obj.foo`
My proposal is that TS should return call hierarchy items fo... | feature-request,api,callhierarchy | low | Major |
519,037,730 | angular | renderModuleFactory does not reject when error is thrown in application | # 🐞 bug report
### Affected Package
`@angular/platform-server`
### Is this a regression?
No, I tested a v4 and v6 and the behavior is consistent
### Description
`renderModuleFactory` does not reject for errors thrown during rendering.
Examples:
* `@Component` `ngOnInit`
* Router `resolve`
* Pro... | type: bug/fix,effort2: days,freq2: medium,area: server,P2 | low | Critical |
519,047,645 | react | Hotkey for "Select an element in the page to inspect it" in Chrome extension | Reopening https://github.com/facebook/react-devtools/issues/966 as I feel it'd still be a great feature to have.
To reiterate, it'd be great to have a hotkey to trigger the "Select an element in the page to inspect it" functionality, similar to how `Ctrl` + `Shift` + `C` triggers Chrome's element inspector mode. | Type: Feature Request,Component: Developer Tools | medium | Major |
519,062,051 | go | build: arm64 machine building with 32-bit arm GOROOT_BOOTSTRAP fails | This is super low priority, but filing it because I hit it while experimenting.
ARM64 machines can run ARM code.
On an ARM64 machine I can build Go with make.bash and get ARM64 binaries, of course.
And I can run make.bash with GOARCH=arm, GOHOSTARCH=arm, CC_FOR_TARGET=arm-linux-gnueabihf-gcc, and get ARM binar... | NeedsInvestigation | low | Critical |
519,083,386 | TypeScript | Mapped type over string enum keys should have quick info showing computed enum members as keys, not identifiers/strings | <!-- 🚨 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: Quick Info | low | Critical |
519,094,221 | create-react-app | .gitignore file | When executing npx create-react-app command .gitignore file is created after node_modules download, thus slowing down git checks, could it be created first?
| issue: proposal | low | Major |
519,144,307 | TypeScript | need "libRoots" in tsconfig.json for private node-runtime type definition | <!-- 🚨 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 |
519,149,714 | react | react-test-renderer: the findByType method doesn't work with memo components | <!--
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*?**
Feature
**What is the current behavior?**
Whenever I try something like:
```
ReactTestRenderer.create(<Some... | Type: Bug,Component: Test Renderer | low | Critical |
519,223,343 | pytorch | nn.Conv(n)d constructor doesn't check for the number of kernel dimensions | ## 🐛 Bug
Convolution module constructors do not check for input argument kernel_size length, neither does forward method check for number of kernel dimensions, which makes it possible to use Conv1d as Conv2d vice versa and so on, which in turn may lead to confusion in new users.
## To Reproduce
```python
im... | module: nn,module: convolution,triaged | low | Critical |
519,279,448 | pytorch | torch.std() returns nan for single item tensors. | ## 🐛 Bug
np.std(4) returns 0 whereas torch.std(torch.tensor(4)) returns NaN. This causes numerical instabilities in certain situations.
## To Reproduce
import numpy as np
np.std(4) # returns 0
import torch
torch.std(torch.tensor(4.)) # returns NaN
## Expected behavior
It should also return 0 to b... | triaged,module: numpy,small | low | Critical |
519,293,411 | storybook | [RFC] A storyoutput addon, for storybook/html | **Is your feature request related to a problem? Please describe.**
With storybook/html, we document CSS only components.
So for each story of a component, we just need the right markup using the right CSS classes.
I don't want to duplicate in each story the markup, so I use JS by using a `render` function that takes... | feature request,addon: storysource | low | Minor |
519,306,381 | vscode | The horizontal wheel of mouse is invalid | Issue Type: <b>Bug</b>
mouse: logi m590
The horizontal wheel of mouse does not work in VS code.
VS Code version: Code 1.39.2 (6ab598523be7a800d7f3eb4d92d7ab9a66069390, 2019-10-15T15:35:18.241Z)
OS version: Windows_NT x64 10.0.18362
<!-- generated by issue reporter --> | bug,upstream,trackpad/scroll,chromium | high | Critical |
519,381,288 | rust | MSVC rustc is unnaturally slower than Linux rustc | While it's generally assumed that build systems on Windows are slower than build systems on Linux, I'm seeing a discrepancy of up to nearly 2x differences in compile times *per crate* on a Windows machine vs a Linux machine. These are personal machines I work on and they're not exactly equivalent machines, but I'm pret... | I-compiletime,T-compiler,O-windows-msvc,T-infra,C-bug | low | Critical |
519,392,443 | pytorch | [jit] Saving a `ScriptFunction` to a buffer doesn't work | ```python
@torch.jit.script
def fn(x):
return x
# Works fine
torch.jit.save(fn, io.BytesIO())
# Doesn't work
fn.save(io.BytesIO())
```
cc @suo | oncall: jit,triaged | low | Minor |
519,392,835 | TypeScript | Mixin expected argument type resolves to never when constrained to constructor of type whose property is typed via a type parameter | **TypeScript Version:** 3.8.0-dev.20191105
**Search Terms:** mixin 3.7 type
**Code**
```ts
import * as ts from "typescript";
type Constructor<T> = new (...args: any[]) => T;
export class Node<NodeType extends ts.Node = ts.Node> {
compilerNode!: NodeType;
}
// BindingNamedNode
export interface... | Needs Investigation | low | Critical |
519,394,143 | pytorch | Support out= parameters with autograd | ## 🚀 Feature
Being able to specify where the result of an op should be written to, rather than having ops allocating their own buffers.
## Motivation
I'm working with context blocks, as defined in https://arxiv.org/pdf/1511.07122.pdf
```python
class MultiConvolution(torch.nn.modules.Module):
def __init__... | feature,module: autograd,module: nn,triaged | medium | Major |
519,434,253 | rust | Can't use DoubleEndedIterator for inclusive ranges | Code:
```rust
fn main() {
let size = 10;
let h = size / 2;
let _iter = (-h..=h).step_by(size as usize).rev();
}
```
Error:
```
error[E0277]: the trait bound `std::ops::RangeInclusive<i32>: std::iter::ExactSizeIterator` is not satisfied
--> src/main.rs:4:48
|
4 | let iter = (-h..=h).ste... | C-enhancement,T-libs-api,A-iterators | low | Critical |
519,452,784 | pytorch | [feature request] torch.kthvalue to support a new argument largest | Sometimes we want the second largest element/indices. torch.topk can be used as workaround, but it would be nice if `kthvalue` directly supported a new `largest=True` argument. | triaged,module: sorting and selection | low | Minor |
519,456,427 | three.js | CameraHelper needs 2 frames to update itself | https://jsfiddle.net/et67ogua/ comment line 49 (requestAnimationFrame). the result:

the expected look is still this:
, or by swipping from the sides.
Since Android Q (10), if an user enables the Gesture Navigation, it can no longer open the Drawer menu by swipping from the edges, since that is the gestur... | c: new feature,framework,a: animation,f: material design,f: gestures,P3,team-design,triaged-design | low | Major |
519,481,219 | TypeScript | Suggestion: flip the assignment direction of generated enums to save some bits | <!-- 🚨 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 |
519,499,021 | TypeScript | Generator functions which have a return type of a union of Iterator/AsyncIterator have a yield type of never | **TypeScript Version:** 3.7.2
**Search terms:** generator iterator asynciterator type union never
**Code**
example.ts
```ts
type NumberIterator = Iterator<number> | AsyncIterator<number>;
type NumberGenerator = Generator<number> | AsyncGenerator<number>;
function *numbers(): NumberIterator {
yield... | Needs Investigation | low | Critical |
519,508,915 | flutter | NetworkImage does not throw NetworkImageLoadException in widget tests on chrome platform | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | a: tests,engine,platform-web,a: error message,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-web,triaged-web | low | Critical |
519,541,935 | rust | Should std::future::Future be marked #[fundamental] | `Fn` is marked `#[fundamental]` which makes it possible to do
```rust
trait Test {
}
impl Test for bool { }
impl<F, T> Test for F: where F: Fn() -> T { }
```
but since `std::future::Future` is not marked as `#[fundamental]` it is not possible to do the same with futures.
Marking things as `#[fundamental... | T-lang,C-feature-request,T-types | low | Minor |
519,548,015 | flutter | Fonts do not load when specifying current project as package | Currently the way that Images and Fonts handle the package parameter is inconsistent.
When using images, you can define the image like so:
assets:
- packages/demo1/images/logo.png
Then, the image will load fine with the: Image.asset("images/logo.png", package: "demo1"). This works when the image is in a s... | c: new feature,framework,a: assets,a: typography,c: proposal,P3,team-framework,triaged-framework | low | Minor |
519,570,678 | pytorch | IValue can't be constructed from one of `int`, `long`, or `long long`. | ## 🐛 Bug
IValue can't be constructed from one of `int`, `long`, or `long long`.
## To Reproduce
Attempt to compile this:
```cpp
#include <vector>
#include <torch/script.h>
void func() {
std::vector<torch::jit::IValue> inputs;
inputs.push_back((int)0);
inputs.push_back((long)0);
inputs.push... | oncall: jit,triaged | low | Critical |
519,601,058 | pytorch | NLLLoss reduce=True returning nan in float16 | ## 🐛 Bug
**Version**
torch 1.3.1
torchvision 0.4.1
**Notes**
NLLLoss reduce=True doesn't seem to work in float16.
Also, training a model with loss1 in float16 doesn't seem to decrease the loss. (The model trains fine with loss1 in float32)
Possible related to #14878
**Code to reproduce**
```
#Input
inpu... | module: nn,triaged | low | Critical |
519,623,976 | opencv | /usr/local/lib/libopencv_imgcodecs.so.3.4:undefined symbol: _ZN2cv6detail17check_failed_autoEmmRKNS0_12CheckContextE. | ##### System information (version)
- OpenCV => 3.4.7
- Operating System / Platform => Ubuntu16.04.6
- Compiler => gcc5.5
##### Detailed description
After making matcaffe (caffe with matlab) successfully, when I make mattest (a test), I met the follow problem:
Invalid MEX-file '/home/caffe/matlab/+caffe/private/... | priority: low,category: build/install,incomplete | low | Critical |
519,633,111 | flutter | CupertinoDateTime Picker not changing format when language is changed | the date format in ios 13 look like
"Wed 6 Nov"

but when we apply widgets it's different
"Wed Nov 6"
 Stick the token into cookies
2) Intercept every webview request
I wasn't able to do either of the options with the current flutter webview's functionality.
Is there a way to do that or maybe there a... | c: new feature,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
519,999,871 | storybook | Ability to use start-storybook from global install | **Is your feature request related to a problem? Please describe.**
Installing over 100MB of node_modules (over 1k packages) just for storybook to work... for **each** of the components I work on is a pain... Installing it once, globally should be enough
**Describe the solution you'd like**
I would like to be able ... | feature request,cli,performance issue | low | Critical |
520,071,738 | go | runtime: "unexpected signal during runtime execution" during bgscavenge on plan9 | ```
#!watchflakes
post <- goos == "plan9" && log ~ `unexpected signal during runtime execution` && log ~ `runtime\.bgscavenge`
```
From `plan9-386-0intro` (https://build.golang.org/log/a94f5d80b1a5d38ecdf8b02bed7bfb305f569118), a `cmd/vet` test failure that appears to have nothing to do with `cmd/vet`:
```
--- ... | help wanted,OS-Plan9,NeedsInvestigation,compiler/runtime | high | Critical |
520,151,960 | vscode | API support for Timeline view | # Goals
Add support for a unified file-based timeline view to be added to the Explorer sidebar which will track the active document (similar to the Outline view). This new view can be contributed by multiple sources, e.g. save/undo points, source control commits, test runs/failures, etc. Events from all sources will... | feature-request,api,tree-views,scm,api-proposal,timeline | high | Critical |
520,177,023 | scrcpy | Thank you! | Just discovered scrcpy today thanks to a Reddit post and what a f*$%n amazing project! Can't believe I've been stuck using Samsung's terrible SideSync for so long only for them to abruptly replace it with the less functional "Flow" app. scrcpy is so much faster, more reliable and promisingly functional. I will be a hea... | wontfix | low | Major |
520,197,836 | terminal | [Megathread] Fullscreen & Focus Mode follow-up work | Taken from https://github.com/microsoft/terminal/issues/531#issuecomment-531046569
> I'd suggest that this is broken into 3 implementation steps:
> 1. Support fullscreen mode, with always hidden tabs
> 2. Add a setting to have tabs _always_ visible in fullscreen mode
> 3. Enable "revealing" tabs on mouse hover ne... | Area-UserInterface,Product-Terminal,Issue-Scenario | medium | Critical |
520,229,348 | youtube-dl | Add support for "game" & "title" to Twitch livestreams | ## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2019.11.05**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
Having support for retrieving the game category and stream title for twitch streams woul... | request | low | Critical |
520,256,392 | vue | vue-template-compiler module types do not express the correct optional properties | ### Version
2.6.10
### Reproduction link
[https://codesandbox.io/s/vue-template-compiler-module-type-bug-wl0wn](https://codesandbox.io/s/vue-template-compiler-module-type-bug-wl0wn)
### Steps to reproduce
Issue is surfaced by CodeSandbox' typescript linter - just load the sandbox.
### What is ... | typescript | medium | Critical |
520,282,357 | TypeScript | Support ES `export <default> from` form | +++ This issue was initially created as a clone of #4813 +++
#4813 (and #34903) are only implementing the `export * as ns from` feature.
This tracks implementation of the [`export default from`](https://github.com/tc39/proposal-export-default-from) proposal. | Suggestion,Waiting for TC39 | low | Major |
520,283,297 | flutter | Asset Image should be brightness-aware | ## Use case
This [documentation](https://flutter.dev/docs/development/ui/assets-and-images) makes people assume that dark mode was already supported. While in reality the only supported variant currently is for scale (device pixel ratio).
When I add **dark** folder as a "variant" it just works for dark theme sinc... | c: new feature,framework,d: api docs,a: assets,a: images,c: proposal,P3,team-framework,triaged-framework | medium | Critical |
520,291,673 | flutter | _describeRelevantUserCode crash | ```dart
testWidgets('Does Text', (WidgetTester tester) async {
await tester.pumpWidget(const Text('tight'));
await tester.pumpWidget(const SizedBox(child: Text('loose')));
});
```
I expected three exceptions, one from each pump, plus a third saying that I hadn't caught the first exception (you're su... | c: regression,c: crash,framework,f: inspector,P2,team-framework,triaged-framework | low | Critical |
520,292,483 | rust | Optimize out nop-matches | The `?` operator is not zero cost right now, because the matches generated by it don't get optimized as well as they could.
Looking at https://play.rust-lang.org/?version=stable&mode=release&edition=2018&gist=627df52e7c476667ecf9a9831eecf829
I see
```rust
_3 = ((_1 as Ok).0: u32);
_4 = _3;
((_0 as Ok).0: u... | I-slow,C-enhancement,A-codegen,T-compiler,A-MIR,A-mir-opt,A-mir-opt-inlining,C-optimization | low | Major |
520,309,473 | flutter | Make TextField grow horizontally first and then vertically | ## Use case
I am trying to make a TextField that has the following behaviors:
1. Wraps the text content (both vertically and horizontally).
2. Prioritize growing horizontally until it occupies the maximum width possible.
3. Start growing vertically when there's no room to grow horizontally.
I have an existing ... | a: text input,c: new feature,framework,f: material design,c: proposal,P3,team-text-input,triaged-text-input | low | Critical |
520,311,716 | pytorch | "malloc(): memory corruption (fast)", action=3) at malloc.c | Training crashes after a number of iterations randomly. I don't know where it happens in my python code. When I run 'py-bt', it says 'unable to locate python frame'.
## Environment
PyTorch version: 1.3.1
Is debug build: No
CUDA used to build PyTorch: 10.1.243
OS: Ubuntu 16.04.4 LTS
GCC version: (Ubuntu 5.4.0... | needs reproduction,module: crash,triaged | low | Critical |
520,322,549 | flutter | In/out of list announcements only happen if the list extends beyond the screen. | If you create a `ListView` that only has a few items which all fit on the screen, you get no in/out of list announcements. But if the list-view then grows to have enough items to extend beyond the screen, it will announce. This can be very confusing if the list happens to grow because of some user action in the list,... | platform-android,framework,engine,a: accessibility,f: scrolling,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-android,triaged-android | low | Minor |
520,343,178 | godot | Step Over in Debug is hard to click due to inspector resizing on every step | **3.2.alpha.calinou.af4fd9de9**
Here is a video of what happens when you try to step through code while debugging. The inspector panel annoyingly resizes in between each click. This doubles the time it takes to step through the code.
Also, as you can see, if you are clicking fast the buttons move so you click ... | bug,topic:editor,usability | low | Critical |
520,345,967 | godot | Parameter 'playing' in Animated Sprite create useless diffs in git | **Godot version:**
Godot 3.2 Beta 1
**OS/device including version:**
Ubuntu 19.10
**Issue description:**
Godot save number of current frame, when playing option is set, which create useless diffs in git
Example - https://github.com/qarmin/The-worst-Godot-test-project/commit/c34af4da5f5c907135059bb834c5d17f2dca97... | bug,discussion,topic:core | low | Minor |
520,367,904 | godot | High CPU usage on HTTPClient with threads (on slow server response) | **Godot version:**
https://github.com/godotengine/godot/commit/0ab0d11c17dd58ac35335cabd032409c42a41a94
**OS/device including version:**
Tested on Windows 10 and x11(Mint)
**Issue description:**
Maybe related to https://github.com/godotengine/godot/issues/32807
Using Theads to run HTTPClient Requests in the b... | bug,confirmed,topic:network | low | Critical |
520,381,261 | create-react-app | Add environment variables to manifest.json files | ### 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..."
-->
In the application, we have several places where we put the values that are in the manifest file, like the theme color, the app name, etc. Unfortu... | issue: proposal,needs triage | high | Critical |
520,408,631 | flutter | Define global shape in MaterialTheme | ## Use case
There are many Material widgets and it's annoying to customize the themeData of every widget just to add your custom shape to all of them.
## Proposal
The ThemeData class should have a property called:
`
ShapeBorder shape
`
which all Material widgets will default to.
| c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
520,427,424 | flutter | SnackBarBehavior.floating should be the default | ## Use case
Just like on Material Components Android the floating behavior should be the default one.
There is no reason to keep the old, fixed one the default as the floating behavior fits the material design guidelines better and there also aren't any drawbacks in using the floating style.
## Proposal
Just ... | framework,f: material design,c: API break,c: proposal,P3,team-design,triaged-design | low | Minor |
520,474,830 | rust | Integrate mdbook into rustdoc | It doesn't seem to be possible to include external markdown files without using `include_file!`. By this I mean your file would have to be included in your code hierarchy and it's not possible to have it as a separate hierarchy.
This could be useful for getting-started (even though usually included in the README), d... | T-rustdoc,E-hard,C-feature-request | low | Critical |
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.