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 |
|---|---|---|---|---|---|---|
466,228,516 | ant-design | multiple TreeSelect onChange params different | - [ ] 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://codepen.io/Enivia-Q/pen/GbzpPG](https://codepen.io/Enivia-Q/pen/GbzpPG)
### Steps to reproduce
1. check tree nodes from drop-down list
... | ๐ฃ Discussion,Inactive | low | Minor |
466,228,658 | storybook | Addon-backgrounds: Add parameter to enable grid by default | **Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
I'd like a new [Options Parameter](https://storybook.js.org/docs/configurations/options-parameter/) to control the initial setting of the "Toggle Background Grid" setting, e.g. `showBackgroundGrid`, so that ... | feature request,good first issue,help wanted,has workaround,addon: backgrounds | medium | Critical |
466,265,617 | go | gollvm: unable to build etcd | <!-- 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.2 gollvm LLVM 9.0.0svn linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and pr... | NeedsInvestigation | low | Critical |
466,272,588 | flutter | Support for Client Certificate in the WebView widget? | <!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.dev/
* https://api.flutter.dev/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flut... | c: new feature,p: webview,package,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
466,306,095 | flutter | PageView does not have optional scrolling on both ends. | The following widget should have an optional property to add the behaviour of swiping from thirdDay to firstDay and from firstDay to thirdDay. At this point some gimmick needs to be done to have this applied.
```dart
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Theme.of(context... | c: new feature,framework,f: scrolling,P3,team-framework,triaged-framework | low | Minor |
466,307,959 | rust | Rustdoc should not fail to generate documentation when deep types are involved | Ref. https://github.com/rust-lang/rust/issues/62059
To fix the referenced issue we raised the recursion limit, however if there is a type that exceeds this limit again, we will start failing to generate documentation for the crate in question and all the dependent crates using these deep types again.
rustdoc uses... | T-rustdoc,C-bug | low | Critical |
466,321,785 | pytorch | CMAKE_PARSE_IMPLICIT_LINK_INFO Function invoked with incorrect arguments | https://circleci.com/gh/pytorch/pytorch/2160467?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
```
Jul 09 16:47:24 CMake Error at cmake/Modules/FindOpenMP.cmake:287 (cmake_parse_implicit_link_info):
Jul 09 16:47:24 CMAKE_PARSE_IMPLICIT_LINK_INFO Function invoked with incorrect... | module: build,triaged,module: flaky-tests,has workaround | low | Critical |
466,360,597 | vue | Cannot bind external web-component's 'value' property as an object | ### Version
2.6.10
### Reproduction link
[https://embed.plnkr.co/2KKE9ixZJLrRB6FUNIou/](https://embed.plnkr.co/2KKE9ixZJLrRB6FUNIou/)
### Steps to reproduce
Steps to reproduce (see the attached plunkr):
1. Create a web-component (not using Vue).
2. Expose a 'value' property in this web component that accep... | has workaround | low | Major |
466,376,417 | go | archive/zip: reject certain invalid archives | This is not a defect report, but a suggestion to review the Zip archive reader with this new and authoritative zipbomb treatise in mind:
https://www.bamsoftware.com/hacks/zipbomb/
| NeedsInvestigation | medium | Major |
466,390,784 | pytorch | DispatchStub should report what operator it failed to find kernel for | In #22681 we get an unhelpful error message because it just says that CUDA kernels is missing, it doesn't say what is missing. It would be good of dispatch stub gave more information. Maybe we can pass in a string constant to the template parameter and update the macro to stringify the struct name to pass in.
cc @cp... | module: internals,module: cpu,triaged | low | Critical |
466,436,779 | go | cmd/go: go mod init doesn't import nested module, tidy picks older version | In this case, the `glide.lock` file depends on a version of `github.com/hashicorp/consul` that uses modules and submodules. Before `go mod tidy`, we are depending on `v1.5.1`, a commit with date 2019-05-22. After `go mod tidy`, the dependency has regressed to the latest available `api` submodule version, `v1.1.0`, a co... | NeedsInvestigation,modules | medium | Critical |
466,471,932 | go | archive/zip: provide API for resource limits | Zip unpacking can generate outputs thousands of times larger than the input. We should provide a security API that lets callers limit the resources that can be spent for unpacking untrusted archives.
It might be enough to limit the output size, if CPU and memory are always dependent on it.
See https://www.bamsoft... | Security,NeedsInvestigation | low | Minor |
466,489,868 | rust | Should Rust still ignore SIGPIPE by default? | Back in 2014, the Rust startup code (which runs before main) started ignoring SIGPIPE by default: https://github.com/rust-lang/rust/pull/13158
This dates back to when Rust had a runtime and a green-threads implementation, and more magic handling of I/O. The pull request mentions that it "brings the behavior inline w... | A-runtime,T-lang,T-libs-api,A-maybe-future-edition,I-lang-radar | high | Critical |
466,514,712 | vscode | ability to get/set currently selected debug configuration | Currently, we can run `vscode.debug.startDebugging(workspaceFolder, configName)` to run the debugger from the extension. Is there a way to change currently selected debug configuration from the extension? Something like `vscode.debug.changeCurrentDebugger(workspaceFolder, configName)` would be very helpful. | help wanted,feature-request,api,debug | medium | Critical |
466,517,908 | vscode | Tokenization overhaul | The current tokenisation story of VS Code is based on TM grammars, which are pretty powerful, but we are running into their limits if we want to do something more than a top-down scanner can do. Also, once you implement a TM interpreter, you realise how inefficient the way in which regular expressions must be evaluated... | feature-request,tokenization,semantic-tokens | high | Critical |
466,526,180 | flutter | Fail gracefully with a helpful message when the cache directory is not/can't be made writable | This can probably happen when we try to lock the cache directory:
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/cache.dart#L136
So far this is 7.3% of tool crashes in 1.7.8+hotfix.3. It's hard to tease apart, but file permissions issues, including in the cache, were 23% of crashes ... | c: crash,tool,a: quality,customer: crowd,P2,team-tool,triaged-tool | low | Critical |
466,526,183 | go | cmd/go: unexpected TestScript/get_brace timeout on illumos-amd64-joyent | From the `illumos-amd64-joyent` builder in https://build.golang.org/log/e8f2fee14aa5f386edc64b79dfeba4f092088200:
```
go test proxy running at GOPROXY=http://127.0.0.1:38179/mod
--- FAIL: TestScript (0.00s)
--- FAIL: TestScript/get_brace (443.52s)
script_test.go:191:
# Set up some empty... | Testing,NeedsInvestigation,OS-illumos | low | Critical |
466,543,473 | pytorch | torch.fill_() exists and modifies the input tensor: Expected or bug? | Seems like in-place functions are method only, but torch.fill_() exists, is undocumented, but is declared in both native_functions.yml and derivatives.yaml.
import torch
a = torch.zeros(3)
torch.fill_(a, 1)
print(a)
This prints:
tensor([1., 1., 1.])
Is this expected?
- PyTorch Vers... | module: bc-breaking,triaged,module: deprecation,module: ux | low | Critical |
466,583,846 | rust | Better greedy layout computation for generators | I've been thinking about a new approach for computing the layout of generators, since I merged #59897. Actually, I've been thinking about it before that, but the approach there felt a bit safer to start with.
The idea is that we use the struct layout computation, rather than the enum computation, as a starting point... | C-enhancement,T-compiler,A-coroutines,I-heavy,C-optimization | low | Major |
466,603,662 | flutter | Remove FlutterBinaryMessenger implementation from FlutterViewController | It's left in there for now to help with the migration away from FlutterViewController publicly being a FlutterBinaryMessenger. Unfortunately if you don't have Werror turned on the change just shows up as a warning. We should have a grace period before we remove it. | team,engine,P2,team-engine,triaged-engine | low | Critical |
466,607,608 | node | There appears to be a bug with the http2 header decoding | <!--
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... | help wanted,http2 | medium | Critical |
466,628,333 | rust | "Cycle computing supertraits" error could be more helpful | Consider the following code:
```rust
trait Foo<F> {}
trait Bar: Foo<Self::F> {
type F;
}
```
Trying to compile it, we get the following error:
```text
error[E0391]: cycle detected when computing the supertraits of `Bar`
--> src/lib.rs:3:1
|
3 | trait Bar: Foo<Self::F> {
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= no... | C-enhancement,A-diagnostics,A-trait-system,T-compiler | low | Critical |
466,641,810 | material-ui | When customizing breakpoints with createMuiTheme, only a shallow merged value is created | When customizing breakpoints with createMuiTheme, only a shallow merged value is created
- [x] This is not a v0.x issue. <!-- (v0.x is no longer maintained) -->
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Expect... | new feature,package: material-ui | low | Critical |
466,697,175 | flutter | dependencies cost indicator | ## Use case
When I add a dependency I don't know how much of size it will add to my project
## Proposal
When I run flutter packages get I want to get these packages cost
For example Flutter web it will show to me js cost 14kb
For Flutter Android it will show to me 100kb the total of the package aar, jar, ima... | c: new feature,tool,c: performance,a: size,customer: hand,perf: app size,P3,team-tool,triaged-tool | medium | Major |
466,816,419 | TypeScript | "Move to new file" breaks implicit index imports | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Refactorings | low | Critical |
466,882,451 | rust | improve documentation for AsRef/AsMut | `AsRef`/`AsMut` is fairly common source of changes that result in breaking others' code. Most such changes occur by adding additional `AsRef`/`AsMut` impls, which in turn break type inference that users are unwittingly relying on. According to [Rust's API evolution](https://rust-lang.github.io/rfcs/1105-api-evolution.h... | C-enhancement,T-libs-api,A-docs | low | Major |
466,898,812 | vscode | Have a command that clears all problems that are from tasks. | When a user makes a change to a task and re-runs it, they could end up accumulating problems since the modified task counts as a new task.
One idea is to clear all problems when the task config changes: https://github.com/microsoft/vscode/issues/76108
But that seems too aggressive and we'd be removing problems wit... | feature-request,tasks,polish | medium | Major |
466,899,536 | vscode | Git - Support for gitdir | I use two git repositories within project folder - one is `.git` and second is `.git_dev`. First is for project and second is to track my local config files. I used to work with second via alias `git dev` which stands for `git --git-dir=.git_dev`, but for now I explore ways to list changes within both repos in git side... | help wanted,feature-request,git | medium | Critical |
466,920,285 | kubernetes | Node VM failure doesn't automatically recreate a pod with attached PV | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
After a deplo... | kind/bug,priority/important-soon,lifecycle/frozen,area/provider/vmware,sig/cloud-provider | medium | Critical |
466,927,256 | godot | Github CodeQL Support | <!-- 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. -->
Any
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
Any
... | enhancement,usability,topic:thirdparty | low | Critical |
466,933,549 | rust | Inconsistent `#[link(name = "")]` resolution on Windows | <!-- Thanks for filing a ๐ bug report ๐! -->
**Background**
We have a Rust project (lets call it `dylib`) where we want to produce a shared library (.dll, .dylib, .so) for various platforms. As part of the build process we also want to verify the provided headers match the library.
To do that we have a sepa... | O-windows-msvc | low | Critical |
466,964,084 | react-native | TextInput prevent scroll on ScrollView | In a too long form, scroll is only available if the touch start outside the `TextInput` fields
React Native version:
```
info Fetching system and libraries information...
System:
OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver)
CPU: (4) x64 Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 1.92 GB ... | Component: TextInput,Platform: Linux,Component: ScrollView,Bug | high | Critical |
467,047,744 | pytorch | [RFC] InstanceNorm default affine value | TL;DR: the default `affine` value is different from the original paper and code, but is probably too old to change. Can we add a note in doc?
I happened to be looking through the original paper on [Instance Normalization](https://arxiv.org/pdf/1701.02096.pdf) and the accompanied [code](https://github.com/DmitryUlyan... | module: docs,triaged | low | Minor |
467,069,885 | create-react-app | Request for more a-priori documentation for progressive web apps. | ### Is your proposal related to a problem?
It's difficult to gauge the benefit of how and what enabling a service worker will do to an application. For example, my react app that I'm building is looking to be a mobile progressive web app to get the impression of a regular browser app. The app is powered by a backend... | issue: proposal | low | Minor |
467,077,718 | rust | Barely noticeable compiler suggestion | ```
fn main() {
let new_service = {
hyper::service::service_fn_ok(unimplemented!())
};
hyper::Server::bind(unimplemented!())
.serve(new_service);
}
```
Compiler error:
```
error[E0277]: expected a `std::ops::Fn<()>` closure, found `hyper::service::service::ServiceFnOk<_, _>`
-... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,F-on_unimplemented | low | Critical |
467,108,218 | pytorch | assert_no_internal_overlap should pass const char* | Followup to #22729. Quoting @colesbury:
> For older versions of GCC (4.9), const char* is better since otherwise GCC will still construct a std::string for every call. (We ship OSS binaries using GCC 4.9)
https://gcc.godbolt.org/z/0NQtCC | module: internals,triaged | low | Minor |
467,114,399 | rust | warn on running benchmarks in debug mode | libtest-generated benchmark code should issue a warning when benching code that was compiled in debug mode, as this is likely not the intended outcome. At worst the user will be like "gee thanks, Rust, I already know", but at best it will save a lot of time.
## How to reproduce
* Create a benchmark
* Compile wit... | A-lints,T-compiler,C-feature-request,A-libtest | low | Critical |
467,134,592 | flutter | Document how to write UI tests that interact with native UI elements | Since markers aren't widgets, what is the recommended way to write a widget test which taps a map marker and ensures that the onTap is executed? I didn't see any marker onTap tests in the google maps plugin tests ๐
Thanks! | a: tests,d: api docs,customer: crowd,p: maps,package,customer: vroom,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
467,139,227 | angular | Animation using query and stagger doesn't properly animate from height: '*' | # ๐ bug report
### Affected Package
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
@angular/animations: 8.1.1
### Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
I'm not sure.
### Description
When attempting to use an animati... | type: bug/fix,area: animations,freq2: medium,state: confirmed,P3 | low | Critical |
467,143,446 | pytorch | In-place updating the original value tensor should also update version counter of sparse tensor's values_ tensor | Currently, in-place updating the original value tensor after it's been used to construct a sparse tensor doesn't update version counter of the sparse tensor's `values_` tensor. Consider the following example:
```python
ind = torch.tensor([[0],[1]]).add_(1).sub_(1)
values = torch.tensor([1.]).add_(1).add_(1).sub_(1).... | module: sparse,module: autograd,triaged | low | Critical |
467,157,437 | TypeScript | JS Typedef merged with default export alias behaves strangely | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: JavaScript | low | Critical |
467,158,918 | TypeScript | JS typedef merged with default export class behaves strangely | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: JavaScript | low | Critical |
467,159,931 | TypeScript | JS typedef merged with default modified class errors strangely | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Error Messages,Domain: JavaScript | low | Critical |
467,185,744 | pytorch | Getting cuda runtime error (48) with Jetson TX2 when running simple program | ## โ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum:
- [Discussion Forum](https://discuss.pytorch.org/)... | module: cuda,triaged | low | Critical |
467,223,439 | vue | v-bind not update dom in client side when data in client side is different from the server side | ### Version
2.6.10
### Reproduction link
[https://github.com/maunier/nuxt-learning](https://github.com/maunier/nuxt-learning)
### Steps to reproduce
npm install
npm run dev
http://127.0.0.1:8080/
### What is expected?
i expect the div is like this:
```
<div text="isClient">isClient</div>
`... | bug,has workaround | low | Minor |
467,234,635 | pytorch | Pytorch deadlock from distributed multiprocessing | ## ๐ Bug
Pytorch hangs indefinitely when using distributed multiprocessing with Pytorch 1.1.0 after 77k iterations (77939 and 77940 iterations). In Pytorch 1.0.1.post2, there is no such bug.
It appears to be deadlock.
The following distributed modules combine together in a very nasty way for some reason:
```... | oncall: distributed,triaged | low | Critical |
467,254,312 | godot | is_visibility_in_tree() parenting issue with Spatial and CanvasItem | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
Further discussion of #22373 and extending to cover Spatial as well.
**Godot version:**
<!-- Specify commit hash if non-official. -->
Current master b6c10c2
**Issue de... | enhancement,discussion,topic:core | low | Critical |
467,255,006 | flutter | Flutter driver guide may need update | The Flutter driver guide provides instructions for executing a Flutter driver test suite from the command line. However, those instructions seem incompatible with the latest versions of Flutter, which list Chrome and Mac OS deployment targets.
Guide:
https://flutter.dev/docs/cookbook/testing/integration/introductio... | tool,t: flutter driver,c: proposal,P3,team-tool,triaged-tool | low | Critical |
467,267,407 | flutter | InvokeMethod issue on Android side, MethodChannel and EventChannel must be executed on the main thread | <!-- 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... | platform-android,engine,d: api docs,P3,a: plugins,team-android,triaged-android | low | Critical |
467,268,537 | flutter | [webview_flutter] Support spawning new webviews from JS | I hope the webview_flutter plugin can support multiple windows.I need this funcation to login facebook. | c: new feature,p: webview,package,team-ecosystem,P3,triaged-ecosystem | low | Major |
467,279,432 | pytorch | How to use mpi backend without CUDA_aware | We noticed that the MPI backend doesn't support the GPU from the official website,(https://pytorch.org/docs/master/distributed.html), then we complied the Pytorch with USE_MPI=1. The command line is `python3 main.py -a resnet50 --dist-url 'tcp://12.0.50.1:12348' --dist-backend 'mpi' --multiprocessing-distributed --worl... | triaged,module: mpi | low | Critical |
467,311,408 | rust | LLVM ERROR: out of memory with latest nightly (Windows 32bit) | I am trying to upgrade rust nightly in a project of mine and getting `out of memory` errors due to that, only on Windows though.
- old rust version: rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
- new rust version: rustc 1.38.0-nightly (0b680cfce 2019-07-09)
Build log of the failure on appveyor: https://ci.appveyo... | A-LLVM,T-compiler,I-compilemem,C-bug | low | Critical |
467,312,475 | rust | core crate build fails for mips16 instruction set | I am writing bare metal code for a mipsel cpu. Since there is no readily available target for hat in rustc I use `cargo xbuild` to build one from a target specification that I derived from the mipsel linux target. This works great and the resulting code runs on the CPU. The CPU I am using supports mips16 ISA to improve... | A-LLVM,O-MIPS,T-compiler,C-bug | low | Critical |
467,312,635 | go | plugin: load plugin crash fatal error: runtime: no plugin module data | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.11.1 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`g... | NeedsInvestigation,compiler/runtime | medium | Critical |
467,368,346 | opencv | Convolutional-LSTM models for object Detection on Video with much higher accuracy | ##### System information (version)
<!-- Example
- OpenCV => 4.1.0 - master-branch
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2015
-->
- OpenCV => 4.1.0 - master-branch
- Operating System / Platform => Win/Linux
- Compiler => g++ 5.4.0
##### Detailed description
Required... | priority: normal,feature,GSoC,category: dnn | low | Major |
467,375,375 | flutter | Emoji Keycap Sequence not supported on iOS | The [Emoji Sequence Data for UTS #51](https://www.unicode.org/Public/emoji/12.0/emoji-sequences.txt) has a section for Keycap sequence which specifies emoji alternatives for #, *, 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. These are available on the iOS keyboard.
They are all rendered properly as emojis on Android but not on ... | platform-ios,engine,customer: alibaba,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios | low | Major |
467,410,979 | nvm | Option on install to not add path to .profile | Is it possible to prevent the install-script to not add NVM to path in my e.g. ~/.profile? I use a zsh prezto plugin (node) which already does this. | feature requests,installing nvm | low | Major |
467,483,332 | go | proposal: spec: allow conversion between return types and structs | This comes from a conversation in #32941
The goal of this proposal is to allow easy conversion from a function return to a struct with the same field types and order.
This would allow to more easily pass a function result to a channel, without having to manually create temporary variables and filing them up in a... | LanguageChange,Proposal,dotdotdot,LanguageChangeReview | medium | Critical |
467,487,228 | pytorch | Port `fmod` operator from the TH code to Aten | `fmod` is the point-wise math operator so porting if from the TH code to Aten (and TensorIterator) expected to be easy. Such migration will help to clean up the code, simplify dispatch as well as provide immediate 2-3x operator performance gain.
Porting guide: https://github.com/pytorch/pytorch/wiki/TH-to-ATen-porti... | module: cuda,module: cpu,triaged,module: porting,better-engineering | low | Major |
467,498,365 | rust | tool tidy should error on unused error codes | In `librustc_typeck` the error code `E0074` is unused, that is, this error is never emitted.
The `tidy` tool should detect this and error when this happens. | C-enhancement,T-bootstrap | low | Critical |
467,502,781 | node | fs.access throws permission error while checking W_OK on writable dir | * **Version**: `v10.16.0` (also happening on `v12.6.0`)
* **Platform**: `18.6.0 Darwin Kernel Version 18.6.0` (also happening on `4.15.0-54-generic Ubuntu`)
* **Subsystem**: `fs`
I'm experiencing a rather unexpected behaviour when trying `fs.access` on a directory that's also an NFS shared mount point. The check ... | fs | low | Critical |
467,504,542 | TypeScript | Allow '--noEmit' to override 'emitDeclarationOnly' from config. | ## Search Terms
- TS5053
- emitDeclarationOnly
## Suggestion
Using `"emitDeclarationOnly": true` in your `tsconfig.json` prevents you to do typechecking only runs as running `tsc --noEmit` will throw the following error.
```bash
error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'n... | Suggestion,Awaiting More Feedback | low | Critical |
467,529,723 | flutter | Get rid of FlushType::kSingle (we don't need to enum even) | Concurrent message loops lie outside of the task runner framework now. We don't need single flush types. | team,engine,P2,team-engine,triaged-engine | low | Minor |
467,535,788 | go | x/website: show current Go version next to download button on homepage | The previous website design had a string with the current version. As part of my workflow, I used to check the website to see if a new version was released, at the same time I was checking if new interesting blog posts were available.
Seems like the new website removed that version string.
Could you please put it... | NeedsFix | low | Major |
467,543,882 | flutter | Split pointer enter, exit, and hover callbacks from Listener | ## TL;DR
We propose that pointer enter, exit, and hover callbacks are split from `Listener` into a new class `Mouse`. It is mainly because mouse tracking is unable to support certain features provided by `Listener`, also because `Listener` is often used only for mouse events.
## Problem
### Unable to support `HitT... | c: new feature,framework,c: API break,f: gestures,c: proposal,P3,team-framework,triaged-framework | low | Major |
467,561,225 | pytorch | TensorImpl de-virtualization | ## Motivation
We want to de-virtualize TensorImpl methods as much as possible, to achieve performance gain for common Tensor methods such as `numel()` / `sizes()` / `dim()`.
## Concerns
XLA relies on TensorImpl methods such as `numel()` / `sizes()` / `dim()` being virtual, so that they can have their own implement... | high priority,module: dependency bug,module: internals,triaged,quansight-nack | low | Major |
467,602,035 | go | make.bash: cannot build toolchain if go.mod recursively exists in some parent directory | Using `go1.12`. That is `GOROOT_BOOTSTRAP` is set to some Go toolchain with module support.
Steps to reproduce:
```
$ go mod init github.com/user/project
$ mkdir -p sub/sub/sub && cd sub/sub/sub
$ curl -s -L https://dl.google.com/go/go1.12.7.src.tar.gz | tar -zxf -
$ cd go/src
$ ./make.bash # this fails
Build... | NeedsInvestigation,modules | low | Major |
467,639,184 | rust | Type inference of lambda arguments interferes with borrow checking | It looks like type inference of arguments to a lambda function somehow interferes with borrow checking.
I tried this code: ([playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6b018776f5b9055e27776a0072530c0b))
```rust
struct Bar {}
struct Foo {
a: Bar,
}
impl Fo... | A-closures,A-borrow-checker,T-compiler,A-inference,C-bug | low | Critical |
467,658,359 | go | crypto/x509/pkix: Name.String() hex-encodes string-type ExtraNames | <!-- 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.6 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | NeedsInvestigation | medium | Critical |
467,673,967 | node | inspector.open(0, undefined, /* wait */true) won't allow communicating inspector.url() | I'd like to open the first available debugging port and wait for client to attach before I continue execution, so I do:
```js
inspector.open(0, undefined, /* wait */ true);
```
This results in a logical deadlock though: in order to get the `inspector.url()`, I need to continue execution. But execution only cont... | inspector | low | Critical |
467,718,768 | godot | Does UWP export works? | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1.1
<!-- Specify commit hash if non-official. -->
**OS/device including version:**
Windows 10
<!-- Specify GPU model and drivers if graphics-re... | bug,topic:porting,confirmed,platform:uwp,topic:export | high | Critical |
467,782,703 | godot | dict2inst does not work on classes with _init parameters | **Godot version:**
Godot Engine v3.1.1.stable.official
**Issue description:**
`dict2inst` does not work on classes with `_init` parameters. A simple fix is to manually initialize the object after it has been created with `.new()`
**Steps to reproduce:**
Create a scene with an external(not built in script). Th... | bug,topic:gdscript,confirmed,crash | low | Critical |
467,807,043 | TypeScript | Preserve comments with object destructuring assignment | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | low | Critical |
467,818,488 | rust | libstd initialization should check that target-features enabled at compile-time are enabled at run-time | libstd initialization should, at least in debug builds, and probably always, do check for all target-features for which `cfg!(target_feature = "feature")` returns true, that the feature is indeed actually enabled at run-time, e.g., by checking that `is_{target_arch}_feature_detected!("feature")` returns true.
If th... | T-libs-api,C-feature-request | low | Critical |
467,822,434 | flutter | Exception thrown while displaying Text() widgets initialized with empty strings ("") | Hi there,
found this strange bug tryng to display 3 Text() widgets inside a ClipRect().
If any of the initial strings are empty (""), an exception is thrown.
When the strings are initialized with a character, everything is fine...
Test program and log output follow.
## Steps to Reproduce
<details>
<summary>So... | framework,a: typography,a: error message,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-framework,triaged-framework | low | Critical |
467,844,172 | TypeScript | Property decorator documentation is inaccurate? | From the [official docs](https://www.typescriptlang.org/docs/handbook/decorators.html#property-decorators) about property decorators:
"The return value is ignored too."
But the following example returns a new descriptor, and it works fine:
```ts
class Greeter {
@logProperty
greeting;
}
function logP... | Docs | low | Major |
467,850,630 | pytorch | [feature request] Log-determinant for symmetric positive definite matrices | ## ๐ Feature
As of now, one cannot leverage the positive-definitiveness of a matrix when computing log-determinants. The current `torch.logdet` works for general square matrices and thus uses LU in forward and SVD in backward.
For SPD matrices it can be implemented more efficiently via a Cholesky decomposition... | triaged,has workaround,module: linear algebra,function request | medium | Major |
467,857,264 | flutter | RefreshIndicator cannot be canceled on Android | At first, this seems like it could be a duplicate of #9690, however, the actual issue is only mentioned in [this comment](https://github.com/flutter/flutter/issues/9690#issuecomment-347550626).
The user **should be able** to change their mind and push the refresh indicator back up, as can be seen here (native Androi... | framework,f: material design,a: quality,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-design,triaged-design | low | Critical |
467,887,009 | godot | add_keyword_color in textedit does not works using symbols ([ < > ] ....) | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1
**OS/device including version:**
Windows 10 64 Bits
**Issue description:**
using command add_keyword_color from textEdit does not works i... | bug,confirmed,topic:gui | low | Major |
467,942,096 | TypeScript | Union not narrowed with `typeof x.y` as a discriminant | <!-- ๐จ 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,Help Wanted,Effort: Moderate | low | Critical |
467,952,350 | opencv | Feature request: Still image capture with dshow/msmf | OpenCV-Python 4.1
Windows 7 64 Bit
The videocapture module currently only supports framegrabbing with the dshow/media foundation api's. Both api's support taking still images with a 'still image pin' [Dshow](https://docs.microsoft.com/en-us/windows/win32/directshow/capturing-an-image-from-a-still-image-pin) or 'tak... | feature,priority: low,category: videoio(camera),platform: win32 | low | Minor |
467,964,319 | vue | dynamic v-slot maybe overwite when used together with v-for on same element | ### Version
2.6.10
### Reproduction link
[https://jsfiddle.net/zrh122/scg6eq1t/](https://jsfiddle.net/zrh122/scg6eq1t/)
### Steps to reproduce
1. open the reproduction link
2. look at the rendered result
### What is expected?
```js
a: a
b: b
```
### What is actually happening?
```js
a:... | bug,has workaround | medium | Minor |
467,971,193 | TypeScript | Allow constant strings as string literals for dynamic import statements. | ## Search Terms
Use constant string in place of string literal for dynamic import statements.
## Suggestion
Honestly I donโt know if this is a bug or a suggestion.
Is there a way to allow constant string to represent string literals? Iโm thinking this should work, but it doesnโt. For example:
const... | Needs Investigation | medium | Critical |
468,027,297 | opencv | Error while reading DeeplabV3+ xception_65 model in Opencv4.0 | ##### System information (version)
- OpenCV => 4.0
- Operating System / Platform => Ubuntu 16.04
- Compiler => cmake
- Tensorflow => 1.13.1
- Python => 3.5
- protobuf => 3.6.1
##### Detailed description
terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(4.0.0) /home/cas/work/open... | category: dnn | medium | Critical |
468,034,630 | pytorch | CRITICAL:root:Cannot load caffe2.python. Error: DLL load failed: The specified module could not be found. | ## โ Questions and Help
I'm installing into a conda env. it is on Windows 10 . No GPU on machine.
I am following instructions from https://caffe2.ai/docs/getting-started.html?platform=windows&configuration=compile
And the build is success.
 and Angular (`HttpClient`) APIs.
Please note that I've asked the same question on SO and Gitter but haven't received any answers so I decided to ask it there... | type: bug/fix,freq1: low,area: common/http,P4 | low | Critical |
468,101,564 | go | archive/zip: zip64 extra headers problems | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go1.12.1 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><br><pre>... | NeedsFix | medium | Critical |
468,120,129 | go | x/net/icmp: Hogs CPU on Windows, doesn't capture packets | <!-- 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 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ... | NeedsInvestigation | low | Critical |
468,247,679 | pytorch | Make it easier to bisect on PyTorch | @pietern mentioned recently that he attempted to bisect a bug in 0.4.1, and it was difficult; only 2 out of 10 commits were buildable. It would be helpful if we had some set of scripts or documentation that made it easier to do bisect; e.g., telling us about when build commands changed, or how to work around a symbol e... | module: build,module: ci,triaged,better-engineering | low | Critical |
468,310,528 | TypeScript | Bug in typing iterable iterator with symbol | <!-- ๐จ 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 |
468,320,275 | pytorch | Difference between dropout2d and dropout3d |
## ๐ Bug
The difference between ``Dropout2d`` and ``Dropout3d`` is not clear. They use exactly same code but different documentation. As in the documentation of ``Dropout2d`` and ``Dropout3d``, they should have different shapes of input, but it seems that they can work for inputs with other shape (dimension > 2). S... | module: nn,triaged | low | Critical |
468,328,701 | flutter | Add support in flutter analyze for context messages | As of (https://dart-review.googlesource.com/c/sdk/+/108967) the analysis server is now sending context messages with the diagnostics it reports. They are represented as `DiagnosticMessage` objects attached to the `AnalysisError` objects returned via `analysis.errors`.
These context messages contain additional inform... | c: new feature,tool,a: quality,P3,team-tool,triaged-tool | low | Critical |
468,329,385 | TypeScript | Add a "keep-current" label for PRs that causes the bot to keep them rebased onto `master`, if possible | This way long-running PRs for experiments can get notified when they become out of date with `master`. | Infrastructure | low | Minor |
468,350,941 | go | cmd/go: go mod mvs: explain MVS selection | Actually, I'm not sure if it should be `go mod mvs`, some different subcommand, or rolled into something like `go mod why`. But, what I'd like is something like:
```
$ go mod graph
cloud.google.com/go go.opencensus.io@v0.21.0
cloud.google.com/go github.com/foo/bar@v0.0.1
cloud.google.com/go google.golang.org/api... | NeedsInvestigation,FeatureRequest,GoCommand,modules | low | Minor |
468,379,028 | flutter | Update the ui_unittests harness to run Dart code. | Currently, only the `shell_unittests` and `runtime_unittests` can run Dart code. | a: tests,team,engine,P2,team-engine,triaged-engine | low | Minor |
468,379,233 | flutter | Dart tests in the engine should be able to specify dependencies. | Currently, no `pub` dependencies may be specified in engine unit-tests that use Dart. | a: tests,engine,P3,team-engine,triaged-engine | low | Minor |
468,394,071 | flutter | Creating an iOS platform view needs a way to return an error message | Right now [FlutterPlatformViewsFactory](https://github.com/flutter/engine/blob/0fa6f40fcfc1b28d5150d414c147488f3922a99b/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h#L41) does not allow the implemented to return an error message when creating a view. | platform-ios,framework,a: platform-views,c: proposal,a: error message,P2,team-ios,triaged-ios | low | Critical |
468,492,198 | flutter | iOS: Blank screen in running my flutter app in release mode | Currently when running my app either from the terminal through the command `flutter run -d "iPhone" --release` or directly from xcode in release mode I got blank screen, and when inspecting the logs I can find the following error.
`Runner[3296:651656] [VERBOSE-2:engine.cc(116)] Engine run configuration was invalid.
R... | c: crash,platform-ios,tool,engine,customer: crowd,t: xcode,P2,team-ios,triaged-ios | low | Critical |
468,526,381 | electron | Disable SIG handler of AtomBrowserMainParts | <!-- 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:,pr welcome | low | Minor |
468,541,702 | vscode | TypeScript and intellisense often randomly opens with "if" snippet selected ignoring any properties |
Issue Type: <b>Bug</b>
Declare an interface with some properties. Create a function with parameter type of that interface.
Call function with object declared inside function call. Press CTRL + SPACE and note how *usually* the intellisense prompt will open approximately half way through the options with the "if"... | snippets,suggest,editor-contrib,under-discussion | 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.