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 |
|---|---|---|---|---|---|---|
455,965,511 | vue | Add context to warn message when adding reactive properties to an instance at runtime | ### What problem does this feature solve?
The ` [Vue warn]: Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option.` message doesn't provide any insight about the component being affected or the property being set. Having those in place would make the d... | improvement,warnings | low | Major |
455,983,908 | rust | Projecting to an associated constant fails but with wrong reason | When you have:
```rust
trait Tr {
const C: usize = 0;
fn fun(x: [u8; Self::C]) -> [u8; 0] { x }
}
```
you get the usual problem:
```
error[E0599]: no associated item named `C` found for type `Self` in the current scope
--> src/lib.rs:3:26
|
3 | fn fun(x: [u8; Self::C]) -> [u8; 0] { x }
... | A-type-system,E-needs-test,A-associated-items,T-compiler,C-bug,A-lazy-normalization,T-types | low | Critical |
455,988,429 | pytorch | [FR] faster reduce sum on expanded/unfolded tensors | `bmm`, `tensordot`, and `einsum` all do some sort of `reshape` followed by one or more `mm`s. This makes doing reduction over arbitrary dimensions of large expanded/unfolded tensors slow, as the `reshape`s copy the data.
In a real research project, we have a case where one wants to do `'bshk,bhksc->bhsc'`, where th... | module: performance,triaged,module: linear algebra,function request | low | Major |
456,012,473 | flutter | google_maps_flutter InfoWindow snippet of Marker | <!-- 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... | p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Critical |
456,012,589 | pytorch | Missing header files for prebuilt libtorch | ## 🐛 Bug
Caffe headers are missing in both the latest stable release and nightly
https://download.pytorch.org/libtorch/cu100/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/nightly/cu100/libtorch-shared-with-deps-latest.zip
## To Reproduce
Steps to reproduce the behavior:
Go in... | caffe2 | low | Critical |
456,024,064 | nvm | nvm on nixos and bash hashing | Bug/something when install node version on NixOS
NVM seemed to install fine on NixOS but when:
- Operating system and version: nixos
```
[root@ip-172-31-18-139:~]# cat /etc/os-release
NAME=NixOS
ID=nixos
VERSION="19.03.172286.8ea36d73256 (Koi)"
VERSION_CODENAME=koi
VERSION_ID="19.03.172286.8ea36d73256"
PR... | installing node,needs followup | medium | Critical |
456,038,745 | TypeScript | Empty function suggestion returned in completionInfo result | <!-- 🚨 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 |
456,038,842 | go | x/playground: if Imports is checked, run 'go mod tidy' when the Format button is pressed | [CL 177421](https://golang.org/cl/177421) added formatting for `go.mod` files in the Playground.
However, that isn't really enough to result in a reproducible build: as noted in https://github.com/golang/go/issues/31944#issuecomment-501527897, unresolved dependencies are re-resolved whenever the cache is invalidated... | help wanted,NeedsInvestigation,FeatureRequest,modules | low | Minor |
456,061,204 | flutter | Change Column & Row widgets to align specific children with CrossAxisAlignment/MainAxisAlignment | ## Use case
Generally, I find myself using Column and Row a lot, and jumping through a lot of hoops that don't really help the cohesion of my app (hard coding padding that could break with different screen sizes) to align Widgets within Column/Row's children parameter differently than is specified in crossAxisAlignm... | c: new feature,framework,c: API break,P3,team-framework,triaged-framework | low | Minor |
456,068,411 | flutter | [google_maps_flutter] animateCamera doesn't work correctly inside onMapCreated on iOS | The animateCamera doesn't work on iOS simulator at first but it works if we trigger something like rotating or pinch zoom etc on simulator. the moveCamera function works correctly. | platform-ios,p: maps,package,has reproducible steps,P2,found in release: 1.22,found in release: 2.0,found in release: 2.2,team-ios,triaged-ios | low | Critical |
456,105,579 | flutter | There does not appear to be a way to use an IDE to run an Android app that includes Flutter and uses a local engine. | There does not appear to be a way to use an IDE to run an Android app that includes Flutter and uses a local engine. | c: new feature,team,platform-android,tool,P3,team-android,triaged-android | low | Minor |
456,133,888 | rust | `use Trait::{};` acts as `use Trait;` | ```rust
mod m {
pub trait Tr {
fn method(&self) {}
}
impl<T> Tr for T {}
}
use m::Tr::{};
fn main() {
// Expected behavior: error, `Tr` is not in scope.
// Actual behavior: not an error.
0u8.method();
}
```
The regression was introduced in https://github.com/rus... | A-resolve,P-medium,T-compiler,regression-from-stable-to-stable,C-bug | low | Critical |
456,161,652 | pytorch | typo and missing return statements | ## 🐛 Bug
1. On the current master (556af7c19), building causes a lot of unnecessary spam from `ThrowInTheTowelIfGradientIsCalled` and `GradientNotImplementedYet`.
2. A lambda in the ideep third party module is missing a trailing `;`. This appears to be corrected in the upstream version of ideep.
3. A return state... | module: build,triaged,module: third_party | low | Critical |
456,166,883 | godot | [Mono] Signals do not work with params keyword | **Godot version:**
3.1.1
**OS/device including version:**
Windows 10
**Issue description:**
Signals do not work with params keyword
**Steps to reproduce:**
```
this.Connect("text_changed", this, "Log");
...
public void Log(params string[] value) { }
```
`Log()` is called with an empty array (def... | enhancement,topic:dotnet | low | Minor |
456,183,339 | vue-element-admin | 控制台一直报错 |
## Bug report(问题描述)
点击左侧sidebar空白地方的时候会报错
#### Steps to reproduce(问题复现步骤)
进入系统首页 点击sidebar不是菜单的地方,会报错
#### Screenshot or Gif(截图或动态图)

#### Other relevant information(格外信息)
- Your OS: ma... | need repro :mag_right: | low | Critical |
456,203,303 | go | os: don't waste extra threads for opening files | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.6 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture ... | NeedsInvestigation | low | Critical |
456,249,556 | kubernetes | Add serialization fixtures for kube-aggregator (APIService type) | Follow up from #78309
Add compatibility testing for the kube-aggregator API (APIService type)
Some special-case fuzzing will be required for the rawextension fields
/sig api-machinery
/priority important-soon
/assign | priority/important-soon,sig/api-machinery,kind/feature,lifecycle/frozen | low | Minor |
456,250,130 | kubernetes | Add serialization fixtures for meta APIs (PartialObjectMetadata, Table types) | Follow up from #78309
Add compatibility testing for the meta APIs (PartialObjectMetadata, Table types)
Some special-case fuzzing will be required for the rawextension fields
/sig api-machinery
/priority important-soon
/assign | priority/important-soon,sig/api-machinery,kind/feature,lifecycle/frozen | low | Minor |
456,260,717 | pytorch | Use of word "elements" in `torch.utils.data` samplers | ## 📚 Documentation
In `torch.utils.data` Samplers' [documentation](https://pytorch.org/docs/stable/data.html) I find the use of word "element" confusing.
For example, the description of `torch.utils.data.SequentialSampler` says:
> Samples elements sequentially, always in the same order.
`torch.utils.data.Seque... | module: docs,triaged | low | Minor |
456,292,631 | pytorch | cumsum cuda numerical instability | ## 🐛 Bug
Calling cumsum on a CUDA vector of nonnegative values can result in a vector with local maxima.
For CPU vectors, cumsum works as expected.
## To Reproduce
The example vector I found has 500 elements, so pastebin:
https://pastebin.com/4npHpd95
## Expected behavior
Calling cumsum on a vector ... | module: numerical-stability,module: cuda,triaged | low | Critical |
456,370,643 | pytorch | Linker errors when building project with OpenCV | ## 🐛 Bug
I'm trying to add libtorch to a working project. CMake configure throws no errors but when I try to build the project, it throws a lot of linking errors with OpenCV.
Then I tried to run the example code in [Installing C++ Distrbutions of Pytorch](https://pytorch.org/cppdocs/installing.html) and then it th... | module: build,triaged | low | Critical |
456,384,563 | rust | rustc fails when including some C++ libs because of wasm32 linker fatal warnings | rustc is now passing the argument `--fatal-warnings` to lld on wasm32 (wasm-ld). This appears to have been added in https://github.com/rust-lang/rust/pull/54258
While I agree with the sentiment in the comment "Rust code should never have warnings, and warnings are often indicative of bugs, let's prevent them", unfor... | A-linkage,A-LLVM,T-compiler,O-wasm,C-bug | low | Critical |
456,394,000 | rust | Recycle storage after move | We should experiment with "re-allocating" storage for a local after it's moved from if it gets re-initialized. This would enable more optimizations, but could have some potential fallout.
EDIT: See [this comment](https://github.com/rust-lang/rust/issues/61849#issuecomment-507897665) for further explanation of what k... | I-slow,C-enhancement,T-lang,T-compiler,I-heavy,C-optimization | medium | Major |
456,401,202 | go | cmd/go: 'go mod edit' can add requirements that it can't remove | `go mod edit -require` can be used to add versions that don't match the major version of the corresponding module.
Unfortunately, the major-version validation happens early during parsing, so `go mod edit -droprequire` cannot subsequently drop those requirements.
```
example.com$ gotip mod init example.com
go: ... | NeedsFix,modules | low | Critical |
456,487,202 | flutter | Explore sharing the same plugin instance between FlutterEngines | Somewhat related to #33288. I think @dnfield talked about possible ways of having all 'UI' isolate instances also share the same plugin isolate so they can share the same instance. | c: new feature,engine,dependency: dart,a: existing-apps,c: proposal,P3,a: plugins,team-engine,triaged-engine | low | Minor |
456,490,444 | flutter | in_app_purchase example update | Example app needs to...
1. Show how to implement required app store restore button and apply result.
2. How to parse validation data to check if subscription is still valid in dart.
These two things are all that is preventing me from submitting my flutter app to the apple store. Tough to get the mindset when inf... | d: examples,p: in_app_purchase,package,team-ecosystem,P2,triaged-ecosystem | low | Major |
456,499,977 | deno | console.log not show private members of javascript |
test.ts
```typescript
class Foo
{
private foo= 8;
}
console.log( new Foo, );
// expect: Foo { foo: 8 }
// actually: Foo { foo: 8 }
```
test.js
```javascript
class Foo
{
#foo= 8;
}
console.log( new Foo, );
// expect: Foo { #foo: 8 }
// actually: Foo {}
```
| cli,suggestion | low | Major |
456,507,119 | pytorch | C++ ABI - Coupling different libraries issue | ## ❓ Questions and Help
Hello,
I am trying to couple PyTorch and OpenFOAM, an opensource CFD code. I am using C++ api of pytorch.
When I try to compile two libraries together, I have to set abi flag (-D_GLIBCXX_USE_CXX11_ABI). If I set it to 1, I have the following compilation error.
undefined reference to... | module: build,triaged | low | Critical |
456,508,208 | TypeScript | PropertyDecorator factory with generic type is not so intelligent | <!-- 🚨 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 |
456,513,584 | nvm | Installing node from source fails in configure because of --latest-npm option | - Operating system and version: macOS 10.13.4
- `nvm debug` output:
<details>
```
nvm --version: v0.34.0
$TERM_PROGRAM: iTerm.app
$SHELL: /bin/bash
$SHLVL: 1
$HOME: /Users/jcayzac
$NVM_DIR: '$HOME/.nvm'
$PATH: $HOME/.rbenv/shims:$HOME/.prefix/bin:$HOME/.cargo/bin:$HOME/.go/bin:/usr/local/opt/go/libexec/bin:... | installing node,bugs | low | Critical |
456,518,406 | vscode | Builtin support for reading files from their zip archives | Rel: #17271
Note: This is now possible (although non-builtin) using the [ZipFS extension](https://marketplace.visualstudio.com/items?itemName=arcanis.vscode-zipfs#:~:text=This%20extension%20adds%20support%20into,edit%20files%20from%20your%20cache.)
## High-level
It would be useful for VSCode to be able to read... | feature-request,file-explorer | high | Critical |
456,535,966 | create-react-app | Feedback wanted: New Hot Reloading | I’m working on hot reloading again. Got a very raw alpha version working. It preserves state but only for function components. Works with Hooks.
You can try the alpha version (**not production ready, super experimental**):
### Trying in a New Project (NOT FOR PRODUCTION)
```
npx create-react-app demo --script... | issue: announcement | high | Critical |
456,542,834 | terminal | Feature Request: Dedicated serial port connection settings | # Summary of the new feature/enhancement
It would be awesome if you could add tabs like ssh connection, Telnet connection and Serial port connection.
For example

This is the list now on my PC, Imagine 3... | Issue-Feature,Help Wanted,Area-Extensibility,Product-Terminal | medium | Critical |
456,547,170 | TypeScript | Codefix: convert `Type[]` to `readonly Type[]` | ## Search Terms
codefix readonlyarray readonly array immutable
## Suggestion
It'd be nice to have a codefix for converting non-readonly arrays to readonly.
## Use Cases
When converting/refactoring code to be more immutable/`readonly`-friendly, it's a bit of a pain to manually add these annotations.
#... | Suggestion,Awaiting More Feedback | low | Minor |
456,551,963 | pytorch | How about add torch::end for slicing in c++ frontend | ## 🚀 Feature
Add static const variable that means end of the tensor.
## Motivation
Reference slice function's definition
https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/core/Tensor.h#L527
In c++ slicing the whole tensor with step 2
```
tensor.slice(/*dim=*/0, /*start=*/0, /*end=*/922337203685... | module: internals,feature,triaged | low | Minor |
456,555,462 | flutter | Accessing AsyncSnapshot.data should throw if there's an error | ### Steps to reproduce
Run the following app:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
Stream<int> get stream async* {
throw StateError('error');
}
@override
Widget build(BuildContext context) {
return Dire... | framework,c: API break,dependency: dart,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
456,565,175 | pytorch | torch::zeros is slow for small tensors (C++) | ## 🐛 Bug
For small 1d tensors (smaller than about 4000), setting each element to zero with an accessor is faster than using make_zeros.
Benchmarking code (uses https://github.com/google/benchmark):
```
#pragma clang diagnostic push
#pragma ide diagnostic ignored "cert-err58-cpp"
#include <benchmark/bench... | module: performance,module: cpp,triaged | low | Critical |
456,566,608 | rust | Missing diagnostic for non-sized type of `ptr::null_mut` | I tried this code:
```rust
trait Trait {}
// Make sure casts between thin-pointer <-> fat pointer obey RFC401
fn main() {
let a: *mut (dyn Trait + 'static) = 0 as *mut _; //~ ERROR casting
let x: *mut (dyn Trait + 'static) = std::ptr::null_mut();
}
```
When I ran this on rustc 1.32.0, I got this er... | A-diagnostics,T-compiler,C-bug | low | Critical |
456,577,683 | godot | Mono godot_icall from Rpc from _Input causes crash | **Godot version:**
e21f808530b02a393a46d597afe89b4fbf886bb6
**OS/device including version:**
Arch Linux
**Issue description:**
This is a weird one. If you do an icall from within an RPC call from within an _Input, you get a crash.
This behavior was not present in official 3.1 builds, but it is present in ... | bug,topic:dotnet,crash | low | Critical |
456,578,122 | godot | RichTextLabel + tag [table] = all bags | **Godot version: 3.1.1**
**All OS**

In the RichTextLabel component, everything that is between the tags: {table} and {/table} - this is one big bug! What works outside of tags {table} and {/table}, insi... | bug,topic:gui | low | Critical |
456,592,450 | opencv | Implement MoltenVK (enables Vulkan support for Mac OS/iOS) | ##### Detailed description
As Apple already deprecated OpenCL, the only way to use GPU acceleration in the future is either through the Intel OpenVINO (what only supports Intel GPU's) or through Vulkan with help of [MultenVK](https://github.com/KhronosGroup/MoltenVK).
MultenVK can automatically and transparently co... | feature,priority: low,platform: ios/osx,effort: ∞ | low | Minor |
456,609,063 | TypeScript | Module.exports = {} not recognized by IntelliSense | TypeScript version: 3.5.1
The CommonJS construct `module.exports = {}` does not provide import suggestions in JS files via VSCode IntelliSense.
IntelliSense provides a *TS error* handle on the `module.exports = {}` construct:
> File is a CommonJS module; it may be converted to an ES6 module.ts(80001)
Press... | Suggestion,Awaiting More Feedback | low | Critical |
456,627,796 | godot | Editor falls back to GLES2 if GLES3 is not supported, and it's confusing that the dropdown shows "GLES2" when the configured render is still "GLES3" in settings | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1.1
<!-- Specify commit hash if non-official. -->
**OS/device including version:**
Windows 7 Ultimate SP1 x64
Acer Aspire 4738, Intel(R) HD Gra... | enhancement,topic:editor,confirmed,usability | low | Critical |
456,629,917 | TypeScript | Merge same function signatures for intersection types | <!-- 🚨 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,Awaiting More Feedback | low | Critical |
456,665,357 | ant-design | `<Typography>` should offer default styles for `<table>` inside it | - [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?
Pages of copy (e.g., legal pages) look beautiful, just by using `<Typography>` and standard markup inside, with no custom CSS req... | help wanted,💡 Feature Request,Inactive | low | Minor |
456,669,491 | pytorch | Logging mode for saying when tensor broadcast occurs | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
```python
torch.disable_broadcast()
# raise errors instead of doing broadcast underneath.
```
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frus... | module: internals,feature,module: molly-guard,triaged | low | Critical |
456,673,014 | create-react-app | Add support for eslint-plugin-jest | For typical development while using create-react-app, inevitability there will be a time when developers accidentally commit stuff like `fit` or `fdescribe` - I would like CRA to have built in support for eslint-plugin-jest and set those as warnings so they can be caught as hard errors in CI. | issue: proposal | low | Critical |
456,680,070 | rust | `for` loop desugaring treats the loop's trailing expression in unusual way | Namely, it's treated as a semicolon-less statement in a middle of the block.
```rust
// Like this:
fn main() {
{ 0 } // <- semicolon-less statement in a middle of the block
()
}
```
- "Semicolon-less" means that its type should unify with `()` (https://github.com/rust-lang/rust/pull/61753).
- "In a m... | T-lang,T-compiler,C-bug | low | Critical |
456,756,209 | youtube-dl | New option to keep original subtitles file after conversion (or update readme) | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
- [X] I'm reporting a feature request
- [X] I've veri... | request | low | Critical |
456,763,934 | vscode | Menu widget rendered in greyscale | Version: 1.35.1 (user setup)
Commit: c7d83e57cd18f18026a8162d042843bda1bcf21f
Date: 2019-06-12T14:30:02.622Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.18362
I also double checked that the problem is on the Insider's Build.
**Steps to Reproduce:**
1. Obs... | bug,help wanted,font-rendering,menus,chromium,lcd-text-rendering | medium | Critical |
456,787,375 | vscode | Make proxy settings machine scoped | I believe the proxy settings we have are scoped to machine and so they should be tagged as Machine scoped. | debt,proxy,under-discussion | low | Minor |
456,789,427 | create-react-app | Console clearing removes CRA’s own warnings | react-scripts start continuous scrollback clearing (#2495) clears the warnings CRA itself prints. Here is a visual demonstration slowed down:

On a faster setup it is near impossible to read the warning bef... | issue: proposal | medium | Major |
456,816,632 | godot | Tile Painting UI Icon not highlighted | **Godot version:**
3.1.1
**Issue description:**
When I flip the tile, there is no indicator that the tile is already flipped.
This is shown be default
<img width="164" alt="Screen Shot 2019-06-17 at 3 48 42 PM" src="https://user-images.githubusercontent.com/2648571/59591096-9f09b680-9117-11e9-9b93-ebff3da3e047... | enhancement,topic:editor,usability | low | Minor |
456,851,220 | vscode | Extensions using the "type" command (for ex. Vim) have poor performance due to being single-threaded with other extensions | I don't know if this is a known/accepted issue, but I've had a number of users complain of poor performance in the editor when using my extension along with the Vim extension.
This appears to be because the Vim extension uses the `type` command to handle keypresses (in the extension host). This means if pressing a k... | feature-request,VIM,perf | high | Critical |
456,852,102 | storybook | context.parameters.fileName is different in static build | **Describe the bug**
When using `context` the `parameters.fileName` is the actual path (e.g. /folder/Button-story.js) in development but will switch to a number (e.g. 1021) in static production build.
**To Reproduce**
Steps to reproduce the behavior:
Output context in production build.
**Expected behavior**
c... | bug,core | low | Critical |
456,881,755 | scrcpy | [Suggestion] Put user-friendly name of device in window name | For testing purpose
`shell getprop ro.product.model` returns models as **SM-G960F** (Galaxy S9) for samsung devices.
Things like Motorola return readable user-friendly names, i.e. **Motorola E4 Plus**.
But sometimes they don't: **XT1635-02** (Motorola Z Play).
I remember all models which i work with by heart. But e... | feature request | low | Major |
456,905,756 | create-react-app | [Documentation] --use-npm & --scripts-version | - [X] I have checked the issues & could't find the mentioned below.
There should be mention of the following;
- `--use-npm` in the documentation, if someone want's to opt out of `yarn` to use `npm` instead.
- How to use `--scripts-version` when over-riding with your own custom react-scripts.
> npx create-reac... | issue: proposal,tag: documentation | low | Major |
456,914,277 | pytorch | Batch Normalization axis | ## 🚀 Feature
Make it possible to specify the axis on which to perform Batch Normalization.
## Motivation
Right now batch normalization is geared towards convolution layers which have typically a layout of NxCxWxH (in the context of 2D batch normalization). But there are other scenarios possible (for example to a... | triaged,module: batching,function request,module: norms and normalization | low | Major |
456,930,248 | create-react-app | Uncaught TypeError: Super expression must either be null or a function, not undefined | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
Yes i do
### Environment
System:
OS: macOS 10.14.5
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
... | issue: needs investigation | low | Critical |
456,986,105 | node | http2: sessionError vs aborted | A little confusion regarding the 'sessionError' on http2 servers.
I'm getting a lot of `sessionError`s with `ECONNRESET`. This feels more like clients killing their connections, i.e. `aborted` rather than an server/session error?
I believe currently we are handling most cases where a incoming connection is unexp... | http2 | low | Critical |
457,030,171 | youtube-dl | Support for online channel M3 on MTVA Archívum (HU) | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request,Good first issue | low | Critical |
457,035,153 | youtube-dl | Support for MédiaKlikk (HU) | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
457,052,853 | TypeScript | Tooltips / IntelliSense: Don't resolve type aliases (aka "semantic sugar") set explicitly | We have defined a bunch of "semantic sugar" type aliases like:

**Status quo (bad):** VS Code is resolving these along the alias chain in tooltips and IntelliSense suggestions (which kinda makes non-sense of... | Suggestion,Experience Enhancement | high | Critical |
457,093,573 | rust | Mention editions when emitting 2015 exclusive errors | The difference between edition defaults for new projects between `cargo` and `rustc` can lead to confusion, particularly for newcomers. All errors that would only happen on one edition should mention the discrepancy. We made an effort to have lints for 2015 to 2018 migration, but we were more lax on clarifying diagnost... | C-enhancement,A-lints,A-diagnostics,T-compiler,A-docs,WG-epoch,A-edition-2018 | low | Critical |
457,094,151 | flutter | Allow postMessage to return a JS promise to send a message from JS running in a WebView to the application's Dart code | Internal: b/343558780
Currently the way to send a message from JS running in a WebView to the application's Dart code is by calling t [JavaScriptChannel](https://pub.dev/documentation/webview_flutter/latest/webview_flutter/WebView/javascriptChannels.html)'s `postMessage` method which has no return value. A response ca... | c: new feature,customer: dream (g3),p: webview,package,c: proposal,team-ecosystem,P2,triaged-ecosystem | low | Major |
457,101,619 | create-react-app | Proposal: Allow for service worker update without closing app | Relates to #3534
## Proposal
Developers should be able to manually update their service worker on request
## Current Behavior
Service workers update lazily, sometimes on navigation. Sometimes when the app reloads. In the case of an iOS PWA, the answer it VERY unpredictable. As of iOS 12.2, the app context is fr... | issue: proposal | medium | Major |
457,102,117 | TypeScript | Issues with Pick causes tsc (on Node12/Win10?) to hang. | <!-- 🚨 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 |
457,136,727 | go | runtime: respect SA_RESETHAND when forwarding to non-Go signal handler | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.10.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`... | NeedsFix | low | Critical |
457,168,777 | pytorch | nn.TransformerLayer | A generic pytorch transformer layer
## 🚀 Feature
input:
a 2-dim Tensor [x_{00}, x_{01}, ... x_{0m_1}, x_{10}, ... x_{1m_1}, ... x_{km_k}]; each x is a vector.
and either (or both, but they should match):
* a 1-dim Tensor of offsets [o_0, ..., o_k ]
* or a list of square 2-dim Tensors [ A_{m_0}, .... A_{... | feature,module: nn,triaged | low | Major |
457,185,909 | flutter | Mixing RTL and LTR text bugs | We are seeing strange behavior when mixing RTL and LTR text.
Notably:
- Type arabic, Type chinese, Type arabic, switch to chinese keyboard, delete. The arabic will delete all at once.
- Emojis work strangely when mixing with RTL and LTR.
- Caret positioning is not consistent.
There are a few other minor issu... | a: text input,framework,engine,a: typography,customer: crowd,P2,team-engine,triaged-engine | low | Critical |
457,270,936 | TypeScript | Type narrowing based on iterator `done` value? | <!-- 🚨 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 |
457,301,784 | TypeScript | Suggestion: consolidate generics in union if they match | <!-- 🚨 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,Awaiting More Feedback | low | Critical |
457,304,931 | pytorch | Crash when using tensor.set_data() function in libtorch on windows | ## ❓ Questions and Help
When i use the the set_data function in libtorch as following, the exe will be crashed!
at:: Tensor a = torch::ones({3});
at::Tensor b = torch:: zeros({3});
a.set_data(b)
....
? do anyone know what's going on?
Thanks
### Please note that this issue tracker is not a help form and... | module: cpp,triaged | low | Critical |
457,323,344 | TypeScript | No auto-completion on typescript interface with classes implement | Redirected by https://github.com/microsoft/vscode-cpptools/issues/3789
**Type: LanguageService**
**Describe the bug**
- macOS Mojave 10.14.5
- VSCODE : 1.35.1
- TS 3.5.1
**To Reproduce**
Create a file with the following :
```ts
import { Strategy } from "passport-local";
class SSOPlugin implements P... | Suggestion,Experience Enhancement | low | Critical |
457,384,969 | pytorch | contradictory output values | Hello please find following description:
Hello, when I debug this project, input same images and output different values respectively in Python env. and in c++ env. . However, input torch::ones({1,1,224,224}) and output same values. Am I missing some details in bgr2tensor?
C++ API release is much slower than Python... | module: cpp,triaged | low | Critical |
457,441,085 | rust | Should warn when calling blanket implementation of a method rather than our own | The following snippet crashes:
```
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)
```
```rust
use std::fmt;
struct Badger;
impl Badger {
fn to_string<'a>(self) -> &'a str {
"badger"
}
}
impl fmt::Display for Badger {
fn fmt(&se... | C-enhancement,A-lints,T-compiler | low | Critical |
457,480,245 | go | proposal: spec: allow untyped float const multiplied by typed integer constants (2.5*time.Hour) | ### What version of Go are you using (`go version`)?
<pre>
play.golang.org reports 1.12.5
</pre>
### What did you do?
https://play.golang.org/p/klT3SFB7BJE
### What did you expect to see?
2h30m0s
### What did you see instead?
./prog.go:9:23: constant 2.5 truncated to integer
In the code I'm multiply... | LanguageChange,Proposal,LanguageChangeReview | low | Major |
457,533,568 | TypeScript | noImplicitThis codefix should account for static functions | ## Search Terms
codefix static this noImplicitThis
## Suggestion
If a function is used as the initializer of a `static` property declaration, should the type of its `this` added by the `--noImplicitThis` codefix include `typeof`?
See discussion in #31138.
## Use Cases
Static methods are arguably more ... | Suggestion,Awaiting More Feedback | low | Minor |
457,605,754 | TypeScript | Intellisense mismatch for overload function vs paramaters | <!-- 🚨 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 |
457,617,496 | flutter | Make it easier for contributors to run all tests in Flutter repository | ## Use case
Flutter contributors should be able to locally run all repository unit tests at one time to fix issues before issuing a pull request and have some confidence the CI system tests will pass.
## Proposal
Add a --flutter-repo flag to `flutter test` to match `flutter analyze --flutter-repo`. At a minimum t... | a: tests,c: new feature,tool,P3,team-tool,triaged-tool | low | Minor |
457,670,202 | rust | Missed optimizations for Vec::pop() followed by Vec::push() | The following example should be get optimized to a no-op by the compiler:
```rust
pub fn noop(v: &mut Vec<i32>) {
if let Some(last) = v.pop() {
v.push(last)
}
}
```
Instead, it produces about 60 lines of assembly, which also contain calls to `__rust_alloc()` and `alloc::raw_vec::capacity_overflo... | I-slow,C-enhancement,A-collections,T-compiler | low | Major |
457,711,494 | vscode | [folding] folding indicators missing for folded code | Issue Type: <b>Bug</b>
For some time the visual studio code has been blocked, it does not display the fragments of code.
Suppose I have a code fragment inside an if, when it is blocked accessing this code inside the if is impossible, it is necessary to close the visual code and re-enter sometimes it happens up to... | bug,editor-folding | low | Critical |
457,724,363 | flutter | CommonFinders.text does not find TextSpan widget created with RichText | I'm using a widget tree like:
```
return RichText(
text: TextSpan(
children: [
TextSpan(text: "Hello "),
TextSpan(text: "World"),
]
)
);
````
but
``` expect(find.text('Hello World'), findsOneWidget);```
fails, I expect it would be able to find this text
... | a: tests,framework,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework | low | Major |
457,727,264 | rust | Misleading `use foo::bar` error message | Here are two slightly different sources with slightly different errors:
```
use foo;
fn main() { }
```
```
error[E0432]: unresolved import `foo`
--> src/main.rs:1:5
|
1 | use foo;
| ^^^ no `foo` external crate
```
```
use foo::bar;
fn main() { }
```
```
error[E0432]: unresolved imp... | C-enhancement,A-diagnostics,A-resolve,T-compiler,D-papercut | low | Critical |
457,805,406 | godot | Miter limit should be parameter with default value, not hardcoded. | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2
**Issue description:**
When using offset_polygon_2d with JOIN_MITER join type it cuts nesessary geometry sometimes:
:
print("test in")
layer = nn.Linear(5 * 5 * 64, 64)
nn.init.orthogonal_(layer.weight.... | module: dependency bug,module: multiprocessing,module: nn,triaged,module: initialization | medium | Critical |
457,820,895 | godot | can't use Rigigbody2D's apply_impulse and apply_torque_impulse when in _ready() function | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
d2f38dbb28053e47cd6a0f8b368ade5c19d5ca70
**OS/device including version:**
<!-- Specify GPU model and d... | bug,topic:physics | low | Critical |
457,826,280 | godot | Add highlight to current script to Scene Tree. | **Godot version:**
3.2 master
**Issue description:**
Now when I open a script, I see its name in script editor, but I don't know to which node is connected in current scene. It will be really helpful when Godot would highlight somehow a script button in scene tree
 I encountered the issue that **value indicator is only shown while the gesture is present and not always.**
- I think the widget should also expose the property of showing the value indicator eve... | c: new feature,framework,f: material design,customer: crowd,P2,team-design,triaged-design | low | Critical |
457,944,578 | node | The 'OCSPRequest' callback does not send the OCSP response with TLS 1.3 | <!--
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... | help wanted,tls | low | Critical |
457,980,416 | terminal | Support runtime variables in the custom user title | The user should be able to embed certain terminal-specific variables in their custom title, that will be updated at runtime.
Something like:
```json
{
"title":"{numberOfPanes} - Powershell"
}
```
Would then include the number of panes in the tab title text we display, like so:
> 5 - Powershell
* [ ]... | Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal | low | Major |
457,988,931 | rust | Const generics: Generic array transmutes do not work | This trivial transmute should work:
```
#![feature(const_generics)]
fn silly_default<const N: usize>(arr: [u8; N]) -> [u8; N] {
unsafe { core::mem::transmute::<_, _>(arr) }
}
```
Unfortunately, it [refuses to build](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=3a0ea239475013... | T-lang,T-compiler,A-const-generics,A-array | high | Critical |
458,036,641 | flutter | Please document ordering guarantees of platform channels | We (in g3) rely on the fact that MethodChannel calls will be dispatched to the Dart handler in the same order as they were made on the Java side.
* Is this a correct assumption?
* Could this be documented in the comment in https://github.com/flutter/engine/blob/master/shell/platform/android/io/flutter/plugin/common... | engine,d: api docs,customer: dream (g3),P2,team-engine,triaged-engine | low | Minor |
458,047,125 | rust | Forgone caching in cycles caused much overflow in trait solving | We believe PR #60444 injected a number of regressions of the form "overflow evaluating requirement [...]".
(PR #60444 also injected a compile-time performance regression; that arguably distinct issue is tracked in issue #60846.)
This issue is meant to collect the cases where there was some sort of "overflow evalu... | A-trait-system,metabug,P-medium,T-compiler | low | Major |
458,067,822 | angular | Suggestion: Create an API on FormControl to focus the input | # 🚀 feature request
### Relevant Package
This feature request is for @angular/forms
### Description
The FormControl class does not have a FOCUS method.
### Describe the solution you'd like
Create an API on FormControl that would easily allow the input to be focused without having to resort to bringing ... | feature,area: forms,feature: under consideration | high | Critical |
458,101,974 | storybook | @storybook-addon-options: per-story hiding panel, hides it for every story. | ### Bug or support request summary
HI,
What we are trying to do, is to hide the knobs/actions panel per story. For example, on our welcomes page, we don't need it. So we used the options-addon to hide it for this "component".
And it works, BUT it also hides the panel for the rest of the stories.
What we want i... | question / support,addon: options,ui,has workaround | medium | Critical |
458,104,701 | go | net/http: apparent deadlock in TestBidiStreamReverseProxy on openbsd builders | From the `openbsd-amd64-62` build logs (https://build.golang.org/log/5fb644ae1e2c8e29e0ba85a4e4fbc04c47bafaad): a `net/http` test run that shows lots of goroutines blocked in `IO wait` for 2+ minutes during `TestBidiStreamReverseProxy`.
It's not obvious to me whether this indicates a bug in `net/http` or the OpenBSD... | Testing,help wanted,OS-OpenBSD,NeedsInvestigation | low | Critical |
458,107,053 | flutter | [Discussion] inheritFromWidgetOfExactType should not add a dependency if called outside of build/didChangeDependencies | Consider the following `Foo` widget:
```dart
class Foo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return RaisedButton(
onPressed: () {
MyInherited.of(context).doSomething();
}
);
}
}
```
In that code snippet, for most implementations of `M... | framework,c: proposal,P3,team-framework,triaged-framework | low | Critical |
458,107,682 | tensorflow | Many context switches / Many threads even if threading is limited | **System information**
- Have I written custom code: No (https://github.com/tensorflow/docs/blob/master/site/en/r2/tutorials/quickstart/beginner.ipynb)
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux OpenSuse Leap 15.0
- TensorFlow installed from (source or binary): pip package tensorflow==2.0.0-bet... | stat:awaiting tensorflower,type:bug,comp:runtime,TF 2.5,2.6.0 | medium | 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.