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 |
|---|---|---|---|---|---|---|
478,478,625 | deno | Redirect between stderr and stdout in `Deno.Command` | Ref https://github.com/denoland/deno/pull/1828#issuecomment-467719574
Rather than adding `Process::combinedOutput()`, I propose modelling `2>&1` in `RunOptions`.
Ref https://docs.python.org/3/library/subprocess.html#using-the-subprocess-module
```ts
export interface RunOptions {
cmd: string[];
cwd?: str... | feat,public API,runtime | low | Minor |
478,509,857 | go | go/types: Config.Check tries to create go.sum | <!-- 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.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation,modules,Tools | low | Critical |
478,537,732 | flutter | Improve color controls for flutter. | It would be great to have improved color functions similar to as outlined here:
https://thoughtbot.com/blog/controlling-color-with-sass-color-functions
| c: new feature,framework,would be a good package,P3,team-framework,triaged-framework | low | Minor |
478,554,939 | terminal | Use C++/WinRT FastAbi | This will reduce the QI burden (and have miscellaneous other poorly-documented effects) in our consumption of C++/WinRT. | Area-Build,Product-Meta,Issue-Task | low | Minor |
478,572,439 | godot | Doing =+ should raise a syntax error | **Godot version:**
3.1.1 stable official
**OS/device including version:**
OSX 10.14.4
**Issue description:**
I made a typo, instead of writing
`weight += o.get_weight()`
I wrote
`weight =+ o.get_weight()`
IMHO, if there is **no space** beetwen the assignement and the + sign, then the syntax should not... | enhancement,discussion,topic:gdscript | low | Critical |
478,574,672 | pytorch | Multiplying a very large CUDA tensor with another tensor yields unexpected result | ## 🐛 Bug
Multiplying a very large CUDA tensor with another tensor yields unexpected result.
## To Reproduce
Steps to reproduce the behavior:
1. Generate the following random matrices
```
A = torch.randn((11111111, 20), device=torch.device("cuda"))
B = torch.randn((20, 2), device=torch.device("cuda"))
```... | module: dependency bug,module: cuda,triaged | low | Critical |
478,609,358 | godot | RichTextLabel and Label shadow colors multiply the main font color instead of overriding it | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1.1 stable
**OS/device including version:**
Windows 10
**Issue description:**
Label and Richtextlabel shadow colors are copied from the fon... | bug,topic:core,confirmed | low | Critical |
478,637,686 | flutter | Modify FDE menubar plugin API to support multiple shortcuts | Currently, the FDE menubar plugin API only allows a single LogicalKeySet shortcut. It would be great if this would allow for multiple. The use case at hand for me is a 'delete' action, which I would really like to be bound to both the backspace and delete keys as independent LogicalKeySets. Ideally, one of these shortc... | c: new feature,framework,platform-mac,a: desktop,customer: octopod,P3,team-macos,triaged-macos | low | Minor |
478,652,547 | youtube-dl | Request support for wetv.vip | <!--
######################################################################
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 |
478,672,810 | pytorch | fractional_max_pool2d_with_indices silently ignores output_ratio if output_size is provided | Reading the code: https://github.com/pytorch/pytorch/blob/32efb431294d99a60899b0809c6363065608e556/torch/nn/functional.py#L339-L350 , it looks like if both output_ratio and output_size are provided, then the function ignores output_ratio. There should be a check for this.
cc @heitorschueroff | module: error checking,triaged,module: pooling | low | Minor |
478,679,903 | TypeScript | Give more information in --extendedDiagnostics | This is a list I may keep adding to as I help troubleshoot users with slow projects.
# Breakdown of file types
Much of the time, users just have a lot of .d.ts files in `node_modules`. It'd be easier to tell the cause if I could see the breakdown of:
* `.ts`/`.tsx` files
* `.d.ts` files
* `.js`/`.jsx` files
... | Suggestion,Experience Enhancement,Rescheduled | low | Major |
478,699,977 | pytorch | Tests do not pass with the latest protobuf | Updating protobuf submodule to the latest version causes test errors, as shown in #22595 (for example, https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-devtoolset7-rocmrpm-centos7.5-test/29677/console ).
The latest protobuf has been reported twice to fix build on ARM: #22564
Looks like a low-hanging fruit... | module: protobuf,caffe2,triaged | low | Critical |
478,705,613 | pytorch | tensor.var_mean variant for existing torch.var_mean (and same for std_mean) | According to docs, the method variant currently seems absent (yet the input tensor is clear, so a method variant makes sense):
https://pytorch.org/docs/stable/torch.html?highlight=var_mean#torch.var_mean | triaged,function request,module: reductions | low | Minor |
478,709,635 | pytorch | torch.{save,load} data corruption when serializing a Module with __{get,set}state__ | Repro:
```
import torch
import tempfile
class Foo(torch.nn.Module):
def __init__(self):
super().__init__()
self.x = torch.rand(3, 4)
def __getstate__(self):
print('storage', self.x.storage())
print('cdata', self.x.storage()._cdata)
print('data', self.x)... | high priority,module: serialization,triaged,quansight-nack | low | Major |
478,746,407 | TypeScript | Utility type: Object entries tuple | ## Search Terms
Utility type, object entries, tuple, mapped type
## Suggestion
An `Entries<T>` utility type that constructs a union of all object entry tuples of type T in `lib.es5.d.ts`.
```typescript
/**
* Construct a union of all object entry tuples of type T
*/
type Entries<T> = {
[P in keyof... | Suggestion,Awaiting More Feedback | low | Major |
478,755,398 | vue-element-admin | npm run preview打开页面空白 |
## Bug report(问题描述)
使用npm run preview 打包成功生成dist文件夹,使用file协议可以打开dist目录下的index文件出现登录界面,可是使用http://localhost:9526/访问时页面空白
#### Steps to reproduce(问题复现步骤)
npm run preview
使用浏览器打开 http://localhost:9526/
#### Screenshot or Gif(截图或动态图)
:
`
Using... | priority: low,category: videoio,category: build/install,incomplete,needs investigation | low | Critical |
478,770,541 | flutter | Everything builds from a Flutter module | This is a brainstorm proposal to restructure the modularity of Flutter projects to increase modular reuse between add-to-app cases and full-Flutter-app cases and to make the project structure generally more compositional.
Consider that there are conceptually really 3 things involved when building a Flutter project
... | tool,a: existing-apps,a: build,P3,team-tool,triaged-tool | low | Critical |
478,799,869 | vscode | [themes] Show extension info in Preferences: Color Theme panel | <!-- Please search existing issues to avoid creating duplicates. -->
In current `Preferences: Color Theme` panel, there is no extension info that lets users know which extension provided the themes. I'd like to purge some unwanted theme extensions, but I don't know which one I should uninstall.
: 0.3.2171.0
# Steps to reproduce
1- Open a new CloudShell tab and log in
2- Execute some azure cli commands for about 10 min
# Expected behavior
Azure CLI commands continue to execu... | Help Wanted,Issue-Bug,Product-Terminal,Area-AzureShell | low | Critical |
478,924,508 | flutter | Allow configuring a default `--local-engine` | <!-- 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,tool,P2,team-tool,triaged-tool | low | Critical |
478,939,702 | vue | Warn when v-for with a Range is not a valid integer | ### What problem does this feature solve?
When using the v-for directive with a Range and the number passed is not a valid integer (valid integer = an integer between 0 and 2^32-1), Vue.JS still tries to create an Array and then throws the error `[Vue warn]: Error in render: "RangeError: Invalid array length"`.
Thi... | discussion | low | Critical |
478,969,374 | go | crypto/ecdsa: make PublicKey implement encoding.TextMarshaler/TextUnmarshaler using PEM | <!-- 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.7 darwin/amd64
</pre>
and whatever play.golang.org uses.
### Does this issue reproduce with the latest release?
It is the latest release as... | Unfortunate,Proposal-Accepted,NeedsFix,Proposal-Crypto | medium | Critical |
478,986,944 | pytorch | Multi-gpu example freeze and is not killable | ## 🐛 Bug
Running pytorch with multiple P40 gpus freeze and is not killable (even kill -9 by root). Only a reboot removes this process.
Inside docker container (with nvidia-docker2) it freezes docker. https://github.com/NVIDIA/nvidia-docker/issues/1010
## To Reproduce
Steps to reproduce the behavior:
... | module: dependency bug,module: multi-gpu,module: multiprocessing,module: cuda,triaged,module: deadlock,has workaround,module: data parallel,quansight-nack | high | Critical |
479,050,906 | go | cmd/compile: mention shadowing of predeclared identifiers in errors they cause | (Related: #31064, #14494)
# What version of Go are you using (`go version`)?
1.12, but N/A
### Does this issue reproduce with the latest release?
I believe so?
### What operating system and processor architecture are you using (`go env`)?
N/A
### What did you do?
Horrible monstrous things. Examp... | help wanted,NeedsFix | low | Critical |
479,058,949 | go | cmd/go: do not lookup "parent" modules automatically to resolve imports | One of the most annoying missteps the go command makes is when you mistype an import path in your own module and it goes looking for parent modules that might provide the import. In general that's fine, but I think automatic download and search of parents of the main module should be disabled - it's almost always a typ... | NeedsInvestigation,early-in-cycle,modules | low | Minor |
479,075,014 | pytorch | torch.nn.functional.grid_sample with 'circular' border conditions | In ```torch.nn.functional.grid_sample```, it would be nice to have the circular border conditions implemented as well.
## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem?... | module: nn,triaged | low | Major |
479,082,779 | pytorch | `suggest_memory_format` has ambiguity & cannot represent intended layout format for corner cases | ## 🐛 Bug
`suggest_memory_format` has ambiguous meaning for two cases:
1. tensor with NCHW where C = 1.
we could use stride of C as a hint to tell the intended memory format.
2. tensor with NCHW where H == W == 1.
there's no way to identify the intended memory format from strides.
The problem with this ... | module: internals,triaged | low | Critical |
479,106,459 | TypeScript | Non-Nullable Objects in params don't have properties parsed | <!-- 🚨 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... | Domain: JSDoc,Needs Investigation | low | Critical |
479,109,981 | pytorch | [JIT] script doesn't convert dtypes back to torch.dtype from long | ```
import torch
def foo(x):
return x.dtype
scripted = torch.jit.script(foo)
x = torch.rand(3, 4)
print('non-scripted', foo(x))
print('scripted', scripted(x))
```
Output
```
non-scripted torch.float32
scripted 6
```
We probably need to mirror this logic: https://github.com/pytorch/pytorch/... | oncall: jit,triaged | low | Minor |
479,129,339 | go | cmd/vet: go vet reporting error in vendor with cgo disabled | <!-- 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.7 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
I have tried it with the golang:1.13-rc docker image, and it ... | NeedsInvestigation,modules,Analysis | low | Critical |
479,129,821 | react | textarea does not show warning when switching from uncontrolled to controlled like inputs do | <!--
Note: if the issue is about documentation or the website, please file it at:
https://github.com/reactjs/reactjs.org/issues/new
-->
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
While things like `<input>` correctly get a warning when switching fr... | Type: Bug,Component: DOM | low | Critical |
479,138,307 | TypeScript | VS Code indicates available code action but doesn't actually offer a quick fix | In VS Code, I noticed that sometimes, it seems to indicate available code actions to convert a `Promise.then()` function to `async/await` with the three grey dots but then, when actually trying to execute the Quick Fix, it shows "No code actions available".
?
<pre>
$ go version
go version go1.12.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture ar... | help wanted,NeedsInvestigation | low | Critical |
479,192,455 | TypeScript | Contextually infer parameters for type aliases/interfaces | ## Search Terms
type alias parameter inference contextual
## Suggestion
The type parameters of a type alias (or interface) should be able to be inferred when a value is being assigned/cast to that type/interface.
## Use Cases/Examples
My program defines a few common types/interfaces to be used as contra... | Suggestion,In Discussion | medium | Major |
479,201,296 | flutter | Enable hot restart on profile mode | Currently, performance debugging in profile mode is really time consuming because every small change requires a cold restart, which could take several minutes.
While hot reload is impossible in AOT profile build, hot restart should be possible according to @cbracken .
Let's enable it in flutter tools to significa... | c: new feature,tool,c: performance,customer: dream (g3),P3,team-tool,triaged-tool | medium | Critical |
479,210,410 | pytorch | Allow incompatible shapes in load_state_dict(strict=False) | ## 🚀 Feature
Right now, `module.load_state_dict(strict=False)` allows the following:
* loading a dict with missing parameters
* loading a dict with more parameters than needed
And it returns an object containing the information about what are missing or what parameters are unexpected.
But it will throw an err... | module: serialization,triaged,enhancement | low | Critical |
479,234,639 | godot | RemoteTransform2D scale only with global coordinates enabled is wrong | <!-- 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.2dev, 3.1.1, 3.1, 3.0.6 and maybe others
**OS/device including version:**
<!-- Specify GPU model and... | enhancement,topic:core,documentation | low | Critical |
479,242,079 | TypeScript | Flag 'instanceof' expressions that are provably always true or false | ## Suggestion
When refactoring code, TypeScript is generally very good at finding and reporting situations where existing code will break due to type changes. This allows "refactoring with confidence". This isn't surprising given that one of the primary goals of TypeScript is to "statically identify constructs that ar... | Suggestion,Awaiting More Feedback | low | Critical |
479,248,639 | pytorch | sccache crashes when building `Distribution.cu` on Windows | There are many occurences of this build error in Azure Pipelines.
https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=3891
https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=3901
https://dev.azure.com/pytorch/PyTorch/_build/results?buildId=3695
```
[737/1919] Building NVCC (Device) object caffe2... | module: build,triaged,module: build warnings | low | Critical |
479,257,200 | go | crypto/tls: error with client certificate and X448 and X25519 curves | <!-- 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.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes (`1.12.7`)
### What operating system and processor arch... | NeedsInvestigation | low | Critical |
479,265,196 | youtube-dl | Site request : paramountnetwork.es/peliculas | ## Checklist
<!--
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.08.02. If it's not, see https://yt-dl.org/update ... | site-support-request | low | Critical |
479,293,759 | node | Step Into for Generator Function triggers Continue | * **Version**: v12.4.0
* **Platform**: Linux cefn-bionic-thinkpad 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
* **Subsystem**: Debugger protocol
<!-- Please provide more details below this comment. -->
When debugging, trying to STEP-IN to a generator function call... | v8 engine,inspector | low | Critical |
479,313,433 | youtube-dl | add support to Youtuner.co | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2019.08.02**
- [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 ... | site-support-request | low | Critical |
479,324,970 | TypeScript | Correlated type constraint breaks under return type inference | <!-- 🚨 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... | Discussion | low | Critical |
479,332,991 | go | x/crypto/argon2: panic if keyLen == 0 | ### What version of Go are you using (`go version`)?
### Does this issue reproduce with the latest release?
Assuming Playground uses the latest Go version, yes.
### What operating system and processor architecture are you using (`go env`)?
### What did you do?
https://play.golang.org/p/k07nWDYZ7Zk
###... | help wanted,NeedsFix | low | Critical |
479,335,195 | scrcpy | Request: Custom keyboard mapping | Really want custom mapping keyboard controls. I have seen another post about this and someone said it would be too much work but the thread is closed. Keyboard mapping would be amazing :) | feature request | high | Critical |
479,335,820 | pytorch | "To compact weights again call flatten_parameters()" is printed every step for every GPU | ## 🐛 Bug
This warning gets printed during every single forward pass in PyTorch 1.2. In PyTorch 1.1, it was only printed once.
```
/pytorch/aten/src/ATen/native/cudnn/RNN.cpp:1266: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every cal... | module: nn,module: rnn,triaged,module: data parallel | medium | Critical |
479,352,992 | vscode | [html] autoclose not working properly with multicursor | Only the first label will be completed, and all subsequent ones will be wrong. . .
- VSCode Version: 1.36.1
- OS Version: Windows 10 1809 LTSC
Steps to Reproduce:
1. Open an HTML file
2. Select h1-h6 six labels
3. Input `>` Completion
4. All will be completed as `h1`
Does this issue occur when all exten... | bug,html | low | Minor |
479,383,463 | flutter | CupertinoTabBar can't adaptive tablet layout | On iPad, the icons and titles of the tab bar items are arranged horizontally. In Flutter apps they are drawn vertically (icon over title).

```
Doctor summary (to see all details, run flutter d... | framework,a: tablet,a: fidelity,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Major |
479,387,648 | scrcpy | GUI Sidebar with all commands | Is it possible to add a sidebar to the program where you can use all commands that are also available as shortcuts? Indeed, it is nice to have shortcuts, but it would be cool to have them all as a button too, in case there is a person like me who can not recognize all of them and dont want to look into the commandline ... | feature request | low | Minor |
479,387,679 | TypeScript | Imported values don't conflict with global module declarations (regression?) | Is this an intentionally changed behavior?
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.20190809
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
... | Bug | low | Critical |
479,398,436 | go | cmd/go: support ~ in replace statements | I share some directories between machines with different user names. It would be useful to be able to add a statement like the following to a go.mod.
```
replace golang.org/x/net => ~/src/golang.org/x/net
``` | NeedsDecision,FeatureRequest,GoCommand,modules | low | Major |
479,446,152 | pytorch | Failed to build pytorch with NanoPi M4 | ## 🐛 Bug
```
Building wheel torch-1.3.0a0+d3f6d58
-- Building version 1.3.0a0+d3f6d58
cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/media/pi/AA3D-4D92/pytorch/torch -DCMAKE_PREFIX_PATH=/usr/lib/python3/dist-packages -DNUMPY_INCLUDE_DIR=/usr/local/lib/pytho... | module: build,low priority,triaged | low | Critical |
479,466,034 | pytorch | torch.unique is inconsistent with NumPy's unique | ## 🐛 Bug
Hi! I recently write a mxnet version `numpy.unique`, I looked the implementation of numpy and torch, and find there may be something wrong.
When `sorted` and `dim` is not `None`, there may be incorrect result.
Use things like `np.moveaxis` instead of `transpose`.
Details is shown in https://github... | triaged,module: numpy,module: correctness (silent) | low | Critical |
479,532,457 | angular | Angular shouldn't encode URL characters not encoded by encodeURI(window.location/*.href*/) in location bar upon navigation events (page back/forward) | # 🐞 bug report
Possible expansion of scope for issue #32101: if this scope is deemed appropriate, the fix for both issues might be in one code change (made according to
```javascript
encodeURI(window.location/*.href*/)
```
behavior as mentioned here).
P.S. The rest of the info requested can be looked up fro... | type: bug/fix,freq1: low,area: router,state: confirmed,P3 | low | Critical |
479,589,237 | youtube-dl | Support Download from https://www.hotseatathome.com | <!--
######################################################################
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 |
479,589,806 | go | net/http: RawPath shows inconsistent, case-sensitive behaviour with percentage encoded Unicode URI strings | <!-- 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.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are yo... | NeedsInvestigation | medium | Critical |
479,610,874 | pytorch | torch.fft crash when used with nn.DataParallel | ## 🐛 Bug
Calling `torch.fft` on CUDA tensor in a `nn.DataParallel` wrapped module segfaults.
## To Reproduce
Steps to reproduce the behavior:
Run the following script on PyTorch master (77c08aa46c3f3460b95b89cbe357b99180bc824d) on a machine with 2 or more GPUs:
```python
import torch
import torch.nn a... | module: cuda,triaged,module: data parallel | low | Critical |
479,620,412 | opencv | Matrix size overflow in core/src/matrix.cpp | ##### System information (version)
- OpenCV : 4.1.0 (custom compilation) and the latest 4.1.1 (dowloaded from the release page for Windows)
- Operating System / Platform : Windows 64 Bit
- Compiler : Visual Studio 2015
##### Detailed description
```
OpenCV(4.1.0) Error: Assertion failed ((int)nelems >= 0) i... | feature,priority: low,category: core | low | Critical |
479,668,806 | react | ErrorBoundary rendering multiple copies of itself when ref assignment fails | **Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
When a error occurs during the assignment of a `ref` (and maybe other conditions), a error boundary wrapping that error may get confused and it renders itself multiple times inside the same parent. See https://codes... | Type: Bug,Component: Reconciler | low | Critical |
479,675,551 | flutter | [google_maps_flutter] Circle strokewidth is slightly off on iOS | The stroke appers a lot weider on iOS than on Android.
Tested on 2 devices with same Device Pixel Ratio (3.0)
## Steps to Reproduce
1. [Android](https://photos.app.goo.gl/udtaJpaLtdauTKAs8)
2. [iOS](https://i.imgur.com/d0lrLPe.png)
## Example Code:
```dart
class HomePage extends StatelessWidget {
@ov... | platform-ios,a: quality,p: maps,package,has reproducible steps,P3,found in release: 2.0,found in release: 2.2,team-ios,triaged-ios | low | Minor |
479,706,070 | youtube-dl | fembed |
## Checklist
<!--
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.08.02. If it's not, see https://yt-dl.org/updat... | site-support-request | low | Critical |
479,711,719 | pytorch | [feature request] Subset of eigenvalues/eigenvectors | ## 🚀 Feature
Computation of a subset of eigenvalues and eigenvectors
Inspired by [MATLAB eigs](https://it.mathworks.com/help/matlab/ref/eigs.html#bu2_q3e-sigma):
o = torch.eigs(A, B, k, sigma)
Solves the generalized eigenvalue problem `A * V = d * B * V `
- `k`: Number of eigenvalues to compute, speci... | module: performance,feature,module: cpu,triaged | medium | Major |
479,739,552 | terminal | Unicode Right-To-Left override (U+202E) displaces text to the right terminal edge | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
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... | Product-Conhost,Help Wanted,Area-Rendering,Issue-Bug,Product-Terminal,Issue-Task,Priority-2 | low | Critical |
479,748,296 | TypeScript | Types `number` and explicitly constrained `T extends unknown` shouldn't be comparable | ```ts
const num = 1;
function check<T extends unknown>(x: T) {
return x === num;
}
check(num);
```
**Expected**: Error: This condition will always return 'false' since the types 'T' and '1' have no overlap.
**Actual**: No error.
Contrast this with the following example from #32768.
```ts
const num = ... | Suggestion,Awaiting More Feedback | medium | Critical |
479,770,418 | youtube-dl | Unsupported URL: 2x2tv.ru | <!--
######################################################################
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 |
479,781,144 | kubernetes | Probe.SuccessThreshold validation is contextual (bad) | Comments for this field (staging/src/k8s.io/api/core/v1/types.go) say "Must be 1 for liveness" and #77807 is adding startup in the same way.
This is kind of gross API. It would be nice if we could just make that field work normally for those contexts (I am not sure why we don't want it to work, even if it is odd).
... | kind/bug,priority/backlog,sig/node,lifecycle/frozen,triage/accepted | low | Critical |
479,784,129 | pytorch | TensorIterator stubs are designed for merge conflicts. | I ran into some merge conflicts with https://github.com/pytorch/pytorch/pull/23847 because people add their stubs to the end of the list, but this is guaranteed to cause merge conflicts as we port more ops to TensorIterator.
Instead, we should arrange these in alphabetical order (maybe outside of the "basic arithmet... | module: internals,triaged | low | Minor |
479,792,715 | vscode | [css] SCSS/SASS Auto Intellisense doesn't work after last entry | Version: 1.37.0 (system setup)
Commit: 036a6b1d3ac84e5ca96a17a44e63a87971f8fcc8
Date: 2019-08-08T02:33:50.993Z
Electron: 4.2.7
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 6.1.7601
Steps to Reproduce:
1. Create .scss file enter expected autocomplete feature (e.g. `&:h... | bug,css-less-scss | low | Minor |
479,823,017 | rust | Error "cannot infer type" when using '?' in async block + bad diagnostic | This seems related to #42424, except I don't see an obvious workaround like in #42424.
```rust
#![feature(async_await)]
use std::io::Error;
fn make_unit() -> Result<(), Error> {
Ok(())
}
fn main() {
let fut = async {
make_unit()?;
Ok(())
};
}
```
Fails with... | A-diagnostics,T-compiler,A-inference,A-async-await,A-suggestion-diagnostics,AsyncAwait-Triaged,D-papercut,D-terse | medium | Critical |
479,863,057 | flutter | TabView swipe animates too slow compared to Android | <!-- 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... | framework,f: material design,a: fidelity,f: scrolling,c: proposal,P3,team-design,triaged-design | low | Critical |
479,875,999 | pytorch | deprecate cuda arch 3.5/3.7 in nightlies | Now that we just finished releasing 1.2.0, we should take this perfect opportunity to kick out 3.5/3.7 (K40, K80 GPUs) in nightlies, and see how many people are affected.
cc @ezyang | module: binaries,triaged | low | Major |
479,889,545 | react | Verify that Dehydrated Boundaries (and SuspenseList) Works with DevTools | The fixture might be a good start https://github.com/facebook/react/tree/master/fixtures/ssr (enableSuspenseServerRenderer flag to try it).
It has a long suspending thing.
It doesn't have a SuspenseList yet but might be nice. | Component: Developer Tools,Type: Needs Investigation,React Core Team | medium | Minor |
479,890,550 | TypeScript | Configure from package.json | ## Search Terms
package.json, config, configuration, tsconfig
## Suggestion
Allow `package.json` as an alternate source for `tsconfig.json` options. To be clear, I am requesting that you please re-evaluate #6590 - it has been 2 years since that issue was posted, so interests may have changed and I believe this... | Suggestion,Awaiting More Feedback | high | Critical |
479,938,818 | pytorch | Allow forward method to be defined with .define() in new TorchScript API | ## 🐛 Bug
Script modules support defining new methods from code with `.define()` call. With new API it's impossible to define `forward` method like this because jit scripting happens before the .define call.
## To Reproduce
This code fails:
```
class Foo(torch.nn.Module):
def __init__(self):
su... | oncall: jit,triaged,jit-backlog | low | Critical |
479,960,817 | pytorch | Confusing error message for Custom Class type mismatch | ## 🐛 Bug
When using user-defined classes, it's easy to miss type annotation of members of the class (and Python won't error out). The only error occurs when the instance of the class is passed to one of the torchscript functions and it's pretty confusing by itself.
## To Reproduce
```python
import torch
fro... | oncall: jit,triaged,jit-backlog | low | Critical |
479,982,391 | go | path/filepath: Glob fails if it has a wildcard and ends with / | <!-- 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 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsInvestigation | low | Critical |
480,012,455 | pytorch | torch.utils.tensorboard.SummaryWriter fails to flush at program exit | ```python
K = 10
import torch
import torch.utils.tensorboard
param = torch.randn(10, 10)
param_grad = torch.randn(10, 10)
norm, grad_norm = param.norm(), param_grad.norm()
ratio = grad_norm / (1e-9 + norm)
tensorboard = torch.utils.tensorboard.SummaryWriter('tb_bug')
for iteration in range(K):
tenso... | triaged,module: tensorboard | low | Critical |
480,023,807 | flutter | FlutterDriver: add ability to handle pesky system dialogs during automation | Example of dialog

It remains over the top of the Flutter app being automated for the duration :-(
I've tried recreating the emulated device, and hard reboots, but this consistently comes up during Flutte... | tool,d: api docs,t: flutter driver,c: proposal,P3,team-tool,triaged-tool | low | Major |
480,056,237 | pytorch | Tensorboard: Add disable flag for debugging | ## 🚀 Feature
For debugging it's a bit annoying to uncomment or have thousands of if / else statements when one does not want to log a run.
A simple SummaryWriter(..., disabled=True) flag would be helpful :)
| triaged,enhancement,module: tensorboard | low | Critical |
480,196,518 | go | runtime: netpollWaiters typically not decremented | What is the semantic of [runtime.netpollWaiters](https://github.com/golang/go/blob/f686a2890b34996455c7d7aba9a0efba74b613f5/src/runtime/netpoll.go#L84)?
If it should track number of goroutines waiting for poll result, then it is implemented incorrectly (at least on Linux with epoll).
I see that [runtime.netpollWait... | NeedsInvestigation,compiler/runtime | low | Critical |
480,206,002 | kubernetes | Compute and propagate EndpointsLastChangeTriggerTime for all cases | This is important to implement [Networking programming latency SLI](https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md). At the moment it's only changed when list of pods changes.
According to @wojtek-t this issue would be resolved, when server-side apply would be... | kind/bug,sig/scalability,lifecycle/frozen | low | Major |
480,227,280 | nvm | No npm prefix set, but nvm requires 'nvm use --delete-prefix' | - Operating system and version:
<details>
<!-- do not delete the following blank line -->
```sh
$ lsb_release -a
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
```
</details>
- `nvm debug` output:
<details>
<!-- do not delete the following blank line... | feature requests,pull request wanted | low | Critical |
480,236,261 | TypeScript | null check of a const property incorrectly resolved | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.5.3 (also tried with `@next`)
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** const symbol property "not assignable to type... | Needs Investigation | low | Critical |
480,238,286 | godot | Error spam Condition ' p_size < 0 ' is true. when setting internal_vertices in Polygon2D | **Godot version:**
3.2.dev.custom_build. 3ea33c0e4
**Issue description:**
Error spam when move mouse at the 2d viewport with Polygon2D
```
ERROR: resize: Condition ' p_size < 0 ' is true. returned: ERR_INVALID_PARAMETER
At: ./core/cowdata.h:252.
```
**Minimal reproduction project:**
[The-worst-Godot-tes... | bug,topic:core,confirmed | low | Critical |
480,243,578 | TypeScript | Strange any with export interface and variable of same name | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:**
3.5.3. Also reproduces on all Playground versions from 2.7.2 to 3.5.1. Does not reproduce on 2.4.1
<!-- Search terms you tried before logging this (so others can find this issue more easily)... | Bug,Domain: Quick Info | low | Minor |
480,252,445 | create-react-app | Allow jest `verbose` configuration option | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When executing tests that may output a number of log lines irrelevant to the test run it would be nice to hide those by using Jest's built in `ver... | issue: proposal,needs triage | low | Minor |
480,252,541 | pytorch | hasSideEffects INTERNAL ASSERT FAILED when using .split method with JIT | When using the code snippet bellow, I get this error: `RuntimeError: kind_.is_prim() INTERNAL ASSERT FAILED at /pytorch/torch/csrc/jit/ir.cpp:904, please report a bug to PyTorch. Only prim ops are allowed to not have a registered operator but aten::cat doesn't have one either. We don't know if this op has side effects.... | high priority,oncall: jit,triaged | low | Critical |
480,265,205 | flutter | CupertinoTimerPicker minor fidelity issues. | When compared with the native count down timer, `CupertinoTimerPicker` looks and behaves differently in a few places:
- The user should not be allowed to pick 0 hour 0 min. Attempting to do so will cause the min picker to roll up, so it becomes 0 hour 1 min (even when you are changing the hour picker), and the number... | framework,f: date/time picker,a: fidelity,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Minor |
480,270,840 | TypeScript | jsdoc object index signature syntax doesn't instantiate type variables | **Code**
```js
/** @template T */
class C {
/** @param {T} t */
constructor(t) {
/** @type {Object<string, T> } -- does not instantiate T */
this.ot = { p: t }
/** @type {{ [s: string]: T }} -- instantiates T */
this.st = { p: t }
}
}
var c = new C(1)
c.ot.p // should have type numb... | Bug,Domain: JSDoc,Domain: JavaScript | low | Minor |
480,270,871 | rust | Once `impl_trait_in_bindings` is stable, suggest using it in local bindings | https://github.com/rust-lang/rust/pull/63507#discussion_r313274523 introduces a check to _not_ suggest `let foo: impl Trait`. Once this is valid, we should remove that gate. | C-enhancement,A-diagnostics,T-compiler,S-blocked,A-suggestion-diagnostics,F-impl_trait_in_bindings,requires-nightly | low | Minor |
480,275,870 | pytorch | Loading custom Torchscript C++ operators in python segfaults due to ABI compatibility issue between pytorch and libtorch | I followed [this](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html) tutorial and built my custom extension. Everything works with torch 1.1. With torch 1.2 (pytorch and libtorch), building succeeds, the code can be called from C++, but will segfault when I try to load the op in python with `torch.ops... | oncall: jit,triaged | low | Minor |
480,291,098 | TypeScript | Hovering over JSDoc annotation resolves differently to Intellisense | Issue Type: <b>Bug</b>
It's possible when hovering over the JSDoc annotation for it to resolve to a different object to what Intellisense will autocomplete to.
To re-create ...
```
// account.js
/**
* @class
*/
class Account {
constructor () {
this.foo = 'foo'
}
}
module.exports = {
... | Bug,Domain: JSDoc,Domain: Quick Info | low | Critical |
480,312,107 | pytorch | "PyTorch core" thread local flag | I propose that we define a thread local flag which is false (default value) in PyTorch user code, and true when we have called into "PyTorch core" code (defined to be the set of code we maintain in this codebase). The most obvious place this flag is flipped is when a user calls an operator we define. The semantics of s... | module: internals,triaged,enhancement | low | Minor |
480,314,457 | flutter | Refactor GPU surface APIs take into account the fact that an external view embedder may want to render to the root surface. | Currently, the external view embedder (which was authored later than the GPU surfaces) can only render into overlays. However, this prevents us from presenting a unified view of composition into the root layer as well as overlays without adding hacks to the GPU surfaces to bypass rendering into the root. These hacks co... | platform-ios,engine,e: embedder,a: platform-views,P2,team-ios,triaged-ios | 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.