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 |
|---|---|---|---|---|---|---|
524,388,328 | bitcoin | gen-manpages output depends on build options, so needs to check them | The [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/gen-manpages.py) generates UNIX manual pages based on the `-help` output from the binairies that result from the build.
This means that the options documented vary based on the build system settings. In the manual pages that are ch... | Scripts and tools,good first issue | low | Major |
524,402,203 | godot | [Bullet] Angular limits in Generic6DOFJoint doesn't work | **Godot version:**
3.1.1
**OS/device including version:**
Win 7
**Issue description:**
Im trying to use rigid body physics for car simulation with 6DOF Joint
Angular limits in Y/Z axis enabled, but wheel still can rotate around Y/Z axis.
This parameters doesnt work for me:
angular_limit_x/softness
angular_... | bug,confirmed,topic:physics,topic:3d | low | Critical |
524,427,538 | go | testing: t.Parallel in a subtest masks races with the outer test function | The following test should reliably fail when run with `-race`, because it has multiple goroutines (via `t.Parallel()`) that all read from the (unsynchronized, changing) loop variable.
https://play.golang.org/p/nHo8MaTpS3o
```go
func TestParallelRace(t *testing.T) {
testCases := []struct {
i int
}{
{0},
... | NeedsInvestigation | low | Critical |
524,473,639 | bitcoin | Simpler settings interpretation | Settings code cleanup in #15934 uncovered some surprising ways settings are being interpreted.
Most or all of unexpected behaviors should be possible to simplify in some followup changes, and this issue tracks the followups:
| Bug | Fix | Notes
| - | - | - |
| [Ignored network-qualified arguments](https://githu... | Utils/log/libs | low | Critical |
524,481,913 | flutter | Dark Theme for google maps flutter plugin: https://pub.dev/packages/google_maps_flutter | Hi Guys,
Is there a dark theme for the google_maps_flutter package? | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
524,525,019 | go | x/tools/cmd/present: remove/hide/disable Native Client for Go 1.14 or newer | Go 1.13 is the last release that runs on Native Client (NaCl), as mentioned at https://golang.org/doc/go1.13#ports.
`present` has a flag and mode to use Native Client:
```
$ present -help
...
-nacl
use Native Client environment playground (prevents non-Go code execution) when using local WebSocket tran... | help wanted,NeedsInvestigation,Tools | low | Minor |
524,528,323 | flutter | CupertinoTabScaffold prevents Textfield from gaining focus | I want to put TextField on AppBar. When i tap on TextField keyboard just appear for a second and then it disapear without any debug or error message.
<details>
<summary>sample code</summary>
```dart
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_ico... | a: text input,platform-android,framework,f: material design,f: cupertino,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Critical |
524,530,411 | go | encoding/xml: struct tag "a>b>c" not valid on XMLName fields | <!-- 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 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | Documentation,NeedsInvestigation | low | Minor |
524,539,211 | kubernetes | Add Conformance kubectl test for cluster urls not in the form of <ip>:<port> | **What would you like to be added**:
kubectl supports a "server" argument where the value could be a base URL/IP address (<ip_addr>:443) or an URL with a path attached (<ip_addr>:443/clusterA). Our e2e tests rely on the former scheme, and we have no e2e tests testing the latter.
kubectl already has a unit test fo... | kind/feature,sig/testing,area/conformance,lifecycle/frozen | low | Major |
524,543,199 | You-Dont-Know-JS | numbersCloseEnoughToEqual function is not valid for all numbers | `numbersCloseEnoughToEqual` function is not valid for all numbers.
Try this example
```js
numbersCloseEnoughToEqual(2.02 + 1.135, 3.155); // false
```
Please see snippit in the end of this commet
https://stackoverflow.com/a/56967003
| for second edition | medium | Minor |
524,581,457 | go | runtime: large address space footprint on 32-bit linux | <!-- 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/arm
</pre>
### Summary
Running a simple golang program on linux/arm (or other 32-bit linux arch) shows ~800MB of the virtual addre... | NeedsInvestigation,compiler/runtime | low | Critical |
524,591,342 | flutter | A widget that skips / stops / prevents rebuilding it's child(ren) | ## Use case
In some specific cases it would be great to be able to decide if a specific child should rebuild or not.
E.g. I have a widget tree in which I embed another widget from a library or package. This widget itself can be composed out of a lot of different widgets that again can listen to specific events a... | c: new feature,framework,P3,team-framework,triaged-framework | low | Major |
524,603,400 | ant-design | Unable to mention a user via email - new search firing after '@' sign before domain - @gmail.com for example. | - [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/sad-cohen-p5bs3)
### Steps to reproduce
... | 🐛 Bug,Inactive | low | Minor |
524,633,656 | TypeScript | `extends ArrayBufferLike` works for own package; but causes errors for downstream users | <!-- 🚨 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... | Suggestion,Needs Proposal | low | Critical |
524,640,304 | rust | cargo doc: add option to document specific private items | ## Problem
I often find myself wanting to expose documentation for a private API that shouldn't be called directly, but is an important enough implementation detail for the advanced users of my library to benefit from reading it.
## Proposal
I want to propose a `#[doc(visible)]` attribute that is analogous to ... | T-rustdoc,C-feature-request | low | Critical |
524,667,053 | pytorch | CPU Memory Leak for JIT ScriptModule on DataParallel | ## 🐛 Bug
I am encountering CPU memory leakage issues when training my custom torchscript RNN models in a DataParallel environment. I am implementing custom RNN cells, using torchscript for speedups. These models perform great in a single-GPU environment, and torchscript gives me an ~2.0x speedup. However, when I de... | oncall: jit,triaged | low | Critical |
524,697,991 | youtube-dl | Unsupported URL: alphavoice.io | - [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2019.11.05**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker for similar site... | site-support-request | low | Critical |
524,729,338 | godot | [3.x] Typing the entire signal name breaks emit_signal autocomplete | **Godot version:**
3.2 beta 1
**OS/device including version:**
Windows 10
**Issue description:**
Typing the entire signal name wont give you the option to automatically insert quotation marks, and the autocomplete wont appear anymore unless you delete the parenthesis. This may also affect `preload()` file name... | bug,topic:editor,confirmed,usability | low | Minor |
524,746,822 | TypeScript | Suggestions for property names don't show available keys | <!-- 🚨 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,Effort: Moderate,Domain: Completion Lists | low | Critical |
524,766,914 | vue-element-admin | permission 里的next({ ...to, replace: true }) to 加上... 就会出现这个问题Uncaught (in promise) undefined | <!--
注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。
Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed.
-->
## Bug report(问题描述)
#### Steps to reproduce(问题... | enhancement :star: | low | Critical |
524,835,887 | TypeScript | Add a new helper type `Primitive` for JSON | ## Search Terms
- Primitive
- JSON
## Suggestion
When you encode an object to a JSON-string and decode the JSON-string to an object again, the object would be primitive. All of the methods defined in the object would be removed and its `prototype` would also be the primitive `Object`.
> If the target obje... | Suggestion,Awaiting More Feedback | low | Minor |
524,869,112 | rust | Borrow checker bug: `cannot return reference to temporary value` | Hi, here is an [example of very strange error](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=94a8a50f292d4414c9bf1fcabe99635b) I have stuck with:
```rust
struct Baz {
pub foo: &'static str
}
trait Foo {
fn foo() -> &'static str;
}
trait Bar {
fn bar() -> &'static [Baz]... | C-enhancement,A-diagnostics,T-compiler,D-confusing | low | Critical |
524,910,921 | TypeScript | No information for Error: Debug Failure. No error for last overload signature | **TypeScript Version:** 3.7.2
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
Debug Failure, No error for last overload signature, Typescript 3.7.2, Sonar
**Code / Error**
Code is not available - executing entity is sonar runner
As well form... | Needs Investigation,Crash | low | Critical |
524,980,817 | neovim | setqflist called from autocmd does not change current qf list | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.4.3
- `vim -u DEFAULTS` (version: 8.1, patches 1-2268) behaves the same.
- Operating system/version: Arch Linux
- Terminal name/version: termite v15
- `$TERM`: xterm-termite
### Steps to reproduce using `nvim -u N... | bug-vim | low | Critical |
525,005,718 | material-ui | [Autocomplete] support pagination on Asynchronous requests | Would be very nice to add any ability for support pagination on Asynchronous requests
Many resources have limitations on requests and we can not get all results at once
Also reading everything page by page can lead to exceed limit of requests and it will be too slow
We would likely need to extend the API:
```d... | new feature,component: autocomplete,ready to take | high | Major |
525,130,220 | flutter | [local_auth] plugin drops error in logs (but keeps working) | While using Flutter local_auth plugin I'm facing some error dropped into Run log. It isn't blocking me (all functionality is working) but bothering.
Code causing this:
```
LocalAuthentication().authenticateWithBiometrics(
stickyAuth: true);
```
Piece of my Android Manifest:
```
<application
... | platform-android,customer: crowd,p: local_auth,package,P2,team-android,triaged-android | low | Critical |
525,201,507 | godot | Preview cache is not refreshed after reimport | **Godot version:**
3.2 beta1
**Issue description:**
If you change import settings that impact texture ("Invert Color" in my case) the preview is not updated. You can see that it should work, because when you move the texture to another directory it looks correctly.

```rust
pub struct S<'t>(usize, &'t str);
impl<'t> S<'t> {
// error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
pub fn foo<'s>(&'s mut self) -> ... | C-enhancement,A-lifetimes,T-lang,A-impl-trait | low | Critical |
525,275,082 | rust | const fn in panic=abort land | It is untested what happens when const eval panics in panic=abort mode. We should add some tests and fix the implementation as per https://github.com/rust-lang/rust/pull/66507/files#r347262825 | A-testsuite,C-enhancement,E-needs-test,T-compiler,A-const-eval | low | Minor |
525,286,941 | rust | unused imports should not be fixed from `use foo;\n` to `\n` | Right now rustfix fixes unused imports by removing but instead of replacing an unused import `use foo;\n` with ``, it inserts `\n`. This gets really annoying when you have a single block of imports and it ends up looking "hole punched":
```rust
use crate::archival::libarchive::bb_archive::file_header_t;
use crate:... | C-enhancement,A-diagnostics,T-compiler,E-help-wanted,A-suggestion-diagnostics,D-papercut,D-invalid-suggestion | low | Minor |
525,305,154 | rust | rustc recommends a trait from a crate the current crate doesn't depend on | I ran into this in a crate that depends directly on `anyhow`, and depends very indirectly on `quick-error`. When trying to use the `context` method, in a case that wouldn't work with `anyhow` because the error type didn't implement Error, rustc said:
```
help: the following trait is implemented but not in scope, pe... | A-diagnostics,T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,S-has-mcve | low | Critical |
525,313,238 | flutter | [web] Scrolling error in a11y mode in Desktop | Scrolling only works for going down on a list of contents. It does not work for going up.
Tested on: Safari, MacOS, VoiceOver | framework,a: accessibility,f: scrolling,platform-web,P2,team-web,triaged-web | low | Critical |
525,332,679 | flutter | [web] Toggle error in a11y mode in Desktop Browser | Toggle widget is announcing the value wrong for a11y. For example for toggle on the value is announced as toggle off.
Tested on: Safari, MacOS, VoiceOver | framework,a: accessibility,platform-web,a: desktop,P2,team-framework,triaged-framework | low | Critical |
525,334,139 | flutter | [web] Live area error in a11y mode in Desktop | Live areas (such as a toast, dialog) does not receive the a11y focus. The information in those fields will be either impossible (if the toast disappears) or very hard for the assistive technology user to understand.
Tested on: Safari, MacOS, VoiceOver | framework,f: material design,a: accessibility,platform-web,a: desktop,P2,team-design,triaged-design | low | Critical |
525,335,688 | flutter | [web] a11y support for tables | There are many a11y features for [tables](https://dequeuniversity.com/screenreaders/voiceover-keyboard-shortcuts#vo-mac-tables) which includes:
- Read column header
- Read row
- Read column
- Move up or down in a column
- Move across a row
We should add support for these use cases in Flutter for Web.
https://api.fl... | framework,f: material design,a: accessibility,P2,customer: castaway,team-design,triaged-design | low | Minor |
525,349,970 | flutter | CupertinoTimerPicker's width should not be fixed | Thank @nikitadol for pointing out that the native timer picker does not have a fixed width, e.g., when used as the `inputView`, the separators can be as wide as the screen:
`textField.inputView = UIDatePicker()`
,
[](const Node* node) -> Operation {
return [](Stack& stack) {
... | oncall: jit,triaged | low | Critical |
525,387,244 | svelte | Updating a keyed {#each} triggers lifecycles in reverse order | **Describe the bug**
Updating a key list causes onDestroy/onMount lifecycles in reverse order
**Logs**
```
mount {item: "item 1"}
mount {item: "item 2"}
mount {item: "item 3"}
mount {item: "item 4"}
mount {item: "item 5"}
mount {item: "item 1"}
mount {item: "item 2"}
mount {item: "item 3"}
mount {item: "i... | stale-bot,temp-stale,documentation | low | Critical |
525,473,660 | flutter | Can't inherit a Theme and change the Text Color for a subtree at the same time | I can't find a easy way to use my current `Theme` on a subtree text, but also be able to change that text color.
For example, lets suppose I have this widget tree:
```dart
Column(
children: <Widget>[
Text(
'Text 1',
style: Theme.of(context).textTheme.title,
),
SizedBox(height: ... | framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Minor |
525,667,902 | pytorch | I have reconstructed LSTM model and tested by mnist data but the loss is not changed (loss=2.3) | `import torch
from torch import nn
from torch.autograd import Variable
import torchvision.datasets as dsets
import torch.utils.data as Data
import torchvision.transforms as transforms
from torch.nn import Parameter
from torch import Tensor
import math
from torch.nn import init
torch.manual_seed(1)`
... | module: rnn,triaged | low | Major |
525,756,079 | vscode | LCD: greyscale rendering in editor hover | I tested this on Linux:

I am not sure if a fix is possible, but wanted to report it anyway.
| feature-request,editor-hover,lcd-text-rendering | low | Minor |
525,763,743 | go | runtime: timeout with GDB tests on aix/ppc64 | https://build.golang.org/log/98c7edecebf8de8d333d58a2286729cd6d821cef
https://build.golang.org/log/66fbb96c7aee8d5b6f191319ed3d8748f238255f
https://build.golang.org/log/8fba4a8ce0f6fb1cd3170013f51ff2fdbc35d269
Our GDB on AIX is a bit unstable and it doesn't seem to like the new page allocator for an unknown reason... | NeedsInvestigation,compiler/runtime | low | Major |
525,802,505 | terminal | Allow for custom profiles when running as admin vs user | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-Settings,Product-Terminal | medium | Critical |
525,809,207 | pytorch | Transform caffe2 to trt failed | ## 🐛 Bug
I called transform_caffe2_net(pred_net,
{input_name: input_blob_dims},
max_batch_size=1, debug_builder=False,
build_serializable_op=False)
to transform caffe2 model to trt... | caffe2,caffe2-op,triaged | low | Critical |
525,885,567 | godot | Changing radius of RigidBody2D's shape ignores Area2D gravity | **Godot version:**
v3.2.beta1.official
**OS/device including version:**
Ubuntu 18.04.3 LTS
**Issue description:**
When changing the radius of a `RigidBody2D`'s `CircleShape2D`, an `Area2D`'s gravity is ignored.

(Apologies for low frame rate recording)
The yellow circle... | bug,confirmed,documentation,topic:physics | low | Minor |
525,918,963 | godot | Unsigned integer underflow in image_loader_png.cpp | **Godot version:**
Godot 3.2 Beta 1
**OS/device including version:**
Ubuntu 19.10
**Issue description:**
Ubsan error
```
drivers/png/image_loader_png.cpp:67:51: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'size_t' (aka 'unsigned long') changed the value to 184467440737... | bug,topic:core,confirmed | low | Critical |
525,949,778 | pytorch | Support struct that is initializable / mutable in CPP | ## 🚀 Feature
```@torch.jit.script
class InferenceConfig(object)
def __init__(self):
self.inference_threshold = 0.3
self.inference_mode = 'unimodal'
self.should_associate = True
....
```
initialize in CPP (where it is the call site of the model) and pass into the model ... | oncall: jit,triaged | low | Minor |
525,952,547 | TypeScript | getTypeAtLocation fails for import specifiers that resolve to a type alias | Baseline test:
```ts
// @Filename: /a.ts
class A {}
export type B = A;
// @Filename: /b.ts
import { B as C } from './a';
```
Types baseline:
```
=== /a.ts ===
class A {}
>A : A
export type B = A;
>B : A
=== /b.ts ===
import { B as C } from './a';
>B : any
>C : any
```
Note that during ... | Bug,API | low | Critical |
525,954,114 | pytorch | [docs] Newline / whitespace / comma missing in formula for PoissonNLLLoss | 
| module: docs,triaged | low | Minor |
525,989,314 | go | cmd/go: generating C header files for transitive dependencies is awkward | As discovered in [CL 208117](https://golang.org/cl/208117) (#30316), `cmd/go` (as of Go 1.14) lacks a good way to generate C header files for Go libraries in order to use them from C.
`go install -buildmode=c-archive` and `go install -buildmode=c-shared` will, as a side-effect, generate header files for the requeste... | NeedsInvestigation,GoCommand | low | Major |
526,000,901 | three.js | NodeMaterial documentation | I'd be willing to write documentation for node-based materials in three.js, but need to get a couple questions answered before I feel comfortable doing so.
1. Is `StandardNodeMaterial` the material that should be documented, and not `MeshStandardNodeMateral`? I believe that's true, based on https://github.com/mrdoob... | Documentation | medium | Major |
526,044,463 | godot | Division by zero in rasterizer_canvas_gles3.cpp | **Godot version:**
3.2 beta 1
**OS/device including version:**
Ubuntu 19.10
**Issue description:**
```
drivers/gles3/rasterizer_canvas_gles3.cpp:998:52: runtime error: division by zero
drivers/gles3/rasterizer_canvas_gles3.cpp:998:30: runtime error: division by zero
drivers/gles3/rasterizer_canvas_gles3.cpp:8... | bug,topic:core | low | Critical |
526,079,018 | flutter | Make thread_checker print out thread names on assertion | Issue https://github.com/flutter/engine/pull/13943 implements this for Apple platforms. We should expand it to support Fuschsia and Windows. Chinmay has notes in the PR conversation about how one might do that. | engine,platform-fuchsia,platform-windows,P2,team-engine,triaged-engine | low | Minor |
526,086,664 | go | x/tools: fix staticcheck warnings | `gopls` enabled running diagnostics on an entire workspace, which surfaced > 200 staticcheck warnings in x/tools. We are disabling this behavior in `gopls` since it caused a real slowdown, but we should still fix all of the staticcheck warnings that we saw. | NeedsFix,Tools | low | Major |
526,162,606 | godot | Implicit conversion between int types which result changing value | **Godot version:**
3.2 beta 1
**OS/device including version:**
Ubuntu 19.10
**Issue description:**
This should be easy to fix
```
core/class_db.cpp:440:29: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'uint64_t' (aka 'unsigned long') changed the value to 1844674... | bug,topic:core | low | Critical |
526,194,760 | svelte | Reorderable List example | I'd like to contribute this example. It does not work on mobile which would require DOM Touch support but I think it's still very useful.
https://svelte.dev/repl/e5d53d675f444311a908121494f51aa6?version=3.15.0 | stale-bot,temp-stale,documentation | low | Minor |
526,203,526 | rust | error: could not evaluate constant pattern | In the Firefox style system we have this [enum type](https://searchfox.org/mozilla-central/rev/652014ca1183c56bc5f04daf01af180d4e50a91c/servo/components/style/values/generics/grid.rs#738-753) and in the impl I'm adding a const, like so:
` pub const INITIAL_VALUE: Self = Self::None;
`
That compiles fine. Then I'd ... | A-associated-items,T-compiler,C-bug,A-const-eval | low | Critical |
526,214,984 | go | x/tools/gopls: improve support for authoring cgo packages | Forked from #31561. This issue is not for users of cgo packages; that issue is #35720.
**Beta instructions:** https://github.com/golang/go/issues/35721#issuecomment-631669061 contains instructions on how to build a version of Go and gopls that should work well for authoring cgo packages.
Files that import "C" are... | FeatureRequest,gopls,Tools | high | Critical |
526,218,367 | pytorch | [quantization][graph mode] SubgraphRewriter discards SourceRanges | Example from test_insert_prepack_unpack: https://github.com/pytorch/pytorch/blob/ae6af8d55faa6efa6018d20fec3a4909acd36a4e/test/test_jit.py#L1194
The diff of the module's forward before and after is:
```
graph(%self : ClassType<L>,
%x.1 : Tensor):
%15 : Function = prim::Constant[name="linear"]()
... | oncall: jit,triaged | low | Critical |
526,234,264 | rust | Tone down encouragement to make everything Copy | The docs for `std::marker::Copy` currently say
> When should my type be Copy?
> Generally speaking, if your type can implement Copy, it should. [...]
This piece of advice seems counter-productive to me in it's current, absolute form. It encourages a newcomer to Rust to expect the opposite of what he will experie... | C-enhancement,T-libs-api,A-docs | low | Major |
526,261,064 | flutter | [path_provider] Add support for web | We should add web support for `path_provider` | c: new feature,platform-web,p: path_provider,package,P3,team-web,triaged-web | high | Critical |
526,269,861 | TypeScript | Avoid mentioning source types of object literals in error messages | Whenever a type that originates from an object literal is encountered, we should avoid writing out the whole type. It's rarely useful, and can get painful in a lot of contexts (think React Native styles objects).
```diff
- Type '{ goobledeyGock: string, tickTock: number, wakkaFlocka: { stuff: string } }' is not ass... | Domain: Error Messages,Experience Enhancement | low | Critical |
526,278,265 | TypeScript | Avoid printing out expected/actual types in JSX attributes unless a spread is provided | [Playground link](http://www.typescriptlang.org/play/index.html?jsx=2&ssl=23&ssc=14&pln=23&pc=22#code/JYWwDg9gTgLgBAJQKYEMDGMA0cDecASAKgLIAyAgjDFMAEYCuMSAztsujAHIQAmS2AXzgAzKBBBwA5FFQZJAbgCwAKBUqYATzBI4AUXrAAkmggA7OAF5EsmADoACvRkBhcZFNJTMJauUAeACEUHgBzHU1tCwAiAGJheKiAPhU4OGZ6MBU-AHog0KRk32F6UwxgMzg8sIAKMDEwZgAuSuCw+3rm... | Help Wanted,Effort: Moderate,Domain: Error Messages,Experience Enhancement | low | Minor |
526,289,722 | vscode | Web: Mobile Safari support | This is a meta issue for our Safari (on iOS/iPadOS) support ([issue list](https://github.com/microsoft/vscode/issues?utf8=✓&q=is%3Aopen+is%3Aissue+label%3Asafari+label%3Aios+)) and this can be used to track the limitations and gaps we see today on mobile / touch screens.
**_updated Oct 2020._**
To enable users to... | feature-request,web,ios-ipados,github-codespaces,ghcs-in-progress | medium | Critical |
526,293,146 | godot | GraphNode does not organize children properly when child node is hidden | **Godot version:**
3.1.1 stable
**OS/device including version:**
arch linux
**Issue description:**
The `GraphNode` type of node doesn't become smaller after a child of its is hidden
**Steps to reproduce:**
1. Create a graphnode
2. Add as many label nodes that say "test" as needed to make the graph node expand d... | bug,discussion,topic:gui | low | Minor |
526,323,640 | go | x/net/http2: error message is unclear when connecting to an http 1.x server | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
1.13
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
### What did ... | NeedsInvestigation | low | Critical |
526,350,274 | go | net: IPNet JSON marshal/unmarshal inconsistency | <!-- 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 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | NeedsInvestigation | low | Critical |
526,374,463 | go | x/sys/windows/registry: error reading/writing Windows Defender Registry | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go 1.13.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | OS-Windows,NeedsInvestigation | low | Critical |
526,405,079 | youtube-dl | the JSON object must be str, not 'bytes' - atresplayer error | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | geo-restricted | low | Critical |
526,428,247 | pytorch | c10:Error: could not unlink the shared memory file | ## 🐛 Bug
Torch fails while trying to `shm_unlink()`. Stack trace below. Is there a way to get the `shm_unlink` *errno*?
## To Reproduce
I am using shared memory for dataloading (via torch's dataloader) and Queues from torch.multiprocessing for async summary writing. This error randomly happens at some point d... | module: multiprocessing,module: dataloader,triaged,better-engineering | low | Critical |
526,428,497 | ant-design | Layout.Sider has no ability to set breakpoint from custom string | - [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?
If I want to make custom onBreakpoint event with size, which not included in default breakpoints {
xs: '480px',
sm: '576px'... | Inactive | low | Minor |
526,447,991 | pytorch | Wrong substitution of aten::to | ## 🐛 Bug
The bug takes place when TorchScript scripting is used from eager Python code. ATen::to in resulting TorchScript code has one extra parameter `None`. Then `C++` cannot deal with it
## To Reproduce
This comes from an article on discuss:
https://discuss.pytorch.org/t/jit-mobile-wrong-substitution-of-a... | oncall: jit,triaged,oncall: mobile | low | Critical |
526,451,598 | opencv | Documentation for cmake-gui build flags | Not a bug per se, but may as well be, given the amount of confusion resulting:
No one person seems to know, much less understand, the bewildering proliferation of options afforded by cmake/cmake-gui. Especially advanced options.
One of the single greatest benefits to users of OpenCV could be the ability to build O... | category: documentation | low | Critical |
526,462,487 | neovim | Neovim allows setting invalid `language` without encoding | I noticed an annoying behavior pasting german text from nvim to other apps. All umlauts appear to become two characters. At first I expected my terminal or terminal emulator to be at fault, but by chance I opened regular vim and noticed it behaves as expected.
- `nvim --version`:
```
NVIM v0.4.3
Build type: Rele... | bug,platform:macos,localization,encoding,complexity:low,has:plan | low | Major |
526,472,304 | three.js | CompressedTextures: Add support for serialization/deserialization. | ##### Description of the problem
When calling `toJson()` on an object that contains a CompressedTexture, an error gets thrown:
```
Uncaught TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoEl... | Enhancement | low | Critical |
526,515,810 | vscode | Debugging should handle identical sources in sourceReference better | I'm trying to improve the debugging experience for Flutter when using Hot Reload. There are a few places where the behaviour is currently confusing:
1. The user modifies a file in the editor and then hits a breakpoint - the file contents on screen do not match what the VM is running
2. The user modifies a file *and... | bug,debug | low | Critical |
526,516,146 | flutter | Add TextOverflow "ellipsisStart" , "ellipsisMiddle" and "ellipsisEnd" | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,framework,a: typography,customer: crowd,customer: google,c: proposal,P1,team-framework,triaged-framework,:hourglass_flowing_sand: | medium | Critical |
526,548,093 | node | fs.copyFile does not actually do a full copy | <!--
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... | fs,libuv,macos | low | Critical |
526,642,214 | go | os: TestReadWriteDeadlineRace failure on linux-amd64-clang builder | There was a single failure of `TestReadWriteDeadlineRace` on the `linux-amd64-clang` builder at head:
```
--- FAIL: TestReadWriteDeadlineRace (0.00s)
timeout_test.go:498: Read returned non-timeout error read |0: not pollable
FAIL
FAIL os 0.638s
```
I've only seen this failure once, but recording it here in... | NeedsInvestigation | low | Critical |
526,649,262 | go | runtime: TestGdbPythonCgo failure with "malformed backtrace" on linux-amd64 builder | [2019-11-20T20:51:13-9852b4b/linux-amd64](https://build.golang.org/log/70a9e79d71a3e02eba2458eff1169eaea6975305)
```
--- FAIL: TestGdbPythonCgo (1.88s)
runtime-gdb_test.go:69: gdb version 7.12
runtime-gdb_test.go:236: gdb output: Loading Go Runtime support.
Loading Go Runtime support.
Br... | NeedsInvestigation,compiler/runtime | low | Critical |
526,716,697 | godot | RID Objects are always "Invalid RID" | **Godot version:**
Beta 1
**OS/device including version:**
Windows 10 1903
**Issue description:**
No matter which function i use, the RID object always gives `Invalid RID`.
**Steps to reproduce:**
Try any of these:
`var ps_rid = get_viewport().get_world().get_space() # ps_rid is Invalid RID`
`var vs_rid = get_... | enhancement,topic:editor,confirmed,usability | low | Major |
526,736,595 | go | os: ExpandEnv: Missing curly bracket at end of string substitutes var name whether or not env var is set | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.12.9 linux/amd64
</pre>
and
<pre>
Go Playground (1.13.4)
</pre>
### Does this issue reproduce with the latest release?
Yes. (Go Playground)
### Wh... | Documentation,help wanted,NeedsFix | low | Critical |
526,772,247 | terminal | Add support for `tmux` Control Mode | From discussion in #532, #1000:
> If we're looking at tmux for things like splits, why not implement [Tmux Control Mode](https://medium.com/@gveloper/using-iterm2s-built-in-integration-with-tmux-d5d0ef55ec30) like iTerm on MacOS. I switch back and forth between my Macs (with iTerm2) and my Surface Laptop with WSL bu... | Issue-Feature,Help Wanted,Area-Interop,Area-UserInterface,Area-Extensibility,Product-Terminal | high | Critical |
526,787,820 | go | x/build/cmd/gopherbot: make decision on whether anyone can add/remove release-blocker without specifying reason | gopherbot removed the release-blocker label in https://github.com/golang/go/issues/35482#event-2820741690.
Need to investigate and understand why it happened. | Builders,NeedsDecision | low | Major |
526,793,098 | pytorch | CUDA masked_select uses way too much memory | ```py
In [1]: x = torch.randn(20000, 20000,device='cuda')
In [2]: torch.cuda.max_memory_allocated()
Out[2]: 1600126976
In [3]: m = ~torch.eye(20000, dtype=torch.bool, device='cuda')
In [4]: torch.cuda.max_memory_allocated()
Out[4]: 2401239040
In [5]: x[m]
Out[5]:
tensor([ 0.6415, 0.2951, -0.7630, ...... | module: performance,module: cuda,triaged | low | Major |
526,803,319 | react | SuspenseList revealOrder="forwards" has issues when Suspense is nested in another element | **Do you want to request a *feature* or report a *bug*?**
SuspenseList is currently experimental, so it's neither. But I think that this should be fixed before it's stable.
**What is the current behavior?**
. I'm happy to write a CL for this.
cc @grittygrease @wbl | Proposal,Proposal-Hold,Proposal-Crypto | low | Minor |
526,820,322 | rust | Disambiguate between `()` as type and as value in const generic arguments | ```rust
#![feature(const_generics)]
trait Trait<const U: ()> {}
impl Trait<()> for () {} // error (expected const argument, found type argument)
```
I wonder if we can resolve the unit value correctly here (though maybe it'll require a small hack), because this is quite unfortunate.
<!-- TRIAGEBOT_START -->
... | T-compiler,A-const-generics | medium | Critical |
526,833,783 | flutter | [web] Reduce expensive CSS matchers | Some examples include:
* `flt-scene p`
* `flt-ruler-host p`
* `flt-glass-pane *` | engine,c: performance,platform-web,P3,team-web,triaged-web | low | Minor |
526,849,718 | svelte | Keyed each does not preserve element (re-create) when reordered | **Describe the bug**
I try to render a list of input element using keyed each block so that when enter key is pressed when an input is focused it will be swapped with the next input element. Likewise when shift+enter is pressed it will be swapped with the previous input element. Forward swapping works as expected an... | feature request,temp-stale | medium | Critical |
526,855,660 | pytorch | pairwise_dist eps argument is confusing | The doc says that `eps` helps preventing division by zero (without mentioning how). The actual implementation is
https://github.com/pytorch/pytorch/blob/0fdbb762d1a9e6b9c262760b6b67bcb3d0814407/aten/src/ATen/native/Distance.cpp#L15-L17
However, `norm(zero_vector)` is perfectly stable and gives correct subgradient... | module: numerical-stability,module: bc-breaking,module: docs,triaged | low | Minor |
526,909,562 | flutter | Generated files are created for platforms that are not configured | ## Steps to Reproduce
1. On Linux machine, remove the `ios` and `android` directory to remove support for those platforms
1. `flutter run` a desktop app
ios and android directories are recreated with flutter_export_environment.sh, Generated.xcconfig, GeneratedPluginRegistrant.java, and local.properties. | tool,P2,team-tool,triaged-tool | low | Minor |
526,958,926 | godot | Can't animate a Shape2D using "Add Track" button | **Godot version:**
Godot 3.1.1 Mono Stable
**OS/device including version:**
Windows 8.1
**Issue description:**
Using the "Add Track" button, a CollisionShape2D's `shape` property can be animated, but there is no way to animate `shape:extents:x` or `shape:radius` without manually typing the property name ... | discussion,topic:editor,usability | low | Major |
526,965,624 | godot | Incorrect scene thumbnail when saving from script editor | **Godot version:**
3.1.1
**OS/device including version:**
Windows 10 x64
**Issue description:**
When saving scenes from the script editor using Ctrl+S, the thumbnail used to preview the scene in the file browser uses the last thing the editor viewport saw, even if it was from a different scene. With multiple... | bug,topic:editor,confirmed | low | Major |
526,981,671 | pytorch | [feature request] A way to restore/assign tensor _version | I'm doing some manual inplace tensor manipulation in custom autograd functions. I have to work with `.data` directly because otherwise version tracking errors out. It would be nice to allow save/restore tensor versions when it's needed. Currently `tensor._version` is not writable. (related https://github.com/pytorch/py... | feature,module: autograd,triaged | low | Critical |
527,033,623 | godot | ResourceLoader.LoadInteractive() returns null on cache hit | **Godot version:**
v3.2.beta1.mono.official
**OS/device including version:**
Ubuntu 18.04.3 LTS
**Issue description:**
The first call to `ResourceLoader.LoadInteractive("res://somescene.tscn")` works as expected. Future calls return `null` and throw some error, instead of returning the cached version (`Resour... | bug,topic:core,confirmed | 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.