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 |
|---|---|---|---|---|---|---|
728,529,325 | pytorch | Clearer error messages for 'different devices' error in the RNN module | Hello,
I have been working with PyTorch's RNN module and I came across some vague error messages.
## Problem Description
Here is a snippet of the code I'm working on :
```python
def forward(self, sent_tuple):
sent, sent_len = sent_tuple
sent_packed = nn.utils.rnn.pack_padded_sequence(sent, sent_len)
... | triaged,better-engineering | low | Critical |
728,535,459 | rust | Excessive memory usage building GTK Rust, a problem for entry level devices for newcomers (e.g. Raspberry Pi 3+) | I tried to build this [Rust project, an on-screen keyboard](https://source.puri.sm/Librem5/squeekboard) directly [on-device on a PinePhone](https://www.pine64.org/pinephone/):
```bash
$ git clone https://source.puri.sm/Librem5/squeekboard
$ cd squeekboard
$ mkdir _build
$ meson _build/
$ cd _build
$ ninja
```... | C-enhancement,T-compiler,I-compilemem | medium | Major |
728,545,799 | go | x/build: add builder to test ios/amd64 port | If it is possible to create a builder for the ios/amd64 target (iOS Simulator, see #42100) with a reasonable amount of effort, we should create it. This is the tracking issue for any investigation and work that goes into this.
CC @golang/release, @cherrymui, @eliasnaur. | Builders,NeedsInvestigation,new-builder | low | Minor |
728,550,856 | create-react-app | Documentation for "measuring performance" is missing from create-react-app.dev | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | stale,needs triage,issue: bug report | low | Critical |
728,588,935 | node | V8 coverage API next steps | Opening an issue to track the work before moving v8.startCoverage() and v8.stopCoverage() out of experiment. This will take some refactoring. See https://github.com/nodejs/node/pull/33807#issuecomment-643314073 and https://github.com/nodejs/node/pull/33807#issuecomment-693162916
> 1. Add a v8.startCoverage() method ... | coverage | low | Critical |
728,598,314 | TypeScript | Show comments from properties referenced via 'keyof T' | ## Search Terms
comments, keyof
## Suggestion
The goal would be to improve Quick Info using code comments extracted from members via a generic `keyof T` when used as part of a call expression.
Consider the following two cases:
```ts
// old way of writing events (since forever)
interface Evented1 {
/... | Suggestion,In Discussion | low | Minor |
728,618,350 | flutter | [google_maps_flutter] Bug rendering when not using maps full screen | <!-- 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... | a: platform-views,p: maps,package,team-ecosystem,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,triaged-ecosystem | low | Critical |
728,619,101 | react | Bug: Input leaks fiber nodes in recent versions of chromium | <!--
Please provide a clear and concise description of what the bug is. Include
screenshots if needed. Please test using the latest version of the relevant
React packages to make sure your issue has not already been fixed.
-->
React version: ^16.13.1
## Steps To Reproduce
1. Mount an input component
... | Type: Needs Investigation | medium | Critical |
728,625,799 | flutter | `expr: syntax error` on flutter/plugin ci in `incremental_build.sh` | See https://cirrus-ci.com/task/5584991339937792?command=build#L7
For example, in ` build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 4`, Each `incremental_build.sh` command seems to print out an `expr: syntax error` error. It doesn't seem to affect the CI execution for now. It wou... | p: tooling,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
728,636,389 | vscode | Let extensions hook into url opening | ## Overview
Let extensions hook into url opening. Motivating use case: I click on a link in the integrated terminal and it opens in my [browser preview extension](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview)
Potential places to handle links:
- Links in the terminal
- Li... | feature-request,api,under-discussion,api-proposal | low | Critical |
728,640,946 | go | cmd/compile: unneeded panicshift for bounded shift amount | Tested on 1.15.3 and tip.
Foo contains an unnecessary `panicshift` call, whereas Bar does not:
```golang
func Foo(x int) byte {
if x >= 0 {
return byte(1) << (x % 8)
}
return 0
}
func Bar(x uint) byte {
return byte(1) << (x % 8)
}
```
godbolt link: https://godbolt.org/z/qh... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
728,650,148 | TypeScript | watch additional files | ## Search Terms
tsc watch yarn.lock
## Suggestion
add the ability to watch files that are not part of the default set
## Use Cases
primary use case for this is to auto restart language server, or a `tsc --watch` if `yarn.lock` changes when using pnp since there is no `node_modules` to watch. currently if... | Suggestion,Awaiting More Feedback | low | Critical |
728,654,214 | pytorch | DataLoader gives "Broken pipe" error on Linux platform | ## π Bug
Pytorch's DataLoader gives "Broken pipe" error on Linux platform (not Windows). Using `num_workers=0` suppresses the error but that is not a satisfying solution (more of a workaround) because it will largely reduce the efficiency of the code. If it is not a bug, hopefully a guide on how to correct the foll... | module: multiprocessing,module: dataloader,triaged | low | Critical |
728,655,915 | flutter | [flutter_tools] A new flutter update should show version info | Continuing from #67532.
## Use case
Running any `flutter` command from a stale install would occasionally display the following message:
```
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β A new version of Flutter is available! β
β ... | tool,c: proposal,P3,team-tool,triaged-tool | low | Major |
728,657,256 | pytorch | About 2 minor bug fixes on CUDA macOSX 10.13.6 | ## π Bug
During building pytorch 1.7 on macOSX 10.13.6, cuda 10.1(update2), Xcode 10.1(clang 1000.11.45.5), I found the following two bugs and adjusted code accordingly on my local mac. Just update information to you in case that you need to fix as well.
## To Reproduce
Using "MAGMA_HOME="/usr/local/lib/magma... | module: build,module: cuda,triaged,module: macos,module: nnpack | low | Critical |
728,666,638 | create-react-app | Expose jest's `slowTestThreshold` option | Hello CRA, thanks for bringing the new update :)
I often do large integration tests in lieu of unit testing, and as such, test suites that test an entire page often take around 15 seconds.
[Jest 26.2 released a feature](https://github.com/facebook/jest/pull/9366) called `slowTestThreshold` where you could set a t... | issue: proposal,needs triage | low | Major |
728,670,624 | deno | Proposal: Enhance custom inspect API | *Edit: the current proposal is here https://github.com/denoland/deno/issues/8099#issuecomment-757434256*
---
Probably should have thought of this when we did `Deno.customInspect` but we didn't. As our console output has evolved, it makes it really hard to implement the same rich output. For example if you have ... | cli,suggestion | low | Major |
728,670,770 | pytorch | Compile Pytorch with MAGMA Issue | I tried to compile pytorch from source with magma. I compiled magma from source and it is installed in `/usr/local/magma` The following compilation log shows that magma lib can be found:
```
-- Compiling with MAGMA support
-- MAGMA INCLUDE DIRECTORIES: /usr/local/magma/include
-- MAGMA LIBRARIES: /usr/local/magma... | needs reproduction,module: build,triaged | low | Critical |
728,688,604 | pytorch | [cudatoolkit 11.0] segfaults | ## π Bug
`malloc(): invalid size (unsorted)`
happens with `cudatoolkit==11.0`, works fine with `cudatoolkit==10.2` w/ pt-1.6 or pt-nightly - no difference.
Installed with:
```
conda install -y pytorch torchvision cudatoolkit=11.0 -c pytorch-nightly
```
I see that if I try:
```
conda install -y pytorch... | module: build,module: cuda,triaged | medium | Critical |
728,737,410 | pytorch | Including AdaBound in the list of Optimizers. | ### π Feature
<!-- A clear and concise description of the feature proposal -->
Hello all,
I would like to add Adabound to the list of existing optimizers in the torch.optim module.
Here is the link to the paper - https://openreview.net/pdf?id=Bkg3g2R9FX
### Motivation
<!-- Please outline the motivation fo... | module: optimizer,triaged,enhancement | low | Minor |
728,787,630 | flutter | [in_app_purchase] How to get transaction date of auto-renewed subscription | Hi there,
i am curious about how to get the date of when the subscription is renewed.
When i try to debug the plugin, i am only supposed to see the initial transaction date.
And when the subscription is renewed the transaction date stays the same.
Am i supposed to handle this in my app or is there a way to... | d: api docs,p: in_app_purchase,package,team-ecosystem,P3,triaged-ecosystem | low | Critical |
728,789,787 | opencv | Can not build macOS framework | - OpenCV current master
- macOS Catalina 10.15.7
- Python 2.7.16
- cmake version 3.18.4
- Xcode 12.1 Build version 12A7403
I clone the repo, try to build the osx framework and get following error
```
** BUILD FAILED **
The following build commands failed:
CompileC platforms/osx/build/build/build-x86_... | question (invalid tracker),category: build/install,platform: ios/osx,incomplete | low | Critical |
728,809,943 | flutter | [tool_crash] FileSystemException: Cannot open file, OS Error: No such file or directory, errno = 2 | I wanted to test dart app for the web with flutter and engine built in local host. I might be missed something while I built dart for beta channel.
## Command
```
flutter --local-engine-src-path /Users/ragingwind/Workspace/_flutter/flutter/engine/src --local-engine=host_debug_unopt run -d chrome
```
## Steps... | c: crash,tool,platform-web,P2,team-web,triaged-web | low | Critical |
728,820,656 | flutter | GestureDetector.onScale gesture conflicts with PageView vertical drag gesture | Expected behavior:
When I swipe images in PageView, they should not be closed like I use vertical gesture.
Actual behavior:
When I slide images with high velocity from the left or right side of the screen, its being closed
Please note: it's often occurred when you swipe it with really HIGH velocity. It works we... | framework,f: gestures,has reproducible steps,P3,team-framework,triaged-framework,found in release: 3.19,found in release: 3.21 | low | Major |
728,832,956 | create-react-app | installation error | i am trying to install create-react-app using npx but it shows

| stale | low | Critical |
728,836,565 | vscode | Add ability for extensions to have "checked" commands | I would like the ability to have a command in a menu show a checkmark, similar to:

We currently have an `enablement` "when clause" to control enable/disable, so maybe we can add a `checked` "when clause" t... | feature-request,api,menus | medium | Critical |
728,871,908 | next.js | Inconsistent Exception/Error Handling (500 Internal Server Error / custom error / _error.js) | # Bug report
Depending on where an error occurs, I've noticed at least 4 different behaviours that happen in response to an error:
I've created a minimal app with the following files: `pages/_app.js`, `pages/_error.js`, `pages/[[...slug]].js` and tested the following (in production build):
1. **`throw` in `_ap... | Navigation | low | Critical |
728,881,483 | go | runtime: deadlock at _cgo_wait_runtime_init_done | <!--
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.15.3 windows/amd64
</pre>
### Does this issue reprodu... | OS-Windows,NeedsInvestigation,compiler/runtime | medium | Critical |
728,889,685 | rust | Incomprehensible type error when defining getter and setter | I was trying to create getter and setter for a particular field in a struct, and doing so generated a type error. Before adding the methods, the code compiled just fine, but adding them produce a type error. I'm joining the diff of the code that produced the error along with the error message. Unless I am missing somet... | A-type-system,C-enhancement,A-diagnostics,T-compiler,A-async-await,AsyncAwait-Triaged,E-needs-mcve,D-confusing,D-verbose,T-types | low | Critical |
728,892,989 | create-react-app | Autoprefixer doesn't work out of the box | ### Describe the bug
In the [Create React App doc](https://create-react-app.dev/docs/post-processing-css), it says
> This project setup minifies your CSS and adds vendor prefixes to it automatically through Autoprefixer so you donβt need to worry about it.
This doesn't seem to be true however.
### Steps to rep... | needs triage,issue: bug report | low | Critical |
728,945,448 | PowerToys | FancyZones: Drag to snap a window to multiple zones should use window position instead of mouse cursor | ## Currently FancyZones uses the mouse cursor position to determine whether a window should be snapped to multiple zones. I suggest the center of the window be used instead.
When dragging a window to snap, it should snap to multiple zones if the window center is near an edge between zones. Currently it depends on ... | Idea-Enhancement,Product-FancyZones | low | Major |
728,958,651 | go | x/pkgsite: surface module version release notes | I review module release notes to decide whether I should upgrade a particular module now, later, or maybe never.
There is currently no standard way to represent release notes for module versions in the Go ecosystem (commit logs are a poor substitute for the first pass). Developers need to hunt around to work out how... | NeedsInvestigation,FeatureRequest,pkgsite,UX | low | Major |
728,961,169 | godot | The visual script box ' find_interface() ' doesn't update when a property is typed into BEFORE re-starting Godot engine . . | **Godot version:**
Godot 3.2.3 stable . .
**OS/device including version:**
Windows 10, 64-Bit
**Issue description:**
I've been trying to follow the tutorial, for making a VR game, on the official docs page, making it into visual script, and I got it working, head-set works, like magic, really nicely made wor... | bug,topic:visualscript | low | Critical |
728,989,409 | create-react-app | Apps with `react-scripts` v4.0.0 do not work in IE11 | ### Describe the bug
After upgrading my app from react-scripts 3.4.4 to 4.0.0 I see that app does not work in IE11 at all.
Additionally - when I created a new app from the latest CRA, added `react-app-polyfill` I see it's also not working at all.
 | Can't scroll with touch | Product-PowerToys Run,Area-User Interface,Cost-Small,External Dependency-WinUI 3 | low | Major |
729,009,257 | rust | Internal lint: Warn unnecessary `{Hir,LocalDef,Def}Id` converts | Inspired by https://github.com/rust-lang/rust-clippy/pull/6222#issuecomment-716126347.
Consider this code:
```rust
let local_did = hir_id.owner.to_def_id().expect_local();
```
This is redundant since `hir_id.owner` is `LocalDefId` already.
It'd be great if we could detect and warn such a case as an internal lin... | C-enhancement,A-lints,T-compiler | low | Minor |
729,020,379 | pytorch | Specify input dimensions where they are not obvious | ## π Documentation
It would be great if all modules where input dimensions are not obvious would specify them explicitly in documentations/docstrings. e.g. `nn.TransformerEncoder` has `src = torch.rand(10, 32, 512)` as part of example, but it took me some time to confirm that input should be (S,N,C).
cc @jlin27 @m... | module: docs,triaged | low | Minor |
729,021,298 | pytorch | simple v *= v_scale error | ## π Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
v *= v_scale
RuntimeError: diff_view_meta->output_nr_ == 0 INTERNAL ASSERT FAILED at "../torch/csrc/autograd/variable.cpp":363, please report a bug to PyTorch.
I printed the v value a... | module: autograd,triaged,actionable | low | Critical |
729,032,627 | pytorch | C++ Optimizer: remove warning on Optimizer::size method | When optimizer groups were implemented in the c++ api,
warnings were placed on Optimizer methods that did not extend to multiple parameter groups,
e.g. in _**api/src/optim/optimizer.cpp**_
```
std::vector<Tensor>& Optimizer::parameters() noexcept {
TORCH_WARN("Optimizer::parameters() will be removed in PyTorc... | module: optimizer,triaged,better-engineering | low | Minor |
729,044,240 | TypeScript | `asserts` keyword does not enhance hoisted function type, works on functions assigned to a variable | **TypeScript Version:** 4.0.2, 4.1.0-beta
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
asserts function
**Code**
```ts
interface LabelledFunction { label: string; }
function assignLabel(fn: () => unknown, label: string): asserts fn is... | Bug,Help Wanted | low | Minor |
729,059,180 | material-ui | [Breadcrumbs] Collapsed component | <!-- Provide a general summary of the feature in the Title above -->
- Firstly, It appears now that after clicking the collapsed component to expand the breadcrumbs, we don't have any options to back from expand mode to collapsed mode?
- Secondly, is there anyway to unactive the action onClick on collapsed component... | new feature,component: breadcrumbs | low | Major |
729,062,894 | terminal | LVB Gridlines do not transit ConPTY (Win32 "underline", overline, left/right) | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Help Wanted,Product-Conpty,Area-Output,Issue-Task,Priority-2 | low | Critical |
729,090,963 | rust | lazy_normalization_consts breaks unsize coercion in rare cases | ```rust
#![feature(lazy_normalization_consts)]
struct P<T: ?Sized>([u8; 1 + 4], T);
fn main() {
let x: Box<P<[u8; 0]>> = Box::new(P(Default::default(), [0; 0]));
let _: Box<P<[u8]>> = x;
}
```
This works on stable but fails with the following error when using `lazy_normalization_consts`
```
error[E0... | T-compiler,C-bug,A-lazy-normalization,requires-nightly,F-generic_const_exprs | low | Critical |
729,098,810 | godot | InputEventMouseButton generated when pressing Alt | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
Godot Engine v3.2.1.stable.mono.official - https://godotengine.org
**OS/device including version:**
NAME="Ubuntu"
VERSION="16.04.7 LTS (Xenial Xerus... | bug,topic:core | low | Minor |
729,115,323 | rust | "Reach into" Result/Option to look for expected methods in error messages | Sometimes it would be really helpful if the compiler could "reach into" a Result or Option. Say one forgets to `?` or even `.unwrap()`, the compiler currently says something like "no method named `get_ref` found for enum `std::result::Result<tokio_rustls::client::TlsStream<tokio::net::TcpStream>, std::io::Error>` in t... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-newcomer-roadblock | low | Critical |
729,123,280 | go | proposal: path/filepath: Add SameFile and InTree | This proposal is alternative to https://github.com/golang/go/issues/42201.
When working with pathnames on filesystems, it is common to inspect the relations between two different paths. In prototypes, it is common to assume that pathnames are uniques and thus two pathnames refer to the same file iff the pathnames ar... | Proposal | low | Critical |
729,153,083 | bitcoin | Call interfaces::Wallet::getWalletTxs asynchronous | This function is only used by `TransactionTableModel` constructor which, for big wallets, causes a delay/hang on startup. This is even noticeable in #10102.
There's two simple changes to improve this:
1. defer `getWalletTxs` to when the transactions view is opened
2. call in a background thread to not block Qt e... | Feature,Brainstorming,Wallet | low | Major |
729,156,781 | pytorch | Mixing Numpy's arrays and PyTorch tensors | ## π Bug
`t + a != a + t`, where `t` is a tensor and `a` is an array.
## To Reproduce
```python
>>> import torch
>>> import numpy as np
>>> t = torch.arange(3.)
>>> a = -np.arange(3.)
>>> print(t + a)
>>> print(a + t)
tensor([0., 0., 0.], dtype=torch.float64)
--------------------------------------... | triaged,module: numpy,needs design,module: ux | low | Critical |
729,158,668 | rust | Unexpected truncated boolean when debug printing with limited float precision. | I tried this code
```rust
fn main() { ... | T-lang,T-libs-api,A-fmt | low | Critical |
729,202,136 | electron | Add dialog event to webContents | <!-- 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: | low | Major |
729,205,628 | create-react-app | error running npx create-react-app@next | ### Describe the bug
error running npx create-react-app@next
error message: You are running `create-react-app` 4.0.0-next.117+2b1161b3, which is behind the latest release (4.0.0).
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands... | stale,needs triage,issue: bug report | low | Critical |
729,334,089 | godot | Animation Track messes when undo after changing keyframe time using Inspector slider | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.2.3.stable
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:** Ubuntu 20.04 LTS
<!-- Specify GPU model, dr... | bug,topic:editor,topic:animation | low | Minor |
729,461,344 | flutter | Different paddings in titlePading of FlexibleSpace | Hi!
 
It is possible to have different padding in the titlePadding when it is collapsed and when... | framework,f: material design,a: quality,c: proposal,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
729,465,678 | PowerToys | [FancyZones] Add a timer to activate zones upon grabbing a window. | A feature would greatly benefit all users as it does not require any additional key pressing, but will be especially useful for touch screen users.
In the settings the timer option would allow the user to set a custom delay (2sec for example).
After the user has "grabbed" a window, wait for it to stop moving, at th... | Idea-Enhancement,Product-FancyZones | low | Major |
729,468,304 | material-ui | [Tooltip] Component fire on resize event of the iframe | ## Current Behavior π―
When a user hover on button with tooltip the onresize event of the iframe fired
## Expected Behavior π€
The onresize event shouldn't be fired
<!-- Describe what should happen. -->
## Steps to Reproduce πΉ
1. Go to https://codesandbox.io/s/muddy-violet-hcnkt?file=/src/App.js
2. Ope... | bug π,component: tooltip | low | Critical |
729,486,999 | material-ui | [Autocomplete] options dropdown has z-index issue while scrolling Dialog content | ## Current Behavior π―
While scrolling inside the `Dialog` content with an `Autocomplete` options dropdown currently visible, the dropdown options are still visible after scrolling up/down so that the `Autocomplete` is out of view.
## Expected Behavior π€
The `Autocomplete` options dropdown is not visible anym... | component: autocomplete | low | Minor |
729,512,655 | opencv | Loading Tensorflow model. Error: Unspecified error (More than one input is Const op) in cv::dnn::dnn4_v20200310 | ##### System information (version)
- OpenCV => 4.3
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017
- GPU NVIDIA GTX 1660 TI (6 GB)
- Processor Intel Core i7-9700F (8 x 3.00 Hz)
##### Detailed description
I need to run model [DenseDepth](https://github.com/ialhashim/Dense... | feature,category: dnn | low | Critical |
729,582,868 | go | x/sys/unix: "out of memory in thread_start" during TestPpoll on linux-386 | <details>
```
runtime/cgo: out of memory in thread_start
SIGABRT: abort
PC=0xf7fb0b19 m=4 sigcode=4294967290
goroutine 0 [idle]:
runtime: unknown pc 0xf7fb0b19
stack: frame={sp:0xe6b18f80, fp:0x0} stack=[0xe6319730,0xe6b19330)
e6b18f00: 00000000 00000000 00000000 00000000
e6b18f10: 00000000 00000000... | NeedsInvestigation,compiler/runtime | low | Minor |
729,596,162 | ant-design | Iframes doesn't load to completion when in tab with forceRender | - [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
[]
### Steps to reproduce
Let... | Inactive | low | Critical |
729,621,075 | PowerToys | scratchpads Option | ## scratchpads
Hello If could have a scratchpad on windows that would be amazing.
What is a scratchpad.
A scratchpad is a togglable zone that carries the app with it on every desktop.
It works like this.
I put Spotify on a scratchpad and give it shortcut caps + a
I put discord on a scratchpad and give it ... | Idea-New PowerToy,Product-Virtual Desktop | low | Major |
729,679,705 | godot | multiselect is not possible with pen input | **Godot version:**
3.2.3.stable.mono
**OS/device including version:**
Windows 10,
Project settings->window->tablet driver: "wintab" (default)
xp pen tablet (artist 13.3 pro)
**Issue description:**
selecting multiple objects, by holding shift or ctrl, is not possible with a pen device
**Steps to reproduce:... | bug,platform:windows,topic:input | low | Minor |
729,686,429 | rust | Improve diagnostics for impl Trait capturing lifetimes | I tried this code:
```rust
use futures_util::stream::{once, Stream};
use std::io;
fn assert_static<T: 'static>(value: T) {}
async fn foo(a: &str) {
assert_static(bar(a.split(',')));
}
fn bar<T>(_: T) -> impl Stream<Item = Result<Vec<u8>, io::Error>> {
once(async { Ok(vec![]) })
}
```
I exp... | A-lifetimes,A-borrow-checker,T-compiler,A-impl-trait,C-bug,A-async-await,AsyncAwait-Triaged | low | Critical |
729,716,846 | neovim | Add vertical padding to statusline | I know this is a unimportant request, but I would still like it if it's relatively simple to implement. And I would also be interested in controlling padding in the completion menu. | enhancement,ui | low | Minor |
729,741,715 | rust | Recursive instantiation for Iterator trait with closure-taking adaptors hangs rustc | <!--
Thank you for finding an Internal Compiler Error! π§ If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
Hello all,
This is probably a revi... | T-compiler,A-impl-trait,C-bug,I-hang,I-monomorphization | low | Critical |
729,754,590 | flutter | Proposal to add selectingSplashColor / selectingHighlightColor for bottomNavigationBar | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | framework,f: material design,c: proposal,team-design,triaged-design | low | Critical |
729,764,003 | flutter | Flutter web : Allow to add event listener on other windows | Hello,
## Use case
On Flutter web, I would like to login with Twitter.
To do that, I need to access a verify page and check if the url was changed in order to catch the oauth_verifier variable.
On Flutter web, I can open a new web page with
`final html.WindowBase popupLogin = html.window.open(
url,... | dependency: dart,platform-web,c: proposal,P3,team-web,triaged-web | medium | Critical |
729,847,351 | tensorflow | Concrete Function output shape sometimes changes after save/load cycle | Output of environment capture script:
```
== check python ===================================================
python version: 3.7.8
python branch:
python build version: ('default', 'Aug 10 2020 13:15:25')
python compiler version: Clang 10.0.0 (clang-1000.10.44.4)
python implementation: CPython
== check os... | stat:awaiting tensorflower,type:bug,comp:apis,TF 2.3 | low | Critical |
729,847,419 | pytorch | [META] DO NOT DELETE THIS LABEL | These labels are used to label pull requests and don't necessarily have an issues labeled with them. Don't delete this label just because it doesn't look used! | triaged,open source,fb-exported,Merged | low | Minor |
729,862,059 | opencv | Question about async forward in DetectionModel wrapper | Hey guys,
I would like to know if is there any feature for that being worked or if you guys have plans to add an sync predict method or something like that, also if it already exist could you guys re-direct me for that? | feature,category: dnn | low | Minor |
729,864,240 | flutter | Material Design Color System Guidance Bug | While I was updating my App with the latest buttons and color schemes I found an inconsistency in the Material Design Specs.
Looking at the `ColorScheme.light` constructor, it creates a `ColorScheme` with 100% black text. It follows the recommendations [here](https://material.io/design/color/the-color-system.html#co... | framework,f: material design,a: quality,P2,team-design,triaged-design | low | Critical |
729,934,216 | TypeScript | JS IntelliSense only picks up JSDoc @inherits rule in class definition but not on children or instances | *TS Template added by @mjbvz*
**TypeScript Version**: 4.1.0-dev.20201026
**Search Terms**
- jsdoc
---
<!-- β οΈβ οΈ Do Not Delete This! bug_report_template β οΈβ οΈ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating ... | Domain: JSDoc,Needs Investigation | low | Critical |
729,970,845 | pytorch | Support deleting a parameter/buffer by name | This is need for some reparametrization code.
Weight norm [code](https://github.com/pytorch/pytorch/blob/6dc763df3098485f158eeed2b9621cffaa229669/torch/nn/utils/weight_norm.py#L44) uses `del module._parameters[name]` for that.
Also requested on forum: https://discuss.pytorch.org/t/how-to-unregister-a-parameter-fr... | feature,module: nn,triaged,module: ux | low | Major |
730,000,452 | flutter | `flutter drive` does not output `print`, swallows exception info when test fails in profile/release modes | ## Steps to Reproduce
1. In the Flutter repo `cd dev/integration_tests/flutter_gallery`
2. Edit `dev/integration_tests/flutter_gallery/test_driver/run_demos.dart` and throw an exception in the middle of the test, e.g. right after one of `pumpAndSettle()`. Also add some `print` statements prior to throwing the excep... | a: tests,a: debugging,platform-web,a: error message,P2,team-web,triaged-web | low | Critical |
730,029,115 | kubernetes | Move disallow volume expansion test ouside of storage driver testsuite | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Move [this testcase](https://github.com/kubernetes/kubernetes/blob/87cc9bca0fcbbdf1b8232c9c71e50023d62667c3/test/e2e/storage/testsuites/volume_expand.go#L153) outside of driver testsuite, perhaps using cs... | kind/cleanup,sig/storage,help wanted,needs-triage | medium | Major |
730,047,976 | create-react-app | Make ESLint configuration flexible | ### Is your proposal related to a problem?
Setting up ESLint is always a pain point in CRA. For most of the time, everything seems to work fine, right until I run a separate lint check command like `eslint 'src/**/*.js'`, then I realize that the eslint result return by the CRA is incomplete/broken, and the root caus... | issue: proposal,needs triage | low | Critical |
730,060,676 | pytorch | CUDA out of memory when using torch.load | ## π Bug
<!-- A clear and concise description of what the bug is. -->
Yesterday I use the same code, and the program is well, but today I get this error, RuntimeError: CUDA error: out of memory
## To Reproduce
Steps to reproduce the behavior:
1. I instantiate my model like this:
`model = NSP(my_config)`
... | module: cuda,triaged | low | Critical |
730,133,325 | pytorch | How to use clang as a cuda compiler instead of nvcc? | I want to ask if we can use clang as a cuda compiler instead of nvcc, such as 'TF_CUDA_CLANG', 'CLANG_CUDA_COMPILER_PATH' options similar to tensorflow/third_party/gpus/cuda_configure.bzl?
cc @malfet @seemethere @walterddr | module: build,triaged,enhancement | low | Minor |
730,221,879 | svelte | Unclear what a custom easing function should return | This is about the docs.
While I was trying to implement a particular transition in my site I've tried to implement a custom easing function. I've had difficulties because I could not figure out what my custom easing function was supposed to return based on the `t` parameter. And also the meaning of the `t` parameter... | stale-bot,documentation | low | Minor |
730,240,341 | create-react-app | compiled successfully,but websit is bank! | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | stale,needs triage,issue: bug report | low | Critical |
730,247,739 | pytorch | Authentication for RPC | ## π Feature
Consider a multi machine setup with an open network infrastructure. At the moment pyTorch RPC provides no way of securing the masters endpoint through authentication methods. This leads to following two vulnerabilities:
- Attackers might query gradients/ weights from the master node to gain access to a ... | oncall: distributed,triaged,module: rpc,module: tensorpipe | low | Major |
730,262,873 | TypeScript | Not all leading tab characters in diagnostic messages are replaced with spaces | The error diagnostics that are used by default do not replace ALL leading tab characters with a single space.
As one would expect from seeing this code line in souce code:
https://github.com/microsoft/TypeScript/blob/85ef91e2233fa384e980005c109fadc04376ce3e/src/compiler/program.ts#L410
This line only replaces th... | Bug,Help Wanted | low | Critical |
730,306,632 | go | runtime: 'unexpected fault address 0x0' in crypto/sha256.blockGeneric on linux/mips64le | <!--
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
go1.15.3 linux/mips64le
</pre>
### Does this issue reproduce with th... | NeedsInvestigation,compiler/runtime | medium | Critical |
730,327,213 | vscode | Support theme icon colour in all API places | re https://github.com/microsoft/vscode/issues/109453
Today, `ThemeIcon#themeColor` is only honoured in custom trees. We should support it in all places where theme icons are supported. Those are
* [ ] `QuickInputButton` @chrmarti
* [x] `WorkspaceEditEntryMetadata` @jrieken
/cc @alexr00 for help on how these... | api,debt | low | Major |
730,332,237 | flutter | Windows shader compilation errors | windows applications are failing shader compilation on some Win 7 devices with AMD display driver .
The full error log is here: [full errors](https://gist.github.com/zhileichen/f0c4fe4b3c8f9385f1a8697a139d3670)
```
Shader compilation error:
------------------------
1 // Vertex SKSL
2 uniform float4... | engine,dependency: skia,platform-windows,a: desktop,P2,team-windows,triaged-windows | low | Critical |
730,348,271 | pytorch | SummaryWriter deletes data automatically when there are too many | ## β Questions and Help
I use SummaryWriter torch.utils.tensorboard to record data every epoch (1k global timesteps). At first SummaryWriter worked out fine, but I found out that after around 300 epochs(event file about 1M), the Summary starts to lose data. (Like when you see tensorboard visualizer at around 30 epoc... | module: tensorboard,oncall: visualization | low | Major |
730,374,741 | kubernetes | When a new node joins the cluster - scheduler doesn't respect CSI volume limit | **What happened**:
I'm using the [aws-ebs-csi-driver](https://github.com/kubernetes-sigs/aws-ebs-csi-driver) for attaching *pre-provisioned* EBS disks to my pods. I've also customized the max attach limit to 1 (for testing purposes) but I intend to use a low value (around 5-8) in production.
The attach limit value is... | kind/bug,sig/scheduling,sig/storage,sig/autoscaling,kind/feature,help wanted,needs-triage | medium | Critical |
730,379,497 | vscode | Suggest widget: do not grow horizontally to the left if I am dragging to the right | Testing #109394
1. Have a vscode window not take the full screen
2. Have the suggest widget wide almost the way to the right
3. Take the right sash and drag it out of the VS Code window
4. Suggest widget grows to the left π

2:rustcββ20ms INFO rustc_mir::interpret::step _10 = &mut (*_2)
2:rustcββ20ms INFO rustc_mir::interpret::step Retag(_10)
error: Undefined Beh... | A-miri | low | Critical |
730,407,624 | flutter | Global `print` isn't at the end of the console, instead it printed before run commands output | Created from https://github.com/flutter/flutter/issues/13204#issuecomment-714711096
### Steps to reproduce
1. Create a plugin `flutter create --template=plugin --platforms=ios hello `
2. Add following code in the `handle` function inside hello/ios/Classes/SwiftHelloPlugin.swift
```swift
print("hi!")
... | platform-ios,tool,a: quality,has reproducible steps,P3,found in release: 3.7,found in release: 3.9,team-ios,triaged-ios | low | Critical |
730,411,543 | vscode | Suggest widget: Details view doesn't resize width to fit content | Testing #109394
The details view correctly resizes the height to fit more lines, but the width stays the same no matter the content.

I think it should resize up to the edge of the editor and add a... | ux,suggest,under-discussion | low | Minor |
730,462,411 | create-react-app | Error: Cannot find module '../utils/screen-manager' | ### Describe the bug
I removed previous version of CRA (`npm uninstall -g create-react-app and yarn global remove create-react-app`) and install it with `npx create-react-app my-app` . After dependency installed we get this error:
```
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find modu... | stale,needs triage,issue: bug report | low | Critical |
730,468,346 | vscode | Details pane flips to the left instead of the top | Testing #109394
See screen cast. I would have expected the details pane positioned to the top than to the left since it was position to the bottom before.

| suggest,under-discussion | low | Minor |
730,539,523 | pytorch | Jacobians computed by autograd.functional.jacobian with compute_graph sometimes set requires_grad True | ## π Bug
The Jacobians computed by torch.autograd.functional.jacobian sometimes have require_grad=True when compute_graph=True is given, but not always. It depends on the concrete function that is input to the Jacobian computation.
## To Reproduce
Steps to reproduce the behavior:
`import torch
def f1(x... | module: autograd,triaged | low | Critical |
730,553,035 | go | cmd/go: buildmode=pie causes silent failures when using PIE-incompatible C libraries, windows exit status 3221225477 / 0xC0000005 | ### What version of Go are you using (`go version`)?
<pre>
go version go1.15.3 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes,
Tested and failed with 1.15.2 and 1.15.3.
No problems with prior versions including 1.13.15 and 1.14.9.
### What operating system and processor ar... | OS-Windows,NeedsInvestigation | low | Critical |
730,558,982 | go | cmd/go: 'go vet cmd' fails with "use of internal package" when run in GOROOT/src/cmd | ```
~/go-review/src/cmd$ go version
go version devel +320cc79002 Tue Oct 27 12:36:54 2020 +0000 linux/amd64
~/go-review/src/cmd$ go vet cmd
package cmd/vendor/github.com/google/pprof/driver
vendor/github.com/google/pprof/driver/driver.go:24:2: use of internal package github.com/google/pprof/internal/driv... | NeedsInvestigation,GoCommand,Analysis | low | Critical |
730,564,532 | rust | Building in release mode with LTO breaks RPM build process for some code | When building a dynamic library from my Rust code with LTO enabled, the resulting binary includes a seemingly invalid slash-terminated directory table entry, which in turn prevents building an RPM from the library on RHEL (details follow below).
The Rust code (reduced to the minimal code that reproduces the issue) i... | A-linkage,T-compiler,C-bug,A-LTO | low | Critical |
730,598,380 | godot | Full screen start-up not working on HTML5 with slow network connection | **Godot version:**
Godot 3.2.3
**OS/device including version:**
HTML5 (Chrome/Firefox on Linux)
**Issue description:**
The exported HTML5 project with setting
`window/size/fullscreen=true `
starts in full screen if you test it with a fast connection (as example in a local development server), but if ... | bug,platform:web,topic:porting | low | Critical |
730,607,840 | flutter | [Material] Datatable - Create example docs for single column sorting | See "Sorting" in https://material.io/components/data-tables#anatomy | framework,f: material design,d: api docs,P3,team-design,triaged-design | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.