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 |
|---|---|---|---|---|---|---|
443,908,498 | go | runtime: occasional hangs in TestCgoCallbackGC | Looks like the test hung for some reason.
https://build.golang.org/log/e9e9a00d8fbae5c7ffb803d871b86982849c08ea
<details>
```
--- FAIL: TestCgoCallbackGC (60.03s)
crash_test.go:95: testprogcgo CgoCallbackGC exit status: exit status 2
crash_cgo_test.go:70: expected "OK\n", but got:
SIGQUIT: ... | Testing,NeedsInvestigation | medium | Critical |
443,911,446 | go | x/build: increase timeouts or reduce parallelism on darwin-arm-mg912baios builder? | There is a strange effect visible in [this log](https://build.golang.org/log/a5b12928389cb0bdf4e3f3923dd893bddc52e942) on the `darwin-arm-mg912baios` builder.
The tests are running along fine for a while, and when they get to the (presumably CPU-intensive) `hash/*` tests they suddenly dropm from ~150s per test to ~1... | Testing,Builders,NeedsInvestigation | low | Major |
443,915,237 | go | runtime: "sweep increased allocation count" on darwin-arm64-corellium builder | From https://build.golang.org/log/f06119002ee0fe160d0b78b3e67ce274e468a96d:
(Note that the failure occurred during bootstrapping, in the `toolchain3` phase.)
This might be blocked on #21729.
<details>
```
darwin-arm64-corellium at ed7a92bab459806c958459264f8c88495ea6c4ba
:: Running /bin/bash with args ["b... | NeedsInvestigation,compiler/runtime | low | Critical |
443,946,429 | go | x/build: linux-amd64-race TryBot straggling | In the TryBot run for https://golang.org/cl/176580 at Patchset 4, most of the TryBots ran relatively quickly (less than 10m), but the `linux-amd64-race` builder took much longer (over 20m).
I'm not sure exactly why it was so slow, but it leads me to believe that there may be something wrong with the sharding for tha... | Performance,Testing,Builders,NeedsInvestigation | low | Major |
443,969,449 | pytorch | RoiAlignTest.CheckCPUGPUEqual is still flaky | https://circle.pytorch.org/pattern-details.html?pattern_id=86
Previously #8084
CC @yinghai @xkszltl
```
May 14 00:21:35 [ RUN ] RoiAlignTest.CheckCPUGPUEqual
May 14 00:21:37 WARNING: Logging before InitGoogleLogging() is written to STDERR
May 14 00:21:37 W0514 00:21:37.976260 425 init.h:115] Caffe2 G... | caffe2,triaged,module: flaky-tests,better-engineering | low | Critical |
444,013,997 | terminal | Get Performance Tests Working | I've added a performance mode to some of the `conhost.feature.tests.dll` tests and managed to ensure that they do work with the WinPerf infrastructure.
Now I need to finish up and get this running in an automated fashion. I'm pretty sure that WinPerf and the Windows Performance backend services are going to remain p... | Product-Conhost,Area-Performance,Issue-Bug,Area-Build | low | Critical |
444,016,344 | go | spec: document nil checks for value methods | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.12 linux/amd64
</pre>
### What did you do?
```
package main
import (
"fmt"
)
type S struct {}
func (S) M(n int) {
fmt.Println(n)
}
typ... | Documentation,NeedsInvestigation | low | Major |
444,022,692 | material-ui | Feature Request: Warnings for missing ARIA properties | When rendering certain components such as Menus, Images, etc... it would be awesome if those components that *should* have aria attributes, if they aren't specified would issue `console.warn` statements for non-production builds at render. This should also include input elements that don't have an `id` property, as th... | accessibility,discussion | low | Critical |
444,052,116 | go | cmd/go: restore ability to see what updates will happen | In 1.12, `go list -u -m all` displays the direct and indirect dependencies of the current module that have available updates, and `go get -u` attempts to update those dependencies.
In #26902, there was a very nice change that narrowed the set of updates that happen for things like `go get -u -m all` (and other varia... | NeedsInvestigation,modules | low | Minor |
444,077,058 | pytorch | Statically make `__setstate__` set all attributes/parameters | #20242 added support for `__getstate__` and `__setstate__` on a module which is an alternative to automatically saving all parameters/attributes. This means the user must be initializing all parameters/attributes themselves. Like in TorchScript classes' `__init__()`, we should be statically verifying that this is actua... | high priority,module: serialization,triaged | low | Minor |
444,111,318 | electron | Allow multiple webRequest handlers | <!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can.
-->
### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-... | enhancement :sparkles: | low | Major |
444,132,400 | PowerToys | Trim " in explorer address bar | If I paste a path like “C:\Windows” including the “ to the explorer address bar and press enter it opens a browser window instead of navigating to C:\Windows. It would be nice to trim the “ on navigating.
This would also be a benefit to any save or open file dialog.
Another nice feature would be to ignore \\\ within ... | Idea-New PowerToy | low | Major |
444,144,763 | flutter | Add dependency management support for Windows plugins | We'll need flutter_tool support for adding the native portions of plugins to the build, including fetching dependencies, plugin registrant generation, etc.
This will likely use NuGet for package management, but that needs evaluation. | tool,platform-windows,a: desktop,P2,team-windows,triaged-windows | low | Critical |
444,145,038 | flutter | Decide on a dependency management plan for Linux plugins | We'll need flutter_tool support for adding the native portions of plugins to the build, including fetching dependencies, plugin registrant generation, etc.
How dependency management/fetching will be done for Linux is an open question. | tool,platform-linux,a: desktop,P2,team-linux,triaged-linux | low | Major |
444,150,563 | terminal | Resize reflow tests | I have some note to myself in the internal tracker that resize-with-reflow should probably have a test suite on it. Sure, it's a conhost feature, but it will likely affect the presentation of things through the ConPTY.
We'll probably want to adjust some of the behaviors around resize-with-reflow as we tighten up int... | Product-Conhost,Area-Interaction,Issue-Task | low | Minor |
444,154,178 | terminal | Create comprehensive word-by-word selection tests | This is ported from MSFT: 19672875.
I don't remember why this exists. I filed this on myself and this is the only information I had.
Maybe I left a to-do item behind somewhere in the code referencing this ID?
It has to have to do with conhost, not with Terminal. | Product-Conhost,Area-Interaction,Issue-Task | low | Minor |
444,158,548 | vscode | Be able disable task detection from tasks.json or override tasks execution | Currently VSCode uses `tasks.json` to detect the tasks. If there is a `FileSystemProvider` registered, it will use it to read `tasks.json`. The problem with that is the tasks may not make sense if they come from something else other than `file:/.../.vscode/tasks.json`. E.g. if the file system provider is of a remote ki... | feature-request,tasks | low | Major |
444,167,146 | terminal | ReadPendingInput plays unsafe byte/char games with pending data | Ported from MSFT: 18047766.
I fixed an immediate crash bug in MSFT: 17987369 that affected this area, but realized at the time that it's really bad that the `ReadPendingInput` function in the console host is playing games with a void pointer and mix-and-match of byte versus character counting.
This represents inv... | Issue-Feature,Product-Conhost,Area-Input,Area-Server | low | Critical |
444,183,224 | go | x/mobile/cmd/gomobile: Mygomobileios.framework/Mygomobileios(go.o)' does not contain bitcode. | <!-- 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.5 darwin/amd64
gomobile version +32b2708 Thu May 9 16:48:39 2019 +0000 (android,ios); androidSDK=
</pre>
### Does this issue reproduce with ... | NeedsInvestigation,mobile | low | Critical |
444,184,255 | go | cmd/compile: optimize sparse line numbering | In [CL 154617](https://go-review.googlesource.com/c/go/+/154617), @dr2chase wrote:
> I've attempted to speed this up by not using maps, and have not succeeded. I'd rather get correct code in now, speed it up later if I can.
That CL adds about 1.5% to compile time.
This is a reminder issue to optimize.
| ToolSpeed,NeedsInvestigation,compiler/runtime | low | Minor |
444,198,119 | godot | One way platforms don't have consistent collision on edge | **Godot version:**
3.1
**OS/device:**
Windows 8, Toshiba Satellite
**Issue description:**
This is a rehash of closed issue #14724.
One-way `StaticBody2Ds` with rectangular `CollisionShape2Ds` do not consistently detect collision with a `KinematicBody2D` player when the player is on the edge of the platform.... | bug,confirmed,topic:physics | low | Minor |
444,222,720 | puppeteer | [feature request] page.screenshot should not freeze when the page is not focused | <!--
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 | low | Critical |
444,223,362 | rust | Support Windows path manipulation on other platforms | It'd be nice if the facilities under `std::os` which don't use platform-specific APIs would be available on all platforms. For example, the ability to take a bytestream and construct a Windows path out of it in order to detect whether it is a valid Windows path would be great.
The use case is implementing a check fo... | T-libs-api,C-feature-request,A-io | low | Major |
444,235,314 | PowerToys | ADD multiple VLAN Support without intel / realtek support | Add possibility to configure VLAN Adapters not only VLAN tagging the "one" interface. | Idea-New PowerToy | low | Minor |
444,350,608 | angular | Prioritize _ngcontent styles over _nghost | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,freq1: low,area: core,state: confirmed,core: CSS encapsulation,P3 | low | Critical |
444,383,270 | vue | get error detail when use async component factory | ### What problem does this feature solve?
https://vuejs.org/v2/guide/components-dynamic-async.html#Handling-Loading-State
```
const component = new Promise(function (resolve, reject) {
reject('error detail');
});
```
```
const AsyncComponent = () => ({
// The component to load (should be a Promise... | feature request | low | Critical |
444,422,501 | vue | Triggering a listener of a functional component breaks reactivity in Safari 12.1, if iframe is on the page | ### Version
2.6.10
### Reproduction link
[https://jsfiddle.net/ebgj6fra/2/](https://jsfiddle.net/ebgj6fra/2/)
### Steps to reproduce
- Access the fiddle
- click the "change" button
### What is expected?
*Hello world!* should change to *tada!*
### What is actually happening?
In latest Safar... | bug,browser quirks,has workaround | low | Minor |
444,476,718 | go | encoding/json: interface{} not being stringified when JSON ",string" tag is used | ### What version of Go are you using (`go version`)?
1.12.5 playground
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
NACL
### What did you do?
https://play.golang.org/p/Q4JdghzkBI-
### What did you expect to see?
inte... | help wanted,NeedsInvestigation | low | Minor |
444,480,183 | pytorch | c++ torch::nn::Sequential increments count on name errors | ## 🐛 Bug
Sequential size() returns incremented count when _push_back_ fails on name errors:
```
torch::nn::Sequential s; size_t n=0;
std::cout << "initial size: " << s->size() << "\n";
ASSERT_THROWS_WITH(
s->push_back("name.with.dot", torch::nn::Linear(3, 4)),
"Submodule name must not contain... | module: cpp,triaged | low | Critical |
444,503,466 | TypeScript | JSDoc property on typedef can only extend `Object` type | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug | low | Critical |
444,533,329 | godot | Sub-Viewport dosn't capture proberly when using get_texture().get_data() | **Godot version:**
3.1.1-stable
**OS/device including version:**
Windows 10, GTX 1080, Driver version: 419.67
**Issue description:**
Make a screenshot with get_viewport().get_texture().get_data(), but only get a complete black picture. Using the same and create a ImageTexture from it and assign it to a spr... | topic:core,documentation | low | Minor |
444,537,566 | vscode | Add more flexible Decorations or editor overlays for extensions | Flutter in IntelliJ/Android Studio has this new feature that draws guide lines between parent/child widgets in the code editor:

The feedback has been great and many have asked for the same in VS Code ... | feature-request,editor-rendering | high | Major |
444,633,839 | go | x/playground: error line highlighting broken with multi-file programs | With the new support for multiple files (#32040), the error highlighting is broken (sometimes):
https://play.golang.org/p/S5z9R-mbAzj

/cc @ysmolsky @dmitshur | help wanted,NeedsFix | low | Critical |
444,652,529 | go | testing: Benchmark prints nothing on failure | Benchmark functions can call Log, Error and Fatal, but if the benchmark is run with the Benchmark function, all messages are discarded.
https://play.golang.org/p/fd5Ed-il70V
Perhaps the messages should be printed to standard error? | NeedsInvestigation | low | Critical |
444,653,276 | terminal | Feature request: Enable customization for tabs on bottom/right/left | There should be an option for 'tabs on bottom' for the user to set in profiles.json.

| Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal | medium | Critical |
444,653,653 | pytorch | torch.norm produces incorrect results | ## 🐛 Bug
torch.norm gives incorrect results on CPU in the latest nightly build as well as in 1.1.0 stable.
## To Reproduce
```
>>> import torch
>>> a=torch.rand(2000,2000,64)
>>> b=torch.norm(a)
>>> c=torch.norm(a.cuda())
>>> b,c
(tensor(5792.6187), tensor(9237.8311, device='cuda:0'))
```
<!-- If y... | triaged,module: numerical-reproducibility,module: norms and normalization | low | Critical |
444,663,808 | go | cmd/objdump: incorrect filename for function | ```
$ go tool objdump -s cmplx.Inf ../pkg/darwin_amd64/math/cmplx.a
TEXT math/cmplx.Inf(SB) gofile..$GOROOT/src/math/bits.go
bits.go:27 0x2e24 90 NOPL
isinf.go:19 0x2e25 f20f100500000000 MOVSD_XMM 0(IP), X0 [4:8]R_PCREL:$f64.7ff0000000000000
isinf.go:20 0x2e2d f20f11442408 MOVSD_XMM X0, 0x8(S... | help wanted,NeedsFix,compiler/runtime | low | Major |
444,669,888 | go | cmd/compile: inlining mark elimination is fragile | [broken out from #32068]
If you remove the following rule from generic.rules
`(Geq(64|32|16|8) (Const(64|32|16|8) [c]) (Const(64|32|16|8) [d])) -> (ConstBool [b2i(c >= d)])`
and recompile math/cmplx.Inf, you get similar generated code. The constant folding that did not occur during generic opt occurs in lo... | NeedsInvestigation,compiler/runtime | low | Critical |
444,680,472 | pytorch | Performance issue when accessing an extremely large (10GB) longtensor | ## 🐛 Bug
I'm encountering a very strange performance issue when accessing an extremely large tensor. I first encountered it when loading a whole dataset into gpu memory on a Tesla v100, which may be required for reproducibility because smaller tensors don't demonstrate the effect.
If the tensor is above a certa... | module: cudnn,module: cuda,triaged | low | Critical |
444,681,329 | TypeScript | Automatic `skipDefaultLibCheck` (and potentially `skipLibCheck`) | This issue is adapted from a work item discussed at #25658.
# Automatic `skipDefaultLibCheck`
`lib.d.ts` is a pretty big file, and it's only going to grow. Realistically, most people don't ever declare symbols that conflict with the global scope, so we made the `skipDefaultLibCheck` (and also the `skipLibCheck` f... | Suggestion,In Discussion,Domain: lib.d.ts,Domain: Performance | low | Major |
444,712,978 | rust | Naming associated type leads to incorrect lifetime errors | [playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=2d6a330fff6b07b13560649dadaf1cae)
This impl compiles:
```rust
unsafe impl<D> TrustedContainer for D
where
D::Target: TrustedContainer,
D: ops::Deref,
{
type Item = <D::Target as TrustedContainer>::Item;
... | A-lifetimes,A-associated-items,T-compiler,C-bug | low | Critical |
444,740,684 | go | x/crypto/ssh: "ssh: handshake failed: EOF" with 3des-cbc | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.5 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> Output</summary>... | NeedsInvestigation | low | Critical |
444,747,054 | youtube-dl | [Site support request] Vudu.com - Free movies and TV shows | <!--
######################################################################
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 |
444,750,176 | create-react-app | React npm start con't run and open the localhost:3000 | > app@0.1.0 start C:\Users\mohammad ahmad\Desktop\React Projects\app
> react-scripts start
Starting the development server...
events.js:174
throw er; // Unhandled 'error' event
^
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErro... | issue: needs investigation | medium | Critical |
444,758,634 | svelte | afterUpdate docs should mention recursion protection | In src/internal/scheduler.js, `flush()` protects against recursion caused by `afterUpdate` with its `seen_callbacks` variable.
This may lead to surprising behaviour, if the user depends on multiple but finite invocations of their `afterUpdate` callback, so it should be documented. | stale-bot,temp-stale,documentation | low | Minor |
444,759,280 | TypeScript | const TemplateStringsArray for TaggedTemplateExpression | <!-- 🚨 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
TemplateStringsArray, TaggedTemplateExpression
## Suggestion
... | Suggestion,Awaiting More Feedback | high | Critical |
444,785,178 | pytorch | NVRTC_ERROR unknown when using self-built libtorch | Hi, I am doing inference with my own GPU model. When i use the released nightly version of libtorch from official website, there is no issue. Then I build libtorch from the same version of pytorch source and use the self-built version of libtorch to do inference, it shows the following error:
pytorch/torch/csrc/jit/... | module: build,triaged | low | Critical |
444,808,214 | vue-element-admin | 开启Fixed Header,打开el-dialog后的Navbar样式问题 | ## Bug report(问题描述)
#### Steps to reproduce(问题复现步骤)
1. 开启Fixed Header
2. 打开el-dialog
#### Screenshot or Gif(截图或动态图)

#### Link to minimal reproduction(最小可在线还原demo)
https://panjiachen.github.... | enhancement :star: | low | Critical |
444,808,904 | go | crypto/tls: make it clear that implementation is compliant with RFC 5246 | In #31933, @swanandt pointed out that the following note at the top of the [crypto/tls package](https://golang.org/pkg/crypto/tls/):
> Package tls **partially implements** TLS 1.2, as specified in RFC 5246
may be misinterpreted as a warning about non-compliance with the RFC 5246. This is not the case, as @FiloSo... | Documentation,NeedsFix | low | Minor |
444,827,475 | PowerToys | 'Show desktop' button, option to minimize per monitor | When clicking the 'Show desktop' button, all windows are minimized across all monitors. It would be nice to have the option to only show the desktop on that specific monitor and keep windows on other monitors untouched. | Idea-New PowerToy | low | Major |
444,855,101 | flutter | BackdropFilter performance issue | Hi, I'm using a BackdropFilter widget as a cell background in a list.
But this widget totally cripples the application, the performances are very bad and the UI lags very much.
This is my custom widget:
```dart
class FrostedBox extends StatelessWidget {
final Widget child;
final double sigmaY;
fina... | framework,engine,c: performance,customer: crowd,a: images,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.19,found in release: 3.20 | low | Major |
444,907,408 | TypeScript | [3.5.0-dev.20190516] Incorrect type error for mixin | When using the [mixin pattern](https://www.bryntum.com/blog/the-mixin-pattern-in-typescript-all-you-need-to-know/), there are 2 main notations to define the type of the mixin entity.
The mixin pattern:
```ts
export type AnyFunction<A = any> = (...input : any[]) => A
export type AnyConstructor<A = object> = ... | Bug,Fix Available | low | Critical |
444,945,431 | rust | Should Thumb bugs get increased visibility, e.g. Tier 1 status? | Spawned off of discussion here: https://github.com/rust-lang/rust/pull/58605#issuecomment-484929150
Do we need to explicitly revise stuff in our tagging/tests/release processes to try to decrease risk of Thumb bugs?
Namely these two points:
> we may want to expand the number of items tested in the thumb-* tes... | O-Arm,I-needs-decision,T-lang,T-compiler,T-infra,WG-embedded | low | Critical |
444,988,426 | go | x/tools/cmd/goimports: does not find import with package in vendor/, GOFLAGS="-mod=vendor" and empty $GOPATH/pkg directory | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.4
</pre>
goimports from from https://github.com/golang/tools, commit `d1a3278ee74994e9aa609e9e711c616bba677d5d`
### Does this issue reproduce with the latest release?
Yes, reproducible with go 1.12.5
### What... | NeedsInvestigation,modules,Tools | low | Critical |
444,998,756 | create-react-app | Publish react-dev-utils/openBrowser as separate package? | ### Is this a bug report?
No.
---
First of all, thanks for this awesome project! Your work on low-configuration tooling for the React community is a huge help for those of all skill levels.
I would like to suggest the possibility of publishing `react-dev-utils/openBrowser` (and maybe other things) separatel... | issue: proposal | low | Critical |
445,029,084 | opencv | VideoWriter class does not support stream copy | ##### System information (version)
- OpenCV => 3.1 with bindings in Python 3.6
- Operating System / Platform =>Ubuntu 18.04 LTS
- Compiler => Visual Studio 2015
-->
##### Detailed description
The VideoWriter object does not have working stream copy functionality. Using a command line call to ffmpeg, for insta... | priority: low,category: videoio | low | Major |
445,061,759 | pytorch | @ignore annotation for user defined type | ## 🚀 Feature
In user defined type, it would be nice to have a @ignore annotation similar to https://github.com/pytorch/pytorch/pull/16055
This allows the user to write python only methods that are only used in training / debugging (like `def #visualize`)
cc @suo | oncall: jit,triaged,jit-backlog | low | Critical |
445,085,085 | youtube-dl | site support: mediagoblin, libreplanet | ## Checklist
- [X ] I'm reporting a new site support request
- [X ] I've verified that I'm running youtube-dl version **2019.05.11**
- [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 bugtra... | site-support-request | low | Critical |
445,090,438 | youtube-dl | Site support request: kvf.fo | <!--
######################################################################
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 |
445,097,400 | kubernetes | Simultaneous calls to add a finalizer and delete can race | Store#Delete begins by looking up the existing object:
https://github.com/kubernetes/kubernetes/blob/8ae998ceb69ae83afe730795aea3bd44913ad868/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go#L865-L875
If that object has no pending finalizers, and that type does not do graceful deletion, and the... | kind/bug,priority/important-soon,sig/api-machinery,lifecycle/frozen | medium | Critical |
445,112,219 | vscode | New revealProblems property in task presentation options is missing from the API | A new `revealProblems` property is available in the `presentation` of tasks in `tasks.json` in current Insider's builds / the upcoming 1.34. However, this property [is absent from the `TaskPresentationOptions` API in `vscode.d.ts`](https://github.com/microsoft/vscode/blob/07ec42fb0070bd629c1a7fa8f17a8183d7ac4958/src/vs... | feature-request,api,tasks | low | Minor |
445,181,578 | flutter | Widgets show hover effect when clicked on a desktop embedder that has no hover support | When running on a desktop embedder that has no hover support, a widget will incorrectly show hover effect when a mouse clicks inside it, which is dismissed when the mouse clicks out of it.
In the example below, the hover effects are the light-grey color and the tooltip.
. On the other hand, t... | Area-Settings,Product-Terminal,Issue-Task | low | Major |
445,187,645 | pytorch | groupby function | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
## Motivation
Say for example you have a batch of data but want to take a different action (e.g. run a different model) based on the label index, or based on the length of the input, etc. You want to subdivide the batch according to t... | feature,triaged | low | Major |
445,188,177 | rust | Tracking issue for `HashSet` entry APIs | Feature gate: `#![feature(hash_set_entry)]`
This is a tracking issue for `Entry` and entry-like methods on `HashSet`.
### Public API
```rust
impl<T, S> HashSet<T, S>
where
T: Eq + Hash,
S: BuildHasher,
{
pub fn get_or_insert(&mut self, value: T) -> &T {...}
pub fn get_or_insert_with<Q: ?Sized, F>(&mu... | A-collections,T-libs-api,B-unstable,C-tracking-issue,Libs-Tracked | high | Critical |
445,215,776 | go | x/tools/godoc: remove replaceLinePrefixCommentsWithBlankLine in favor of better fix | Now that #7702 is resolved, it should be possible to remove the [`replaceLinePrefixCommentsWithBlankLine`](https://github.com/golang/tools/blob/1a8f2608bd819ae0c5aeb07edd6bae2fa2cebd71/godoc/parser.go#L55-L57) workaround with a better fix.
This issue is about tracking the progress on that (since all previous issues ... | NeedsInvestigation,Tools | low | Minor |
445,294,692 | go | plugin: call dlclose if loading a plugin fails | <!-- 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.5 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are ... | NeedsInvestigation,compiler/runtime | low | Critical |
445,352,672 | rust | Android fails to link in libc-test | I was trying to fix and upgrade the Android build jobs in libc, and I've managed to get the x86_64 and i686 ones running, but the arm and aarch64 ones fail to link and I have no idea why (https://github.com/rust-lang/libc/pull/1344). These are the two errors that I get:
```
= note: /android/ndk-arm/bin/../lib/gcc/a... | A-linkage,O-android,T-compiler,C-bug | low | Critical |
445,406,603 | pytorch | Main page broadcasting (?) example image bug | ## 🐛 Bug
There is an image on the main page of this repo:

Looks like the numbers on the result tensor are wrong (and pretty unreadable btw).
| module: docs,triaged | low | Critical |
445,420,468 | terminal | Missing operator delete/delete[] for some allocated objects | Hi.
Looks like there are few places in the Terminal code where I can suspect a memory leaks due to missing `operator delete` or `operator delete[]`.
These allocation sites can be grouped into following:
- raw `operator new` without `operator delete` like this https://github.com/Microsoft/Terminal/blob/master/src/c... | Product-Conhost,Help Wanted,Issue-Bug,Area-CodeHealth | low | Critical |
445,537,822 | go | runtime: optimization to reduce P churn | # Background
The following is a fairly frequent pattern that appears in our code and others:
goroutine1:
```
ch1 <- data (1)
result = <-ch2 (2)
```
goroutine2:
```
data = <- ch1 (3)
// do work...
ch2 <- result (4)
```
The scheduler exhibits two different behaviors, depending on whether goroutine2 i... | Performance,NeedsInvestigation | medium | Major |
445,541,525 | flutter | Attach output should give clear instructions when application is already started | Internal: b/132252088
The attach output (if not run with debug-uri or url) currently says:
```
Waiting for a connection from Flutter on Pixel 3 XL...
```
which does not prompt for a user action.
We should likely enrich this to say:
```
If your app is already running, please restart it (or pass --debug-... | c: new feature,platform-android,tool,a: quality,P3,team-android,triaged-android | low | Critical |
445,543,379 | vscode | Have `createQuickPick` no longer sort by label | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Similar to https://github.com/microsoft/vscode/issues/63050, I wish to avoid the final sort on the quick pick list. I am using the quickpick as a search field, and the `items` field I set is already sort... | feature-request,api,quick-pick,api-proposal | medium | Critical |
445,547,347 | flutter | MergeSemantics should not forcibly merge nodes marked as "explicitChildNodes" | When the MergeSemantics widget attempts to merge its descendants' Semantics nodes, it throws the following assertion:
```
flutter: 'package:flutter/src/semantics/semantics.dart': Failed assertion: line 2446 pos 16: 'node.parent ==
flutter: null || !node.parent.isPartOfNodeMerging || node.isMergedIntoParent': is not... | framework,a: accessibility,d: api docs,a: quality,c: proposal,a: error message,P3,team-framework,triaged-framework | low | Critical |
445,570,267 | go | encoding/json: accept float starting with "." (".85") while unmarshaling json with ,string tag | ### What version of Go are you using (`go version`)?
<pre>
❯ go version
go version go1.12.5 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary>... | NeedsDecision | low | Critical |
445,574,088 | go | x/net/ipv4: wrong endianness in IP header on darwin-amd64 | <!-- 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.5 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | help wanted,OS-Darwin,NeedsInvestigation | low | Critical |
445,580,472 | pytorch | nn.Embedding backwards slow under high row contention | ## 🐛 Bug
nn.Embedding backward is very slow when there is high contention for a small number of rows in the embedding matrix. This can be ameliorated with different approaches to backward in this case.
## To Reproduce
Steps to reproduce the behavior:
```
import torch
import torch.nn as nn
from torch.nn ... | module: performance,module: nn,module: cuda,triaged | low | Critical |
445,614,433 | rust | rustdoc: private module appears when overriding glob re-export | Consider this code in a crate's lib.rs:
```rust
mod m1 {
pub mod m2 {
pub struct Foo;
}
}
pub use m1::*;
use crate::m1::m2;
```
The generated documentation will show the `m2` module at the crate root, though nothing will show up inside the `m2` module page. The `m2` module is private t... | T-rustdoc,A-visibility,C-bug | low | Minor |
445,639,281 | youtube-dl | Pleas look at radioklassik.at | <!--
######################################################################
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 |
445,658,291 | flutter | Add memory leak test | Make sure we don't get regressions on the embedding or in the engine. We manually tested and fixed issues for 1.12 to make sure the show screen, dismiss screen cycle doesn't cost any memory on a pre-warmed engine. Make sure it's locked it.
Examples:
- https://github.com/flutter/flutter/issues/61558
- https://gi... | a: tests,team,engine,c: performance,a: existing-apps,perf: memory,P3,team-engine,triaged-engine | low | Major |
445,672,355 | terminal | Code Cleanup - Member variables not initialized in GdiEngine's constructor | Minor Code cleanup
In src/renderer/gdi/state.cpp
GdiEngine's constructor is not initializing all of it's member variables.
_isTrueTypeFont
_fontCodepage
_tmFontMetrics
_coordFontLast
_psInvalidData
In Debug only
_debugWindow
_debugContext
As far as I can tell, none of the above variables are used be... | Product-Conhost,Issue-Bug,Area-Build | low | Critical |
445,674,705 | terminal | Callback function passed to EnumFontFamiliesExW uses wrong signature | Example callback function used with `EnumFontFamiliesExW`:
```cpp
int CALLBACK FontEnumForV2Console(ENUMLOGFONT *pelf, NEWTEXTMETRIC *pntm, int nFontType, LPARAM lParam);
```
But `FONTENUMPROC` as expected by `EnumFontFamiliesExW` is defined as follows (SDK 10.0.18362.0):
```cpp
typedef int (CALLBACK* OLDFONTEN... | Product-Conhost,Help Wanted,Issue-Bug,Area-CodeHealth | low | Minor |
445,678,834 | flutter | Vertical `Dismissible` does not dismiss `SingleChildScrollView` (nor` ListView`) | Internal: b/132630514
The following code snippet demonstrates that Dismissible cannot be used for implementing the common pattern of swipe downwards to dismiss screen (where the screen contains a scrollable). This pattern appears for example in the image viewer in Google Search App, in the directions screen of Google ... | framework,f: scrolling,customer: google,has reproducible steps,P2,found in release: 1.21,found in release: 2.2,workaround available,team-framework,triaged-framework | low | Critical |
445,687,763 | go | cmd/go: ambiguous error message on ambiguous import | ### What version of Go are you using (`go version`)?
1.12
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/user/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GO... | NeedsInvestigation,modules | low | Critical |
445,722,817 | pytorch | [distribution] Support for various domain for AffineTransform | ## 🚀 Feature
Currently, AffineTransform's domain and codomain are `real`. So transformed distribution with affine transform will return `real` support by default. It would be great if we allow several more domains such as `greater_than` or `interval`. cc @neerajprad who is also interested in this feature.
Related ... | module: distributions,triaged | low | Major |
445,723,137 | godot | Script gets shadow-removed when _init(arg) + tool | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1.1 official
<!-- Specify commit hash if non-official. -->
**OS/device including version:**
windows 10
<!-- Specify GPU model and drivers if gr... | bug,topic:gdscript,confirmed | low | Critical |
445,738,472 | create-react-app | react-error-overlay fails to parse typescript errors | ### Is this a bug report?
yes
### Which terms did you search for in User Guide?
react-error-overlay
### Environment
<details>
<summary>Environment</summary>
System:
OS: macOS 10.14.5
CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Binaries:
Node: 12.2.0 - /usr/local/bin/node
... | issue: bug | low | Critical |
445,743,840 | TypeScript | const module = {}; export = module | <!-- 🚨 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 |
445,765,122 | PowerToys | Power Plan Switching (automatic too) | I use Full Throttle Override to force my CPU to a certain power plan automatically when a certain application is run (music production DAW in my case). It's the only app of its kind out there, and isn't under further development. I think this would be a perfect case for a Power Toy. Thanks! | Idea-New PowerToy,Product-Power management | low | Major |
445,770,573 | go | cmd/go: building a test binary with "go test -c" probably shouldn't run vet | While working on some slow full emulation qemu VMs, I noticed `go test -c` was much slower than expected. Looking at top, I saw `vet` eating CPU.
It seems surprising that we default to running vet on a flag that's described as:
> Compile the test binary to pkg.test but do not run it
Any vet output would look l... | NeedsDecision | low | Critical |
445,774,902 | pytorch | In-source build causes repeating filename annotations (Windows doesn't support out-of-source build) | We are seeing filenames in `aten/src/ATen/native/cpu/` like the following cases:
```
Activation.cpp
Activation.cpp..cpp
Activation.cpp..cpp..cpp
Activation.cpp.AVX.cpp
Activation.cpp.AVX.cpp..cpp
Activation.cpp.AVX.cpp..cpp..cpp
Activation.cpp.AVX.cpp.AVX.cpp
UnaryOpsKernel.cpp.DEFAULT.cpp.DEFAULT.cpp.AVX2.cpp... | module: build,module: windows,triaged | medium | Major |
445,796,882 | flutter | Document what lifecycle events users need to manually hook up when using FlutterEngine without a FlutterFragment | FlutterFragment communicates lifecycle events to its FlutterEngine. These lifecycle events impact Flutter's internal lifecycle state, e.g., whether or not rendering is paused.
Document these details in the JavaDocs for FlutterEngine and FlutterFragment.
Include this info in a guide that explains all details of ut... | platform-android,engine,d: api docs,a: existing-apps,dependency: android,P2,team-android,triaged-android | low | Minor |
445,799,457 | flutter | Support espresso/EarlGrey integration tests on engine PRs | espresso has a doc at go/espresso-flutter-api | a: tests,c: new feature,team,engine,P3,team-engine,triaged-engine | low | Major |
445,805,757 | TypeScript | Module resolution - four issues (specific and simple to general) | I know there have been plenty of questions around module resolution, I read some of them (SO and here). I still have these issues: The most general one last, the most specific one first.
# 1 Fix documentation
From page https://www.typescriptlang.org/docs/handbook/module-resolution.html
> **_Classic_**
>
> Th... | Suggestion,Needs Proposal | low | Minor |
445,808,515 | godot | Open compressed files that were not made by godot | **Godot version:** 33897d9b5844aa0147d55841845427ed599d069f
<!-- Specify commit hash if non-official. -->
**OS/device including version:** Linux 4.14.113-1-MANJARO
<!-- Specify GPU model and drivers if graphics-related. -->
**Issue description:**
<!-- What happened, and what was expected. -->
I was trying... | enhancement,topic:core,confirmed | medium | Critical |
445,808,658 | go | x/text/language: matcher incorrect handling of zh | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.5 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summar... | NeedsInvestigation | low | Critical |
445,812,437 | flutter | flutter attach should show DevTools in the resident runner and in IDEs | tool,a: existing-apps,P3,team-tool,triaged-tool | low | Minor | |
445,827,687 | godot | Mono log profiler not working on Windows [upstream issue] | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:**
3.1.1 Mono 64bit
**OS/device including version:**
Windows 10 64bit
**Issue description:**
The mono profiler that was added with https://github.com/godotengine/godot/p... | bug,platform:windows,confirmed,topic:dotnet | low | Critical |
445,831,793 | godot | C# ImageTexture.CreateFromImage never released from VRAM? | **Godot version:**
v3.1.1.stable.mono.official
**OS/device including version:**
macOS 10.14.4/MacBookPro 2016
**Issue description:**
I have a subclass of `Spatial` which is instantiated periodically, and the constructor runs something like the following:
```c#
var groundImage = new Image();
groundImag... | bug,confirmed,topic:dotnet | low | Major |
445,859,452 | godot | Built-in scripts are exported in plain text | **Godot version:**
3.1.1
**Issue description:**
Embedded scripts in Scenes are getting exported in plain text, even if compile scripts is selected in export options. | bug,topic:gdscript,confirmed,topic:export | 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.