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 |
|---|---|---|---|---|---|---|
569,480,982 | TypeScript | NaN incorrectly narrows to 0 | <!-- 🚨 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,Awaiting More Feedback | low | Critical |
569,501,847 | pytorch | [dev] `RecursiveScriptModule` does not expose `jit.ignore`d methods | ## 🐛 Bug
`RecursiveScriptModule` does not expose `jit.ignore`d methods. `jit.ignore` seems to be the recommended way to "gradually prepare" code for scripting, though.
## To Reproduce
```py
class Foo(nn.Module):
def forward(self, x):
return None
@T.jit.ignore
def foo(self):
... | oncall: jit,triaged | low | Critical |
569,544,084 | neovim | inccommand substitution should not call input() | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`:
```
NVIM v0.4.3
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: /usr/lib/ccache/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -g -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -DNDEBUG -DMIN_L... | bug,complexity:low,core,inccommand | low | Critical |
569,548,832 | flutter | GoogleMapController.animateCamera - Return Future after animation completion | ## Use case
<!--
Please tell us the problem you are running into that led to you wanting
a new feature.
Is your feature request related to a problem? Please give a clear and
concise description of what the problem is.
Describe alternative solutions you've considered. Is there a packag... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Critical |
569,562,052 | TypeScript | Feature request: typed yield expression | <!-- 🚨 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 | medium | Critical |
569,576,096 | TypeScript | Distribute property type union members to create union of object types | **TypeScript Version:** v3.9.0-dev.20200222
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** union type object property
**Code**
```ts
type Test =
| { b: [false, "a"] }
| { b: [true, "b"] }
declare const b2: boolean;
const a: Test... | Bug | low | Critical |
569,582,011 | youtube-dl | support otr-online.ru | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2020.02.16**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker ... | site-support-request | low | Critical |
569,606,017 | excalidraw | show finish-arrow button always or on touchscreens | I find the way to end a multiline arrow/line not ideal.
My instinct was to click on the line shape again but that did nothing. Maybe we should make it end.
The checkmark button is not visible enough. We should make it a lot more obvious than it is right now somehow. Maybe change colors and/or location. | mobile | low | Minor |
569,606,768 | pytorch | Decouple Lifetime of Local RRef and RPC | Multiple people (cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 @osalpekar @javier-m @shz0116) requested decouple the lifetime of local RRef from RPC, to allow creating local RRefs before `init_rpc`. See discussions ini #33587.
Technically, this shouldn't be h... | oncall: distributed,triaged | low | Minor |
569,628,309 | TypeScript | Return export nodes of ast when resolving alias symbol |
## Search Terms
export star node
## Suggestion
Add an API which returns alias symbol of import specifier and the export nodes on the searching path.
## Use Cases
I want to write a little tool to extract certain type in typescript code and its dependent types.
Current approaches just return the alias s... | Suggestion,Awaiting More Feedback | low | Minor |
569,641,427 | godot | Collision shapes created through CollisionObject2D APIs are not visible | **Godot version:** 3.2
**OS/device including version:** Windows 10
**Issue description:** Collision shapes created using `CollisionObject2D` APIs work but are not visible on enabling "Visible Collision Shapes".
: type=1400 audit(0.0:37):... | c: crash,platform-android,engine,dependency: dart,P2,team-android,triaged-android | low | Critical |
569,769,244 | pytorch | Some module has incorrect scope in complex naming situations in tensorboard graph export | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
My example is rather complex. To reproduce, I created a simple example.
```python
import json
import torch
import torch.nn as nn
from torch.utils.tensorboard._pytorch_graph import graph
from google.protobuf import js... | triaged,module: tensorboard | low | Critical |
569,803,019 | rust | Make emitting an error necessary to acquire a `ErrorReported` token | `ErrorReported` indicates that a compiler error has been emitted, but currently it may be freely constructed. We should make it unconstructable, so that the only way to get one is to `.emit()` an error.
cc https://github.com/rust-lang/rust/pull/68434#discussion_r370961307 @eddyb @estebank | C-cleanup,T-compiler | low | Critical |
569,816,913 | flutter | Make the _TimePickerDialog easier to drive with Flutter driver | <!-- 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... | framework,f: material design,f: date/time picker,t: flutter driver,c: proposal,team-design,triaged-design | low | Critical |
569,825,613 | excalidraw | Close menu when deselecting | Steps:
1. select shape and open properties menu
2. click away to deselect (which closes the menu)
3. select some element, which opens the menu again
IMO this is non-intuitive (and it tends to use the same tap you used to select an element for clicking a button in the menu if it happens to be under pointer --- I... | mobile | low | Minor |
569,832,871 | node | HTTP2 bandwidth issues | * **Version**: 13.9.0
* **Platform**: Linux
Hi,
I've been trying to launch a simple app, copying directories containing files only, using HTTP2.
my implementation was simple - create http2 session and use concurrent streams within this session to transfer all the files in the directory.
First environment: ser... | http2 | low | Major |
569,846,960 | pytorch | JIT tracing check fails with boolean tensor modifications | ## 🐛 Bug
Tracing code that modifies a boolean tensor fails with TracingCheckError. Tracing works only with `torch.jit.trace(..., check_trace=False)`.
## To Reproduce
Small repro case:
```
import torch
import torch.nn
class Model(torch.nn.Module):
def __init__(self):
super().__init__()
... | triage review,oncall: jit,actionable | low | Critical |
569,870,113 | flutter | Include current tree depth in BuildContext | I have a system that is using StreamBuilders in the Widget tree. Changes to the system are directly published to the streams and will cause the Widget tree to rerender. However, that can cause some updates to no longer be relevant. I would like to only trigger updates that are necessary by targeting streams higher in t... | c: new feature,framework,d: stackoverflow,P3,team-framework,triaged-framework | low | Major |
569,874,423 | flutter | OpenContainer should support Hero animations (Focal Elements). | ## Steps to Reproduce
1. Copy https://github.com/flutter/packages/tree/master/packages/animations
2. Open container_transition.dart in exmalpe app
3. Wrap the same Image.asset into Hero widget with the same tag (both line 294 for _ExampleCard and 476 in _DetailsPage)
4. Run the example app, enter the "Container ... | c: new feature,framework,a: animation,f: material design,customer: crowd,package,p: animations,P2,team-design,triaged-design | low | Critical |
569,878,317 | go | runtime: "interface {} is nil, not *main.T" on linux-amd64-noopt builder | [2020-02-22T04:31:41-059a5ac/linux-amd64-noopt](https://build.golang.org/log/9df8661fd5326a034504b9834d9e49931fdc7b41)
```
# go run run.go -- fixedbugs/issue13169.go
exit status 1
panic: interface conversion: interface {} is nil, not *main.T
goroutine 34 [running]:
main.main.func2(0xc00008c060, 0xc00008c0c0)
... | NeedsInvestigation,compiler/runtime | low | Critical |
569,895,975 | vscode | Use VS Code's syntax highlighting in Markdown preview | Issue Type: <b>Bug</b>
When I use `"editor.semanticHighlighting.enabled": true,` TypeScript looks great, but now the Markdown code looks bad in comparison. Please see the screenshot.

[2019-12-27T14:52:12-dcd3b2c/linux-amd64-longtest](https://build.golang.org/log/832e4e63da8301b2395df3f239adfa6dbdc25c48)
[2019-11-22T17:33:48-05511a5/linux-amd64-longtest](https://build.golang.or... | Testing,NeedsInvestigation,compiler/runtime | low | Critical |
569,951,317 | flutter | Misspelled command triggers 1st run message | I have seen this happen sometimes when a wrong command is run, not limited to `flutter build`.
<details>
<summary>Logs</summary>
```
PS C:\Users\Cristian\Desktop\airhopping> flutter build apk --tree-shake-icons --split-per-ab
Could not find an option named "split-per-ab".
Run 'flutter -h' (or 'flutter <... | tool,a: quality,P2,team-tool,triaged-tool | low | Critical |
569,958,208 | go | x/exp/cmd/gorelease: add glossary-defined code next to each (in)compatible change | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +151ccd4bdb Mon Feb 24 02:36:05 2020 +0000 linux/amd64
$ git rev-parse HEAD
7c80518d1cc79ffde9e571fe4fd281f321d36200
</pre>
### Does this is... | NeedsInvestigation,FeatureRequest | low | Critical |
569,975,536 | angular | Template compiles with strict but not with full | # 🐞 bug report
### Affected Package
The issue is caused by package @angular/compiler (I guess)
### Is this a regression?
Yes, kiiiiinda
With enableIvy false (v9 and I'm almost certain v8 as well), changing the final non-null assert (`!`) in the template into a null propagation (`?`) makes the error go away.... | type: bug/fix,area: common,workaround1: obvious,freq1: low,state: confirmed,cross-cutting: types,P4,common: async pipe | low | Critical |
569,979,366 | node | http module emits 'end' event after 'error' event being called | Hello
Update: Found another similar topic:
https://github.com/nodejs/node/issues/2156
Couldn't find solution, but, found similar issue related to TCP sockets
https://github.com/nodejs/node/issues/6083
* OS: Ubuntu 18.04.3 LTS
* node v12.16.1
What I need is to receive Github webhook request and handle it ... | http | low | Critical |
570,001,902 | vscode | [folding] context menu on expand/collapse arrow | It would be nice if you can right click on expand/collapse code block arrow to get small menu to collapse/expand all blocks:

| feature-request,editor-folding | low | Minor |
570,005,562 | flutter | Color.fromRGBO constructs color with wrong alpha value | Constructing colors using `fromRGBO` should return the same values as the CSS `rgba()` notation.
`rgba(0, 0, 255, 0.5)` is the same as `#0000ff80`
but `fromRGBO` sometimes creates a color with an off by one alpha value
```dart
expect(Color.fromRGBO(0, 0, 255, 0.5), Color(0x800000ff));
```
```
Expected: Color... | engine,a: fidelity,a: quality,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.16,found in release: 3.18 | low | Major |
570,014,454 | go | cmd/compile: partial cse of phi inputs? | This is an optimization idea, one that is still very rough. I'm interested in feedback and ideas.
Consider the beginning of os/basename (on unix):
```go
func basename(name string) string {
i := len(name) - 1
// Remove trailing slashes
for ; i > 0 && name[i] == '/'; i-- {
name = name[:i]
}
```
Afte... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
570,018,604 | flutter | Safe area left and right of notch not clickable in iOS | When using fullscreen widgets on iOS devices with a notch, the parts left and right of the safe area are not clickable.
## Steps to Reproduce
```
class FullPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
SystemChrome.setEnabledSystemUIOverlays ([]);
return Scaffold... | platform-ios,framework,engine,a: layout,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios | low | Critical |
570,023,777 | godot | AnimationPlayer: Bezier Curves don't stay constant, when they should | **Godot version:**
3.2.stable
**OS/device including version:**
Windows 10 1903
**Issue description:**
When adding a bezier curve animation for a property it doesn't stay constant when it should (Follow the cursor):
 for the UI and I've narrowed this down to what appears to be GC pressure created when using reactive variables.
We're updating reactive variables within our components nearly every frame for things like health & positions. I... | perf,temp-stale | low | Minor |
570,138,341 | go | cmd/compile: add a way to declare variables in rewrite rules | Consider this rewrite rule: `(Div32F (Const32F [c]) (Const32F [d])) && !math.IsNaN(float64(auxTo32F(c) / auxTo32F(d))) -> (Const32F [auxFrom32F(auxTo32F(c) / auxTo32F(d))])`
It'd be a lot easier to read and write (and compile) if we could declare a variable somewhere to hold the value `auxTo32F(c) / auxTo32F(d)`. I ... | NeedsInvestigation,compiler/runtime | low | Major |
570,141,706 | rust | Trait bounds on associated types not resolving correctly | In [the attached gist](https://gist.github.com/myrrlyn/47b57e6a16371a34a1ca113d9c204bf0), I provide a demonstration of a trait resolution error, and an equivalent fix for it.
The summary is this:
I have a trait `A` that depends on other traits, including `core::ops` operator implementations. It depends on multipl... | A-trait-system,A-associated-items,T-compiler,C-bug,T-types | low | Critical |
570,142,138 | TypeScript | Find all references for module.exports expandoes differ depending on expandoes members are calculated or not | <!-- 🚨 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: Symbol Navigation | low | Critical |
570,157,456 | go | cmd/go: clean file paths in module replace directives | ### What version of Go are you using (`go version`)?
<pre>
$ go version
1.14rc1
</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>
$ go env
GO... | NeedsFix,modules,Tools | low | Critical |
570,162,204 | go | cmd/compile: investigate performance regression vs Go 1.13 | ### What version of Go are you using (`go version`)?
<pre>
go1.14-almost
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<pre>
Linux, AMD64, does not have the recent Intel microcode update (does not need it as f... | Performance,NeedsInvestigation,compiler/runtime | low | Critical |
570,172,361 | flutter | Assert if an invisible widget is continuing to cause rebuilds, at least in some cases | Related idea to #51000
Related to https://github.com/flutter/flutter/pull/50842
It would be nice if the framework warned you when you if you caused a widget to rebuild while it is invisible, perhaps with a directive to consider using a `Visibility` widget for this case. This can be a somewhat confusing thing to ... | framework,a: animation,a: error message,P2,team-framework,triaged-framework | low | Minor |
570,179,489 | pytorch | Tensor.random_ is not implemented for bfloat16 on CPU(but implemented on CUDA) |
```
In [1]: import torch
In [2]: t = torch.empty(100, dtype=torch.bfloat16, device='cpu')
In [3]: t.random_()
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-3-19301e232e42> in <module>
--... | module: cpu,triaged,module: random | low | Critical |
570,255,482 | pytorch | Support pipelining the backward pass and optimizer.step() for distributed autograd. | ## 🚀 Feature
## Motivation
Some pseudocode for what a training loop looks like when using distributed autograd today:
```
for data in iterator:
loss = model.forward()
dist_autograd.backward([loss])
optim.step()
```
Distributed backward runs on multiple nodes and accumulates gradients on differen... | oncall: distributed,triaged,module: rpc | low | Minor |
570,340,365 | rust | rustc's -W/A/D/F options should ignore clippy:: lints | <!--
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.
-->
In code, rustc will ignore:
```
#![allow(clippy::foo)]
```
But it fails with:
```
$ rustc --crate-type lib --emit metadata -Aclippy::foo t.rs
erro... | A-lints,C-bug | low | Critical |
570,446,244 | create-react-app | Control TSC's noEmit or emitDeclarationOnly when using composite projects | `create-react-app` doesn't work in composite typescript projects, because for composite projects `emitDeclarationOnly` must be used instead of `noEmit` (when using noEmit: true and composite: true typescript compiler throws an error). I suggest to add a check - if typescript project is composite-based, use `emitDeclara... | issue: proposal,needs triage | medium | Critical |
570,451,865 | ant-design | dataIndex with dot notation returns undefined when getting value on EditCell example [Table Component] | - [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/cool-leaf-7mnjj)
### Steps to reproduce
... | Inactive | low | Minor |
570,473,498 | flutter | Flutter performance problems on specific device(s) | <!-- 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... | e: device-specific,framework,engine,f: material design,c: performance,f: scrolling,perf: speed,P2,team-design,triaged-design | low | Critical |
570,540,536 | vscode | Undo/Redo: consider to show global undo/redo as label in menu | Refs: #91248
I think we should indicate to the user that the next Undo or Redo triggers as global undo/redo by showing this in the Edit menu. E.g. `Undo (Rename)` and `Redo (Rename)`.
I would not change the labels for operations that happened from user typing and not refactorings. | feature-request,undo-redo | low | Minor |
570,543,653 | terminal | Add title to split window | # Description of the new feature/enhancement
When doing split windows in a tab, there's no header per window, rather the last command given is used int he TAB header. See attached example

Can yo... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | medium | Major |
570,562,164 | vscode | Define a `vscode.executeSemanticHighlightProvider` command | Providers also define a command so that extensions can use them. See
https://code.visualstudio.com/api/references/commands
for examples.
The semantic highlight provider should offer something similar.
Uses cases:
- get semantic highlighting for a virtual document
| feature-request,semantic-tokens | low | Major |
570,600,210 | opencv | [Proposal] imread and imdecode RGB data | - OpenCV => 4.2
- Operating System / Platform => Any
- Compiler => Any
##### Detailed description
For main DNN frameworks it need to read RGB (not BGR!) data from jpeg files. But now OpenCV can decode images only in BGR colour space. So cv::imread:
1. [auto in imgcodecs] Decode from jpeg to YUVxxx
2. [auto in... | category: imgcodecs,RFC | low | Major |
570,629,780 | ant-design | Virtual list example in documentation has broken layout | - [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://next.ant.design/components/table/#components-table-demo-virtual-list](https://next.ant.design/components/table/#components-table-demo-virtua... | help wanted,Inactive,rtl | low | Critical |
570,733,045 | create-react-app | Update workbox-webpack-plugin to strip deprecated core-js@2.6.11 | ### Is your proposal related to a problem?
Update `workbox-webpack-plugin` to strip deprecated `core-js@2.6.11`.
### Describe the solution you'd like
```bash
└─┬ react-scripts@3.4.0
└─┬ workbox-webpack-plugin@4.3.1
└─┬ workbox-build@4.3.1
└─┬ strip-comments@1.0.2
└─┬ babel-plugin-trans... | issue: proposal,needs triage | low | Major |
570,747,231 | vscode | Task instanceLimit doesn't work when depending on long running tasks | Re #91154
```
{
"label": "Run Mock",
"type": "shell",
"command": "./scripts/test.sh",
"windows": {
"command": ".\\scripts\\test.bat"
},
"group": "test",
"presentation": {
"echo": true,
"reveal": "always"
},
"dependsOn": [
"Run tests"
],
"runOptions":... | bug,tasks | low | Minor |
570,748,845 | flutter | [tool_crash] xcrun simctl install crashes: ProcessException: ...An application bundle was not found at the provided path... | ## Command
```
flutter run
```
## Logs
```bash
ProcessException: ProcessException: Process exited abnormally:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
570,764,166 | rust | False warning: "unused logical operation that must be used" | In a loop, in some cases, rustc seems to not understand that a boolean expression was used for sideeffects, and warns about unused logical operation. The following code can quickly replicate the problem.
```rust
use std::sync::{atomic::{AtomicBool, Ordering}, Arc};
fn main() {
let running = Arc::new(Atom... | A-lints,T-compiler,C-bug | low | Major |
570,788,270 | flutter | `flutter test` fails to clean up if the process is interrupted | The easiest way to reproduce this is to run `flutter test --start-paused path\to\test.dart`, wait for it to generate its temp files, and hit ctrl+C
This leaks files into the temp directory, which can get pretty full.
Related to #51421 | a: tests,team,tool,a: quality,P2,c: flake,team-tool,triaged-tool | low | Minor |
570,791,201 | go | x/tools/gopls: go/parser work-arounds | This issue tracks all of the workarounds implemented in `gopls` to handle places where go/parser loses information. Most of this code can be found in [`golang.org/x/tools/internal/lsp/cache/parse.go`](https://github.com/golang/tools/blob/fefc8d187781328d218f957bacb7632909acab8f/internal/lsp/cache/parse.go#L220) and was... | Thinking,gopls,Tools | low | Minor |
570,815,351 | go | x/build: add slowbots heuristics | Slowbots are awesome, but manual, and thus error-prone.
We could add some heuristics to automatically trigger appropriate slowbots. For example, any change that touches cmd/compile/internal/ssa/rewrite_ARCH.go should trigger slowbots for that arch (or set of arches). Similarly for any file named whatever_ARCH.s. Pro... | help wanted,Builders,NeedsInvestigation,FeatureRequest | low | Critical |
570,822,632 | terminal | COOKED_READ with prompt the width of the buffer places the cursor inside prompt, mangles prompt | Migrated from MSFT:25341382.
Original description:
> If the command prompt is as long as the terminal window is wide, then hitting Escape clips off the > character at the end of the prompt.
/cc @bviglietta | Product-Conhost,Area-Input,Issue-Bug,Priority-3 | low | Minor |
570,823,920 | flutter | [google_maps_flutter] API for setting GMSServices.provideAPIKey | Can we get an API for setting `GMSServices.provideAPIKey` so that we can avoid baking hard-coded values in `AppDelegate` (as described [here](https://pub.dev/packages/google_maps_flutter#ios))?
## Use case
Avoid hard-coding sensitive API keys in `AppDelegate` (as described [here](https://pub.dev/packages/google_m... | platform-ios,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Major |
570,858,954 | opencv | Pre-built iOS frameworks have bad structure | ##### System information (version)
- OpenCV => 4.1.1 or higher
- Operating System / Platform => macOS 10.15.3
- Compiler => Xcode 11.3.1 (11C504)
##### Detailed description
The pre-built frameworks seem to all lack a proper Info.plist at the top level of the framework bundle, and the overall structure is incor... | category: build/install,platform: ios/osx | low | Minor |
570,866,891 | pytorch | [JIT] BroadcastingList annotations don't work with ignore'd functions | ## 🐛 Bug
```
@torch.jit.ignore
def foo(x):
# type: (BroadcastingList1[float]) -> List[float]
return x
@torch.jit.script
def hi():
return foo(1.)
```
cc @suo | oncall: jit,triaged | low | Critical |
570,879,315 | pytorch | Deepcopy fails with nn.parallel.replicate | ## 🐛 Bug
I have a use case where I need to copy an entire model using copy.deepcopy. If I want to run this on multiple GPUs, ideally I would use `DataParallel` but since my input to my model is not a tensor, I am trying to parallelize it myself using `nn.parallel.replicate` and `nn.parallel.parallel_apply`. However... | triaged,module: data parallel | low | Critical |
570,889,901 | TypeScript | Add a modifier for "closed" blocks and functions | ## Search Terms
puppeteer, worker, webpack
## Suggestion
Add a `closed` clause to create blocks/functions that cannot capture any value outside the scope of the block. Any dependencies must be imported explicitly within the block. These dependencies can be inlined to form a self-contained block (using an extra... | Suggestion,Awaiting More Feedback | low | Critical |
570,897,547 | pytorch | MSE Loss Implementation | During the implementation of ONNX export of mse loss function I encountered a problem with broadcastable tensors (not supported in ONNX), and I have a couple of questions about certain implementation details of mse loss in Pytorch.
1. Documentation of MSELoss states that input and target tensors should be of the sam... | triaged | low | Minor |
570,944,964 | rust | Inferred lifetimes in static trait method resolve to 'static, even though a local lifetime would suffice | With a static function `sf` on a trait implemented on struct `S`, then calling `S::sf(&value)` with value being `(&str, …)`, the borrow checker will report that the string within the tuple doesn't live long enough. It behaves like it expects `&str` to be static, and indeed works only with &'static strings. However, if ... | A-lifetimes,T-compiler,A-inference,C-bug,E-needs-mcve | low | Critical |
571,005,487 | pytorch | Add `start_process_in_context` to `torch.multiprocessing` | ## 🚀 Feature
Add the method `start_process_in_context(mp_context, fn, args=(), nprocs=1, join=True, daemon=False)` to `torch.multiprocessing.spawn` to allow the user to pass a python multiprocessing context object.
## Motivation
Currently `start_process` takes a string `start_method` and internally constructs a ... | module: multiprocessing,triaged,enhancement | low | Critical |
571,026,708 | pytorch | Can't get module gradient in autograd.Function's custom backward when DataParallel is used | I noticed a strange behavior when using `DataParallel` with custom backward pass in `autograd.Function`. Here is an example:
```py
import torch
import torch.nn as nn
from torch.autograd import Function
torch.set_default_tensor_type('torch.cuda.FloatTensor')
import os
class Combo(nn.Module):
def __init__... | triaged,module: data parallel | low | Critical |
571,044,574 | nvm | --lts flag won't install on ubuntu (Windows Linux Subsystem) might be just ubuntu too | The option to download <code>nvm install --lts</code> gets a bunch of downloads done and saves it in cache, however, it just spits out the lts version failed to download. In my case it said
<code>nvm: install v12.16.1 failed!</code>
A quick workaround is to just manually install the version you want.
In my cas... | OS: windows,installing node,pull request wanted | low | Critical |
571,070,636 | godot | export(NodePath) references to the node and not the path | **Godot version:**
3.2 and 3.2.1 rc1
**OS/device including version:**
Windows 10 64 bit
**Issue description:**
An example:
tool
extends Position3D
```
export(NodePath) var target
var from : Spatial
func _ready():
print(target)
from = get_node(target)
print(from)
```
will print this in-ed... | bug,topic:editor | low | Critical |
571,077,253 | go | cmd/go: fails when main module is in a 9P network share on Windows Subsystem for Linux | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
It is the last release
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</co... | OS-Windows,NeedsInvestigation,GoCommand,modules | medium | Critical |
571,116,775 | rust | impl_trait_in_bindings doesn't interact well with associated types yet | I tried this code:
```rust
#![allow(incomplete_features)]
#![feature(impl_trait_in_bindings)]
trait Trait {
type R;
}
struct A;
impl Trait for A {
type R = i32;
}
static ARR: [impl Fn(<A as Trait>::R) -> <A as Trait>::R; 1] = [|x| x];
```
https://play.rust-lang.org/?version=nightly&mode=deb... | A-associated-items,T-compiler,C-bug,F-impl_trait_in_bindings,requires-nightly | low | Critical |
571,268,760 | pytorch | Wrongly detected: Division of ints in TorchScript uses Python 3 true division semantics | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
https://github.com/pytorch/pytorch/blob/758ad516f32708de243f194144ee0f7b9e0f5117/torch/jit/frontend.py#L507 gives false positive exception on expressions like `float(a) / float(b)`.
## To Reproduce
For instance [(source):](https://circle... | oncall: jit | low | Critical |
571,283,791 | pytorch | Models saved in C++ LibTorch with torch::save, cannot be loaded in python using torch.load | ## 🐛 Bug
Models saved in C++ LibTorch with torch::save, cannot be loaded in python using torch.load. When I save a custom model (a class which inherits from torch::nn::Module) using torch::save(model, filepath), the result is a zip archive (.pt). The archive has the same structure as [it should](https://github.com/... | module: cpp,module: serialization,triaged | low | Critical |
571,291,636 | go | runtime: frequent enlisting of short-lived background workers leads to performance regression with async preemption | ### What version of Go are you using (`go version`)?
<pre>
λ go version
go version go1.14 windows/amd64
λ go version
go version go1.13.8 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<... | Performance,help wanted,NeedsFix | medium | Critical |
571,336,159 | go | x/net/html: do not parse the blank line and line break as a TextNode | <!--
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 | low | Critical |
571,440,341 | go | github: consider using GitHub Discussions | The Go project uses the GitHub issue tracker for tracking bugs, not for asking questions or having general discussions.
Proposal #23745 was about considering using it with a "question" label, which we tried, but it wasn't a great experience for everyone involved (an issue tracker is designed primarily for tracking b... | NeedsInvestigation,Community | low | Critical |
571,461,152 | TypeScript | @ts-ignore on an import that gets redefined strips the import from output | <!-- 🚨 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 |
571,468,879 | flutter | Flutter OnScreen Keyboard opens on physical key press | I have a device that uses a laserscanner to scan barcodes and outputs the result as simulated keypresses. I've used this with a RawKeyboardListener and it worked fine. Since then I've added a login screen to the app, that is only shown if the user hasn't logged in. If the login screen has been shown and disposed the on... | a: text input,e: device-specific,framework,P3,team-text-input,triaged-text-input | medium | Critical |
571,513,187 | node | Many zlib tests are failing on armhf with system zlib | <!--
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... | arm | low | Critical |
571,575,313 | vscode | [folding] pressing Enter in collapsed region should add new line outside region |
Issue Type: <b>Bug</b>
1. In a TypeScript file add a region
```ts
//#region Helper functions XXX
YYY
... some code goes here
//#endregion
ZZZ
```
2. Collapse the region.
3. Place the cursor just after XXX.
4. Press Enter
**Expected result:**
Line break is added after end of region (before ZZZ)
```t... | feature-request,editor-folding | low | Critical |
571,615,741 | TypeScript | disable certain global types for specific files, or specify type roots for specific files. | This continues some ideas from https://github.com/microsoft/TypeScript/issues/17042, which was closed by @microsoft (for inactivity, I think?).
## Search Terms
disable certain global types for specific files, specific type roots for certain files
## Suggestion
Ability to specify which `@types` (or in genera... | Suggestion,Awaiting More Feedback | high | Critical |
571,622,607 | node | console.group() emits duplicate CDP messages | * **Version**: v12.11.1
* **Platform**: Darwin 10.14
### What steps will reproduce the bug?
With a debugger attached, invoke:
```
console.group('group name', { foo: true });
```
### How often does it reproduce? Is there a required condition?
Every time
### What is the expected behavior?
There sh... | console,inspector | low | Critical |
571,681,788 | vscode | Windows: Code opening cli.js when run as Administrator | - VSCode Version: 1.42.1
- OS Version: Windows_NT x64 10.0.18363
Steps to Reproduce:
1. Open pwsh in windows terminal
2. Go to any folder
3. Run `code .` in the folder
Does this issue occur when all extensions are disabled?: Yes
Troubleshooting steps:
Uninstalled and Reinstalled VSCode. <= This actually... | bug,help wanted,windows,workbench-os-integration | high | Critical |
571,728,901 | pytorch | [jit] Returning different types with `Any` segfaults | We should have a better error message here.
```python
@torch.jit.script
def x(a):
# type: (Any) -> Any
if isinstance(a, int):
return a
else:
return 'b'
# printing the graph segfaults
print(x.graph)
```
cc @suo | oncall: jit,triaged | low | Critical |
571,750,264 | rust | Type Inferencing of Type Parameters with Associated Types Is Incorrect | Rust fails to properly infer types when there is a type parameter that implements are trait that contains associated types that have relationships between each other.
Suppose there are two structs `Wrapper1` and `Wrapper2` that each hold a type `I1` and `I2` respectively.
We want to express the relationship that `I... | A-associated-items,T-compiler,A-inference,C-bug | low | Critical |
571,780,960 | flutter | [web]: Support for backend proxy | On the _traditional_ web frameworks such as Angular, React, and Vue, they tend to provide a way to automatically proxy requests to the backend. For instance, [in Angular](https://github.com/angular/angular-cli/blob/master/docs/documentation/stories/proxy.md), simply providing a `proxy.conf.json` does the trick. All 3 s... | c: new feature,tool,platform-web,P3,team-web,triaged-web | medium | Critical |
571,794,127 | TypeScript | Ability to decorate abstract member function | <!-- 🚨 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 | medium | Critical |
571,803,438 | pytorch | Unclear output for Pytorch Profiler | ## 📚 Documentation on PyTorch Profiler
<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with ... | module: docs,module: autograd,triaged | low | Major |
571,834,243 | pytorch | Possibility to support int4 data type | There are two motivations. First, the low precision inference is becoming popular, int4 could make full advantage of latest NV GPUs. Second, we are doing some quantum simulation stuff based on PyTorch, int4 based on NV GPUs will significantly improve the simulation speed in our framework. | feature,triaged | low | Minor |
571,849,277 | node | Performance of for await of (async iteration) | I hope this is the right place to ask the question and that this hasn't already been discussed to death elsewhere. Feel free to direct me elsewhere or close the issue if I've missed something.
In short, I am one of the maintainers of exceljs (which is basically a transfrom stream taking in a read stream, unzipping i... | question,stream,performance | high | Critical |
571,931,596 | rust | -Ctarget-cpu=skylake trashes ends_with_str performance | I was running these benchmarks:
```rust
#![feature(test)]
extern crate test;
use crate::test::black_box;
use crate::test::Bencher;
fn main() {
println!("Hello, world!");
}
#[bench]
fn starts_with_char(b: &mut Bencher) {
let text = black_box("kdjsfhlakfhlsghlkvcnljknfqiunvcijqenwodind");
... | A-LLVM,I-slow,T-compiler,C-bug,A-target-feature | low | Critical |
572,069,581 | pytorch | Memory leak in embedding layer and LSTM | ## 🐛 Bug
Memory leaks when forwarding embedding layer and LSTM.
## To Reproduce
Run this code,
The memory usage doesn't increase every iteration, but it increases over time.
```
import os, torch, gc
length=100
vocab_size = 50
hidden_size=512
vocab_id = 10 # randomly chosen between 0-49
tex... | module: memory usage,triaged | low | Critical |
572,106,159 | go | runtime: "found bad pointer in Go heap" on solaris-amd64-oraclerel builder | [2020-02-26T23:27:55-12cd55c/solaris-amd64-oraclerel](https://build.golang.org/log/8947081013c049c51c44c087e33b8a7fdeaed2b5)
```
##### ../doc/codewalk
runtime: pointer 0xc00033c002 to unallocated span span.base()=0xc00033c000 span.limit=0xc00033dee0 span.state=0
runtime: found in object at *(0xc000230000+0x0)
ob... | OS-Solaris,NeedsInvestigation,compiler/runtime | low | Critical |
572,138,517 | neovim | shada write error does not show up necessarily / should re-use temp files | I've noticed that Neovim stopped writing the ShaDa file, and when running `:wshada` it showed:
> E138: All /home/user/.local/share/nvim/shada/main.shada.tmp.X files exist, cannot write ShaDa file!
The error message is a bit confusing, and does not show up with `:h E138` (https://github.com/neovim/neovim/commit/49... | bug,editor-state | low | Critical |
572,140,975 | opencv | OpenCV and Flutter | I've seen there is OpenCV support for Android and iOS. Are there any plans to support Flutter as development platform as well? If not, is it possible to use the OpenCV libraries in Flutter for both, Android and iOS? | feature,priority: low,platform: other | low | Major |
572,153,862 | pytorch | cuDNN batchnorm with non-contiguous running mean silently discards updates | ```
if (use_cudnn && eps >= detail::getCUDAHooks().batchnormMinEpsilonCuDNN()) {
return std::tuple_cat(
at::cudnn_batch_norm(
input.contiguous(input.suggest_memory_format()), weight.contiguous(),
bias.contiguous(),
running_mean.defined() ? running_me... | module: cudnn,triaged | low | Major |
572,158,790 | PowerToys | [PowerRename] Bulk regex rename needs to include folders | I read that this utility would allow renaming multiple files with regular expressions. There was a checkbox to exclude folders, so I thought if I unchecked that it would _include_ folders. Apparently my expectation of "include folders" doesn't match how the utility works.
I have a lot of files in the form:
* `201... | Idea-Enhancement,Help Wanted,Product-PowerRename | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.