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 |
|---|---|---|---|---|---|---|
563,397,168 | rust | arbitrary self types causes unexpected error messages | This example:
```rust
#![feature(arbitrary_self_types)]
trait Test<T: core::ops::Deref<Target = Self>> {
fn is_some(self: T);
}
fn f() {
let x = Some(2);
if x.is_some() {
println!("Some");
}
}
```
[Playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2... | C-enhancement,A-diagnostics,T-compiler,F-arbitrary_self_types,D-confusing,D-papercut | low | Critical |
563,439,971 | rust | Clarify "cannot find macro `X` in this scope" | I always forget that program order matters for macro definitions. In the [example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0e2900e51a17037b753c2c451e12146b), I get the error:
```
error: cannot find macro `five_times` in this scope
```
And inevitably I spend a long time trying to... | C-enhancement,A-diagnostics,A-resolve,A-macros,T-compiler | low | Critical |
563,460,149 | flutter | [web][safari] unskip safari semantics tests | Bunch of tests are skipped for semantics in Safari in the following files. We should either skip them or change them to work in in Safari. (note: there is a chance that the browser has a bug for the tests methods use case)
semantics_test.dart
semantics_helper_test.dart
| a: tests,team,framework,engine,a: accessibility,platform-web,browser: safari-macos,P2,team-web,triaged-web | low | Critical |
563,479,106 | flutter | Video player plugin should support WebVTT closed captions file format. | <!-- 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,a: accessibility,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
563,480,734 | flutter | [web][safari] unskip safari text related tests | Bunch of tests are skipped for text/measurement in Safari in the following files. We should either skip them or change them to work in in Safari. (note: there is a chance that the browser has a bug for the tests methods use case)
- [x] text_test.dart
- [ ] paragraph_test.dart
- [ ] measurement_test.dart (80% was f... | a: tests,team,framework,a: typography,platform-web,browser: safari-macos,P2,team-web,triaged-web | low | Critical |
563,488,436 | flutter | [web][safari] unskip safari text editing tests | Some methods in text_editing_test.dart are skipped in Safari. We should either skip them or change them to work in in Safari. (note: there is a chance that the browser has a bug for the tests methods use case)
| a: tests,a: text input,team,framework,platform-web,browser: safari-macos,P2,team-web,triaged-web | low | Critical |
563,503,301 | flutter | Change backgroundColor of CupertinoActionSheet | is it possible to add in the future a parameter `backgroundColor` or something like that to change the backgroundColor of the `CupertinoActionSheet`? Actually you can only switch between two colors. | framework,f: cupertino,d: stackoverflow,c: proposal,team-design,triaged-design | low | Major |
563,509,700 | go | crypto/x509: certificate validation in Windows fails to validate IP in SAN | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.5 darwin/amd64
</pre>
### Does this issue reproduc... | OS-Windows,NeedsInvestigation | low | Critical |
563,567,124 | TypeScript | Composite projects: support strict dependencies | Google (and Bazel rules_typescript) use a special-purpose TypeScript compiler. One of the reasons for this is we want to enforce strict dependencies.
Strict dependencies means you may only import or reference symbols declared in a project you explicitly declare to be an input. This is an essential property in a larg... | Suggestion,In Discussion | low | Critical |
563,642,183 | go | cmd/compile: error has incorrect column number | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
1.13.7
</pre>
### Does this issue reproduce with the latest release?... | NeedsInvestigation,compiler/runtime | low | Critical |
563,648,947 | flutter | Cache shaders on Fuchsia | On Fuchsia, a Flutter runner is shared across multiple applications. We should use a single persistent cache for the Skia shaders for each Flutter runner, so that we only compile each shader once per version of the engine, even across multiple apps. | customer: fuchsia,engine,dependency: fuchsia,c: performance,platform-fuchsia,perf: speed,P2,team-engine,triaged-engine | low | Major |
563,659,792 | flutter | FloatingActionButton flickers on Hero animation | I have a list of images in a `SliverList` with a `FloatingActionButton` on the bottom-right corner. When the user click's any image on the `SliverList`, the image animates to a new `Route` where the image goes behind the `AppBar` on this new page. I am using a `Hero` widget to make the animation from the `SliverList` i... | framework,a: animation,f: material design,has reproducible steps,found in release: 2.10,found in release: 2.13,team-design,triaged-design | low | Major |
563,729,629 | pytorch | [v1.5] Python/C++ API parity master tracking task | Achieving API parity between our Python and C++ frontend is crucial for broadening the number of language communities PyTorch can address. By the PyTorch 1.5 release, we will provide the following improvements to the PyTorch C++ frontend:
**Python/C++ API Parity:**
- [x] torch.nn modules and functional (tracking is... | module: cpp,triaged | low | Critical |
563,766,574 | angular | Angular 9: projectable nodes change position | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | type: bug/fix,freq1: low,area: core,state: confirmed,core: content projection,core: dynamic view creation,P4 | low | Critical |
563,778,813 | flutter | Get properties of widget using flutter driver | Hello guys,
I want to get some properties of a widget (color, hintText, onTap, ...) by using flutter driver. I tried to use `.getWidgetDiagnostics()` or `.getRenderTree()` or `.getRenderObjectDiagnostics()`, none of them include the property value I want. Could you help to achieve this ?
Thanks in advanced. | c: new feature,framework,t: flutter driver,P3,team-framework,triaged-framework | low | Minor |
563,792,768 | godot | Exporting selected scenes to HTML5 does not export project audio bus | **Godot version:**
v3.2
**OS/device including version:**
Windows 10 v1909
**Issue description:**
Exporting selected scenes to HTML5 does not export project audio bus file (*.tres). Which means `AudioEffectInstance.get_magnitude_for_frequency_range` doesn't work on HTML5 unless the user exports all resources in... | bug,topic:editor,confirmed,topic:audio,topic:export | low | Major |
563,889,512 | scrcpy | Turning screen off (mirroring) kills brightness adjustment | When I start `scrcpy` with the `--turn-screen-off` command line option, or if I use `ctrl-o` keyboard shortcut, once running to keep the mirroring working while turning the screen off, then **any subsequent screen brightness change is no more taken in account until I reboot**.
No matter what I do after:
* Changing ... | screenoff | low | Minor |
563,893,694 | go | image/color: documentation doesn't include links to relevant color theory resources |
### What version of Go are you using (`go version`)?
<pre>
$ go version
1.13.7
</pre>
### Does this issue reproduce with the latest release?
Yes: https://tip.golang.org/pkg/image/color/
### What did you expect to see?
The `image/color` relies on some color theory. But no pointers are given to lear... | Documentation,NeedsInvestigation | low | Minor |
563,911,380 | godot | Godot Editor and game freezes when using .gdns file | **Godot version:** 3.2
**OS/device including version:** Ubuntu 19.10
**Issue description:** I'm trying to include this module [TTSDriver.zip](https://github.com/godotengine/godot/files/4191420/TTSDriver.zip)
The godot editor freezes when put in the background. Game also freeze when trying to quit with the close ... | bug,topic:editor,topic:gdextension,crash | low | Minor |
563,936,392 | godot | "Auto Key" not auto keying when changing values from inspector | **Godot version:**
v3.2
**OS/device including version:**
Windows 10
**Issue description:**

With Auto Key enabled, along with the other transforms, it only works when you animate with move, rotate and... | bug,topic:editor | low | Minor |
563,966,829 | vscode | Support custom QuickPick filter logic | Currently the `QuickPick` filter logic supports wild cards and which parts of the item to search in but not things like switched up word order or regex. [An issue](https://github.com/brunnerh/insert-unicode/issues/13) was opened for one of my extensions asking for a more lenient search, which does not seem possible wit... | feature-request,quick-pick | low | Major |
563,986,569 | flutter | [google_maps_flutter] Plans for adapting Maps SDK Utility Library for google_maps_flutter | ## Use case
Adape the existing Maps SDK Utility Libraries on [Android](https://github.com/googlemaps/android-maps-utils) and [iOS](https://github.com/googlemaps/google-maps-ios-utils)
Adapting the existing utility library from both native platforms will allow:
- Rendering KML and GeoJSON
- Rendering Heatmap
- O... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Major |
564,080,826 | rust | Tracking issue for target_feature 1.1 RFC | This is a tracking issue for the RFC "target_feature 1.1" (rust-lang/rfcs#2396).
Issues: https://github.com/rust-lang/rust/labels/F-target_feature_11
## People
*Last updated in Mar 2023:*
* Shepherd: ~~gnzlbg~~ @workingjubilee (person who can help answer tricky questions that arise during implementation)
* Lang tea... | T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,F-target_feature_11,S-tracking-ready-to-stabilize,A-target-feature | medium | Critical |
564,091,110 | rust | Tracking Issue for `std::cell::{Ref, RefMut}::leak` | #68712 adds methods to convert `RefCell` guards `Ref`/`RefMut` into references with the lifetime of the underlying cell.
The feature gate for the issue is `#![feature(cell_leak)]`.
### Unresolved Questions
- [ ] Should similar methods be provided for `MutexGuard` and `RwLockReadGuard`/`RwLockWriteGuard`?
- [... | T-libs-api,B-unstable,C-tracking-issue,Libs-Tracked | low | Major |
564,140,402 | pytorch | [feature request] Add "groups" argument to nn.Fold and nn.Unfold | ## π Feature
Add a `groups` argument to the `Fold` and `Unfold` modules (and the corresponding functions in `functional`)
## Motivation
Currently it is a little bit cumbersome to implement e.g. a custom `AvgPool2d` or `MaxPool2d` filter using `Fold` and `Unfold`, as the channel information is not retained. For ... | feature,module: nn,triaged | low | Minor |
564,140,642 | flutter | Move "flutter update-packages" command to dev | The flutter update packages command is only used to initialize/upgrade/track dependencies for the flutter repo. If it is accidentally invoked by a user, they may put their repository into a bad state which requires either resetting it with git or re-downloading. To guard against this, we should move the logic of this c... | team,tool,c: proposal,P3,team-tool,triaged-tool | low | Minor |
564,202,741 | flutter | [fuchsia] Have a way to specify the observatory port in Flutter runner | I wasn't able to find a canonical example that does this, so I think this is not wired in as of today.
This would require us passing some parameter to the Dart isolate when we construct it.
cc: @kf6gpe | customer: fuchsia,framework,dependency: fuchsia,platform-fuchsia,P2,team-framework,triaged-framework | low | Minor |
564,210,873 | create-react-app | all file names lowercase - use hyphens instead of camelcase | Strange mixture of camelcase and hyphenated files when I used:
```
npx create-react-app . --typescript
```

I would recommend only lowercase filenames - the technical ... | issue: proposal,needs triage | low | Major |
564,225,160 | pytorch | PyTorch 1.4.0 CUDA initialization error with CPU-only (multiprocessing) on Python 3.7.5 | ## Bug
Using only the CPU device, PyTorch 1.4.0 crashes on Python 3.7.5 when training a neural network on the main process and then training a different network on child processes.
## To Reproduce
Steps to reproduce the behavior:
1. Train a neural network on the parent process
2. Create 5 child processes and... | module: autograd,module: cuda,triaged | low | Critical |
564,265,025 | pytorch | Core dumps being created when running test_c10d.py and test_multiprocessing_spawn.py | ## π Bug
When running `test/distributed/test_c10d.py` and `test/test_multiprocessing_spawn.py` in Power CI (and when run on my local Power system), some core files appear in the repo even though all the tests pass. I dug a little deeper and it looks like they're being caused by `NcclErrorHandlingTest.test_nccl_erro... | module: tests,triaged | low | Critical |
564,278,963 | TypeScript | Preserve type aliases on implement interface | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Suggestion,Experience Enhancement | low | Critical |
564,312,388 | godot | Scaled CanvasLayer reports wrong area to child nodes | **Godot version:**
3.2
**OS/device including version:**
Windows 10
**Issue description:**
When a `CanvasLayer` is scaled, it's children get the viewport size when requesting their parent's area size. This means that a scaled `CanvasLayer`'s children will anchor wrong.
]
struct Ctx<'d> {
phantom: std::marker::PhantomData<&'d ()>
}
fn map<'c, 'd: 'c>(ctx: &'c mut Ctx<'d>, data: Vec<()>) -> impl for<'a> Iterator<Item = ()> + 'a where 'c: 'a {
data.into_it... | A-diagnostics,A-lifetimes,T-compiler,A-impl-trait,C-bug | low | Critical |
564,341,984 | flutter | Failed to extract manifest from APK // aapt.EXE stop working. | I installed flutter and dart then tried to test the default app of flutter on web and it worked well. Then tried to test the app on my own phone i get that error :
windows [Version 10.0.17763.1039]
(c) 2018 Microsoft Corporation. All rights reserved.
D:\tests\flutter_appd>flutter run
Launching lib\main.dart on ... | platform-android,tool,t: gradle,P2,team-android,triaged-android | low | Critical |
564,345,337 | node | HTTP 1.1 fallback for HTTP 2 client | I discussed this a while back with @jasnell and I forget where it all landed and what was needed.
Iβd like to make it so that [`bent`](https://github.com/mikeal/bent) uses HTTP2 when available and falls back to HTTP 1.1 transparently when itβs not available.
This should be possible, the standard was certainly des... | http,http2 | medium | Major |
564,365,374 | TypeScript | [Breaking Change] Typescript 3.7 converts reference paths to tsconfig specified paths breaking multi-project compiles. | <!-- π¨ 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... | Needs Investigation | low | Critical |
564,419,616 | pytorch | Uninitialised value was created by a stack allocation, reported by valgrind | ```
==17== Memcheck, a memory error detector
==17== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==17== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==17== Command: ros/src/inference_api/test_graph_pytorch
==17==
==17== Warning: set address range perms: large range [0x14d... | triage review,oncall: jit,triaged | low | Critical |
564,438,945 | node | readline hangs the process on Win10 | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | readline,windows | low | Critical |
564,463,879 | angular | QueryList change not emitted when using ChangeDetectionStrategy.OnPush | # π bug report
### Affected Package
angular 9.0.1
### Is this a regression?
don't know.
### Description
when OnPush and @ViewChildren('something in ng-template') and the template be used in a sibling component. the QueryList.change won't fire
?
<pre>
$ go version
go version go1.13.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
n/a
### What operating system and processor architecture are you using (`go env`)?
n/a
### What did you do?
Wrote a project with b... | FeatureRequest,gopls,Tools | medium | Major |
564,510,520 | go | testing: when using a custom TestMain, m.Run does not return if one of the tests it runs panics | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.7 darwin/amd64
</pre>
### Does this issue reproduc... | NeedsInvestigation | medium | Critical |
564,510,568 | pytorch | iOS libtorch superpoint model bug | c++ mac libtorch SuperPoint model forward is success, c++ ios libtorch SuperPoint model forward is loss.
forward image size 640x480, ios print coordinates.total() is zero, is loss, mac print coordinates.total() not zero, is success.
libtorch info:
cpu mode
version 1.4.0
code:
```
auto qengines = ... | module: macos,oncall: mobile,module: ios,shadow review | low | Critical |
564,516,833 | PowerToys | "App Starter" PowerToy (with Virtual Desktop support) | ### tl;dr: "App Starter" PowerToy
Please implement a PowerToy which **automatically starts a list of user defined Apps** on "User Click" or "Windows 10 Startup" ( ...with the possibility to move the apps automatically to Virtual Desktops including predefined window positions.) *See the end of this post for main feat... | Idea-New PowerToy,Product-Virtual Desktop | low | Major |
564,519,225 | rust | Unhelpful suggestion for "cannot infer type" error | <!--
Thank you for filing a bug report! π Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
fn main() {
let map: HashMap<i32, i32, _> = HashMap::from_iter(vec![(1, 1), (2, 2)].into_iter());
}
```
I expected... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics | low | Critical |
564,608,304 | TypeScript | JSDoc @this/@lends/@namespace tags are ignored inside Object | <b>MyElement.d.ts</b>
```ts
declare class MyElement {
constructor(target: Element);
target: Element
}
```
<b>MyElement.js</b>
`@this` on globally defined function works as expected, Ctrl+Space shows the correct type of target - Element!
: t is 'a' {
return t === 'a';
}
function test<T extends AorB>(arg: T) {
if (isA(arg)) {
let a1: T & 'a... | Bug,Rescheduled | low | Critical |
564,634,903 | angular | Hierarchical injectors @Host() decorator explanation incomplete | # π Docs or angular.io bug report
### Description
The description of the @Host() decorator is the same as the description of the @Self() decorator.
Because the FlowerService is provided in the component itself, the @Host() decorator has no purpose in the example, without @SkipSelf() the FlowerService will alw... | help wanted,freq1: low,area: core,core: di,P4,bug,area: docs | low | Critical |
564,667,328 | flutter | Consider handling non-utf8 decoding errors from File.readAsString in ErrorHandlingFileSystem | ## Steps to Reproduce
Hello, my project works fine, but today it's crashing when run pub get and i just sending the crash report as oriented after crash.
The only thing i've make in this file `android\local.properties` was add a new line with a TODO comment as you can see below:
```gradle
sdk.dir=C:\\Users\\We... | c: crash,tool,a: quality,P2,team-tool,triaged-tool | low | Critical |
564,693,649 | material-ui | Accessibility [Menu]: Screen readers initially not announcing first menuItem in a menu | - [ X ] The issue is present in the latest release.
- [ 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.
## Current Behavior π―
When the user opens a menu, the screen reader does not announce the focussed/first item withi... | accessibility,component: menu | low | Major |
564,701,847 | material-ui | [Menu] iOS Voiceover focus trapped after selecting a menuItem | - [ X ] The issue is present in the latest release.
- [ 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.
## Current Behavior π―
With voiceover enabled on iOS, when the user opens a menu and selects an option, the menu clo... | accessibility,component: menu | low | Minor |
564,720,247 | rust | Weird error message when pub crate is implemented on inner mod | <!--
Thank you for filing a bug report! π Please provide a short summary of the bug,
along with any information you feel relevant to replicate the bug.
-->
When an inner mod publicly re-exports function,enum or struct with the `pub(crate)` attribute a non-clear error is showed by cargo check and cargo build.
c... | A-diagnostics,T-compiler,C-bug,A-suggestion-diagnostics | low | Critical |
564,724,305 | rust | better warning when passing format string and variable in wrong order to format/println | I accidentally came up with something like this
````rust
fn main() {
let greeting = "hello world";
println!(greeting, "{}");
}
````
rustc suggested
````
error: format argument must be a string literal
--> src/main.rs:4:14
|
4 | println!(greeting, "{}");
| ^^^^^^^^
|
help... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics | low | Critical |
564,730,662 | go | encoding/xml: Decoder allocates (and does not release) memory for every control <?...?> encountered | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.7 linux/amd64
</pre>
### Does this issue reproduce... | NeedsInvestigation | low | Critical |
564,754,337 | vscode | Git - Git does not show gutters unless file is opened from changed files tab | Version: 1.42.0 (system setup)
Commit: ae08d5460b5a45169385ff3fd44208f431992451
Date: 2020-02-06T10:51:34.058Z
Electron: 6.1.6
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18362
Steps to Reproduce:
1. The steps to reproduce are exactly the same as Bug# https://git... | bug,git | medium | Critical |
564,779,415 | flutter | The widget doesn't rebuild on animation end in web | Hi Team,
I am creating a custom scroll view, where I can host three views and reusing the view for infinity swiping and for swiping I have using tween animation and animation controller and it works fine as expected in the mobile platform, but it doesn't work as expected in the web.
I have attached the sample and... | framework,f: scrolling,platform-web,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-web,triaged-web | low | Critical |
564,784,511 | scrcpy | addressing devices using transport id instead of serial | Greetings, is there any existing way implemented to address several devices connected via USB with their transport id instead of serial?
In my development of a custom AOSP ROM i have an issue with distinct devices having the same serial when adb lists them (but different transport id).
ADB allows addressing devic... | feature request | low | Critical |
564,784,666 | TypeScript | Package dependencies and The inferred type of ... cannot be named without a reference to ... | Hello, as a POC, I created a repository dedicated to this issue, to show how it is happening!
Repository: https://github.com/nogueira7egend/ts-symlink-error/
Please check it and follow the instructions that are on README!
Best regards
**TypeScript Version:** 3.7.5
**Actual behavior:**
<img width="1639" alt... | Needs Investigation | low | Critical |
564,792,746 | create-react-app | Using url in SCSS mixin in another file doesn't import files correctly | Reopened from #7777, which was closed because the fix was supposedly released in 3.3.1, but it is still broken.
### Describe the bug
Using an SCSS mixin (located in another file) that uses the url function makes the file unable to be found. Example:
```scss
// src/scss/mixins.scss
@mixin next-gen-image ($f... | issue: bug report | medium | Critical |
564,808,006 | vscode | Allow ThemeIcon in WebviewPanel.iconPath | Issue Type: <b>Feature Request</b>
You can only pass an Uri or an object containing Uris to WebviewPanel.iconPath, while iconPath on QuickInputButton and TreeItem also supports ThemeIcon. This would increase codicon reusability.
VS Code version: Code 1.42.0 (ae08d5460b5a45169385ff3fd44208f431992451, 2020-02-06T10... | help wanted,feature-request,api,webview,icons-product | low | Major |
564,809,123 | pytorch | Training got stuck due to timeout from dataloader |
The same training script works well with Pytorch 1.4 before. Trying to test some new stuff in master branch (built from source), but training always got stuck after a few hundreds iterations without triggering any error info. If I ctrl-C it, it was traced down to some timeout function in dataloader. Again the same tr... | module: performance,module: dataloader,triaged | medium | Critical |
564,812,364 | rust | The "type_alias_impl_trait" feature has problems handling lifetime parameters. | <!--
Thank you for filing a bug report! π Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I was starting with this function (which does compile on nightly):
```rust
#![feature(unboxed_closures)]
#![feature(type_alias_impl_trait)]
fn curry<'a... | A-lifetimes,E-needs-test,A-closures,T-compiler,C-bug,F-type_alias_impl_trait | low | Critical |
564,823,904 | pytorch | [feature request] torch.expand to not require unsqueeze and match -1 to existing dimensions if tensor.shape.count(-1) == tensor.ndim | ```python
torch.rand(2).expand(-1, 3)
#RuntimeError: The expanded size of the tensor (3) must match the existing size (2) at non-singleton dimension 1. Target sizes: [-1, 3]. Tensor sizes: [2]
torch.rand(2).unsqueeze(-1).expand(-1, 3)
# works
```
Docs:
```
Passing -1 as the size for a dimension means not ... | triaged,enhancement | low | Critical |
564,852,967 | pytorch | Don't take TensorOptions by reference | The class was explicitly designed to be two words large, we should pass it by value.
cc @yf225 | module: cpp,triaged | low | Minor |
564,861,071 | pytorch | torch::var_out and dimnames | ## π Bug
Using `torch::var_out` in the C++ API with dimnames instead of the index of the dimension seems to return the standard deviation instead of the variance.
## To Reproduce
Running the following program:
```
#include <torch/torch.h>
#include <iostream>
int main() {
auto d = torch::Dimname::... | module: cpp,triaged,module: named tensor | low | Critical |
564,873,603 | terminal | Consider adding a WT_PROFILE env var pointing to settings file | If the settings UI is not planned until after 1.0, then I strongly recommend adding an environment variable with the path to the json settings file, so it can be edited with the editor of choice (vi, notepad, nano, emacs, whatever) from within the shell of choice without burning brain calories trying to find it buried ... | Issue-Feature,Help Wanted,Area-Settings,Product-Terminal | medium | Critical |
564,933,791 | go | x/tools/gopls: show message with link to debug server with -debug=:0 | currently we ask users to supply flags such as `-port` and `-rpc.trace` and restart gopls when debugging is needed. Please consider turning on the debug port by default and make some traces available.
- Port number needs to be picked up randomly - so we will need a way for the client to ask gopls about the debug por... | help wanted,NeedsFix,gopls,Tools | low | Critical |
564,939,488 | terminal | Calling wt from cmd for working directory "C:\" causes an error | Hi,
I was testing the new command line options to open a Windows Terminal for a specified working directory. When calling `wt new-tab -d "C:\"` from PowerShell this seems to work. Calling the same command from cmd however will print the error message `[error 0x8007010b when launching `powershell.exe']` in the newly ... | Issue-Bug,Product-Terminal,Priority-2,Area-Commandline | medium | Critical |
564,943,115 | angular | `preserveWhitespaces`: false cause i18n interpolation placeholder to be different from xi18n | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | type: bug/fix,area: i18n,workaround1: obvious,freq1: low,area: compiler,state: confirmed,P3 | low | Critical |
564,945,661 | storybook | vue addon-docs display prop values in prop table. | **Is your feature request related to a problem? Please describe.**
I'm not sure if this is already possible, but I have looked around and tried a bunch of different options, but I would like the possible values for a component prop to show up in the prop table in docs.
_This may already be possible, but it seems th... | feature request,vue,addon: docs,block: props | low | Major |
564,949,600 | terminal | Cannot find info on hosting terminal in another app. | We need documentation on hosting the console. Project templates would be very helpful.
| Issue-Docs,Area-TerminalControl,Product-Meta | medium | Major |
564,961,644 | rust | Incorrect trait-object warning when returning a type-alias-impl-trait | The following code:
```rust
#![feature(type_alias_impl_trait)]
type Foo = impl Copy;
fn bar(val: &u8) -> Foo + 'static {
true
}
```
produces the following messages:
```
error[E0404]: expected trait, found opaque type `Foo`
--> src/lib.rs:4:21
|
4 | fn bar(val: &u8) -> Foo + 'static {
| ... | A-lints,T-compiler,C-bug,F-type_alias_impl_trait,D-invalid-suggestion,A-trait-objects | low | Critical |
564,987,078 | flutter | Allow Hero to define it's Overlay level | This is the `Hero` animation I want to achieve:

The green rectangle flies to the second screen, landing BEHIND the rounded-square purple grid.
As far as I know, if I do this right now the `Hero` will l... | c: new feature,framework,a: animation,f: routes,P3,team-framework,triaged-framework | high | Critical |
565,006,270 | TypeScript | Exported type merged with 'export * as namespace...' only exports type meaning. | > Previously I liked using TS namespaces and declaration merging for creating FP-style modules, without needing the `MyModule.T` convention:
>
> ```ts
> export type Foobar = { }
>
> export namespace Foobar {
> export function doStuff(foobar: Foobar) { }
> }
> ```
>
> ```ts
> import { Foobar } from './Foo... | Bug | low | Minor |
565,006,596 | rust | rustc fails to resolve an associated type when using Self: Trait<A> in a method of a trait | <!--
Thank you for filing a bug report! π Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
_Somewhat_ minimal reproducible code:
```rust
pub trait Foo<L> {
type Repr;
fn foo(repr: &Self::Repr);
}
pub trait Bar {
fn bar<L>... | A-associated-items,T-compiler,C-bug | low | Critical |
565,020,528 | PowerToys | [PowerRename] Allow changing of other attributes in a batch | # Summary of the new feature/enhancement
Do not know the feasibility of this feature, but why to stop with the filenames, ideally it will also detect if all files have the same extension, read the writable properties of the files and allow to change them in batch.
Example for jpg, allow changing the subject, rati... | Idea-Enhancement,Help Wanted,Product-PowerRename,Cost-Large | low | Minor |
565,048,427 | pytorch | Creating Torch tensors slows OpenCV video reading a lot | ## π Bug
I am developing a system that samples frames from videos and runs them through a deep network.
When I profiled the code I noticed that OpenCV read videos much slower than expected. Compared to a naive program that only grabs frames and does nothing else, this program spends x2 more time grabbing frames. ... | module: performance,triaged,module: multithreading | low | Critical |
565,060,102 | flutter | Flutter Gradle plugin improvements | Review by @cmwarrington:
line 103: addfluttertasks can happen eagerly (or atleast IIUC on the configuration of the android plugin) See for an example of how to do this see internal example.
line 323: Trigger from application of AGP, rather than afterEvaluate
line 329-330 - use .all rather than .each and ... | tool,t: gradle,dependency: android,P2,team-tool,triaged-tool | low | Minor |
565,092,802 | go | proposal: x/crypto/ocsp: Return ocsp.Request from CreateRequest instead of []byte | The `ocsp.CreateRequest` function returns an OCSP request as a `[]byte`. It would be helpful to instead have it return `ocsp.Request`, which can then be marshalled into `[]byte` if needed.
My specific use case is implementing a cache for OCSP responses. Per https://community.digicert.com/en/blogs.entry.html/2015/02/... | Proposal,Proposal-Crypto | low | Minor |
565,096,246 | vscode | Add support for premium extensions | This was previously raised in #36577 but that is closed and locked. Rather than reopen it please allow this one to be a backlog candidate at least, so interested folk can upvote it. | feature-request | medium | Critical |
565,117,331 | deno | Support a pty interface | Deno should support forking of pty interfaces (psuedo terminals) which would allow Deno workloads to be able to "pretend" to be a terminal, which can allow Deno workloads to be a terminal emulator or allow certain programs to think a Deno workload is an terminal to send it control sequences.
Node.js Prior art: https... | cli,suggestion,help wanted | medium | Major |
565,182,293 | rust | Disambiguate method call for impl on dyn Trait | ```rust
pub trait Error: Debug + Display {
fn source(&self) -> Option<&(dyn Error + 'static)> {
None
}
fn chain(&self) -> Chain<'_> where Self: Sized + 'static {
Chain {
current: Some(self),
}
}
}
impl dyn Error + 'static {
fn chain(&self) -> Chain... | A-trait-system,T-lang,C-bug | low | Critical |
565,228,738 | terminal | Documentation of use of ConPTY together with STARTF_USESTDHANDLES is lacking. | <!-- Briefly describe which document needs to be corrected and why. -->
All existing documentation of ConPTY seem to only mention the case where stdin, stdout and stderr are all to be connected to the pty and no STARTF_USESTDHANDLES. The only mention that the proper value to have in StartupInfo.hStdInput et al when ST... | Help Wanted,Issue-Docs,Product-Conpty,Area-Server | low | Minor |
565,233,430 | material-ui | [docs-infra] `@mui/icons-material` in-editor preview | ## Summary π‘
Having a preview of the icons in the editor is similar to having autocomplete available for the API. Our icons explorer is definitely helpful and better if you need inspiration. But if you know what kind of icon you want then in-editor preview should boost productivity.
## Examples π
1. link to ... | new feature,discussion,package: icons,ready to take,scope: docs-infra | low | Major |
565,259,371 | terminal | Drag & Drop Tabs to create a Pane | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Issue-Feature,Area-UserInterface,Product-Terminal | high | Critical |
565,266,859 | pytorch | how-to-adjust-learning-rate using libtorch | ## β 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/)... | triaged | low | Minor |
565,291,934 | pytorch | malloc(): memory corruption (fast) | ## π Bug
I use the official Docker Images of Pytorch. When I try train my model using the DataParallel module, and during the training it's randomly crash, by segfault. Without DataParallel I get no error.
## To Reproduce
Steps to reproduce the behavior:
1. Start to train a model, using data DataParallel on... | triaged,module: data parallel | low | Critical |
565,354,605 | vscode | Support tmux control mode (-CC flag) | Issue Type: <b>Feature Request</b>
I saw the suggestion from @roblourens to use tmux in microsoft/vscode-remote-release#1185
That's mostly good, however has a few issues:
- `code` command doesn't work inside tmux.
- no GUI support - the built-in tab management and split panes then aren't usable.
- scrolling do... | feature-request,terminal-persistence,terminal-input | high | Critical |
565,375,135 | vue | Hydration fails when write like "<div><span>123</span>{{value}}</div>" in the template and the data "value" is a empty string | ### Version
2.6.11
### Reproduction link
[https://codepen.io/deqwin/pen/wvaMxoO](https://codepen.io/deqwin/pen/wvaMxoO)
### Steps to reproduce
open the reproduction above and you will see a red vue warning in the console
### What is expected?
a successful hydration
### What is actually happe... | bug,has PR,feat:ssr | low | Minor |
565,424,441 | rust | Trait bounds were not satisfied | I'm not sure if this is a compiler bug, but since I didn't get any answers on StackOverflow I'd try to add an issue here.
I tried this code:
```rust
use futures_util::compat::Future01CompatExt;
use gluon::{
new_vm,
vm::api::{FunctionRef, Getable, Pushable, VmType},
ThreadExt,
};
pub type Erro... | C-enhancement,A-diagnostics,A-lifetimes,T-compiler,E-needs-mcve | low | Critical |
565,436,793 | godot | Vulkan: Some MeshInstances that are children of a Skeleton are invisible; Were visible in 3.2 | **Godot version:**
Master Branch, Latest Commit: 282c8dda98ab4fae1f35fc4b796978950cb3c000
**OS/device including version:**
Windows 10, Version 1909, 2020 Cumulative Update.
GTX 1070 TI, 442.19 Drivers.
**Issue description:**
While checking if an import plugin of mine worked with 4.0, I noticed that MeshInstan... | bug,topic:rendering,confirmed,topic:3d | low | Critical |
565,437,525 | go | cmd/go: behavior of go list ... is not documented in module mode | `go help packages` documents the special path `all` both for *gopath* and *module* mode:
```
"all" expands to all packages found in all the GOPATH trees. For example, 'go list all' lists all the packages on the local system. When using modules, "all" expands to all packages in the main module and their dependencies, ... | Documentation,NeedsInvestigation,GoCommand,modules | medium | Major |
565,452,333 | terminal | Minor artifacts on characters when using custom display scaling (like 130%) | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Area-Rendering,Area-Fonts,Issue-Bug,Product-Terminal,Priority-3 | medium | Critical |
565,453,186 | flutter | Testing a MultiFrameImageStreamCompleter is really hard. | Nearly all of our image related tests right now use a SingleFrame completer or otherwise mock out the completion.
If a user wants to actually test using a MultiFrame completer, it generally just doesn't work, I believe because of a mix of real and fake async work.
It would be nice to make this a better testing e... | a: tests,c: new feature,framework,a: images,P3,team-framework,triaged-framework | low | Minor |
565,453,343 | flutter | Feature request: Add a flag to `flutter run` & `flutter logs` to filter output | After https://github.com/flutter/flutter/pull/45743, we stopped filtering log output (by the string `flutter` both because it broke benchmark tasks and because it obscured when the app crashed. The downside is that the logs are much noisier. This should be configurable by a flag.
For more context, see: https://githu... | platform-android,tool,P3,team-android,triaged-android | medium | Critical |
565,481,813 | TypeScript | Provide type coverage metrics | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
565,486,984 | flutter | Make E2E use a custom test reporter so that invoking test() will work. | Invoking test() won't result in failures being reported.
We could address this with either
1. Improving documentation
1. Do something clever with with imports (Dart provides mechanisms for hiding, showing, and aliasing of symbols) to get an app-facing test method that wraps testWidgets without causing compile erro... | a: tests,framework,d: api docs,f: integration_test,P2,team-framework,triaged-framework | low | Critical |
565,504,985 | flutter | Update e2e and espresso plugin docs to require using dependency instead of dev_dependency | See discussion on https://github.com/flutter/flutter/pull/45816
If we aren't registering plugins coming from dev_dependency, we'll have to use dependency. I think this won't be a huge issue since it should only be a dependency for the example app.
We should also update the plugins' versions to 1.0.0 with this cha... | a: tests,framework,d: api docs,f: integration_test,P2,p: espresso,team-framework,triaged-framework | low | Minor |
565,505,957 | opencv | Failing tests for Split layer (IE) | <!--
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... | category: dnn | low | Critical |
565,517,326 | pytorch | [jit] `Node` callstack is incorrect | After applying #33352,
```python
import torch
import torch.nn as nn
import pprint
class MyNet(nn.Module):
def __init__(self):
super(MyNet, self).__init__()
self.conv = nn.Conv2d(1, 6, 5, 1, 2)
self.maxpool = nn.MaxPool2d(2, 2)
def forward(self, x):
x = self.conv(... | oncall: jit,triaged | low | Minor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.