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 |
|---|---|---|---|---|---|---|
487,727,273 | godot | Controls intercept hidden mouse input events | **Godot version:** 3.2
**OS/device including version:** Linux
**Issue description:**
I have some free look camera code which uses Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED);
The problem is this would seemingly "lockup" and become unresponsive. I managed to find that the problem was that the Control e... | bug,confirmed,topic:input | low | Major |
487,732,603 | pytorch | Assign torch.cuda.FloatTensor to List tensor | ## โ Questions and Help
I make custom cell and use eager execution on CUDA.
Then I meet segmentation fault to assign torach.cuda.FloatTensor to List tensor.
List Tensor is defined in __init(self)__ as;
```python
self.x = [torch.zeros(NUM_INPUT, device='cuda') for _ in range(NUM_HIDDEN)]
```
And the sel... | module: crash,module: cuda,triaged,has workaround | low | Minor |
487,733,187 | flutter | Driver over WebSocket instead of VMService | Internal: b/140286752
It would be interesting to provide a way to run Flutter Driver tests over a WebSocket connection instead of the VM Service protocol. That would allow it to be used in release builds, for example.
This would not be a feature that is enabled by default, and enabling it would have to involve some... | a: tests,tool,t: flutter driver,customer: dream (g3),P3,team-tool,triaged-tool | low | Minor |
487,747,943 | pytorch | pytorch c++ api cannot call operator() on torch::nn::Sequential | ## ๐ Bug
pytorch c++ api cannot call operator() on torch::nn::Sequential.
```cpp
class Net : torch::nn::Module {
public:
Net(int64_t in_size, int64_t out_size) {
linears = register_module("linears", torch::nn::Sequential(
torch::nn::Linear(in_size, out_size));
}
torch::Tensor forwar... | module: cpp,module: nn,triaged | low | Critical |
487,763,690 | godot | Light 2D masking changes brightness on sprites with transparency [GLES3 only] | **Godot version:**
3.1
**OS/device including version:**
Ubuntu 19.04
**Issue description:**
When using a Light2D as a mask on a sprite with transparency it alters it's colour slightly.
 components accept large interfaces into a single prop name. In this case the prop table is really not very helpful as it shows only the top level property. I understand this is not a top priority, but just to keep it on file, can we have an option to 'link' embedded properties.
... | feature request,addon: docs | medium | Major |
487,767,271 | pytorch | [dataloader] Problem in exception reraise mechanism | For some reason my implementation of `dataset.__getitem__` is throwing a `subprocess.CalledProcessError` (a problem in my dataset loading code).
If I pass to DataLoader `num_workers > 0`, I get the following - probably some issues with exception reraising (missing exception args). This is rather un-informative, sinc... | module: dataloader,triaged | low | Critical |
487,776,566 | flutter | Flutter Test Driver: find.bySemanticsLabel missing documentation | I'm having difficulties understanding how `find.bySemanticsLabel` works inside an `integration test`.
There doesn't seem to be one single example inside the documentation.
Following test is the easiest example which it think should work, however it fails.
What am I missing?
**simple_semantics_test.dart**
```... | tool,d: examples,t: flutter driver,P3,team-tool,triaged-tool | low | Critical |
487,789,944 | angular | Moving routing animation into parent breaks child sequence order | <!--๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
Oh hi there! ๐
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
... | type: bug/fix,area: animations,freq2: medium,P3 | low | Critical |
487,800,181 | node | Uncaught error stack trace is misformatted on some platforms | * **Version**: v12.9.1
* **Platform**: Windows 8.1 (6.3 Build 9600)
* **Subsystem**: console
Some consoles do not convert ANSI escape sequences to colors, rather display them directly to the stdout. On those consoles, libuv emulates colors by intercepting stdout stream and calling corresponding Windows API functio... | tty,errors | low | Critical |
487,805,284 | vscode | Convert inline comment to block comment, and vice-versa | Issue Type: <b>Feature Request</b>
I have several JS lines commented out, like so:
```js
// This
// is
// a
// test
```
When I select these lines, there should be a VSC command to convert the inline comments to one block comment. So that the result is:
```js
/**
* This
* is
* a
* test
*/
``... | feature-request,editor-comments | low | Major |
487,816,359 | go | x/mobile: gobind failed: exit status 2 | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.9 linux/amd64
</pre>
### What version of Gomobile are you using (`gomobile version`)?
<pre>
$ gomobile version
gomobile version +c6da959 Fri Aug 30 20:13:51 2019 +0000 (android); androidSDK=/home/jason/Android/Sdk/pl... | NeedsInvestigation,mobile | low | Critical |
487,834,885 | TypeScript | Continuing #17110 - Given generic `W extends { x: A }` should be able to use `keyof W['x']` to index w.x | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** `typescript@3.7.0-dev.20190831`
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** tagged disjoint union generic
This issue s... | Suggestion,Experimentation Needed | low | Critical |
487,851,436 | flutter | [in_app_purchase][ios] - Listener not working for items when a user is trying to re-purchase a not consumed item | Hi, I am having problems with items that have not been consumed on iOS.
I'm not sure if the behavior is intended but my issue is as following:
1) I purchase a consumable item
2) I fake that an error happened and the item failed to be consumed
3) When I try to make a purchase for the same item I get a message fr... | platform-ios,p: in_app_purchase,package,P2,team-ios,triaged-ios | low | Critical |
487,856,079 | godot | TabContainer ignores `label_valign_fg`, `hseparation`, `label_valign_bg` and `top_margin` constants (fixed in `master`) | **Godot version:** 979e772
**Issue description:** After briefing through the source code for [`TabContainer`](https://github.com/godotengine/godot/blob/master/scene/gui/tab_container.cpp) I noticed that the `top_margin` is never taken into account. While in the editor I also noticed that the changing the custom co... | bug,confirmed,topic:gui | low | Major |
487,859,064 | bitcoin | ThreadDNSAddressSeed hangs on sk_wait_data and doesn't stop on exit | This is a continue of previously opened issue [Unable to stop bitcoin-qt. ThreadDNSAddressSeed hangs. #16642](https://github.com/bitcoin/bitcoin/issues/16642#issue-481935673). Now hardware problems are sorted out. Single consumer-grade HDD on USB3.0 is changed for RAID1 of HGST Ultrastarยฎ 7K4000 on SATA. Database was c... | P2P | low | Critical |
487,863,283 | flutter | Drag n Drop functionality needs to be added in Flutter_Driver | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,framework,t: flutter driver,c: proposal,P3,team-framework,triaged-framework | low | Critical |
487,873,154 | godot | Joints slide | **Godot version:**

**OS/device including version:**
Windows 10 64
**Issue description:**
There is looseness in the joint that can't be removed (it's not rigid). I'm guessing this is not supposed to hap... | bug,confirmed,topic:physics | low | Minor |
487,881,743 | TypeScript | Narrow length of tuples | ## Search Terms
tuple length narrow
## Suggestion
Narrow the `length` property on tuple types when used as an Array.
## Use Cases
Often times a method expects an array of some particular length. This can be expressed as `[T, T, T]` where the number of tuple items is the length of the array. However, sometime... | Suggestion,In Discussion | low | Critical |
487,907,860 | TypeScript | Resolving hoisted `typeRoots` paths | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.6.2
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
* resolve typeRoots in parent package node_modules
* sharing tsconfig... | Suggestion,Needs Proposal | medium | Critical |
487,918,056 | rust | #[cold] attribute does is not propagated across crates | Hi!
When hacking on `once_cell`, I've noticed that it is significantly faster than `lazy_static`. Digging into this, it seems like the difference is in the usage of the `#[cold]` attribute.
Specifically, I've applied a patch which marks initialization function as `#[cold]` in lazy_static, and it indeed improved ... | I-slow,A-codegen,T-compiler,C-bug | low | Major |
487,928,246 | go | cmd/vet: incorrect printf "invalid argument index" with ... argument | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
tip (79669dc705)
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
darwin/amd64
###... | help wanted,NeedsFix,Analysis | low | Critical |
487,930,197 | flutter | default plugin gitignore too permissive | I recently started developing my first plugin and hit a pretty hard to debug situation when deploying it inside the app of a customer, due to the plugin scaffold's .gitignore.
My flutter plugin bundles a precompiled .framework that contains a Resources.bundle with a bunch of icons. Concretely i'm referring to the Go... | tool,c: proposal,P2,a: plugins,team-tool,triaged-tool | low | Critical |
487,943,245 | TypeScript | Ability to get generic type from typeof and infer | TypeScript version: 3.6.2
## Search Terms
typeof generic function return generic type
infer arguments from generic function
## Suggestion
I ran into the issue described at #32170, where the answer was
> I expect what you're trying to do is refer to a specific call instantiation of a generic function, ... | Suggestion,Needs Proposal | low | Major |
488,011,206 | go | cmd/compile: does not check go:writebarrierrec for print functions | The runtime function `sighandler` is marked `go:nowritebarrierrec`. It calls `print` which cmd/compile turns into calls to `printstring` and friends. However, if I modify `printstring` to force a write barrier, no error is issued when compiling the runtime package. If I then mark `printstring` as `go:nowritebarrierr... | NeedsInvestigation,compiler/runtime | low | Critical |
488,026,571 | pytorch | The inference speed of the torch c++ dynamic library compiled manually is slower than the torch library officially provided | ## โ Questions and Help
I compile the torch c++ library(v1.2.0) with the command "python tools/build_libtorch.py". And then load the model of renet50 with the compiled library(batchsize=5), the speed is 20fps. But when I load the model resnet50 with the library officially provided from the website https://download.... | module: binaries,module: performance,module: cuda,triaged | low | Major |
488,114,860 | material-ui | Togglebutton does not follow WAI-ARIA toolbar keyboard navigation principles | <!-- Provide a general summary of the issue in the Title above -->
Togglebuttons do not follow WAI-ARIA toolbar keyboard navigation principles.
<!-- Checked checkbox should look like this: [x] -->
- [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://github.com/mui-org/mat... | new feature,accessibility,component: toggle button | low | Major |
488,140,857 | rust | Missed-optimization: extern "C" fn type calls are not nounwind | See https://rust.godbolt.org/z/9UvEyu
```rust
#![feature(unwind_attributes)]
extern "C" {
#[unwind(allow)] fn foo();
// fn bar();
static bar: extern "C" fn();
static mut BAR: i32;
}
struct Foo;
impl Drop for Foo {
fn drop(&mut self) {
unsafe { BAR = 42; }
}
}
pu... | A-LLVM,I-slow,A-FFI,T-lang,T-compiler | medium | Major |
488,147,591 | go | cmd/compile: optimize conditional pointer assignment | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +d15dfdc Sun Sep 1 02:31:50 2019 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
I compiled the following function (https://godbolt.org/z/rRkMVJ):
```go
func f... | Performance,NeedsDecision,compiler/runtime | low | Minor |
488,149,051 | terminal | Documentation update: explain the color names and how they related to ECMA-48 | <!--
๐จ๐จ๐จ๐จ๐จ๐จ๐จ๐จ๐จ๐จ
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Help Wanted,Issue-Docs,Area-Settings,Product-Terminal,good first issue | low | Critical |
488,159,792 | pytorch | Usage of DDP on a module that doesn't require gradients | Per #25550, this raises a terrible error message.
Instead, we can choose to do one of two things:
* Raise a nicer error message to say it's not needed to use DDP.
* Allow this and become a non-functional pass through.
@mrshenli @zhaojuanmao @pritamdamania87 Thoughts?
cc @pietern @mrshenli @pritamdamania87 @zha... | oncall: distributed,triaged,enhancement | low | Critical |
488,160,427 | godot | AnimationPlayer - Bezier curves values won't show in the inspector in Curve Edit Mode | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1 stable
**OS/device including version:**
Win 7
**Issue description:**
Because of https://github.com/godotengine/godot/issues/31697 I try t... | enhancement,topic:editor | low | Minor |
488,169,742 | scrcpy | scrcpy client as virtual webcam driver | First of all... I would like to say thanks to scrcpy creators. I am in love with scrcpy, my life's history can be resumed as: before scrcpy and after scrcpy. Thanks so much!
However, I think it would be a nice feature to scrcpy client act as a Windows "Virtual Webcam".
I am not talking about displaying the Phone ... | feature request,webcam | medium | Major |
488,190,154 | flutter | Please add ability to disable font smoothing | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,engine,a: typography,a: desktop,P3,team-engine,triaged-engine | low | Critical |
488,261,789 | TypeScript | [language server] Apply codefix to all files | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
488,295,491 | go | net: Lookup does not support Android/ios |
<pre>
$ go version
1.12.9
</pre>
```
package main
import (
"fmt"
"net"
)
func main() {
txtrecords, _ := net.LookupTXT("facebook.com")
for _, txt := range txtrecords {
fmt.Println(txt)
}
}
```
`lookup facebook.com on [::1]:53: read udp [::1]:57440->[::1]:53: read: connection... | help wanted,NeedsInvestigation,mobile | low | Minor |
488,297,162 | rust | A tuple of primitives function parameter is passed via the stack even though the tuple constituents could be passed as registers | 1.36.0 x86_64-unknown-linux-gnu
---
```rust
#[inline(never)]
pub fn foo((a, b, c, d): (usize, usize, usize, usize)) -> ((usize, usize), (usize, usize)) {
if a == 0 {
((0, b), (0, d))
}
else {
((a, b), (c, d))
}
}
pub fn bar() {
foo((1, 2, 3, 4));
}
```
passes ... | I-slow,O-linux,O-x86_64,T-compiler | low | Minor |
488,304,756 | youtube-dl | [UFC.com] Add support? | <!--
######################################################################
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 |
488,326,165 | flutter | Import multiple Flutter modules in a native app | Hello guys,
I'm Matheus Romรฃo, software engineer at [ArcTouch](https://arctouch.com/). Here, we are going with Flutter as the technology choice for an important project but recently hit a major roadblock. The principal difficulty relates to using different Flutter modules on different projects. Further explanation a... | c: new feature,framework,engine,a: existing-apps,customer: crowd,c: proposal,P3,team-engine,triaged-engine | high | Critical |
488,331,127 | TypeScript | Error on static class members named 'constructor' should be consistent | **TypeScript Version:** 3.7.0-dev.20190831
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** class, constructor, static, computed, quoted
**Code**
```ts
class A { static constructor() {} }
class B { static "constructor"() {} }
class C { stati... | Suggestion,In Discussion,Awaiting More Feedback | low | Critical |
488,361,504 | TypeScript | Object literals should have a `this` type too | <!-- ๐จ 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,Awaiting More Feedback,Experimentation Needed | low | Critical |
488,375,116 | pytorch | Remote memory access similar to MPI one-sided in pytorch | torch.distributed package currently implements two-sided point to point communication, i.e. send and recv. However, one-sided communication, i.e., put, get and accumulate routines are getting popular in mpi due to performance benefits and dynamic communication patterns. It would be great to implement these routines in ... | oncall: distributed,feature,triaged,module: mpi | low | Major |
488,408,434 | flutter | More ascii in logs | Non-ascii characters appearing in logs seem non-essential. For example.
```
I/flutter (10543): The AnimationController notifying listeners was:
I/flutter (10543): AnimationController#0218f(โญ 1.000; paused)
```
And as an image:
 | xLTO works by emitting LLVM bitcode instead of machine code and then letting the linker run LLVM optimizations (at a point where also code from C/C++ is available for IPO). In the current setup, this means that code from the standard library does *not* partake in the final LTO step because it is pre-compiled to machine... | A-LLVM,A-codegen,I-compiletime,T-compiler,C-feature-request | low | Minor |
488,549,447 | flutter | [Feature] NetworkImage : custom 'makeRequest' function ? | ## Use case
To deal with redirects and authorization and any future problem that may arise.
Currently, the NetworkImage will create an http request, set headers, and use it.
However, when dealing with redircet and authorization ( e.g. #34894 ), the user may want:
(1) To not follow redirect (boolean property)
(... | c: new feature,framework,a: images,c: proposal,P3,team-framework,triaged-framework | low | Minor |
488,556,359 | youtube-dl | Cannot download Viki Pass Plus 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 |
488,586,205 | go | x/tools/internal/imports: test frequently times out on `dragonfly-amd64` builder | The test for `golang.org/x/tools/internal/imports` seems to be timing out on around 25% of runs on the `dragonfly-amd64` builder.
Example logs:
* https://build.golang.org/log/e697ac9c8ea86c4aa83321b80d9c1371c7c630fb
* https://build.golang.org/log/7a7c78010de15f81e9b3411c020e1048006e39e2
* https://build.golang.org... | Testing,OS-Dragonfly,Builders,NeedsInvestigation,Tools | low | Major |
488,586,474 | youtube-dl | Add air.tv | - [X] I'm reporting a new site support request
- [X] I've verified that I'm running youtube-dl version **2019.09.01**
- [X] I've checked that all provided URLs are alive and playable in a browser
- [X] I've checked that none of provided URLs violate any copyrights
- [X] I've searched the bugtracker for similar site... | site-support-request | low | Critical |
488,611,661 | TypeScript | Suggestion: an option to make --showConfig more verbose | ## Search Terms
`showConfig`, `verbose`, `verbosity`
## Suggestion
Currently, the `--showConfig` option will only print the compiler options that are provided by the given `tsconfig.json`.
The suggestion is to introduce another command line option to use together with `--showConfig`, for example `--verbose`... | Suggestion,Help Wanted,Experience Enhancement | medium | Critical |
488,649,495 | flutter | Button widget should provide enable/disable properties instead of setting onpressed to null | ## Steps to Reproduce
I want disable button first, then process logic, then enable button at last.
My logic is : first set onpressed to null to disable button, then do some async operation, at last set onpressed to origin to enable button.
My purpose is to avoid user tapping the button many times when processin... | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Critical |
488,700,096 | flutter | TextSpans within Text widgets render badly in debug output | The textSpan is displayed as a property within a tree style that displays all properties as a single line. Given the parent tree structure, the property needs to render as a single line instead of using the multi-line style. There is some functionality to force styles on a property based on the parent's style but it is... | framework,a: typography,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-framework,triaged-framework | low | Critical |
488,711,801 | flutter | Selection of any justified-text is inaccurate in non-latin languages | I hope I can clarify this issue because it is a little weird. It took me a while to figure out when exactly does it occur.
Here is a very primitive application:
```dart
// main.dart
import 'package:flutter/material.dart';
void main() => runApp(MaterialApp(
home: Scaffold(
appBar: AppBar(),
body: P... | a: text input,framework,f: material design,a: internationalization,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Major |
488,727,384 | flutter | doctor -v should display the previous version after a flutter upgrade | This will help bisect issues reported with `flutter doctor -v` output. | c: new feature,team,tool,t: flutter doctor,P3,team-tool,triaged-tool | low | Minor |
488,740,104 | pytorch | IValue pickle does not work properly if an empty tensor table is not provided | ## ๐ Bug
According to the description for the torch::jit::pickle API, the parameter tensor_table is optional. If not provided, the tensors are expected to be stored in the same byte stream as the pickle data. See https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/pickle.h#L9-L39.
However, if we only pas... | oncall: jit,triaged,jit-backlog | low | Critical |
488,779,147 | kubernetes | Large CRDs go over size limits (e.g. those with embedded podspecs) | Over in KubeBuilder land, we've started to see issues around very large validation blocks going over size limits. Thus far, it's mainly just been the client-size-apply-induced annotation limit, but I worry that when we start getting multiple versions we might go over the 1M limit. For instance, see https://github.com... | sig/api-machinery,kind/feature,priority/important-longterm,area/custom-resources,lifecycle/frozen | medium | Critical |
488,786,874 | flutter | flutter/packages should enforce an expected clang-format version | Right now our formatting tools use whatever version of `clang-format` is in the user's path, but CI always uses `clang-format-7`. Apparently this has also changed over time, since looking at the related issue #12864 there's some mention of CI using `clang-format-5`. Formatting differences from `clang-format` version mi... | team,p: tooling,package,team-ecosystem,P3,triaged-ecosystem | low | Minor |
488,789,137 | kubernetes | Authentication audit logging - denote the authentication mechanism used. | **What would you like to be added**:
Logging for the authentication mechanism used by a user for requests to the API server.
**Why is this needed**:
At the moment Kubernetes does not put the mechanism used to authenticate a user into it's audit logs. As Kubernetes supports multiple authentication mechanisms, ... | kind/feature,sig/auth,help wanted,priority/important-longterm,area/audit,lifecycle/frozen | medium | Major |
488,790,819 | three.js | Scene: background, fog and shadow. | This cycle I was hoping to do some API design clean up in the `Scene` object.
This is the current thinking:
### Background
Taking #16900 and #17199 into account...
```js
scene.background = new THREE.ColorBackground( color );
scene.background = new THREE.TextureBackground( texture, { fit: 'contain' } );
... | Design | medium | Critical |
488,817,668 | pytorch | Avoid non-POD data in thread_local | I have heard that @jamesr66a ran benchmarks indicating that thread local access in PyTorch was quite slow. While most of the overhead is probably coming from the mandatory use of `_tls_getaddr()` which happens when you compile with `-fPIC`, a little bit of overhead is probably also coming from the extra wrapper code th... | module: performance,triaged,module: multithreading,better-engineering | low | Major |
488,822,749 | TypeScript | Add ElementInternals, attachInternals from HTML standard | **TypeScript Version:** 3.5.2
**Search Terms:** ElementInternals, attachInternals
**Code**
```ts
let internals: ElementInternals;
```
**Expected behavior:**
No errors. The [`ElementInternals`](https://html.spec.whatwg.org/multipage/custom-elements.html#the-elementinternals-interface) interface and the r... | Bug,Domain: lib.d.ts | medium | Critical |
488,915,182 | go | cmd/go: allow serving module under the subdirectory of git repository | **NOTE**: The accepted proposal is https://github.com/golang/go/issues/34055#issuecomment-785279844.
- - -
If you head to [https://github.com/nhooyr/websocket](https://github.com/nhooyr/websocket/tree/93d751f3b3fdfa806f4ae3f49fa1bf4e31cee04c) presently, you'll get blasted with a massive root directory listing, mos... | Proposal,Proposal-Accepted,FeatureRequest,GoCommand,modules,FixPending | high | Critical |
488,952,554 | pytorch | [C++] Support negative index in `torch::TensorAccessor::size()` | ## ๐ Feature
<!-- A clear and concise description of the feature proposal -->
Add support for negative indices in `torch::TensorAccessorBase::size()` and `torch::PackedTensorAccessorBase::size()`
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? ... | module: cpp,triaged | low | Minor |
488,972,667 | fastapi | document response in depends | **Is your feature request related to a problem? Please describe.**
No not related to a problem.
I'm using ` fastapi.security.api_key.APIKeyCookie` as a depends and it may raise `HTTPException(403, detail="Not authenticated")` for any router it is used. So i have to document a 403 responses in all related router.
... | feature,confirmed,reviewed | low | Major |
488,998,049 | pytorch | [distributed] all_gather on a List of Tensors directly | ## ๐ Feature
Now, latest pytorch version only gather or reduce the single tensor from different nodes a time. So we need use a loop to aggregate all tensors of the model on different nodes. if my understanding is not wrong, it needs much communication time and is very time-consuming, so I want to know whether there a... | oncall: distributed,module: bootcamp,triaged,enhancement | low | Major |
489,034,160 | go | net/http: error message in case of bad certificate leaks implementation details in Go 1.13 | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsInvestigation | low | Critical |
489,046,571 | go | cmd/go: emit an explicit error when packages in GOPATH/src/vendor overlap with GOROOT/src/vendor | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
only in go1.13 happened, back to go1.12.9 can fix this
### Wha... | NeedsFix,modules | medium | Critical |
489,068,684 | flutter | [google_maps_flutter] Change camera animation speed (and curve?) | Hey there,
Awesome work on the plugin, loving it! I was wondering if there is currently a way to change the animation speed of the `.animateCamera` method and if not, is it planned for a future release?
Cheers
| c: new feature,customer: crowd,p: maps,package,team-ecosystem,P3,triaged-ecosystem | high | Critical |
489,071,230 | godot | Children of ARVRCamera aren't at the expected position | <!-- 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. -->
... | documentation,topic:xr | low | Major |
489,079,230 | neovim | "nvim -u NONE --headless" does not log "Nvim exit" on SIGINT | Running `nvim -u NONE --headless` and using `Ctrl-C` there then only logs:
```
INFO 2019-09-04T12:20:56.499 7898 main:564: starting main loop
```
It could handle SIGINT in this case (no UI attached), and call `ex_cquit` then maybe?
OTOH it might be feasible to explicitly not call the normal exit routines (po... | bug,system,logging | low | Minor |
489,140,572 | rust | File::open() on directories does not return Err(), leads to breakage with BufReader | I tripped onto some odd behaviour.
I was under the assumption calling `File::open()` on a directory would Err(), and that I could use that to handle a user specifying a path that was not a file, ( instead of falling prey to race conditions by stat-ing first and then opening second ).
However, ... bad things happe... | C-enhancement,T-libs-api,A-docs,A-io | medium | Critical |
489,197,219 | pytorch | libtorch forward memory leak | when I input arbitrary size to my network, the memory will increase all the timeใbut when i fix my input on 224 * 224, the memory will not increase!
I have tried export my network using torch.jit.script and torch.jit.trace. this problem always exist !
by the way, I use libtorch1.1
cc @yf225 | module: cpp,module: memory usage,triaged | low | Major |
489,218,367 | pytorch | Torch.jit.trace unexpected error with `torch.cat(โฆ, dim=-1)` | Find below a Minimum Reproducible Example that crashes both in Pytorch 1.1 and Pytorch 1.2 with CUDA (it works with CPU).
```
import torch
from torch import nn
device = torch.device('cuda') # crashes with cuda, works with cpu
class Model(nn.Module):
def __init__(self):
super().__init__()
... | oncall: jit,triaged | low | Critical |
489,240,237 | go | net/http: on CheckRedirect failure, error message should refer to the original (redirected) URL, not the rejected redirect | ### What version of Go are you using (`go version`)?
<pre>
example.com$ go1.13 version
go version go1.13 linux/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>... | NeedsInvestigation | low | Critical |
489,246,622 | material-ui | Errors when dynamically importing components | <!--
Thank you very much for contributing to Material-UI by creating an issue! โค๏ธ
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://gith... | new feature,performance | low | Critical |
489,310,713 | flutter | Better handling of malformed yaml for plugins | https://github.com/flutter/flutter/pull/38632 added support for adding/extracting new information about plugins in a yaml file, but the validation of the yaml needs improvement. See my comments on the PR for details.
Failing to improve the validation will lead to unhandled exceptions reported to crash logging for pr... | team,c: crash,tool,a: quality,P2,team-tool,triaged-tool | low | Critical |
489,338,126 | pytorch | finfo operator not bound into JIT | ## ๐ Bug
When calling torch.jit.script() on code using torch.finfo, a Runtime Error is generated with:
`Unknown builtin op: aten::finfo.`
## To Reproduce
Steps to reproduce the behavior:
1. Use `torch.finfo(torch.float32).eps` in an expression in a forward() function
1. Tag forward() with `@torch.jit.s... | oncall: jit,triaged,jit-backlog | low | Critical |
489,374,545 | rust | E0207 when type parameter's associated type is used in `Self`. | Not sure if this needs to be an error or not.
Per `rustc --explain E0207`, `impl` type parameter are acceptable if they appear in the `Self` type of the `impl`. Emphasis mine:
>Any type parameter or lifetime parameter of an `impl` must meet at least one of
>the following criteria:
>
> - **it appears in the _i... | C-enhancement,A-diagnostics,A-associated-items,T-compiler | low | Critical |
489,385,794 | flutter | [iOS] video_player plays mp3 on Android, but not on iOS | The video_player plugin appears to behave differently on Android and iOS depending on the file extension used - Android will load a mis-named file and do a best effort, iOS just silently fails.
While this is definitely an edge case that might not need to be supported at all, the different behavior on the two platfor... | platform-ios,d: api docs,p: video_player,package,P3,team-ios,triaged-ios | low | Critical |
489,405,937 | go | errors, cmd/vet: too easy to pass a pointer-to-pointer to `errors.As` when it should be a pointer-to-value | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
pi@raspberrypi:~/temper/go/blort $ go version
go version go1.13 linux/arm
pi@raspberrypi:~/temper/go/blort $
</pre>
### Does this issue reproduce with the latest release?
... | NeedsInvestigation,Analysis | low | Critical |
489,465,120 | scrcpy | SendKeys using app, only numbers received in phone | Hi, i'm trying to send string to the android window using application (simple c++);
The strangest thing is... when I send "123abc", in Android text box only received "123"
At first I think this is the problem with the keyboard (I used null keyboard), but after switching to several keyboards.. I believe scrcpy doesn... | input events,keyboard | low | Minor |
489,473,288 | godot | KinematicBody still able to move Rigidbodies and VehicleBodies when infinite inertia disabled | ___
***Bugsquad edit:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:** 3.1.1
**OS/device including version:** Ubuntu 19.04
**Issue description:**
According to the documentation, setting infinite inertia to false on a KinematicBody should make ... | bug,confirmed,topic:physics,topic:3d | medium | Critical |
489,489,418 | rust | Distinguish between fenced and indented code blocks in error message | EDIT: It turns out that the issue I was facing was caused by my doc comment being interpreted as a code block, based on the indented code block rule in markdown.
--
## Summary
The following doc comment fails to compile using `cargo test --doc`:
```rust
///
/// \
///x
```
Example repository [here](http... | T-rustdoc,C-enhancement,A-diagnostics,A-docs,A-doctests | low | Critical |
489,504,089 | TypeScript | keyof T should never print as a union of strings | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Suggestion,In Discussion | low | Critical |
489,513,737 | flutter | [google_maps_flutter] Markers do not obey consumeTapEvents configuration | If you set Marker.consumeTapEvents I would expect the onTap handler not to be called. Currently the event is passed to onTap.
When setting consumeTapEvents to false for Polygons, Polylines, Circles etc. the click handler is not attached to the element, for markers there is no option to disable the click listener in ... | p: maps,package,team-ecosystem,has reproducible steps,P2,found in release: 2.3,triaged-ecosystem | low | Minor |
489,550,613 | pytorch | [dataloader] Hang because of too many open files (and probably some process dead) | After many hours of training I got this. After this the training process is hung (maybe during running the finalizers). I imagine some workers are killed, and the main process somehow can't detect that.
Unfortunately the backtrace isn't very easy to parse (I forced a core dump using `kill -QUIT pid`)
```
Traceba... | module: dataloader,triaged | low | Critical |
489,561,248 | create-react-app | Soft introduction of new ESLint rules impossible due to warnings becoming errors in CI | ### Is your proposal related to a problem?
The problem itself is well-known (e.g. https://github.com/facebook/create-react-app/issues/3657, https://github.com/facebook/create-react-app/issues/2453 and probably more). There are many problems with the `CI=true` approach (mostly about unexpected discrepancy between loc... | issue: proposal,needs triage | low | Critical |
489,575,899 | rust | Moving out of field error should emit resolution suggestions | The current error doesn't help users resolve the problem. Even just including a message that one should try borrowing the field by prepending a `&` would be of help. I don't think it matters that this isn't possible for e.g. `self.foo.consuming_method()`
```rust
struct Foo {
v: Vec<u32>,
}
impl Foo {
... | A-diagnostics,T-compiler | low | Critical |
489,581,142 | TypeScript | @ts-ignore is broken in 3.6 when code line is broken into 2 lines | **Search Terms:**
@ts-ignore
ts-ignore
ignore
multiline
**Code**
```ts
const veryLongStructureNameWithFooInside = {
foo: (x: number): Promise<number> => {
return Promise.resolve(x);
},
};
// @ts-ignore
veryLongStructureNameWithFooInside
.foo() // Notice the line break here caused by prettier
... | Suggestion,Needs Proposal | low | Critical |
489,638,663 | create-react-app | Enable and configure svgo usage with svgr | As i understood svgr svgo is disabled by default and can't be activated
Is there any chance you could allow activating svgo to optimize the svgs? This way we could use .svgo.yml file to configure it depending on our needs | issue: proposal | low | Minor |
489,656,833 | godot | Alt+Numpad is equivalent to deactivating Num Lock | **Godot version:**
3.1.1 stable
**OS/device including version:**
Windows 10, French AZERTY keyboard with a numpad
**Issue description:**
Pressing **Alt+Kp1**, **Alt+Kp3**, **Alt+Kp7**, **Alt+Kp9** is equivalent to pressing End, PgDown, Begin, PgUp.
It is as if the NumLock was off.
 2019.0.4 on Linux | ##### System information (version)
- OpenCV => master
- Operating System / Platform => Linux (CentOS 6.10 x64)
- Compiler => cmake 3.13.4
##### Detailed description
The LAPACK(MKL) library is found, but the LAPACK check code failed to build. The log is:
-- Found MKL 2019.0.4 at: /opt/intel/compilers_and_libr... | bug,category: build/install,needs investigation | low | Critical |
489,828,607 | scrcpy | Windows 10 taskbar icon flash orange for notification | You know the way Windows 10 handles it when something happens
to a running but minimized-to-taskbar app?
It flashes/turns orange.
Is there any way to make the scrcpy icon on my taskbar
turn or flash orange when a notification comes through?
So I don't have to keep leaning over to look at my phone screen,
or f... | feature request | low | Minor |
489,846,179 | flutter | No text input from HID device after hiding keyboard/inputAccessory programmatically | I am currently developing a Flutter app which uses a bluetooth barcode scanner to input text in a text field. The bluetooth scanner is detected as a HID.
One of the constraints of this application is, that a user cannot enter a barcode manually using the virtual keyboard. To prevent this, I automatically hide the ke... | a: text input,platform-ios,framework,f: material design,has reproducible steps,P2,found in release: 3.3,workaround available,found in release: 3.7,team-ios,triaged-ios,fyi-text-input | low | Critical |
489,866,814 | flutter | Asynchonous SearchDelegate | # Use case
I want to show a list of users, but filtering this list is not _super_ fast, in a custom implementation I was able to use stateful widgets and callbacks (streams might have been better) that update al the widgets when search is changed. all this would be handled outside of a build function and the widgets... | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Minor |
489,878,013 | PowerToys | [FancyZones] Create layout from current windows | Feature to "snapshot" your current windows into a new layout
| Idea-Enhancement,FancyZones-Layouts,Product-FancyZones | 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.