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 |
|---|---|---|---|---|---|---|
381,260,075 | go | cmd/go: should help users understand when a new GOOS or GOARCH breaks their build | We ran to an interesting issue today in the Go newbies channel on the Slack workspace, specifically around a user's build breaking in between Go v1.10.x and v1.11.x. I'm not sure if there's really a tenable solution here, but I thought it was worth starting a discussion with the Go authors.
This user upgraded from G... | NeedsDecision | low | Critical |
381,292,048 | go | testing: Benchmark reporting incorrect stats when running in parallel | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11 linux/amd64
</pre>
Applies to earlier versions as well
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summar... | NeedsInvestigation | low | Critical |
381,295,543 | godot | Viewport update mode lost when nested under ViewportContainer | **Godot version:**
3.0.6 (issue also present in 3.1 Alpha2)
**OS/device including version:**
macOS 10.13.6
**Issue description:**
When a `Viewport` is used with a `ViewportContainer`, its update mode (`render_target_update_mode` parameter) silently reverts back to "Always" whenever the project/scene is run or... | bug,topic:rendering,confirmed,topic:gui | medium | Major |
381,334,429 | three.js | skinning vertex shader possible optimization | ##### Description of the problem
https://github.com/KhronosGroup/glTF/issues/1397#issuecomment-408232715
offers an alternative implementation for the skinning vertex shader at
https://github.com/mrdoob/three.js/blob/dev/src/renderers/shaders/ShaderChunk/skinning_vertex.glsl :
```js
vec4 skinVertex ... | Suggestion | low | Major |
381,354,521 | go | cmd/vet: add compilebench to track 'go vet std' | We should update compilebench to measure the cost of cmd/vet analysis.
```
go install cmd/vet
for i in 1 2 3 4 5
do
go clean -cache
time go vet std >/dev/null 2>&1 # clean build
time go vet std >/dev/null 2>&1 # noop incremental build
done
``` | ToolSpeed,NeedsInvestigation,Analysis | low | Major |
381,362,027 | godot | Viewports do not inherit project default rendering settings | **Godot version:**
Godot 3.1 Alpha 2
**OS/device including version:**
Windows 10 64 Bit
NVIDIA GTX 960M
Driver v416.16
**Issue description:**
Viewports do not inherit project default settings, requiring the user to manually set MSAA, Shadow Atlas, etc
**Minimal reproduction project:**
[GLES3.zip](https:/... | enhancement,topic:core,topic:rendering,documentation | low | Major |
381,371,217 | TypeScript | instanceof narrowing should preserve generic types from super to child type | ## Search Terms
* instanceof generic
* narrow instanceof
## Suggestion
The following code has a rather unexpected behavior today:
```ts
class Parent<T> {
x: T;
}
class Child<S> extends Parent<S> {
y: S;
}
function example(obj: Parent<number>) {
if (obj instanceof Child) {
c... | Suggestion,In Discussion,Domain: Control Flow | medium | Critical |
381,373,636 | pytorch | Make torch.multiprocessing.SpawnContext usable | See https://github.com/pytorch/pytorch/pull/14039#issuecomment-439219408 | module: multiprocessing,feature,triaged | low | Minor |
381,377,662 | flutter | Second slow tap on the same spot brings up selection controls | As described in the title. Right now the controls only appear on long press. | a: text input,c: new feature,platform-ios,framework,P2,team-ios,triaged-ios | low | Major |
381,415,412 | TypeScript | map through enum | <!-- 🚨 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 |
381,460,672 | TypeScript | Compiler warning for always true/false strict inequality expression | ## Search Terms
type guard warning if always true false non-identity inequality
## Suggestion
The compiler should emit a warning if it can determine that an expression using a strict inequality check (`!==`) always returns true or false. It already does this for strict equality checks (`===`).
## Use Cases
... | Suggestion,In Discussion | low | Critical |
381,465,936 | javascript-algorithms | Knapsack has error |
```
var uu = [
new KnapsackItem({ value: 3, weight: 2 }),
new KnapsackItem({ value: 4, weight: 3 }),
new KnapsackItem({ value: 5, weight: 4 }),
new KnapsackItem({ value: 7, weight: 5 }),
];
var b = new Knapsack(uu, 7);
b.solveZeroOneKnapsackProblem()
``` | bug | low | Critical |
381,500,490 | rust | issue-44056.rs was incorrectly moved to compile pass and should not if hardware does not support AVX | See https://github.com/rust-lang/rust/pull/55667.
There are two problems:
* the issue-44056.rs test was incorrectly moved from run-pass (https://github.com/rust-lang/rust/issues/44056) to compile-pass: this test must be executed
* the issue-44056.rs test should not run on non-AVX hardware, and this cannot be c... | A-testsuite,T-compiler,E-help-wanted | low | Minor |
381,532,086 | rust | Cycle detected when processing existential type | [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2015&gist=c35f11c83bb2e0fdbde12749f8a4927c)
```rust
#![feature(existential_type)]
use std::rc::Rc;
existential type Foo: Fn() -> usize;
fn foo() -> Foo {
let rc = Rc::new(5);
move || { *rc.as_ref() }
}
fn assert_send<... | A-diagnostics,T-compiler,A-impl-trait,F-type_alias_impl_trait,requires-nightly | medium | Critical |
381,543,737 | create-react-app | Application crashes on IE11 and lower, Syntax error | ### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Environment
node version: 8.11.1,
npm version: 5.6.0
This problem is specific for IE11 running on Windows 10
### Steps to Reproduce
1. npx create-react-app my-app
2. cd my-app
3. npm start
4. Open application ... | issue: bug | medium | Critical |
381,543,838 | pytorch | [feature request] bincount along specified dimension(s) | ## 🚀 Feature
`torch.bincount` along specified dimension(s).
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,module: sorting and selection,function request | low | Major |
381,563,824 | youtube-dl | Safari download JSON metadata: HTTP Error 403: Forbidden | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | cant-reproduce | low | Critical |
381,686,811 | go | proposal: cmd/go: subcommands to add and remove modules from the module cache | For a number of use-cases, it would be helpful to be able to upload modules to the module cache from source code (not just zip files!) in a local directory or repository.
Some examples:
* Testing changes involving cyclic module requirements (#27542, #27899).
* Bootstrapping a server to serve the module containing ... | Proposal,NeedsInvestigation,Proposal-Hold,modules | medium | Critical |
381,697,568 | TypeScript | Provide a way to specify inheritance explicitly | **TypeScript Version:** 3.0.0-dev.201xxxxx
Its seems there's really no way currently to setup inheritance when working with complex mixins, and/or extending prototypes manually. While mixin support landed on TypeScript recently, it only addresses very simple cases. It's usefulness ends when you also want mixin that... | Suggestion,Needs Proposal | low | Minor |
381,732,389 | pytorch | [sparse] add descriptions and examples for methods at torch.sparse doc page | - There is no descriptions / examples for the methods listed at at doc page
- It will be much easier for new comers to learn how to use sparse if we improve doc a little bit
cc @aocsa @nikitaved @pearu @mruberry @IvanYashchuk | module: sparse,triaged | low | Minor |
381,740,049 | godot | Editing dependencies and accidentally linking to the same dependency, will always update the other matching dependency | **Godot version:** 3.0
**OS/device including version:** Windows 10
**Issue description:**
For my project setup I have 3D characters composed of different interchangeable parts contained in separate scenes, that I swap out to create new characters, using the edit dependencies dialog. On occasion sometimes I ... | bug,topic:core,topic:editor,confirmed,usability | low | Major |
381,748,388 | godot | Directory inconsistency when opening an editor FileDialog | Godot 3.1 alpha2
Windows 10 64 bits
When setting up a different default directory for new projects, I found the location at which the File Dialog opens is inconsistent. It doesnt remember where it was, and also gets the drive letter wrong.
In Godot 3.0.6
------------------
I open a project, I go to Editor Se... | bug,topic:editor,confirmed | low | Minor |
381,800,499 | pytorch | running caffe2 float16 tensors results in aten runtime error | ## 🐛 Bug
I am trying to create an FP16 tensor in caffe2, and I am following the method described in https://github.com/pytorch/pytorch/blob/master/caffe2/proto/caffe2.proto#L86 (set type to FLOAT16, store float16 as unsigned short in int32_data)
However, upon attempting to run the network using workspace.RunNet... | caffe2 | low | Critical |
381,822,224 | TypeScript | Type assertions using Exact, Subset, Superset | I have suffered several times with the limitations of casting like so:
```js
res.json(<Foo>{foo:'bar'});
```
the above cast/assertion will work even if the anonymous object does not have all the fields in type `Foo`.
For example, this question I had: https://stackoverflow.com/questions/53328459/prevent-compila... | Suggestion,In Discussion | low | Major |
381,834,270 | opencv | connectedcomponentswithstats Is Not Thread-Safe | ##### System information (version)
- OpenCV =>3.3.1
- Operating System / Platform => Windows 10 - 64 Bit
- Compiler => Visual Studio 2015
##### Detailed description
connectedcomponentswithstats() is not thread-safe. It hangs sometimes (maybe 5% of the times). I'm guessing that it happens in the first few thr... | category: imgproc,incomplete,needs reproducer,needs investigation | low | Critical |
381,851,737 | rust | rustdoc: "Implementations on Foreign Types" sidebar items should link to specific impls | Each of the impl sections in the "Implementations on Foreign Types" section has its own ID. Consider the [foreign impls](https://docs.rs/tokio/0.1.12/tokio/prelude/trait.Stream.html#foreign-impls) for the `Stream` trait from `tokio`. The first impl header is `#impl-Stream`, the second impl header is `#impl-Stream-1`, t... | T-rustdoc,C-bug,A-rustdoc-ui,S-needs-repro | low | Minor |
381,855,781 | material-ui | [material-ui][docs] Add examples rendering in iframes, popups, and shadow DOM | <!--- Provide a general summary of the issue in the Title above -->
Material-UI Componentss not rendering properly when those are inside <iframe>, I have used many iframe react-comps but still Material UI is not working in any of them.
<!--
Thank you very much for contributing to Material-UI by creating an issue... | docs,priority: important | medium | Critical |
381,865,163 | godot | Nodes magically moves to bottom of tree hierarchy |
**Godot version:**
0afdc5c559520204987544d30560745dbf29a390
**OS/device including version:**
Windows 10, 64-bit, GTX 960
**Issue description:**
With an instance scene and "editable children" selected, add a Particles2D node to the child of that instance scene, and place it somewhere in the hierarchy, pr... | bug,topic:core,confirmed | low | Major |
381,883,720 | rust | Support path prefix which refers to per-user DosDevices ("\??\C:\...") | `std::path::Prefix` does not support windows prefixes like `\??\C:\...`.
[See more about prefix which refers to per-user DosDevices](https://reverseengineering.stackexchange.com/questions/3798/c-question-marks-in-paths)
```rust
#![allow(unused)]
use std::path::{Component, Path, Prefix};
fn main() {
let pa... | O-windows,T-libs-api,A-io | low | Critical |
381,899,078 | TypeScript | namespace containing only 'const enum' can be used as value -> causing runtime error | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug | low | Critical |
381,905,079 | pytorch | Failed to run 'bash ../tools/build_pytorch_libs.sh --use-cuda --use-nnpack --use-mkldnn --use-qnnpack caffe2' | ## 🐛 Bug
I think [issue 13962](https://github.com/pytorch/pytorch/issues/13962) may have been closed prematurely. I just did a fresh `git clone --recursive https://github.com/pytorch/pytorch` and followed thei installation steps and still have this issue on my machine.
## To Reproduce
Steps to reproduce the b... | module: build,triaged | medium | Critical |
381,907,484 | create-react-app | Create-react-app test debug not stopping at breakpoint | I am really not sure what I am doing wrong here. I am trying to write unit tests and am using Enzyme and Jest (obviously). Here is what my package.json looks like
```
{
"name": "balena-io-test",
"version": "0.1.0",
"private": true,
"dependencies": {
....
},
"scripts": {
"start": "react-scr... | issue: bug,issue: needs investigation | low | Critical |
381,918,512 | rust | Lint: spurrious unused_parens on assignment of comparison | The following code triggers the `unused_parens` lint, but without the parens the equality operator can be (visually) confused with the assignment.
```rust
fn main()
{
let bar = "";
let _foo = (bar == "baz");
}
``` | C-enhancement,A-lints,A-diagnostics,T-compiler,L-unused_parens | low | Minor |
381,941,998 | rust | 2018 idioms: rustc-internal crates linted to be removed when they can't | Discovered in https://github.com/rust-lang/cargo/issues/6323
```rust
#![feature(extern_crate_item_prelude)]
#![feature(rustc_private)]
#![warn(rust_2018_idioms)]
extern crate syntax;
#[allow(unused_imports)]
use syntax::ast;
fn main() {}
```
yields:
```
warning: unused extern crate
--> src/mai... | A-lints,E-needs-test,A-suggestion-diagnostics,A-edition-2018 | low | Minor |
381,952,173 | vue-element-admin | complex-table loading time | complex-table is taking lot of time to load if records are more say 100000.
you can change the /mock/article.js const count = 100000 to replicate this issue.
| not vue-element-admin bug | low | Minor |
381,969,678 | godot | Option to enable key frame diamonds in Animation Editor | I love the new changes/updates in the Animation Editor. Except just one little quirk that makes it hard for me is the overlay images on keyframes
For example:

It makes it really hard/confusing to re... | enhancement,topic:editor,usability,topic:animation | low | Minor |
381,972,164 | angular | fakeAsync does not fail with pending microtasks | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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: testing,freq2: medium,P3,docsarea: testing,area: docs | low | Critical |
381,978,696 | go | cmd/go/internal/modfetch: TestCodeRepo failures due to external repo changes | ```
$ gotip version
go version devel +fe562cebf1 Sun Nov 18 16:13:13 2018 +0000 linux/amd64
```
To reproduce:
```
$ cd src/cmd/go/internal/modfetch
$ gotip test -run=TestCodeRepo
--- FAIL: TestCodeRepo (58.16s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/v2 (3.32s)
coderepo_test.go:368: info.Ver... | Testing,NeedsFix,GoCommand | medium | Critical |
381,982,989 | vscode | Indent/Outdent with tab key does not honor editor.autoIndent=false | Issue Type: <b>Bug</b>
When I have:
/*
* Comment
*/
If I select it and hit tab, I get:
/*
* Comment
*/
If instead I had hit shift-tab, I get:
/*
* Comment
*/
Same happens with `Ctrl-]` and `Ctrl-[` *(if those ar... | typescript,javascript,editor-autoindent,under-discussion,on-unit-test | medium | Critical |
381,996,313 | flutter | Support running on ChromeOS emulator (Pixelbook_beta_API_25) | I am hoping the team could consider supporting the new Chrome OS emulator ?
My app is on the Android and IOS play store and i want to get it tested for Chrome OS.
I can launch the ChromeOS emulator, but Flutter refuses to see that its running.
**My Log:**
````
flutter emulators --launch Pixelbook_beta_API_25
... | tool,platform-chromebook,P2,team-tool,triaged-tool | low | Critical |
382,012,714 | TypeScript | chained generic mixins fail | <!-- 🚨 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,In Discussion | low | Critical |
382,022,071 | rust | Enable strict HANDLE checking for all Windows Rust programs | To help protect against bugs in unsafe or third-party code, the Rust compiler should emit code to enable strict `HANDLE` checking for all Windows Rust programs. The process will receive a fatal error if it manipulates a `HANDLE` that is not valid, such as using an uninitialized `HANDLE` or calling `CloseHandle` twice.
... | A-runtime,O-windows,C-enhancement,A-security,T-libs-api | low | Critical |
382,023,878 | rust | Restrict Windows DLL search path as a precaution against DLL pre-loading attacks | Windows' standard DLL search path contains directories that can be vulnerable to DLL pre-loading attacks. An application can use the `SetDefaultDllDirectories` API to specify a default DLL search path for the process that eliminates the most vulnerable directories and limits the other directories that are searched.
... | O-windows,C-enhancement,A-security | low | Major |
382,028,521 | vscode | Git - Staging when ignoring whitespace, doesn't stage changed whitespace | Issue Type: <b>Bug</b>
1. Indent several lines of code, and save. These should appear as changes in Git.
2. Click on "Open changes".
3. Ensure whitespace changes are hidden (which is the default).
4. Select the indented lines, and stage them with "Stage selected ranges".
5. Nothing is staged. Even though whitesp... | bug,git | low | Critical |
382,031,768 | rust | Missing optimization with signed pointer offset | I am trying to elide the pointer offset of a slice indexing operation.
I tried this code:
```rust
pub fn index(table: &[u128; 4], idx: i32) -> u128 {
table[(idx as usize & 0b11_0000) >> 4]
}
```
with `RUST_BACKTRACE=full RUSTFLAGS='--emit=asm' cargo build --release`.
I expected to see this happen:
... | A-LLVM,I-slow,T-compiler | low | Major |
382,034,339 | rust | Run proc macro invocations in separate threads. | #49219 introduces `proc_macro::bridge::server::{ExecutionStrategy,SameThread,CrossThread}`.
`SameThread` had to be used because `CrossThread` was a significant performance regression.
Ideally, we'd use `CrossThread`, which spawns a thread for each invocation, to prevent (and discourage) proc macros from using TLS f... | C-enhancement,I-compiletime,A-macros,T-compiler | medium | Major |
382,045,270 | flutter | Pixel-snapping in font rendering leads to jittery font scaling animations even when using optical sizing | 
It's a very magical question and it looks like they're shaking, I think my code logic is fine.
```dart
class DataConfig {
static int dataTargetIndex = 0;
}
const List<String> _titleList = [
D... | engine,a: animation,f: material design,a: typography,has reproducible steps,P2,found in release: 1.22,found in release: 3.1,team-engine,triaged-engine | low | Critical |
382,067,150 | opencv | ‘memcpy’ was not declared in this scope (Ubuntu 16.04, opencv2.4.13) | I'm trying to install opencv2.4.13 for Ubuntu 16.04 but get a bug like this when running `make` command
```
[ 1%] Built target opencv_core_pch_dephelp
[ 1%] Built target pch_Generate_opencv_core
[ 2%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/__/dynamicuda/src/cuda/cuda_compile_gen... | bug,priority: low,category: build/install,affected: 2.4,category: gpu/cuda (contrib) | low | Critical |
382,067,403 | kubernetes | Ability to adjust number of inodes of filesystems | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I want to add a feature to adjust number of inodes (or customized mkfs options) for block PVs.
**Why is this needed**:
Sometimes, people need to store a large number of small files (typically, ima... | sig/storage,kind/feature,lifecycle/frozen | low | Major |
382,067,977 | go | cmd/compile: fuse constant comparison with division by a constant | func ssa(a uint32) uint32 {
if a / 60 > 45 {
return a
} else {
return a - 1
}
}
is compiled to
00000 (4) TEXT "".ssa(SB)
00001 (4) FUNCDATA $0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
00002 (4) FUNCDATA $1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
... | Performance,compiler/runtime | low | Minor |
382,140,392 | TypeScript | Generic derived value type | <!-- 🚨 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,Experience Enhancement,Domain: Conditional Types | low | Critical |
382,148,304 | pytorch | [Caffe2] Non-spatial batchnorm optimization | ## 🚀 Feature
To track the task | caffe2 | low | Minor |
382,175,735 | rust | Trivial dependencies on large crates pull in massive amounts of debuginfo | ```
extern crate rusoto_core;
const REGION: rusoto_core::Region = rusoto_core::Region::UsEast1;
fn main() {
println!("Hello, region {:?}", ®ION);
}
```
`rusoto_core::Region` is a very simple enum type. This doesn't run any interesting code. The resulting Linux debug-build binary is 41MB. If I replace `&RE... | A-debuginfo,C-enhancement,I-compiletime,T-compiler,I-heavy | medium | Critical |
382,204,449 | rust | Tracking issue for feature(repr128); enums with 128-bit discriminants | This issue tracks `repr128`, i.e. "enums with 128-bit discriminant" as per https://github.com/rust-lang/rfcs/pull/1504.
Originally this was tracked in https://github.com/rust-lang/rust/issues/35118.
-------------
> Nothing has changed re repr128… It is still the case that at least LLVM’s debuginfo API blocks us... | A-LLVM,B-RFC-approved,T-lang,C-tracking-issue,I-lang-nominated,S-tracking-unimplemented | medium | Critical |
382,228,153 | go | fmt: behavior of pointer-like format arguments is undocumented | Funcs and channels have one thing in common - they're all pointers underneath. This means one can use `%p` to print them, much like actual pointers.
It's documented that `%b, %d, %o, %x and %X verbs also work with pointers`, so those can also be used for both funcs and channels too.
But nowhere is it documented t... | Documentation,NeedsInvestigation | low | Critical |
382,260,566 | go | x/net/http/httproxy: Never uses proxy for localhost | `golang.org/x/net/http/httproxy` has a [hardcoded rule](https://github.com/golang/net/blob/adae6a3d119ae4890b46832a2e88a95adc62b8e7/http/httpproxy/proxy.go#L183) whereby requests to `localhost` never use a proxy.
This may be a sensible default, but there should be a way to override it. There is no intrinsic reason w... | NeedsInvestigation | medium | Critical |
382,337,658 | rust | rustdoc "expand all docs" button does not expand "hidden undocumented items" | In nightly rustdoc, trait items that aren't overridden are collapsed as "hidden undocumented items." (This is slightly inaccurate, since they may have documentation from the trait declaration.) Clicking the `[+]` ("expand all docs") link at the top of the page expands all docs except for these. This means there is no ... | T-rustdoc | low | Major |
382,351,631 | go | x/crypto/ssh: knownhosts does not handle multiple keys with same type | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.11 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go en... | NeedsInvestigation | low | Critical |
382,371,816 | go | proposal: encoding/asn1: expose parseTagAndLength | When working with ldap over the network, the reader does not know in advance the size of the request (the size of the buffer to read).
To know that the full request was read you need to parse the tag and length. This is just about what the function parseTagAndLength does. You only need to add the offset to the length.... | Proposal,Proposal-Crypto | low | Critical |
382,394,339 | pytorch | Failed to run 'bash ../tools/build_pytorch_libs.sh --use-nnpack --use-mkldnn --use-qnnpack caffe2' | ## 🐛 Bug
I've scanned through the other issues and saw similar ones, yet I saw my environment slightly differs so i decided to open a separate report. Feel free to disagree.
After trying to build pytorch inside a virtualenv, I ran into this error:
`Makefile:138: recipe for target 'all' failed`
`make: *** [al... | module: build,triaged | medium | Critical |
382,461,084 | flutter | Flutter exposes gnarly message from GitHub about RSA keys | ## Steps to Reproduce
Just ran `flutter upgrade` and got this warning message:
```
$ flutter upgrade
Upgrading Flutter from /Users/timsneath/flutter...
Warning: Permanently added the RSA host key for IP address '140.82.118.3' to the list of known hosts.
From github.com:flutter/flutter
5385132c6..921117f4d ... | tool,a: quality,P2,team-tool,triaged-tool | low | Minor |
382,486,022 | react | Warn when calling dispatch() from useEffect() cleanup function on unmounting | <!--
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*?**
bug
**What is the current behavior?**
action dispatched in return callback of `useEffect` seem to not work
... | Type: Discussion,Component: Hooks | medium | Critical |
382,524,687 | pytorch | C++ model load error | I got error when load model from a tracing typescripts model. The trace model is simple:
```python
import torch
import torchvision
from torchvision import transforms
from PIL import Image
from time import time
import numpy as np
# An instance of your model.
model = torchvision.models.resnet18(pretrained=Tr... | oncall: jit,triaged | medium | Critical |
382,534,540 | TypeScript | Props requiring casting on complex type (and defaultProps not settable) | **Search Terms:**
defaultProps React.RefForwardingComponent ExoticComponent
**Code**
```typescript
// import { cx } from "emotion";
import * as React from "react";
// import modifiers, { ModifierProps } from "../../modifiers";
interface RenderAsExoticComponent<
TOwnProps,
TDefaultComponent extends
... | Bug | low | Critical |
382,562,771 | pytorch | Caffe2->ONNX conversion issue due to spatial-bn | I have used this reference https://github.com/caffe2/caffe2/issues/703 to implement resnet model in caffe2 because of mobile export api issues in caffe2. But after applying this changes I am not been able to convert the resnet caffe2 model into onnx model due to unordered sequence of batch-normalization params(running-... | caffe2 | low | Critical |
382,589,729 | godot | Delete file - Case sensitive - | **Godot version:**

**OS/device including version:**
Win7-64
**Issue description:**
I save a "Ground.tscn" scene as "ground.tscn".
Godot alert the old file will be overwritten.
Then in FileSstem d... | bug,platform:windows,topic:editor,confirmed | low | Minor |
382,632,053 | go | net: FreeBSD build failed with net.inet.tcp.blackhole=2 | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 freebsd/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation | low | Critical |
382,645,694 | pytorch | [bug] inconsistent behavior of indexing | ## 🐛 Bug
Trying to get incorrect index of a tensor may lead to `IndexError` or `RuntimeError` which looks inconsistent to me. For example, it doesn't matches `numpy` experience.
## To Reproduce
Steps to reproduce the behavior:
```
In [197]: tensor = torch.rand(100)
In [198]: tensor[100]
------------... | triaged,module: advanced indexing | low | Critical |
382,677,360 | svelte | Await expressions | Just want to capture a thought I had the other day: it might be neat to have inline `await` expressions in templates. We already have `{#await ...}` blocks but they're overkill in some situations — you have to declare a name for the resolved value, which you might only be using once, and you might not need to worry abo... | feature request | medium | Critical |
382,690,320 | TypeScript | Compiler hangs with large JS file with --allowJs | <!-- 🚨 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: Control Flow | low | Critical |
382,704,533 | TypeScript | Suggest import nearest current file. | ## Search Terms
vs code, language service, suggestions, auto complete, import, symbol, nearest current file.
## Suggestion
In VS Code the auto complete dropdown for auto importing seems to have a random order. I think the user experience could be improved by ordering the exported symbols in the dropdown in order o... | Suggestion,Domain: Completion Lists,Experience Enhancement | low | Major |
382,740,720 | rust | Tracking issue for future-incompatibility lint `coherence_leak_check` | This is the **tracking issue** for the "universe transition". The goal of this page is describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the change should not be made. For more information on the policy around... | A-lints,A-lifetimes,T-compiler,C-future-incompatibility,C-tracking-issue,S-tracking-impl-incomplete,T-types | medium | Critical |
382,776,389 | rust | Refactorings for rustc_codegen_ssa | This is a list of things I noticed in `rustc_codegen_{utils,ssa}` which I did like to be changed.
* [x] Move https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_utils/symbol_names/index.html to `rustc_codegen_ssa`.
* [x] Remove https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_codegen_utils/lib.rs... | C-cleanup,A-codegen,T-compiler,A-cranelift,A-gcc | low | Critical |
382,861,363 | go | encoding/asn1: Unmarshalling implicitly tagged GeneralizedTime unmarshalls as UTCTime | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation | low | Critical |
382,886,258 | go | net/v2: meta bug for v2 changes | This is a meta/index bug for things we might change in a possible future `net/v2` (~ *"Go 2"*) package, including both links to other issues, or just comments with API problems/cleanups that are too little to warrant their own bugs.
(This is **not** about `net/http`, `net/mail`, `net/rpc`, `net/smtp`, `net/nextproto... | v2 | low | Critical |
382,894,481 | vscode | [snippets] Support for global or project-level variables | I originally posted in #59557, but I realized the OP was asking for a variable *defined within the snippet*.
## This request is for adding support for user-overridable variables defined *outside* of the snippet code, perhaps in:
1. A global/project-level config file
2. Environment variables
NOTE: # 2 [has a p... | feature-request,snippets | low | Major |
382,917,771 | flutter | RouteAware.didPushNext documentation is incorrect | Internal: b/292548580
"Called when a new route has been pushed, and the current route is no longer visible."
It's called before the route transition is finished; therefore, the current route is still visible, just obscured. This is an important distinction in some scenarios like one I ran into today where I wanted ... | framework,customer: mulligan (g3),d: api docs,f: routes,P2,team-framework,triaged-framework | low | Minor |
382,924,900 | opencv | dnn: PROTOBUF_USE_DLLS | I'm on Win7 x64, Visual Studio 2015, trying to build opencv v4.0.0.
Since I haven't managed to build opencv's dnn module with whatever protobuf comes with it, I've built libprotobuf (and protoc) standalone. it seems cmake automatically configures that build for shared libraries (dlls).
now, when I try to configur... | priority: low,category: build/install,category: dnn | low | Critical |
382,926,953 | vue-element-admin | 面包屑导航实现子路由之间的跳转无需新打开tagViews | // 活动管理
{
path: '/activity',
redirect: '/activity/index',
component: Layout,
children: [{
path: 'index',
component: () => import('@/views/activity/index'),
name: 'activityIndex',
meta: {
title: '活动管理',
icon: 'dashboard',
noCache: true
... | enhancement :star:,feature | low | Minor |
382,934,460 | pytorch | [Caffe2] How can I use detectron with pytorch? | Hi guys :sweat_smile: :sweat_smile: I have a question but I don't know if this is the right place to ask or not.
I am using pytorch and I wanted to use detectron and they are saying that I have to install caffe2 first and I did so but when type `from caffe2.python import core`, I see this
`WARNING:root:Th... | caffe2 | low | Critical |
383,029,416 | pytorch | Pytorch C++ API with cuda : Expected object of backend CPU but got backend CUDA for sequence element 1 in sequence argument at position #1 'tensors' | ## 🐛 Bug
Thanks for your teams' great work! But during using the C++ API of pytorch on gpu, there are some confusing bugs. When I try to load a .pt file as module and then do a forward operator, I got an exception.
## To Reproduce
Here are my code and exception, the .pt file is generated by torch.jit.trace(mode... | oncall: jit | low | Critical |
383,046,750 | flutter | Implement empty table rendering | Implement empty table rendering. Includes dividers that fill viewport. | c: new feature,framework,a: fidelity,f: cupertino,P2,team-design,triaged-design | low | Minor |
383,096,133 | go | cmd/link: shared object constructor functions are not invoked with internal linker and musl libc | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
1.11.2
<pre>
$ go version
go version go1.11.2 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor archite... | help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
383,100,914 | rust | Type mismatch reporting is slow when `gtk` crate is present | This code takes a long time (3-4 seconds) in item-bodies checking before reporting the type mismatch:
```rust
extern crate gtk;
fn bar(param: ()) {}
fn main() {
bar(true);
}
```
It compiles (or fails to compile) nearly instantly when the `extern crate` is removed or the `true` is replaced with the p... | A-type-system,C-enhancement,A-diagnostics,I-compiletime,T-compiler,T-types | low | Critical |
383,161,905 | pytorch | Provide Protobuf library if libtorch was built with included version | When building pytorch and libtorch with ``python setup.py build``, an internal version of protobuf is used. Our C++ app also uses Protobuf but finds an incompatible version with the one used by libtorch. Would it be possible to add to the install a ProtobufConfig.cmake so that we can link against the same protobuf?
cc... | module: build,module: protobuf,module: cpp,triaged | low | Minor |
383,192,291 | TypeScript | Inconsistency of mapped type and `Parameters<T>` between TS and JS | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.1.4
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** mapped type parameters js
**Code**
```ts
// TypeScript
const Fo... | Bug | low | Minor |
383,230,852 | TypeScript | Generic rest of intersection should be assignable to its type parameter constituents | ## Search Terms
generic rest intersection type parameter
## Suggestion
The rest of an intersection containing type parameters and object types should be assignable to the type parameters if the rest removed all the properties from the object types. For example:
```ts
function ripoff<T>(augmented: T & { a }... | Suggestion,In Discussion | low | Critical |
383,264,765 | flutter | Transform.rotate is super slow | I'm implementing a card swiping tinder like ui. Cards are being moved during onPanUpdate (within GestureDetector).
When applying just regular Transform.translate it is super smooth, but with when I apply also Transform.rotate it is missing a lot of frames (even on iPhone X).
This is the sample code:
```dart
clas... | engine,c: performance,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.19,found in release: 3.22 | low | Major |
383,266,747 | go | encoding/pem: fix #bytes lineBreaker.Write returns | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture a... | NeedsDecision | low | Critical |
383,402,640 | pytorch | [Caffe2] Cannot get repeated argument in custom operator in CUDA context | ## 🐛 Bug
I am trying to build own custom operator for caffe2. My operator has some arguments. Some of them are repeated (vectors of numbers). In operator constructor I get the arguments, however, when I run my operator in CPU context I am able to get all arguments, when I run in CUDA context all repeated arguments ... | caffe2 | low | Critical |
383,411,004 | rust | no_std panic=abort dev builds require `rust_eh_personality` | ```
$ cat Cargo.toml
[package]
name = "foo"
version = "0.1.0"
authors = ["Mike Hommey <mh@glandium.org>"]
[lib]
crate-type = ["cdylib"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
```
```
$ cat src/lib.rs
#![no_std]
use core::alloc::Layout;
use core::ffi::c_void;
use cor... | A-linkage,T-compiler | low | Critical |
383,484,970 | opencv | Python bindings build fails when source directory named "opencv2" |
##### System information (version)
- OpenCV => master
- Operating System / Platform => Ubuntu 18
- Compiler => default
##### Detailed description
When source directory is named `opecnv2` python bindings can not be built:
```
FAILED: <compiling> /work/opencv2/modules/python/src2/cv2.cpp
In file included ... | bug,category: python bindings,category: build/install | low | Critical |
383,509,875 | pytorch | No code example for AdaptiveLogSoftmaxWithLoss | ## 📚 Documentation
There are no code examples for `torch.nn.AdaptiveLogSoftmaxWithLoss`, and so it is not trivial how to go about using it as a layer, and how to use the methods `predict` and `log_prob`.
<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do w... | module: docs,triaged | low | Minor |
383,530,023 | pytorch | [caffe2] Fails to build with fbgemm enabled | ## 🐛 Bug
Caffe2 git master fails to build with fbgemm enabled (`USE_FBGEMM:BOOL='ON'`), giving the following error:
```
[ 45%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/elementwise_sum_dnnlowp_op_avx2.cc.o
In file included from /storage/linux/abs/caffe2-git/src/pytorch... | caffe2 | low | Critical |
383,548,729 | flutter | AndroidView is offsetted and clipped on some Xiaomi devices with a notch | When running the [webview_flutter](https://github.com/flutter/plugins/tree/master/packages/webview_flutter) example on a device with a notch, a blank bar apears on the top of the native view, below the app bar. The platform view responds to touches with a vertical offset (one must touch above the point). #19030
 in Rust 1.31 makes it possible to depend on multiple versions of the same crate. This mostly works fine, but when building docs, the docs of one version overwrite the docs of the other version.
I'm working on adding support for conve... | T-rustdoc | low | Minor |
383,619,766 | vscode | Centered editor layout: top and bottom padding | I don't like Zen mode taking full screen. I want some padding on top and bottom. Here's what I get in Vim with https://github.com/junegunn/goyo.vim:
<img width="946" alt="image" src="https://user-images.githubusercontent.com/4033249/48916946-41d7ac00-ee39-11e8-9cc9-c51a87e69653.png">
| feature-request,workbench-zen | low | Major |
383,630,617 | ant-design | Form: 为 onFieldsChange() 提供一个无 nested 版本 | - [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?
有这么一个需求:
在表单任意表单域控件的 onChange 且 newValue **通过 validator** 后, 收集到最新的数据变更
(且此时我并不知道有哪些 field)
研究了一下 API 后, 我觉得 使用 `onFieldCh... | Inactive,IssueHuntFest | low | Major |
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.