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 |
|---|---|---|---|---|---|---|
437,353,486 | godot | Export var ruins Instantiated objects export variables | **Godot version:**
Godot_v3.1-stable_win64
**Issue description:**
Main's instance object.tscn of a variable named example is set to 30.
Here's a line from object.gd,
export var example = 42
I found that removing "export" from above line and then saving the project removes all other instantiated object.tscn's ex... | enhancement,topic:gdscript | low | Critical |
437,375,005 | create-react-app | Using `BigInt` primitives | ### Is this a bug report?
No
### Did you try recovering your dependencies?
n/a
### Which terms did you search for in User Guide?
`bigint`, `babel plugin`,`babel syntax macro`, `"Identifier directly after number"`
### Environment
n/a
### Steps to Reproduce
(Write your steps here:)
1. Use a ... | issue: proposal | low | Critical |
437,387,953 | go | cmd/cgo: C-Shared program crashes with "fatal: morestack g0" | <!-- 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... | NeedsInvestigation,compiler/runtime | low | Critical |
437,394,989 | kubernetes | modifying namespace spec.finalizers via PATCH should return a validation error | **What happened**:
PATCH `{"spec":{"finalizers":null}}` doesn't clear the finalizers and also doesn't return an error.
**What you expected to happen**: It should return an error (use the /finalize subresource).
**How to reproduce it (as minimally and precisely as possible)**: see #77086
| kind/documentation,sig/api-machinery,lifecycle/frozen | low | Critical |
437,422,915 | flutter | Help understanding the profiling summary | I was following this documentation page to understand how to generate profile reports of my application: [Performance profiling](https://flutter.dev/docs/cookbook/testing/integration/profiling)
After that, I have been able to obtain a report of a test in my app, that looks like this (the summary version):
```json... | c: new feature,tool,t: flutter driver,P3,team-tool,triaged-tool | low | Major |
437,443,238 | TypeScript | 3.4.1 regression in distributed types | **TypeScript Version:** 3.5.0-dev.20190425
The example below was taken from a real world use-case and simplified.
The `U` type is distributed while the `T` type remains the original union.
The `T` type is wrapped with `Box<T>` when `U` is not an object.
```ts
type Box<T> = { value: T }
type Test<T> = [T]... | Needs Investigation,Domain: Conditional Types | low | Minor |
437,451,249 | TypeScript | [Feature request] allow use `showConfig` in tsconfig.json | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | low | Critical |
437,467,780 | create-react-app | Why not use HashedModuleIdsPlugin | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
No
<!--
If you answered "Yes":
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel con... | issue: needs investigation | low | Critical |
437,492,983 | storybook | Addon-docs: Source editing support | Add editing support to #6641
Details TBD | feature request,addon: storysource,addon: docs | low | Major |
437,494,180 | storybook | Addon-docs: styleguide support | Add doc blocks for:
- [x] Type
- [x] Colors
- [x] Icons
- [ ] Documentation
Relies on #6644 | feature request,addon: docs | low | Major |
437,545,458 | angular | Router scrolling does not work properly when dealing with content that is not immediately visible | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,freq3: high,area: router,state: confirmed,P3 | medium | Critical |
437,554,138 | go | archive/zip: cannot parse file header with compressed size or local file header offset of 0xffffffff | archive/zip misinterprets (I believe) APPNOTE.TXT 4.5.3, such that it wrongly requires a Zip64 Extended Information extra field to be present whenever the compressed size or local file header offset of a central directory header is exactly 0xffffffff. #14185 fixed the problem for the *un*compressed size as a special ca... | NeedsInvestigation | low | Minor |
437,557,370 | material-ui | Cleanup package scripts | We currently leverage the `scripts` entry in our package.json. As of right now this includes around 34 scripts that aren't really documented. Any addition, change etc. has to be followed by contributors to be understood.
It would be nice if we could consolidate those into a single place that also adds documentation... | core | low | Major |
437,574,254 | rust | Split up files with `// ignore-tidy-filelength` | These files are over 3,000 lines, which is not ideal for navigating or comprehending. If we can, it would be good to split these up. See also https://github.com/rust-lang/rust/issues/60015, which is a specific issue of this problem.
T-compiler:
- [ ] rustc_parse/src/parser/expr.rs
- [ ] rustc_borrowck/src/diagnostics... | C-cleanup,T-rustdoc,T-compiler,E-medium,C-tracking-issue | high | Critical |
437,639,954 | rust | Display original source location for doc test failures | I have the following file:
```rust
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use oraide_parser_miniyaml::{
ParserCtxExt,
ParserCtxStorage,
}... | T-rustdoc,C-enhancement,A-doctests,E-needs-mcve | low | Critical |
437,661,315 | go | cmd/vet: add unkeyed field literal check to 'go test' set | #2794 proposes requiring keyed (tagged) literals for any imported struct.
`go vet` has a test for this already.
But the test is only on in `go vet` not the automatic vet during `go test`.
I suggest we enable it during `go test` at the start of the Go 1.14 cycle
as an experiment. If it works well there then maybe it wou... | NeedsDecision,early-in-cycle,Analysis | low | Minor |
437,680,934 | create-react-app | Non module css doesn't work with :local() in CRA 3.0 | ### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Environment
```
Environment Info:
System:
OS: Linux 4.14 Manjaro Linux
CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz
Binaries:
Node: 10.15.1 - ~/.nvm/versions/node/v10.15.1/bin/node
... | issue: needs investigation | medium | Critical |
437,715,829 | go | internal/singleflight: delete, use golang.org/x/sync/singleflight | The singleflight package started life in internal/singleflight and then moved to golang.org/x/sync/singleflight, and the two have had slightly divergent development histories since. It's getting kinda messy. Their APIs have even somewhat diverged.
I just tried to re-unify them and delete internal/singleflight from s... | help wanted,NeedsFix | low | Major |
437,737,705 | rust | Compiler error when I remove unreachable code | Consider the following minimal example ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=5fd9665e0b90ff589f07af468da21d98)):
```rust
use futures::{Future, future::ok};
fn main() {
ok(()).then(|_a: Result<(), ()>| {
std::process::exit(1);
Ok(()) as Result... | C-enhancement,A-lints,A-diagnostics,T-lang,T-compiler,D-confusing | low | Critical |
437,738,774 | go | net: DNS load balancing during bursts of traffic | Right now inflight DNS lookups are [grouped together](https://github.com/golang/go/blob/master/src/net/lookup.go#L267).
Since DNS resolution picks the [first available IP](https://github.com/golang/go/blob/master/src/net/dial.go#L417), this has the side effect of resolving the same IP when there are bursts in traff... | NeedsInvestigation,FeatureRequest | low | Minor |
437,773,924 | kubernetes | Finalizing objects not reflected in CLI | Assume I have an object, e.g. a Service, which has a finalizer. When I delete that object, it correctly waits for the finalizer to be removed. In that intervening period, I can not see any indication that the object is being deleted. It does not show up in `kubectl describe`. It is not an event. If it gets stuck, ... | kind/feature,sig/cli,lifecycle/frozen | low | Major |
437,787,578 | TypeScript | noUnusedLocals throws errors for "never" type. | <!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
nounusedlocals never
nounusedlocals
never
never variable is not used error
**Code**
```ts
//NOTE: nounusedlocals is set to true in tsconfig.
enum Color {
A,
B,
}
function f(color: Co... | Suggestion,Awaiting More Feedback | low | Critical |
437,819,519 | TypeScript | TS with .js files and JSDoc: type is found, displayed and used - despite "TS2304: Cannot find name XYZ" | TS 3.4.5, Webstorm 2019.1.1, node v11.14.0, Linux
Project: .ts files in src/, transpiled using Babel to lib/, *but files under test/ are .js files*
tsconfig.json has `allowJs` and `checkJs` set to `true` in order to check the .js files under test/ — which (CommonJS) `require(...)` transpiled .js files from... | Domain: JSDoc,Needs Investigation,checkJs | low | Critical |
437,835,708 | kubernetes | API proxy strips URL query params when proxying websocket connections | Tested on Kubernetes 1.14 (minikube 1.0). To reproduce:
1. deploy pod with a websocket server running:
```bash
kubectl run wsserver --generator=run-pod/v1 --rm -i --tty --image ubuntu:disco -- bash -c \
"apt-get update && apt-get install -y wget && \
wget https://github.com/vi/websocat/rele... | sig/api-machinery | high | Critical |
437,879,733 | flutter | "flutter upgrade" on a clean install is way too noisy and doing sketchy things | I downloaded the beta / v1.4.9-hotfix.1 archive.
```
ianh@ianh:~/dev/test-install/flutter$ bin/flutter --version
Flutter 1.4.9-hotfix.1 • channel beta • https://github.com/flutter/flutter.git
Framework • revision 88fa7ea403 (2 weeks ago) • 2019-04-11 14:01:46 -0700
Engine • revision 4737fc5cd8
Tools • Dart 2.2.1 ... | tool,a: first hour,P2,team-tool,triaged-tool | low | Minor |
437,880,705 | flutter | "flutter upgrade" has weird output when upgrading | I ran `flutter upgrade` to update from 1.4.9-hotfix.1 to 1.5.4 on the beta channel. Here is the output.
```
ianh@ianh:~/dev/test-install/flutter$ bin/flutter upgrade
Upgrading Flutter from /usr/local/google/home/ianh/dev/test-install/flutter...
From https://github.com/flutter/flutter
+ 88fa7ea40...b593f5167 bet... | tool,P2,team-tool,triaged-tool | low | Minor |
437,882,836 | flutter | BackdropFilter doesn't work as child of Opacity or other Filter widgets (was iOS dialogs fade in without blur) | I'm on Android, using the Gallery, Cupertino / Alerts demo. When I tap a button, the dialogs fade in, but they don't blur the background until the animation is over, at which point the blur effect pops in.
Testing with v1.5.4.
cc @xster | framework,engine,a: animation,dependency: skia,a: fidelity,f: cupertino,has reproducible steps,P2,team-design,triaged-design,found in release: 3.19,found in release: 3.22 | low | Critical |
437,886,151 | go | database/sql: connection pool was originally FIFO, is now random, but should be LIFO | The previous SQL connection pool behavior used a FIFO queue implemented as a slice, but in https://github.com/golang/go/commit/4f6d4bb3f4461e7e25eff24254115b689495e834 was changed as a side effect to read the first entry in map recurse order (effectively random among requests not yet timed out when execution started).
... | NeedsDecision | low | Critical |
437,889,504 | flutter | Support embedding native views in macOS shell | We'll need support for embedding `NSView`s in Flutter views (e.g., for embedding a web view, as on mobile). | c: new feature,engine,platform-mac,a: desktop,P2,team-macos,triaged-macos | low | Major |
437,889,730 | flutter | Implement PlatformView support on Windows | We'll need support for embedding native views in Flutter views (e.g., for embedding a web view, as on mobile).
~Obviously this depends on having a view-based Windows shell first (#30726).~ | c: new feature,engine,platform-windows,customer: crowd,a: platform-views,a: desktop,P2,team-windows,triaged-windows | low | Critical |
437,894,163 | three.js | Geometries are not de-serialized in all cases | ##### Description of the problem
Currently, there are geometries in THREE JS src that are not de-serializable.
- `EdgesGeometry`
- ~~`ParametricGeometry`~~
- ~~`TextGeometry`~~
- ~~`InstancedBufferGeometry`~~
- `WireframeGeometry`
There are 2 main reasons for this issue.
- `ObjectLoader` doesn't handle t... | Suggestion | low | Critical |
437,895,886 | vscode | [themes] Support for hue, saturation, lightness (HSL) color codes for theming | Support for hue, saturation, lightness (HSL) color codes for theme colors would allow for easier iteration in theme design by providing a more human readable format for color codes.
I find it much easier to modify color values using HSL than it is with hex codes because the values being modified more closely model h... | feature-request,themes | low | Major |
437,900,105 | go | cmd/go: build: add -buildmode=nolink flag | My understanding of the "go build" process is it does something like this:
- Figure out all of the dependencies of the package.
- For each dependency, determine whether it has changed since the last time it was built, by checking the `.a` file or equivalent in `$GOPATH/pkg`.
- Compile them, in parallel if possible... | Proposal,NeedsInvestigation,FeatureRequest,GoCommand | low | Critical |
437,943,465 | youtube-dl | [Site Support Request] TNT GO | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request,account-needed | low | Critical |
437,953,839 | flutter | Expanded hitTest area | It would be useful to be able to expand the hit test area of a widget. Often, the size of a widget can't be increased without ugly hacks or at all, while the current size is too small to make it easily tappable.
The code below contains two examples where this would be useful (and a failed attempt to achieve this). I... | c: new feature,framework,f: material design,customer: crowd,c: proposal,P3,team-design,triaged-design | high | Critical |
437,955,453 | rust | .tar.gz dist files require running `install.sh` before they can be used | If I download Rust using:
~~~
x86_64-pc-windows-gnu.tar.gz
~~~
from here:
https://forge.rust-lang.org/other-installation-methods#standalone-installers
it seems the compiler cant actually compile anything:
~~~
$ cat aaaaa.rs
fn main() {
println!("bbbbb ccccc");
}
$ rustc aaaaa.rs
error[E0463]... | T-bootstrap,T-infra | low | Critical |
437,961,997 | TypeScript | KeyboardEvent interface implements key as string | <!-- 🚨 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,Domain: lib.d.ts | low | Critical |
437,962,059 | opencv | Core.NATIVE_LIBRARY_NAME and Jni so files name should be identicals | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | bug,category: build/install,category: java bindings | low | Critical |
437,962,287 | go | errors: examples need improvement | There is a total of 4 examples in the package. Two are for `New`, one doesn't use the package at all, and one incorrectly uses `As` by dropping the error on the floor if it's not a `os.PathError`.
```
_, err := os.Open("non-existing")
if err != nil {
var pathError *os.PathError
if errors.As(err, &pathError... | Documentation,NeedsFix | low | Critical |
437,978,852 | pytorch | Performance issue master (a25b79531) | ## 🐛 Bug
To run the mnist example from https://github.com/pytorch/examples is taking more than twice long the usual
## To Reproduce
I have built the pytorch package from the repo ( BUILD_TORCH=ON python setup.py bdist_wheel).
I also have modified the num_workers option of the mnist example script from 1 to ... | module: performance,module: cpu,triaged,module: multithreading | low | Critical |
437,980,175 | pytorch | vectorized convert_to_int_of_same_size <int64_t> can't handle nan | The relevant code is at
https://github.com/pytorch/pytorch/blob/1071e92335d8a69107f4694f56bebbb9655371aa/aten/src/ATen/cpu/vec256/vec256.h#L115-L125
This can't handle nan, inf, or other large (small) values. We should error (e.g., trigger fpe?) in here. Triggering FPE is what `convert_to_int_of_same_size<int32_t>` ... | module: cpu,module: error checking,triaged,module: NaNs and Infs | low | Critical |
437,987,605 | puppeteer | waitForSelector with visible:true not returning the first visible element, causes timeout. | <!--
STEP 1: Are you in the right place?
- For general technical questions or "how to" guidance, please search StackOverflow for questions tagged "puppeteer" or create a new post.
https://stackoverflow.com/questions/tagged/puppeteer
- For issues or feature requests related to the DevTools Protocol (https://ch... | feature,confirmed | medium | Critical |
437,994,471 | vscode | Source Control: "Accept All Incoming" for "deleted by them" should delete the file from working copy and stage the change | When:

Actual:
- warning message: No merge conflicts found in this file

Expected:
- del... | feature-request,merge-conflict | medium | Major |
438,013,596 | go | crypto/rsa: doc: reword "coprime to" in doc comments | I found this paragraph in the `crypto/rsa` docs:
https://github.com/golang/go/blob/master/src/crypto/rsa/rsa.go#L187-L191
```
// Check that de ≡ 1 mod p-1, for each prime.
// This implies that e is coprime to each p-1 as e has a multiplicative
// inverse. Therefore e is coprime to lcm(p-1,q-1,r-1,...) =
// ... | ExpertNeeded,Documentation,NeedsDecision | low | Major |
438,018,375 | vscode | [folding] Support flags on folding.markers RegExps | A `language-configuration.json` file can supply a pair of regular expressions `start` and `end` [(doc)](https://code.visualstudio.com/api/language-extensions/language-configuration-guide#folding). At the moment there's no way to specify regexp flags, for example to make the matches case-insensitive.
Previous enhance... | feature-request,editor-folding | low | Minor |
438,028,132 | rust | Switch to `termcolor` (first)? | There're on going effort to move libtest out of tree, however i think the current approach(#59440) is a little too aggressive by changing everything in a huge PR. I think it the effort should be splitted and happen in several separate steps.
The first big step in it is replacing `libterm` with `termcolor`, which me... | C-enhancement,T-libs-api,A-libtest | low | Minor |
438,050,052 | TypeScript | keyof of 'mixed' class equals to `string | number` | <!-- 🚨 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: Index Types | low | Critical |
438,060,621 | neovim | wildmenumode() with wildoptions=pum | The default arrow key action when maneuvering the pum is sub-optimal (\<left\> is \<up\> and \<right\> is \<down\>. I see that @bfredl has attempt to fix this with the "\<down\> and \<up\> mappings for wildoptions=pum" commits, however this commit was reverted.
I thought that the below vimscript would be sufficient... | documentation,complexity:low,has:plan | medium | Major |
438,068,598 | vue-element-admin | request.js 文件依赖import store from '@/store',会导致编译循环依赖RangeError: Maximum call stack size exceeded | need repro :mag_right: | low | Critical | |
438,072,394 | godot | Make GraphNodes be able to be moved with the arrow keys | **Godot version:**
3.1.1
**Issue description:**
Sometimes I want to position GraphNodes (in VisualScript) so the connections are straight, and it would be useful if I could use the the arrow keys for that. | enhancement,topic:editor,usability | low | Major |
438,079,339 | TypeScript | Cannot infer generic argument type from passed callback | <!-- 🚨 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: Type Inference | medium | Critical |
438,085,866 | TypeScript | make @ts-ignore available when using {/* @ts-ignore */}. | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | high | Critical |
438,086,787 | go | cmd/go: treat most errors as fatal when resolving a package with a proxy | ### What version of Go are you using (`go version`)?
go1.12.4 and master (`049c8dbf`)
### 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><br><pre>
$ go env
GOARCH... | NeedsFix,GoCommand,modules | low | Critical |
438,090,795 | three.js | Suggestion: Merge updateMatrixWorld and updateWorldMatrix | The `updateWorldMatrix` function adds the ability to guarantee that the parent matrices are up to date before updating an objects world matrix. In the interest of maintaining backwards compatibility and simplifying the API why not merge the behavior of the two functions into `updateMatrixWorld`?
The API might look l... | Suggestion | low | Minor |
438,101,950 | vue-element-admin | Routes is missing after reload page | <!--
注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 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(问题... | need repro :mag_right: | low | Critical |
438,108,716 | godot | Using set_shader_param with a color returns non-linear colors | **Godot version:** v3.1.stable.mono.official (LATEST)
**OS/device including version:** Ubuntu 18.04 bionic,
Kernel: x86_64 Linux 4.18.0-17-generic
**Issue description:**
If using colors to transfer values (Since sampler2d is our only array), The values seem to be offset by 0.05 and put through a square root fu... | bug,breaks compat,topic:shaders | low | Major |
438,126,725 | youtube-dl | Add support for British Telecom film archive | <!--
######################################################################
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 |
438,172,532 | TypeScript | [Feature request] keyword `final` type for output full final type in .d.ts | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback,Domain: Declaration Emit | low | Critical |
438,182,509 | TypeScript | 'instanceof' changes type outside of 'if' statement | <!-- 🚨 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,Fix Available,Rescheduled | low | Critical |
438,238,836 | pytorch | BatchNorm1d does not support batchsize>65535 in eval mode with 3 dimension (NxCxL), raise CUDNN_STATUS_NOT_SUPPORTED | ## 🐛 Bug
Hi, I found a bug while feeding big batch size to my model. The code works fine if I remove `bn.eval()`.
I have checked similar issues, none seems to solve the problem
`RuntimeError: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.`
## To Reproduce
My minim... | module: dependency bug,module: cudnn,triaged,small | low | Critical |
438,288,673 | go | go/doc: lines with double-quotes cannot be headings | ### What did you do?
Add a package doc like:
```
// ...
// The behaviour can be customized by annotations on the CRDs.
//
// Annotation "annotation-name"
//
// example.com/annotation-name: <bool>
//
// If true, lorem ipsum ...
//
```
### What did you expect to see?
The string `Annotation "annotati... | NeedsInvestigation | low | Major |
438,299,699 | TypeScript | Allow returning types from functions | ## Search Terms
Not easily googleable because all the words are the same for extracting the function's return type.
export type from function, return type from function
## Suggestion
Make it possible to return a type from a function.
The type doesn't need to depend on the runtime values passed to the fun... | Suggestion,Awaiting More Feedback | low | Major |
438,404,501 | kubernetes | Metrics Request: FS metrics such as Disk IO for PVCs | **What would you like to be added**:
Is it possible to extend `container_fs_io_time_seconds_total` and similar FS metrics for PVCs? I am not able to access metrics for any of the mounted PVC disks.
I can only access them via `node_disk_io_time_seconds_total` from node-exporter but there's no way to automatically ma... | sig/storage,kind/feature,lifecycle/frozen | low | Major |
438,407,535 | tensorflow | CPU support for dilation rates larger than 1 |
**System information**
- TensorFlow version (you are using): 1.13.1
- Are you willing to contribute it (Yes/No): Yes
**Describe the feature and the current behavior/state.**
Current behavior for a model we are training is that CPU training yields errors:
`tensorflow/core/common_runtime/executor.cc:624] Exe... | stat:awaiting tensorflower,type:feature,comp:runtime | low | Critical |
438,450,384 | rust | Where bounds are ignored as part of trait type parameters on an impl | Where bounds are ignored, but suggested by the compiler, when implementing trait objects with second order types.
A full example is available at: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=d61ff8acea97a202e00ea6fc32def211
The bound on line 21 is ignored:
```rust
<T as hyper::s... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics | low | Critical |
438,516,241 | pytorch | caffe2/resnet50 assert in fetch_blob() when base_learning_rate = 0 | ## 🐛 Bug
The MultiPrecisionSgdOptimizer used by the resnet50_trainer.py Caffe2 example avoids setting up a learning rate blob (doesn't call build_lr()) if the base_learning_rate is 0:
From `caffe2/python/optimizer.py`:
```
class MultiPrecisionSgdOptimizer(SgdOptimizer):
def __init__(self, base_learning_... | caffe2 | low | Critical |
438,516,768 | flutter | Row as leading/trailing in CupertinoSliverNavigationBar takes up the entire space covering the regular title | ## Steps to Reproduce
1. Use CupertinoSliverNavigationBar
``` dart
class AppNavigationBar extends StatelessWidget {
const AppNavigationBar(this._title, this._appLocalizations);
final String _title;
final AppLocalizations _appLocalizations;
@override
Widget build(BuildContext context) {
retur... | framework,f: cupertino,a: quality,P2,workaround available,team-design,triaged-design | low | Major |
438,575,051 | youtube-dl | Site Support - ceknito.sk | <!--
######################################################################
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 |
438,584,945 | godot | Saving a scene that has an animationTree node "working" mess up ragdoll setup on reload | **Godot version:**
v3.2.dev.custom_build.2931b4d
**OS/device including version:**
OS: Ubuntu 18.04.2
**Issue description:**
I noticed that every time I saved a scene of a character that has a ragdoll setup and an AnimationTree that is active with an animation running, close the scene and then reopen, the locat... | bug,topic:editor,confirmed | low | Minor |
438,589,217 | create-react-app | Allow import of built-in browser modules, i.e. std:kv-storage | # Should built-in browser modules be supported?
As it currently stands, CRA does not support built-in, standard library, browser modules and I haven't been able to find any information or discussion on future support for these modules (i.e. `std:kv-storage`).
If built-in modules are to ever be supported it would ... | tag: underlying tools,tag: new feature | low | Critical |
438,631,295 | angular | Angular Elements - Will show ExpressionChangedAfterItHasBeenCheckedError when use variable in attribute | # 🐞 bug report
### Affected Package
The issue is caused by package @angular/elements 7.1.0
### Is this a regression?
Yes, the previous version in 6.1.9 also existed.
### Description
popup-element is a custom element created by angular element. Just the same as Demo in angular document. https://angular.... | type: bug/fix,freq1: low,workaround2: non-obvious,area: elements,state: confirmed,P4 | low | Critical |
438,633,440 | youtube-dl | Not able to download from Safaribooks Video | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | account-needed | low | Critical |
438,657,298 | pytorch | Performance difference between 0.4.1 and 1.1.0 | ## ❓ Questions and Help
The avearge runtime of my model under the environment of PyTorch 0.4.1.post2 is about 16ms, while changing to PyTorch 1.1.0.dev20190411, the time is increased to 20ms.
runtime in 0.4.1
 | This is a tracking issue for the RFC "Transparent Unions and Enums" (rust-lang/rfcs#2645).
**Steps:**
- [x] Implement the RFC (cc @rust-lang/compiler -- can anyone write up mentoring instructions?)
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
- [ ] Stabilization PR ([see instructions on ... | B-RFC-approved,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-design-concerns,A-repr | high | Critical |
438,727,174 | pytorch | On first construction, CUDAContext changes default CPU allocator behavior | The first time you construct a CUDAContext, the CPU memory allocator will be changed into one that allocates CUDA pinned memory, reporting that this occurred at level `VLOG(1)`. This is not documented anywhere end-users are likely to see, and is a silent performance hazard for anyone doing Caffe2-PyTorch interop, as it... | caffe2 | low | Major |
438,786,955 | youtube-dl | [toutv] Gets a 400: Bad request on login | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | account-needed | low | Critical |
438,867,887 | flutter | Would like hooks to record user interactions for later playback | Alibaba has created their own internal record/playback system for quickly turning manual testing of Flutter-built apps into automated tests.
They currently maintain forks to the framework to make this happen (some "assert" wrapped calls to their record system in a few strategic places, e.g. GestureDetector).
Havi... | c: new feature,framework,customer: alibaba,P3,team-framework,triaged-framework | low | Major |
438,883,936 | flutter | Driver scrollUntilVisible method errors could be improved | For example, I was trying to drive some UI that uses a `CustomScrollView`, but I was specifying `find.byType('ListView')` for the `scrollable`. I received the following error:
```
DriverError: Failed to fulfill WaitFor due to remote error
Original error: Bad state: The client closed with pending request "ext.f... | c: new feature,tool,customer: mulligan (g3),t: flutter driver,a: error message,P3,team-tool,triaged-tool | low | Critical |
438,896,342 | kubernetes | leveraging etcd minor version features | etcd 3.4 is slated for release in late June 2019. It includes additions to the API that Kubernetes can only leverage if the kube-apiserver knows it's making requests to a etcd 3.4+ cluster.
The kube-apiserver's `--storage-backend` flag is available to set the etcd major version ("etcd3").
Would it be acceptable t... | sig/api-machinery,kind/feature,lifecycle/frozen | low | Minor |
438,896,452 | TypeScript | Namespaced ES6 classes are not recognized as types | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.33.1
- OS Version: Linux... | Bug | low | Minor |
438,898,496 | godot | Improve enum usage in Dictionary exports for C# | <!-- 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. -->
3.1.1
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
Wi... | enhancement,topic:gdscript,topic:dotnet | low | Major |
438,902,614 | opencv | Positional Argument `outImg` Should Be Keyword Argument in cv2.drawMatches | ##### System information (version)
- OpenCV => 4.0.1
- Operating System / Platform => MacOS 10.14 Mojave
- Compiler => XCode 10.1
##### Detailed description
The docstring says
> drawMatches(...)
> drawMatches(img1, keypoints1, img2, keypoints2, matches1to2, outImg[, matchColor[, singlePointColor[, matc... | category: python bindings,category: documentation | low | Critical |
438,903,054 | TypeScript | `paths` not used for auto import | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Quick Fixes | medium | Critical |
438,911,135 | go | cmd/go: go get -u behaves differently with and without GOPROXY when a module doesn't exist at head | <pre>
$ go version
go version devel +fbc6a97222 Mon Apr 29 19:54:30 2019 +0000 linux/amd64
</pre>
The problem exists with go1.12 as well.
### What did you do?
Without proxy, I could run `go get -u` successfully. With proxy, it fails with cryptic error message.
<pre>
$ export GOPROXY=direct
$ mkdir scratch;... | NeedsInvestigation,GoCommand,modules | low | Critical |
438,915,211 | TypeScript | Object.getOwnPropertyDescriptors accepts undefined (lib.es2017.object.d.ts) | **TypeScript Version:** 3.4.5
**Search Terms:**
getOwnPropertyDescriptors
**Code**
```ts
Object.getOwnPropertyDescriptors(undefined);
```
**Expected behavior:**
Undefined is not accepted.
**Actual behavior:**
Undefined is accepted.
**Playground Link:**
https://www.typescriptlang.org/play/index.ht... | Bug,Domain: lib.d.ts | low | Critical |
438,957,040 | TypeScript | Import Interfaces and/or definitions from URL's pointing to Servers (Not local to machine) | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | low | Critical |
438,963,622 | terminal | Console window cannot be closed when in selection mode before WSL tty is ready | On Windows 10 1903 (build 18362.86), but could be the same on other build, I didn't test on earlier ones or 20H1.
Launching a WSL distribution opens a console window and connects it as a tty* to the instance.
If an edit selection is marked before the client process gets connected, for example by click and drag over... | Product-Conhost,Area-Interop,Issue-Bug | low | Minor |
438,989,673 | flutter | iOS Add2App profile mode can't attach/find observatory | `flutter run --profile` on a iPhone allows you to attach and use the observatory in a normal way.
However, running in a profile mode add2app scenario does not. | platform-ios,tool,a: existing-apps,a: debugging,customer: amplify,P3,team-ios,triaged-ios | medium | Major |
438,991,087 | godot | GIProbe based GI is wrong for intersecting or overlapping geometry | **Godot version:**
Godot master (#25670)
**OS/device including version:**
Windows 10
**Issue description:**
Voxel based GI (with GIProbe) is not computed correctly for intersecting or overlapping geometry.
 and int() in gdscript | This probably can't be fixed due to a breakage of incompatibility but I've noticed that the functions `int` and `float` behave subtly differently in strange ways:
```
int("456") # yields 456
int("asdfjaldsgja;lsdgj456") # yields 456
int("dfkj4dkfjj5dkjf6dfkjdk") # yields 456
int("4.56") # yields 4
int("4kgjsdjk... | bug,discussion,topic:core,breaks compat | low | Minor |
439,058,559 | vscode | Add a button to open Find All References from Peek References | Issue Type: <b>Feature Request</b>
While I typically like to use Peek References (and want to keep it as the default for code lens), once it opens depending on the number of items, I'll then often want to "upgrade" the peek to a full Find All References, but it is not convenient to do so. It would be great if there ... | feature-request,editor-symbols,references-viewlet | low | Minor |
439,119,833 | storybook | Addon-docs: support interactions with existing addons | From @trevoreyre :
> Any thoughts on how addon-docs would interact with other addons? I notice right now when you switch to the docs tab, the addons panel goes away, as well as any other tabs you have enabled through other addons. I think it would be useful to still be able to interact with other addons, like seeing... | discussion,addon: docs | medium | Critical |
439,137,174 | pytorch | install error from source | Hello,there is the output.I don't know how to deal with it.
[1/1460] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/aten/aten_op.cc.o
FAILED: caffe2/CMakeFiles/caffe2.dir/contrib/aten/aten_op.cc.o
/data1/NLPRMNT/public/gcc485/bin/c++ -DCPUINFO_SUPPORTED_PLATFORM=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MMA... | proposal accepted,module: internals,triaged | low | Critical |
439,141,218 | pytorch | RuntimeError: invalid argument 10: ldb should be at least max(1, 0), but have 0 at ../aten/src/TH/generic/THBlas.cpp:36 | ## 🐛 Bug
Runtime error when running:
```
loss = loss_func(self.alpha, self.lam, f_loss, ds, x_hat_p, x_hat_n)
optim.zero_grad()
loss.backward() # <- Error here
```
Error Message:
```
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1741, i... | module: internals,triaged | low | Critical |
439,189,326 | go | encoding/gob: decoding fails for structs with anonymous pointer fields that implement GobDecoder interface | <!-- 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.1 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsInvestigation | low | Critical |
439,191,705 | flutter | Animate Snackbar (SnackBarBehaviour.floating) with FAB as it does with SnackBarBehaviour.Fixed | The new behaviour with the snackbar floating works really well rxcept when there is a FAB in the scaffold, the FAB stays in the same position and the snackbar floats above the FAB, instead of adding extra padding to the bottom of the FAB with the snackbar being below.
Is this actually per the MD guidelines or does i... | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Major |
439,232,888 | flutter | Check whether the device can display a specific emoji char | When placing the emoji's unicode inside a `Text` widget, I did notice that some Android devices cannot display some emojis (besides the emulators, I've seen it in an Asus Zenfone Go Live).
There should be a way to detect if an emoji cannot be displayed, so developers can work around. | c: new feature,framework,dependency: dart,a: typography,customer: crowd,P3,team-framework,triaged-framework | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.