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 |
|---|---|---|---|---|---|---|
522,417,556 | go | runtime: de-duplicate bit operations with math/bits | For the page allocator rewrite, @mknyszek tried to depend on `math/bits` in the runtime. This *almost* works, but conflicts with `go test -coverpkg=all` (#35461) because that tries to instrument `math/bits` in ways that are incompatible with running inside the runtime. In order to get this working, [CL 206199](https://... | NeedsDecision,compiler/runtime | low | Major |
522,421,612 | angular | Missing space between currency code and value in currency pipe #2 | # ๐ bug report
### Affected Package
The issue is caused by package @angular/common
### Is this a regression?
No
### Description
The original bug was closed by a bot before it was solved (see https://github.com/angular/angular/issues/20708).
@ocombe wrote:
> Since CLDR doesn't contain formats for fina... | area: common,area: i18n,P4 | low | Critical |
522,432,502 | opencv | Feature Request: Can we get Subdiv3D (Voronoi for Point3f)? | ### System information (version)
- OpenCV => Latest
- Operating System / Platform => Ubuntu 18.04
- Compiler => GCC 7
##### Detailed description
Currently, OpenCV provides `cv::Subdiv2D` and it allows us to construct the Voronoi diagram with `getVoronoiFacetList`, and the OpenCV version runs a lot faster than ... | feature,effort: few weeks | low | Minor |
522,438,375 | flutter | Expose TextPainter.computeLineMetrics on RenderParagraph | Hi there,
I have a need to access the line metrics of a rendered `Text` widget, and while the information is available on `TextPainter`, `RenderParagraph` doesn't expose it. Can we get a `computeLineMetrics` method on `RenderParagraph`?
Thanks!
cc @GaryQian | c: new feature,engine,a: typography,good first issue,P3,team-engine,triaged-engine | low | Minor |
522,473,815 | create-react-app | Why can't I use the homepage parameter? |
Here is a parameter description https://docs.npmjs.com/files/package.json#homepage
that does not match the description from https://create-react-app.dev/docs/deployment/#step-1-add-homepage-to-packagejson | issue: proposal | low | Minor |
522,479,942 | pytorch | [jit] Printing the graph doesn't include function calls | See question 1 here https://discuss.pytorch.org/t/jit-mobile-is-isinstance-supposed-to-work-with-torchscript/60845
cc @suo | oncall: jit,triaged | low | Minor |
522,487,234 | pytorch | [FR] general nll_loss and cross_entropy along arbitrary dimension | Currently it is always taken along `dim=1`. Making the dim configurable should be really easy. I'd do it if this sounds reasonable. | module: loss,triaged | low | Minor |
522,497,968 | pytorch | [doc] Tensor.mean: dtype kwarg is not documented | The following works:
```
>>> torch.__version__
'1.4.0a0+5635a72'
>>> x.mean(dtype=torch.float)
tensor(1.5000)
>>> help(x.mean)
>>> x.mean(dim=1, dtype=torch.float)
tensor([1.6667, 1.3333])
```
Yet the doc doesn't say anything about the `dtype` argument:
```
Help on built-in function mean:
mean(..... | module: docs,triaged,module: reductions | low | Minor |
522,499,625 | go | x/build/cmd/relui: Windows installation has misconfigured ACL: privilege escalation possible between users | The Golang msi installer in Windows install by default Go in C:\Go location.
Files and subfolders of folders created under C:\ by default can be edited, created, deleted.
<pre>
PS C:\Go> icacls .
BUILTIN\Administrators:(I)(OI)(CI)(F)
NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)
BUILTIN\Users:(I)(OI)(CI)(RX)
NT ... | Security,OS-Windows,Builders,NeedsInvestigation | low | Minor |
522,507,910 | opencv | Not sure, think calib3d's calibration.cpp broke between 4.1.0 and 4.1.1 | - OpenCV => 4.1.1
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
I've been looking at the code for stereoRectify for a long time. It's returning a lot of nonsense values for some of the calibrated cameras we have. I noticed the code changed from 4.1.0 to 4.1.1, in stereoRectify an... | category: calib3d,incomplete | low | Major |
522,510,302 | terminal | UIA Formatted Text Navigation | # Description of the new feature/enhancement
Text Ranges can be explored via a number of ways:
- Character
- Format
- Word
- Line
- Paragraph
- Page
- Document
We don't necessarily have to support all of them (refer to #3161 for us adding word navigation). But it would be interesting if we supported "forma... | Issue-Feature,Product-Conhost,Area-Accessibility,Product-Terminal,InclusionBacklog,InclusionBacklog-Windows TerminalWin32,A11yMAS,Disability-All | low | Major |
522,518,750 | vscode | Enable breadcrumbs for unsaved files | Right now breadcrumbs for files (json, yaml, etc) only work if the file is saved. If I add a new file (File > New File), and set the language mode, the breadcrumbs should show the file structure without the file path part. | feature-request,breadcrumbs,workbench-untitled-editors | medium | Major |
522,574,884 | vscode | Word navigation in QuickOpen | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
- VSCode Version:1.40.1
- OS Version:window10
Steps to Reproduce:
1.By going to file sna... | feature-request,quick-pick | low | Major |
522,596,926 | vscode | Make "move line" command to work contextually | VSCode "move line" command is a fantastic feature. But it would be way more productive if it works with multiline key-values in objects.
For example imagine the following object declaration:
```js
const someObj = {
isValid: false,
position: {
top: 1,
bottom: 0,
},
};
```
if we wanna move `pos... | feature-request,typescript,javascript,editor-autoindent | low | Major |
522,608,603 | rust | Rustdoc: maybe don't display #[repr(C)] sometimes | If a struct has some public fields and some non-public fields, `// some fields omitted` is displayed at the end of the declaration shown by rustdoc. Rustdoc also shows attributes on the declaration, such as `#[repr(C)]`.
This is actively misleading for `#[repr(C)]` types. If a private type is before any public types... | T-rustdoc,A-attributes,C-bug | low | Critical |
522,760,489 | pytorch | android run build_pytorch_android.sh error | ## ๐ Bug
<!-- A clear and concise description of what the bug is. --> android build_pytorch_android.sh run error
## To Reproduce
Steps to reproduce the behavior:
1.connect android phone
1.compiled the whole code
1.run android/run_test.sh
<!-- If you have a code sample, error messages, stack traces, pl... | triaged,oncall: mobile | low | Critical |
522,765,996 | pytorch | unsqueeze has 'out=' option documented but not implemented(?) | ## ๐ Documentation
I think the documentation shouldn't include an _out=_ option,
I don't see any _unsqueeze_out()_ function in ATen..
```
>>> torch.unsqueeze(torch.tensor([1,2.0]),-1,out=r)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: unsqueeze() got an unexpected keyw... | module: docs,triaged | low | Critical |
522,805,853 | TypeScript | A property descriptor must have keys "enumerable" and "configurable" | **TypeScript Version:** 3.7.2
**Expected behavior:** In a property descriptor object, keys `configurable` and `enumerable` should not be optional.
**Actual behavior:** These properties are marked as optional (see [here][1] and [here][2]).
[1]: https://github.com/microsoft/TypeScript/blob/v3.7.2/src/lib/es5.d.... | Bug,Domain: lib.d.ts | low | Minor |
522,806,770 | TypeScript | optional and readonly Filter Modifier for keyof | ## Search Terms
- keyof modifiers
- only optional keys
- only readonly keys
- pick optional properties
- pick required properties
- pick readonly properties
## Suggestion
Adding Support for modifiers to keyof could be very helpful. I'm picturing something like this
```typescript
type Koptional = keyof... | Suggestion,Awaiting More Feedback | low | Major |
522,809,278 | pytorch | Parallel data loader performance degradation for IterableDataset with num_workers > 1 (but not for Dataset). | ## ๐ Bug
Data loader performance degrades with > 1 data loader worker when using `IterableDataset` but not when using (map-style) `Dataset`.
## To Reproduce
Steps to reproduce the behavior:
My experiment (code below) consisted of:
1. Make a (Iterable)Dataset class. This synthesizes dummy data and possib... | module: dataloader,triaged | low | Critical |
522,868,226 | terminal | Add a setting to control selection foreground color | This is highly related to #3326/#3471 and #3561.
We've added a setting to control what color we use to highlight text with when it's selected in #3471.
However, that doesn't _necessarily_ fix our contrast ratio problems w.r.t. selection, since the configured color might still not have enough difference from the f... | Help Wanted,Area-Rendering,Area-TerminalControl,Product-Terminal,Issue-Task | low | Major |
522,883,003 | flutter | [local_auth] sticky set to true does not work | Hi, I'm using this plugin on my Xiami Redmi Note 5 and I have a problem when app call uthenticate and then goes in background.
When app resume the promp authenticate is not shown and authenticateWithBiometrics return false.
I found out onActivityPaused is not fired.
Thanks!
Logs
```
Doctor summary (to see all d... | platform-android,p: local_auth,package,P2,team-android,triaged-android | low | Minor |
522,939,058 | pytorch | SGD fails on sparse matrix | ## ๐ Bug
One SGD step for optimizing a model with a sparse parameter matrix gives me a RuntimeError
## To Reproduce
```
import torch
from torch import nn
class TrainNet(nn.Module):
def __init__(self, in_features, out_features):
super(TrainNet, self).__init__()
self.in_features ... | module: sparse,module: optimizer,triaged | low | Critical |
522,947,448 | pytorch | AdamSparse fails to run | ## ๐ Bug
One AdamSparse step for optimizing a model with a sparse parameter matrix gives me a RuntimeError
## To Reproduce
```
# %%
import torch
from torch import nn
class TrainNet(nn.Module):
def __init__(self, in_features, out_features):
super(TrainNet, self).__init__()
self.in_... | module: sparse,triaged | low | Critical |
522,962,509 | rust | Demangle C++ functions in backtraces | I'm modding a C++ game (which contains debug symbols, thanks flibitijibibo!) using Rust. If I panic in a Rust function from my mod, this is what the backtrace looks like:
```
thread '<unnamed>' panicked at 'panic test', src/lib.rs:37:5
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /... | A-runtime,T-libs-api,C-feature-request | low | Critical |
523,013,361 | pytorch | [jit] Traced `cat` on GPU doesn't support negative indexing | ```python
import torch.nn as nn
import torch
class MyNet(nn.Module):
def __init__(self):
super().__init__()
self.param = nn.Linear(3, 5)
def forward(self, x):
# change dim=-1 to dim=0 or dim=1 works
return torch.cat((self.param(x), self.param(x)), dim=-1)
... | oncall: jit,triaged | low | Critical |
523,019,342 | go | x/mobile: when a panic happens, a long enough traceback deadlocks the runtime on Android | <!-- 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.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | NeedsInvestigation,mobile | low | Critical |
523,020,796 | vue | Allow accessing events registered via `vm.$on(...)` via a property, similar to `$listeners` | ### What problem does this feature solve?
Currently, if an event is registered via `vm.$on('event-name', handler)`, it does not appear in the `this.$listeners` object (Vue 2.6.x)
In some instances you only want to handle the event processing if there is indeed a listener registered (for performance reasons). But... | discussion | low | Major |
523,049,431 | storybook | React - Browser error: fn.apply is not a function | **Describe the bug**
Most of my components produce the following error in the browser.
`TypeError: fn.apply is not a function
`
**To Reproduce**
Steps to reproduce the behavior:
1. `npm run storybook`
2. Error shows up in browser
**Expected behavior**
No error, show my component
**Screenshots**
<img wi... | question / support,react | low | Critical |
523,057,902 | rust | Fix `trait_ref_to_existential` as trait aliases is stabilized | https://github.com/rust-lang/rust/pull/66392#discussion_r346112428
There appears to be a missing filter on top of `expand_trait_aliases`, which picks up non-supertraits where clauses - but also, the object safety completely ignores trait aliases, which could be object safety hazards. We now use `delay_span_bug` ther... | T-compiler,C-bug,F-trait_alias,requires-nightly,T-types,A-trait-objects,A-dyn-compatibility | low | Critical |
523,085,327 | godot | Loading FPS Demo cause of using nan values | **Godot version:**
3.2.beta.custom_build.7d836a7cc
**OS/device including version:**
Ubuntu 19.10
**Issue description:**
Loading FPS tutorial, cause that Godot use in Image::set_pixel, p_color variable with NaN values inside it

Compiler Options:
```json
{
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"s... | Bug | low | Critical |
523,121,627 | pytorch | torch.distributions.normal.Normal is not JIT supported | ## ๐ Bug
When trying to use `torch.distributions.normal.Normal` in a JIT function, you get `torch.jit.frontend.NotSupportedError: comprehension ifs not supported yet`.
## To Reproduce
I am writing a function and calling `torch.distributions.normal.Normal.sample()`.
Steps to reproduce the behavior:
1. Call `to... | triage review,oncall: jit,feature,triaged | medium | Critical |
523,121,914 | pytorch | Fold DispatchStub into c10 dispatcher | Right now we have two levels of dynamic dispatch: c10 dispatcher does a first level of dispatch, and then DispatchStub does a second level of dispatch. For CUDA/HIP dispatch, DispatchStub's extra dispatch is completely unnecessary. However, for CPU dispatch, DispatchStub supports dispatching to AVX/AVX2/default CPU ker... | triaged,module: dispatch | low | Major |
523,142,887 | rust | #[must_use] does not yield warning in pattern match | The following code does not warn that `_f` in `use_foos` is marked as `#[must_use]`:
```rust
#[must_use]
pub struct Foo;
pub enum Foos {
F(Foo)
}
pub fn use_foos(f: Foos) {
match f {
Foos::F(_f) => {}
}
}
```
If we change `_f` to `f`, we get a warning that `f` is unused, but still... | A-lints,T-lang,C-feature-request | low | Minor |
523,144,106 | terminal | Open a new pane by prompting the user for which profile to use | Bear with me for a second. Somebody suggested this in another issue, and I wonder if we should consider it here.

The new pane is focused, and put in a [number entry] or [search for profiles by name] mode... | Help Wanted,Area-UserInterface,Area-Settings,Product-Terminal,Issue-Task | medium | Major |
523,149,213 | TypeScript | Consider some way of serializing open projects in tsserver, potentially leveraging `.tsbuildinfo` files | One thing that users often hit is that file navigation might trigger opening an entire project. Opening an entire project involves
1. File loading
1. Scanning/parsing
1. Resolving dependencies
1. Keep repeating file loading on dependencies until no new files are found
This is a lot of work! If a user jumps bac... | Suggestion,Needs Proposal,In Discussion,Domain: TSServer,Domain: Performance,Experimentation Needed,Domain: --incremental | low | Minor |
523,154,720 | TypeScript | Grace period strategy for unloading projects | Today, navigating to a file in another project might involve a full project load. Bad! Users often navigate back to the original project, and then dive right back into the loaded project. Unfortunately, by the time that they do that, that project is unloaded and all the work has to be done **all over again**.
We mig... | Domain: Performance | low | Minor |
523,163,813 | flutter | flutter run stuck on "Installing and launching" if the iOS app crashes on launch | ## Steps to Reproduce
1. `flutter create test_run`
2. Replace `ios/Runner/AppDelegate.swift` with asserting code:
```swift
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithO... | platform-ios,tool,P3,team-ios,triaged-ios | medium | Critical |
523,169,758 | electron | [Bug]: will-navigate doesn't fire when navigating to about: URLs | ### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Conduct](https://github.com/electron/... | platform/windows,bug :beetle:,5-0-x,7-1-x,10-x-y,has-repro-gist,20-x-y,22-x-y | medium | Critical |
523,180,271 | pytorch | torch.save/load shows raw path on the pickle_module arg | The doc now looks like below. I would assume the path was not intended to be there?
<img width="877" alt="Screen Shot 2019-11-14 at 4 12 15 PM" src="https://user-images.githubusercontent.com/16999635/68906684-fb3e2a00-06f9-11ea-812a-90e66aecc787.png">
| module: docs,module: serialization,triaged | low | Minor |
523,186,969 | pytorch | n-dimensional non-constant padding functional | ## ๐ Feature
It'd be nice to have n-dimensional non-constant padding functional available.
```
import torch
n = 2
a = torch.randn(4, 3)
torch.nn.functional.pad(a, (n,n), mode='replicate')
# NotImplementedError: Only 3D, 4D, 5D padding with non-constant padding are supported for now
```
## Motivation
... | module: nn,triaged,enhancement,module: padding | low | Critical |
523,200,178 | TypeScript | Investigate making the binding phase lazy | Today, any semantic or language service operations **must** be preceded by a phase of our compiler called binding. This phase does two things:
* creates symbol tables as well as symbols per scope
* sets parent pointers (because it's already walking the tree anyhow)
However, this can end up being a of unnecessary... | Domain: Performance | low | Major |
523,209,732 | TypeScript | Investigate implicit excludes | Today, TypeScript will implicitly set `exclude` to `./node_modules` and something like `.*/**/*` to avoid dot files.
Unfortunately, there are two problems I believe I've found from chatting with users.
First, users often end up setting `exclude` which overrides the defaults. This often means that users accidental... | Domain: Performance | low | Major |
523,220,548 | ant-design | the prev and next button not work as expected when carousel stay in another carousel in some case | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[](https://codesandbox.io/s/wizardly-hawking-cp0e3)
### Steps to rep... | Inactive,๐ External Dependency | low | Major |
523,291,635 | pytorch | Get wrong precision when multi nodes run in docker | I can finetune a pretrained model using two nodes outside docker by several steps to get better precision. But when I do the same thing in the docker( without any error messages) by several steps in the same machine, the test precision is always 0. Does anyone know why?
Pytorch version is 1.2.0, nccl version is 2.4.8 ... | needs reproduction,oncall: distributed,triaged | low | Critical |
523,295,237 | opencv | opencv-python VideoCapture in dell EMC centos gets 10s delay | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | incomplete,needs reproducer,needs investigation | low | Critical |
523,325,475 | PowerToys | RAM disk | # Summary of the new feature/enhancement
Now that a modern desktop PCs comes with a ton of RAM, it would be awesome to have a MS-supported RAM-disk solution. Modern SSDs are fast, but not a match for a fast DDR4 unit.
It could be used as a:
- "transient" tmp folder
- storage for compilation artifacts/system head... | Idea-New PowerToy | low | Major |
523,329,066 | vscode | SCM - Make registerDiffInformationCommand public | I see that the `registerDiffInformationCommand` has been propsed for a while. I was wondering if you have an eta for when it will be stable. The selected ranges functionality would be useful.
| feature-request,api,scm | low | Major |
523,435,325 | node | doc: http.ServerResponse close event | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please pro... | http,doc | low | Critical |
523,453,244 | node | console.log failure while working with worker threads. | * **Version**: 12.4.0
* **Platform**: Docker which runs on mac (Darwin Kernel Version 18.7.0, xnu-4903.278.12~1/RELEASE_X86_64 x86_64)
* **Subsystem**:
<!-- Please provide more details below this comment. -->
Hello everyone.
Thank you for your hard work on NodeJS.
Now, i developed a small service, which ... | worker,stdio | medium | Critical |
523,461,440 | rust | Too many `type inside `async` object must be known in this context` errors | This code ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1bc26deb3213fe0b2fb95f71a2c6e60d))
```rust
use futures::stream::{iter/*, StreamExt*/};
async fn produce_11_errors() {
iter(vec![1, 2, 3])/*.collect::<Vec<_>>()*/.await;
}
fn main() {}
```
currently produces 1... | A-diagnostics,T-compiler,A-inference,C-bug,A-async-await,AsyncAwait-Triaged,D-verbose | low | Critical |
523,560,575 | rust | Syntax of `rustc --cfg` with key and value is obscure. | Hi,
I was recently defeated by `rustc --cfg`.
`rustc -h` says:
```
--cfg SPEC Configure the compilation environment
```
Hrm, well I know that stuff like `--cfg var` should work, but that I should also be able to assign a value:
```
$ rustc --cfg key=val -
error: invalid `--cfg` argument: `key=val`... | A-frontend,C-enhancement,A-diagnostics,T-compiler | low | Critical |
523,623,547 | godot | Color values outside the range of representable values of type 'unsigned char' | **Godot version:**
Godot 3.2 Beta 1
**Issue description:**
```
core/color.cpp:55:27: runtime error: 8.04522e+16 is outside the range of representable values of type 'unsigned char'
core/color.cpp:57:27: runtime error: 2.80387e+16 is outside the range of representable values of type 'unsigned char'
core/color.cpp:... | bug,topic:core,confirmed | low | Critical |
523,632,718 | terminal | Azure Cloud Shell to connect to Sovereign Clouds |
The Azure Cloud Shell component needs to be able to connect to Azure Clouds other than the default Commercial cloud. Currently the relevant URL endpoints are hard coded to Commercial.
| Product-Terminal,Issue-Task,Area-AzureShell | low | Major |
523,685,861 | TypeScript | Support "evolving any" with forEach / internal functions | TypeScript 2.1 [introduced](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-1.html#improved-any-inference) the notion of an "evolving" `any` type, a variable whose type is determined based on subsequent usage:
```ts
function square(xs: number[]) {
const ys = [];
for (const x of xs)... | Suggestion,Awaiting More Feedback | low | Critical |
523,700,403 | go | net/http: ReadTimeout is not honored when ReadHeaderTimeout > ReadTimeout | <!-- 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.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
It should.
### What operating system and processor architec... | NeedsInvestigation | low | Critical |
523,736,263 | go | x/build/env/windows: add GUI shell? | Now that we have `gomote rdp` (#26090) for RDP access to our Windows buildlets, I discovered our Windows images are pretty spartan over RDP.
I guess they don't have the Windows GUI enabled?
@johnsonj, is that configurable? I assume, and Google suggests? I don't see anything in https://github.com/golang/build/blob... | help wanted,OS-Windows,Builders,NeedsInvestigation,FeatureRequest | low | Minor |
523,748,297 | flutter | flutter does not support GBK encoding. | ## Steps to Reproduce
flutter does not support GBK encoding.
We wish gbk supporting coming soon.
1. put gbk encoding file in the assets dir.
the attachment file is here.
[gbk.txt](https://github.com/flutter/flutter/files/3853512/gbk.txt)
file content is:
```
# this file should be opened by encoding GBK or G... | c: new feature,framework,a: internationalization,dependency: dart,c: proposal,P2,team-framework,triaged-framework | low | Minor |
523,794,308 | youtube-dl | Failing to retry download or try next format on "Did not get any data blocks" error | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | cant-reproduce | low | Critical |
523,795,735 | pytorch | Add support for integer matrix multiplication (particularly for dtype = torch.int8 ) | ## ๐ Feature
<!-- A clear and concise description of the feature proposal -->
Implement GPU INT8 matrix multiplication in PyTorch.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to ano... | feature,module: cuda,triaged | low | Major |
523,800,578 | go | x/crypto/blake2b: provide reset that allows specifying a new key | blake2b digests are pretty large. They account for 60% of allocated space in my benchmark, so they're a good candidate for re-use, except that (at least in my case, PASETO), I need to use a new key every time. It'd be nice if there was a reset function that let me specify a new key.
The API options for this aren't p... | NeedsInvestigation | low | Minor |
523,820,998 | flutter | Custom Overlay for Tooltip Widget | Internal: b/148141781
## Use case
I want to provide a "bubble" in the bottom of **Tooltip**. And also, "X" icon to close the tooltip. Currently, Tooltip class doesn't provide any property to customize overlay. It is showing a simple Text widget inside a ConstrainedBox. It also lacks a way of showing/hiding toolti... | c: new feature,framework,f: material design,customer: mulligan (g3),c: proposal,P3,team-design,triaged-design | low | Minor |
523,826,095 | godot | [Mono] Runtime loaded assemblies are not getting recognized by the engine | **Godot version:**
3.1.1
**OS/device including version:**
Windows 7 x64
**Issue description:**
If you are going to load an external node that got some sort of attached script to it, even if you are going to load the assembly with the implementation of that class, Godot still cannot find that class by any means. It... | bug,topic:dotnet | low | Minor |
523,831,679 | neovim | API: named extmarks enhancements (tracking issue) | followup of https://github.com/neovim/neovim/pull/11356
potential enhancements (discuss / RFC):
- list all marks, not only per-buffer
- jump to a mark from anywhere
- set a "named mark" with an arbitrary name, via `:mark {name}`
- jump to a "named mark" , perhaps by `:jump {name}` | enhancement,marks | low | Minor |
523,848,022 | opencv | Add support for super-fisheye lenses | Initial work has been done in https://github.com/opencv/opencv/pull/6801. Find all discussions and opened issues in the PR. | feature,category: calib3d | low | Minor |
523,849,041 | TypeScript | Compiler error message improvement: Special casing container objects | ## Search Terms
array promise container error message compare
## Suggestion
Could it be worth having an extra special case message when the only difference is that you haven't included an array indicator instead of listing the property differences e.g.
3.7:
```
src/index.ts:356:5 - error TS2322: Type '{... | Suggestion,Experience Enhancement | low | Critical |
523,851,078 | react | Feature Request: Soft Component | ```
import React, {useState} from 'react';
import ReactDOM from 'react-dom';
function PageLayout({title, children}) {
return <div>
<h1>{title}</h1>
<input type="text"/>
{children}
</div>;
}
function Page2({setPage}) {
return <PageLayout title="Page2">
<button onClick={() => {setPage(... | Type: Discussion | low | Major |
523,870,834 | youtube-dl | Please add support for flimmit.com |
```
youtube-dl -u ******** -p ******** -v https://www.flimmit.com/video/stream/play/product_id/19151
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'-v', u'https://www.flimmit.com/video/stream/play/product_id/19151'... | account-needed | low | Critical |
523,871,713 | godot | Cannot build module with a reference to an int | **Godot version:** 3.1
**OS/device version:** Windows 10 64bits
**Issue description:** I need to use a reference to an int for my module, but it apparently doesn't work.
I got this when I typed `scons platform=windows bits=64 vsproj=yes`
`C:\Users\FlutterTal\Desktop\godot-3.1\core/method_bind_ext.gen.inc(2066): e... | discussion,topic:core,documentation | low | Critical |
523,879,757 | godot | Crash when starting thread | **Godot version:**
Mono 98caeb635
**OS/device including version:**
Windows 10 1903
**Issue description:**
Game crashes when trying to start a thread. Also tried `GodotSharp.attach_thread()` since i use mono version:
```GDScript
extends Node2D
onready var thread = Thread.new()
func _ready() -> void:
thr... | bug,topic:gdscript | low | Critical |
523,887,754 | svelte | Master-Detail example | I'd like to contribute an example that displays a Svelte implementation of a Master->Detail pattern that also includes an example of delegation (child delegate messages parent with data). My approach is a bit different than the CRUD example.
Master-Detail
https://svelte.dev/repl/1fe5803ad7914054905f43910607eda1?v... | temp-stale,documentation | low | Minor |
523,888,379 | pytorch | Indexing into tensor order of magnitude slower than numpy | ## ๐ Bug
Indexing into a pytorch tensor is an order of magnitude slower than numpy.
## To Reproduce
Steps to reproduce the behavior:
```python
import torch
import numpy as np
BATCH_SIZE = 32
SEQUENCE_LENGTH = 512
TORCH_MATRIX = torch.full(
size = (BATCH_SIZE, SEQUENCE_LENGTH),
fill_val... | high priority,module: performance,module: autograd,triaged,module: advanced indexing | medium | Critical |
523,898,338 | godot | [WebGL1] game takes a long time to load on Mobile Chrome | **Godot version:**
3.2 alpha 3
**OS/device including version:**
Android 8.1.0
Mobile Chrome Browsers
**Issue description:**
HTML game take a long time to load in mobile browsers ,while in desktop the game loads in 5-15 seconds the mobile versions takes 35-50 seconds to load
On firefox the loading time is nor... | discussion,topic:core | low | Minor |
523,902,510 | youtube-dl | Danish silent movies | <!--
######################################################################
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 |
523,904,755 | youtube-dl | Support for Nosey.com |
I was Wondering if the team could add support for nosey.com. here is a link example: https://www.nosey.com/watch/channel/nosey_general/14-c3al0cgz1ub4-stunning-secrets-revealed | site-support-request | low | Minor |
523,911,189 | rust | gdb "cannot subscript non-array type" to index a Vec | Attempt to print content of a `Vec` at index results in error. Since it works fine for C++, I think the problem is in `rustc` not providing the necessary debug information for this to work.
`Vec`s are a widely used type, and not being able to print their content at index hurts debugging process noticeably.
## Ste... | A-debuginfo,P-medium,T-compiler,C-bug | medium | Critical |
523,923,575 | node | Passing fd between threads causes VM to crash, or EBADF | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please pro... | worker | low | Critical |
523,923,675 | rust | Consider using DWARF modules instead of namespaces. | Looking at the DWARF5 spec I noticed it supports "modules", with Modula-2 and Fortran given as examples, not just "namespaces" (typically associated with C++).
However, it's unclear if we can do everything we use namespaces for, with modules, and whether debuggers support modules at all.
Also see #33123, which se... | A-debuginfo,C-enhancement,P-medium,T-compiler,WG-debugging | low | Critical |
523,934,823 | vscode | Support external diff algorithms in internal diff editor | Reopening closed feature request #30694
Openness, extensibility and customisability are the features that keep me coming back to VSCode. Being built upon an OSS core (Electron) was strong evidence of a change of culture at Microsoft.
In that spirit, would you please reconsider the original request from @myfairsy... | feature-request,diff-editor | high | Critical |
523,941,434 | vscode | Allow detail option on task input pickString | Similar to what was recently implemented for tasks, it would be nice to be able to add a detail string to the input options of a task so that it can be explained what picking that option means for the task in cases where it may not be clear. | feature-request,tasks,variable-resolving | medium | Major |
523,943,979 | flutter | initializing DevFS: JSON-RPC error needs to surface cause and potential solution | Hi i am constantly having error : **Error initializing DevFS: JSON-RPC error -32603 (internal error): Internal error** after **Built build\app\outputs\apk\debug\app-debug.apk.** step of flutter run.
Here is output of my flutter run -v:
```
> [ +2 ms] > Task :app:assembleDebug
> [ +1 ms] 32 actionable tas... | tool,a: quality,P2,team-tool,triaged-tool | low | Critical |
523,965,936 | pytorch | [feature request] Multivariate normal CDF | I'd like to discuss here the implementation of the multivariate normal cumulative distribution function (CDF), as the following code
```
from torch.distributions import MultivariateNormal
mvn = MultivariateNormal(torch.zeros(2), torch.eye(2))
mvn.cdf(torch.ones(3))
```
raises a _NotImplementedError_.
The cdf o... | module: distributions,feature,triaged | low | Critical |
523,971,238 | godot | The status of the tabs in the editor is not memorized | **Godot version:**
3.2 beta 1 mono - v3.5.beta1.official [b9b23d222]
**OS/device including version:**
Win 10 64 Home
**Issue description:**
The editor does not remember the status of the tabs.
I use the mono version and in the "Editor settings" window I close the "Text Edtor" and "Network" tabs because I do... | enhancement,topic:editor | low | Minor |
523,977,365 | TypeScript | Rest parameter in callback function using generic tuple types: Forces definition of all parameters | **TypeScript Version:** 3.8.0-dev.20191116
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
rest parameter, spread, tuple type, generics, conditional types
**Code**
https://github.com/BTOdell/typescript-tuple-rest-spread-bug
This issue was di... | Needs Investigation | low | Critical |
524,006,637 | flutter | Support both primitives and Java wrapper classses like Booleans in StandardMessageCodec | <!-- 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,platform-android,engine,P3,a: plugins,team-android,triaged-android | low | Critical |
524,019,108 | angular | Type Provider interfaces when used with InjectionToken<T> | <!--๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
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.
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๏ฟฝ... | feature,breaking changes,freq1: low,area: core,core: di,cross-cutting: types,feature: under consideration,feature: votes required,canonical | medium | Critical |
524,021,090 | scrcpy | Request: Make resize-window a toggle | Fullscreen mode (Ctrl+f) is a toggle, but 1:1 pixel mode seems to be only turn-on. Once on there is no way to turn it off again that I have found, except by killing and restarting scrcpy.
Could it be made a toggle? | feature request | low | Minor |
524,089,760 | opencv | Transparent Api on RK3399-Mali T860 producing running slower than cpu | System information (version)
- OpenCV => 3.3.1
- Operating System / Platform => Ubuntu 18.04.3 LTS / Firefly RK3399 - Mali-T860
- Compiler => g++
##### Detailed description
Im having problems leveraging the transparent API on the arm RK3399 board.
Using the cv::UMat data structure I cant have faster resul... | category: ocl,platform: arm | low | Major |
524,094,053 | rust | cannot resolve `<&'t1 T as std::iter::IntoIterator>::IntoIter == _` | Hi! Let's consider the following code:
```rust
use std::rc::Rc;
use core::cell::RefCell;
use core::cell::Ref;
pub struct SharedDirtyFlag<T> {
data: Rc<RefCell<T>>
}
impl<T> SharedDirtyFlag<T>
where for<'t> &'t T: IntoIterator {
pub fn iter(&self) -> SharedDirtyFlagIter<T> {
let borrow =... | A-lifetimes,A-trait-system,T-lang,T-compiler,C-bug | low | Critical |
524,101,595 | go | path/filepath: Join documentation inconsistencies with path.Join | This is a follow-up to #29875, which is closed.
Problems:
1) The fix was only applied to `path.Join` docs, but `filepath.Join` has the same problem and should be fixed too.
2) The new wording drops the sentence "all empty strings are ignored", leaving no clue that `path.Join("", "foo")` results in `"foo"` rather t... | Documentation,NeedsInvestigation | low | Major |
524,124,883 | pytorch | Move the attributes of a module to the given device | ## ๐ Feature
In the current implementation of *[Module](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/script/module.h#L289-L313)*, there are methods ([torch::jit::script::Module::to(...)](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/script/module.cpp#L138-L150)) to move all the parame... | oncall: jit,triaged | low | Minor |
524,130,833 | flutter | Screen turns black after attempting to lock the screen, while launching app | ## Flutter doctor
```
[โ] Flutter (Channel unknown, v1.10.6, on Microsoft Windows [Version 10.0.18362.476], locale zh-CN)
โข Flutter version 1.10.6 at G:\Softwares\flutter-sdk
โข Framework revision cc3ca9a916 (8 weeks ago), 2019-09-25 10:57:58 -0400
โข Engine revision 63949eb0fd
โข Dart version 2.6.0 ... | platform-android,engine,a: existing-apps,P3,team-android,triaged-android | low | Critical |
524,145,958 | TypeScript | Assigning a callable return type of a generic function directly to some generic parameter results in error | **TypeScript Version:** above 3.3.3
**Code**
To see the actual behavior depending on a version of TS it is better to [open the code below in the playground](http://www.typescriptlang.org/play/?ssl=118&ssc=3&pln=110&pc=1#code/C4TwDgpgBAwghgGwXARgiAeAKgPigXigG8oAKYALiiwEoq4A7EAbigF9mAobgEwgGNkAJ2gAzAK4N+wAJYB7BlHG... | Needs Investigation | low | Critical |
524,171,877 | opencv | Add OpenCL events support | Initial solution: https://github.com/opencv/opencv/pull/14600/ | feature,category: ocl | low | Minor |
524,205,138 | flutter | [material] allow all overrides Theme().copyWith() | <!-- 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,f: material design,c: proposal,P3,team-design,triaged-design | low | Critical |
524,243,890 | tensorflow | tf.io.gfile.glob does not list all files in a Google Cloud Storage bucket | **System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): ?
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: /
- TensorFlow installed from (source ... | stat:awaiting tensorflower,type:bug,comp:ops | medium | Major |
524,278,267 | godot | GI Probe streaking artifacts | **Godot version**
3.1.1
**OS/device including version:**
Windows 10(64 bit)
Running on a laptop with a 1060, i7-8750H @ 2.20GHz and 16 GB ram
**Issue description:**
Building lighting with a GI probe produces weird streaks on most models in the scene:
 9.2.1 20190827 (Red Hat 9.2.1-1) linux/ppc64le
```
Specifically, while compiling cmd/internal/obj/x86, `go1` seems to take nearly 20 minutes and uses 14.5... | NeedsInvestigation | low | Minor |
524,352,949 | go | x/tools/cmd/present: support play snippets in module mode | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +9325bec899 Wed Nov 13 11:59:24 2019 +0100 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
### What operating ... | NeedsInvestigation,modules,Tools | low | Critical |
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.