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 |
|---|---|---|---|---|---|---|
655,113,886 | rust | Array of tuples containing functions trip on type inference? | <!--
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.
-->
Consider the following code:
```rust
fn foo(_s: &mut [u8]) {}
fn bar(_s: &mut [u8]) {}
fn main() {
let _works = [foo, bar];
//let _does... | T-compiler,A-inference,C-bug | low | Critical |
655,115,220 | PowerToys | [PowerRename] Advanced string formatting | # Summary of the new feature/enhancement
PowerRename isn't quite powerful enough for my use case. In an effort to restrain myself from writing a competing tool, I would like to propose the following feature to PowerRename: Advanced String Formatting
;
const server = require('http2').createSecureServer({
cert: fs.readFileS... | http2 | low | Critical |
655,216,403 | PowerToys | [Run] UAC dialog box doesn't get focus after hitting enter on "Run As Administrator" button | ```
Windows build number: 10.0.19041.329
PowerToys version: v0.19.1
PowerToy module for which you are reporting the bug (if applicable): Run
```
# Steps to reproduce
1. Set UAC Settings to "Do not Dim"
2. Launch PowerToys Run
3. Type name of any program that you would like to start
4. Hit "tab" button in o... | Issue-Bug,Product-PowerToys Run,Priority-3 | low | Critical |
655,223,460 | godot | Build error with MSYS2/mingw64, uses wrong path to windres.exe | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
git master branchγ
**OS/device including version:**
<!-- Specify GPU model, drivers, a... | bug,platform:windows,topic:buildsystem | low | Critical |
655,241,980 | rust | consider disallowing setting target_family if target_os=none | Should setting target_family require also setting target_os?
Currently, the `x86_64-linux-kernel` target sets target_family to "unix", but the os is "none". This is the only target which sets the family without the os. This can make it a little confusing/awkward when writing `cfg` expressions to properly cover targe... | A-codegen,O-bare-metal | medium | Major |
655,246,901 | godot | Creating a trimesh static body from a mesh with blend shapes does not take blend shapes into account | **Godot version:**
3.2.2
**OS/device including version:**
Linux Mint 20
OpenGL ES 3.0 Renderer: GeForce 940MX/PCIe/SSE2
**Issue description:**
When you have a model imported with blend shapes, and you create a trimesh static body from it, it ignores the blend shape settings you have provided and creates... | enhancement,topic:core,topic:editor,confirmed | low | Minor |
655,253,093 | vscode | Add support for SteppingGranularity in the UI | Having https://github.com/microsoft/vscode/issues/90793 is fantastic (and we just shipped a version of the Julia extension that supports [this feature](https://www.julia-vscode.org/docs/v0.17/release-notes/v0_17/#Support-for-step-in-targets-in-the-debugger-1)).
So now I'm of course wondering whether we could also ha... | feature-request,debug | medium | Critical |
655,255,238 | godot | Wrapping is inconsistent in control nodes | **Godot version:**
v3.2.2.stable.official
**Issue description:**
The wrapping reacts different in different nodes when the last character(s) on the line are spaces.
They all seem to have a different approach/method when wrapping.
. `cargo build --release` succeeds, and building a debug target succeeds on other architectures.
<!--
Thank you for finding an Internal Compiler Error! π§ If possible, try to provide
a minimal verifiable example. You... | I-ICE,A-metadata,O-Arm,T-compiler,C-bug | low | Critical |
655,263,963 | flutter | [flutter_tools] flutter doctor does not recognize portapps version of Intellij | I used to have a portable development environment, having a IntelliJ IDEA Ultimate installed in a external SSD drive (https://portapps.io/app/intellij-idea-ultimate-portable/).
The problem is when I run "flutter doctor -v", the flutter doesn't recognise the portable version (and I initially understand, because is no... | tool,t: flutter doctor,P3,team-tool,triaged-tool | low | Major |
655,269,399 | pytorch | ConvTranspose1d layer behaviour under different channel numbers | ## π Documentation
Documentation for [ConvTranspose1d layer](https://pytorch.org/docs/master/generated/torch.nn.ConvTranspose1d.html) does not contain even brief explanation of how channels are treated and how number of channels affect processing.
Same goes for [Conv1d layer](https://pytorch.org/docs/master/gen... | module: docs,module: convolution,triaged | low | Minor |
655,270,286 | deno | [Feature Request] Native API for "controlling terminal" stream | In some cases, such as a [Git Credential Helper](https://git-scm.com/docs/gitcredentials#_custom_helpers), a script needs to get both program arguments through stdin, and prompt the user for data.
In Linux, this is done by opening [/dev/tty](https://linux.die.net/man/4/tty) which is, according to the manpage, a hand... | cli,public API,suggestion | low | Minor |
655,273,499 | bitcoin | Use of C++ undefined behavior in various `IteratorComparators` | **Expected behavior**
All C++ code to be 100% using legal C++ and not UB which can lead to subtle bugs if not now, then perhaps in the future.
**Actual behavior**
Use of undefined behavior in at least two places:
- https://github.com/bitcoin/bitcoin/blob/42fe6aad326f62c7e6ea12ee873149257f67ce5d/src/net_proc... | Bug | low | Critical |
655,276,144 | go | proposal: sizeof: add bit sizes | See the tail of the (open) [CL 242018](https://go-review.googlesource.com/c/go/+/242018) for the (approved) proposal #29982. There are a number of use cases where bits, not bytes as `unsafe.Sizeof` and `sizeof.Xxx` speak in, are really useful and it is a shame that you have to manually derive them, `const UintBits = si... | Proposal,Proposal-Hold | low | Critical |
655,277,883 | go | proposal: sizeof: add synthetic, pointer-like types | The (approved) proposal #29982, excludes complex and dynamic types from the new `sizeof` package. For primitive, value-like types (structs and arrays), this is in required, since they are of variable length. But synthetic, pointer-like types (channels, functions, interfaces, maps, slices, and strings) instead point to ... | Proposal | low | Major |
655,293,755 | neovim | terminal-cursor disappears after quitting ranger and newsboat in nvim-terminal | - `nvim --version`: 0.4.3
- `vim -u DEFAULTS` (version: 8.2) behaves differently? No
- Operating system/version: Arch Linux
- Terminal name/version: xterm 357
- `$TERM`: xterm
### Steps to reproduce using `nvim -u NORC` with `newsboat`
1. `nvim -u NORC +te`
2. `i`
3. `echo url > urls`
4. `newsboat -u urls`... | bug,status:blocked-external,terminal | low | Minor |
655,304,171 | terminal | Scenario: Improved support for different graphics renditions [VT, SGR] | ## Supported
| Attribute | Standard | Stored | Rendered | As of | Notes |
| --- ... | Product-Conhost,Area-Rendering,Area-VT,Product-Terminal,Issue-Scenario | low | Major |
655,306,522 | excalidraw | Context menu is breaking zoom on mobile | This is not super easy to repro, but I eventually always get it:
1. Double tap to start text
2. Use two fingers to zoom out
3. Try until you get the context menu shown
4. Now zoom is broken and you canβt zoom back in
https://www.dropbox.com/s/yerpgypb4a3oj5k/Video%20Jul%2011%2C%2017%2049%2027.mp4?dl=0 | bug | low | Critical |
655,317,651 | flutter | [tool_crash] tool crashes running windows desktop on exit | ## Command
```
flutter run -d windows -v -t .\lib\src\generator_2.dart
```
## Steps to Reproduce
Run windows desktop application, this happens occasionally during a quit. The kernel files might still be in use, so this deletion needs to be either delayed until app termination or allowed to fail
## Logs
FileS... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
655,323,211 | go | crypto: import fiat-crypto implementations | The fiat-crypto project (https://github.com/mit-plv/fiat-crypto) generates formally-verified, high-performance modular arithmetic implementations, useful for crypto primitives like Curve25519, Poly1305, and the NIST ECC curves that are used within the Go standard library. They're currently working on a Go backend.
B... | Proposal,Proposal-Accepted,Proposal-Crypto | high | Major |
655,345,001 | go | x/image/webp: WebP decode contrast issue | # What version of Go are you using (`go version`)?
<pre>
go version go1.13.7 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><pre>
$ g... | NeedsInvestigation | medium | Critical |
655,353,616 | material-ui | [theme] Remove hardcoded breakpoints | <!-- Provide a general summary of the issue in the Title above -->
There are several places in the codebase where breakpoints are hardcoded.
Since we have the ability to override breakpoints, we should not have hardcoded values in the code
<!--
Thank you very much for contributing to Material-UI by creating an is... | new feature,package: material-ui,design | low | Critical |
655,360,303 | opencv | Memory allocation in Win/MacOS | Win 10, OpenCV e3d502310f6ae0cad79f3474b9ea2b25705985f9.
MacOS 10.14.6.
This
````
std::shared_ptr<SIFT> sift = SIFT::create();
````
code throw exception
````
OpenCV(4.4.0-pre) E:\Lib_prebuild\opencv\source\opencv\modules\core\src\alloc.cpp:73: error: (-4:Insufficient memory) Failed to allocate 13107200000 by... | feature,category: features2d | low | Critical |
655,372,736 | react-native | [Android] TextInput's padding is ignored when sibling suspends | Sorry if I had to re-use the same title of [this other issue](https://github.com/facebook/react-native/issues/27307) but basically I find that issue well written (except for a useful repro that could be there) and so there was no reason to modify it.
### Be warned when using the examples because the changes you appl... | Component: TextInput,Platform: Android,Needs: Triage :mag: | medium | Critical |
655,375,433 | rust | Tracking Issue for raw slice getters (slice_ptr_get) | This is a tracking issue for indexing methods on raw slices: `get_unchecked(_mut)` and `as_(mut_/non_null_)ptr` on raw slices (mutable and const raw pointers and `NonNull`).
The feature gate for the issue is `#![feature(slice_ptr_get)]`.
### Public API
```rust
impl<T> *mut [T] {
pub const fn as_mut_ptr(s... | T-libs-api,B-unstable,C-tracking-issue,A-slice,Libs-Tracked,Libs-Small,A-raw-pointers | medium | Critical |
655,379,135 | godot | [Bullet] Bullet physics PhysicsDirectBodyState.get_total_gravity() returns Vector3(0, 0, 0) in the first physics frame. | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
Version 3.2.2 stable
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:**
GPU: AMD RX 580 driver - 20.4.2
... | bug,topic:physics | low | Minor |
655,382,784 | flutter | [google_maps_flutter] setMapStyle takes time to load, user is presented with blank map view | I'm using a custom map style for the Google Maps Flutter package.
Implemented with this code
```dart
void _onMapCreated(GoogleMapController controller) {
setState(() {
_mapController = controller;
_mapController.setMapStyle(_mapStyle).whenComplete(() {
showMap = true;
});
... | p: maps,package,team-ecosystem,has reproducible steps,P2,found in release: 1.21,found in release: 2.0,found in release: 2.3,triaged-ecosystem | low | Critical |
655,393,657 | rust | MaybeUninit::assume_init optimizes poorly | In #74254 we observed that returning expr.assume_init() from a function unexpectedly inhibits the return value from being constructed in place up front.
https://rust.godbolt.org/z/hr77qM
```rust
#![allow(deprecated)]
use std::mem::{self, MaybeUninit};
use std::ptr;
type T = String;
const N: usize = 2;
... | I-slow,A-codegen,E-needs-test,T-compiler | low | Major |
655,398,016 | rust | Allow `unsafe` modifier before control flow blocks like `unsafe match`, `unsafe loop`, etc. | # Motivation
I don't know why we not yet allow unsafe before: `match`, `loop`, `while`, `for` (1).
I agree that `unsafe if` is ambiguous as we don't know for sure if the unsafe is applied to only the first `if` or all
other `else` clauses.
Not allowing `unsafe` modifier before (1) makes people have to indent th... | T-lang,C-feature-request | low | Minor |
655,401,959 | storybook | addon-docs [6.0.0-rc3]: skip option in dynamic source rendering not doing anything | **Describe the bug**
Upgraded from an older beta version of storybook 6 to the latest rc, and found some issues related to the new dynamic source rendering feature, introduced in pull request #11332
My sb setup is somewhat complicated, using custom decorators to setup the company-internal framework neded to display... | bug,addon: docs,block: source | low | Critical |
655,405,494 | storybook | addon-docs [6.0.0-rc3]: child render props not showing with dynamic source rendering | **Describe the bug**
In order to show my components in storybook, I use a custom decorator to setup an internal framework. A part of this internal framework is wrapping story code with a component utilizing child render props. However, this does not seem to work with dynamic source rendering, since the source output t... | bug,has workaround,addon: docs,block: source | low | Critical |
655,409,969 | pytorch | SGD documentatiuon detail on g_{t+1} | ## π Documentation
In the docs https://pytorch.org/docs/master/optim.html#torch.optim.SGD and and inside the class https://pytorch.org/docs/stable/_modules/torch/optim/sgd.html#SGD I notice
v_{t+1} & = \mu * v_{t} + g_{t+1},
p_{t+1} & = p_{t} - \text{lr} * v_{t+1},
But consulting the "On the importa... | module: optimizer,triaged | low | Minor |
655,413,173 | pytorch | [discussion] Comparison operator chaining | This is not supported by NumPy, but maybe this could produce a BoolTensor instead.
It seems to me that Python converts this code to an if statement, and hence the error about conversion to bool. If that's the case, then my proposal can't be implemented: https://www.python.org/dev/peps/pep-0535/, and probably there ... | triaged,enhancement,module: boolean tensor | low | Critical |
655,413,426 | rust | validate rust-analyzer licenses | License validation (https://github.com/rust-lang/rust/blob/master/src/tools/tidy/src/deps.rs) for rust-analyzer is currently not being done. I think it would probably be good to include it in the license checks, just to double-check that something inappropriate doesn't slip in.
I manually checked them, and they seem... | T-core,A-meta,A-licensing | low | Minor |
655,439,861 | godot | Crash importing possibly empty/corrupted .wav | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.2.stable.custom_build.0fe60f842
**OS/device including version:**
<!-- Specify GP... | bug,confirmed,topic:audio,topic:import,crash | low | Critical |
655,440,524 | electron | Windows Toast notifications activation issues | <!-- 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:,platform/windows | low | Critical |
655,442,412 | godot | c# build logging not working | after months of working on a project I'm completely unable to continue working as my project suddenly refuses to run in the godot editor, citing build failure but the view logs button doesn't work, and building in visual studio succeeds! so there is no way to run my project nor to discover the cause of the alleged err... | bug,topic:dotnet | low | Critical |
655,444,284 | youtube-dl | Add support for PorCore | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
655,461,212 | go | path/filepath: fix EvalSymLinks documentation | ### What version of Go are you using (`go version`)?
1.14.4
### What operating system and processor architecture are you using (`go env`)?
Windows
### What did you do?
Read the docs.
### What did you expect to see?
Documentation to the effect that most applications on all operating systems should not use t... | Documentation,OS-Windows,NeedsInvestigation | low | Critical |
655,461,556 | godot | Line2D editor and list of points in inspector are out of sync | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
4.0 dev: a474926aca8a5da810f8cf546902c6da7286b254
**OS/device including version:**
Manjaro Linux x64, but that is not really relevant.
**Iss... | bug,topic:editor | low | Minor |
655,484,161 | rust | Please impl Debug for other ABI fn types | Right now Debug is implemented for `fn` and `extern "C" fn` of all sorts of return types and argument counts.
However, other ABIs (particularly `extern "system" fn`) cannot Debug print. | C-enhancement,T-libs-api | low | Critical |
655,487,169 | rust | Inefficient codegen with leading/ trailing zeros result manipulation. | As demonstrated in the two cases below, the compiler fails to produce optimal code for the equal branch. I'm assuming that it doesn't recognize the 64 as a constant and thus misses the opportunity to perform the stated manipulations at compile time.
https://play.rust-lang.org/?version=nightly&mode=release&edition=20... | A-LLVM,I-slow,T-compiler | low | Minor |
655,490,815 | pytorch | torch.combinations() - Tried to allocate 7869836414.81 GiB | ## π Bug
<!-- A clear and concise description of what the bug is. -->
When using `torch.combinations(list, r=len(list))` with the `r` value set to the length of the list, I get a `CUDA out of memory error` for values where the length of the list is higher than `9`, even though `torch.combinations(list, r=len(lis... | module: cuda,module: memory usage,triaged | low | Critical |
655,500,658 | flutter | Vertical linear gradient on TextStyle not rendering as gradient | <!-- 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... | engine,dependency: dart,a: typography,c: rendering,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine | low | Critical |
655,564,341 | godot | Resource with sub-resources which is saved to disk by code has it's values reset by changes made in the editor when the project starts | I know the title is a bit of a mess... I don't know how to better explain it.
**Godot version:**
3.2.2 stable
**OS/device including version:**
Win 10
**Issue description / Steps to reproduce:**
1. Create a script which makes and saves a resource with a sub-resource on startup. Like so:
```
extends ... | bug,topic:editor | low | Critical |
655,604,041 | godot | Mono editor crashes if profiling is enabled | Im using the Mono 3.2.2 stable version (Downloaded from official site) on Ubuntu 20.04. (In the past using older versions of ubuntu or linux mint or debian or arch it also had this issue with identical errors.) If I ever have any source tied to the project file, the next boot up always has a crash. I can reproduce by s... | bug,topic:editor,confirmed,topic:dotnet,crash | low | Critical |
655,610,316 | pytorch | torch.nn.parallel.scatter_gather.gather can't gather outputs that are dataclasses | ## π Bug
`torch.nn.parallel.scatter_gather.gather` can't gather outputs that are `dataclasses`
## To Reproduce
Steps to reproduce the behavior:
```
from dataclasses import dataclass
# base model outputs class in transformers
class ModelOutput:
def to_tuple(self):
return tuple(getattr(sel... | oncall: distributed,triaged,module: data parallel | low | Critical |
655,610,686 | pytorch | Reference the randomness issue in DataLoader & Dataset documentation. | Old title: Random seed of numpy is reset to the same value inside DataLoader workers
## π Bug
<!-- A clear and concise description of what the bug is. -->
Iβm using an IterableDataset inside a DataLoader (with multiple workers). My IterableDataset code calls numpy.random functions. In each epoch and for each w... | module: docs,module: dataloader,triaged | low | Critical |
655,611,530 | material-ui | [SelectField][material-next] Introduce new component | Minimum example of React Material-UI with the only TextField component imported - result bundle size is 250Kb!
https://github.com/pqr/react-mui-treeshake-does-not-work
webpack-bundle-analyzer shows everything is imported, nothing is tree shaked.
According to documentation https://material-ui.com/guides/minimiz... | performance,breaking change,component: select | low | Critical |
655,663,028 | flutter | [in_app_purchase] An Active Subscription List iOS | ### Question
Is there a way to get an active subscription list on iOS using in_app_purchase plugin? | platform-ios,d: api docs,p: in_app_purchase,package,P3,team-ios,triaged-ios | low | Major |
655,713,337 | flutter | Allow to set the width of a TextFormField | **The problem:**
There is no way to set the width of a TextFormField without setting the width of the error text underneath it.
**Alternative Solutions:**
- I've tried wrapping a TextFormField in a SizedBox to set its width. Problem is, the error text in red underneath the field gets the same width, so the error t... | a: text input,c: new feature,framework,f: material design,a: quality,c: proposal,P3,team-text-input,triaged-text-input | low | Critical |
655,713,880 | youtube-dl | How to download a channel videos with sorted by max view counts? | Hello. I would like to download certain channel videos with the order of most viewed songs.
How can I achieve that?
The channel has so many videos so lets say i need only top 200 viewed videos | question | low | Minor |
655,740,895 | svelte | Binding spread attributes | **Is your feature request related to a problem? Please describe.**
I try, to create some component, and i would like use spread attributes. However we can't bind this kind of attributes. Tha's why I think about a solution
**Describe the solution you'd like**
bind spread like bind:{...attributes}
**Describe alte... | feature request | low | Major |
655,802,024 | godot | get_viewport().size does not resize after going to full screen without waiting x frames | **Godot version:**
3.2.2 Stable
**Issue description:**
When you switch in full screen and then resize the viewportΒ get_viewport().size, it does not always work. I found that waiting x frames seem to solve the issue.
- On mac, in this minimal project, I don't need to wait frames. But in my real project, in need ... | bug,topic:core,topic:rendering | low | Critical |
655,849,569 | pytorch | Distributed tests fail with pytest | ## π Bug
This might be similar or the same as #19177. I'm getting test failures in the distributed tests. The failing tests are:
```
DistributedDataParallelTest.test_accumulate_gradients_module
DistributedDataParallelTest.test_accumulate_gradients_no_sync
DistributedDataParallelTest.test_arbitrary_forward_retur... | oncall: distributed,triaged | low | Critical |
655,856,620 | TypeScript | Allow to overwrite generic templates | ## Search Terms
- overwrite generic this type
- overwrite template argument
- class overwrite generic
- overwrite type generic
## Suggestion
Allow to overwrite generic type templates.
## Use Cases
I'm currently developing a modular ORM and query builder, where especially in the query builder part it w... | Suggestion,Needs Proposal | low | Minor |
655,877,366 | thefuck | [Bug] Key error when running thefuck on termux | ( I will be crossposting it to termux's issues as well because I don't know if it's a problem with termux https://github.com/termux/termux-app/issues/1646 )
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to... | documentation | medium | Critical |
655,878,133 | opencv | A possible bug in stereobm.cpp | ##### System information (version)
- OpenCV => 4.2
- Operating System / Platform => Linux 64 Bit
- Compiler => gcc
##### Detailed description
I found the parabola interpolation used in the stereobm is quite weird.
`if( 0 < mind && mind < ndisp - 1 )
{
int p = sad[mind+1], n = sad[mind-1];
... | question (invalid tracker),incomplete | low | Critical |
655,946,431 | flutter | "flutter pub get" does not terminate when killed | This came up in https://github.com/Dart-Code/Dart-Code/issues/2612. If you run `flutter pub get` and try to kill it programatically (similar to how Dart-Code would if you clicked the Cancel button on the dialog), the process doesn't terminate.
To repro, you can use this script which creates a `pubspec.yaml` with an ... | tool,P2,team-tool,triaged-tool | low | Critical |
655,953,349 | terminal | Add a global mechanism for refering to actions | Spec: #6902, [#6899 - Action IDs.md](https://github.com/microsoft/terminal/blob/main/doc/specs/%236899%20-%20Action%20IDs/%236899%20-%20Action%20IDs.md)
> As we come to rely more on actions being a mechanism by which the user defines
> "do something in the Terminal", we'll want to make it even easier for users to
... | Issue-Feature,Area-Settings,Product-Terminal | low | Minor |
655,955,700 | terminal | Epic: Introduce Actions page to the Settings UI | _written and maintained by @carlos-zamora_
## Description
A largely missing part of the Settings UI is actions. This will allow the user to customize their command palette and key bindings without the need to go into the JSON.
Much like the implementation plan for the Settings UI, there are many moving pieces to... | Product-Terminal,Issue-Scenario,Area-SettingsUI | low | Critical |
656,009,306 | TypeScript | inferFromUsage JSDoc Quick fix breaks return function pattern | <!-- π¨ STOP π¨ STOP π¨ 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 before lo... | Bug,Help Wanted | low | Critical |
656,018,594 | go | proposal: cmd/go: add a sub command to manage authentication | ### The current state
The Go command utilitizes the ~/.netrc file, both implicitly and explicitly, to authenticate against remote servers when downloading Go code.
Go uses ~/.netrc implicitly when using "direct" downloads because git uses libcurl to fetch dependencies through https which in turn uses the ~/.netr... | Proposal,Proposal-Hold,modules | medium | Critical |
656,035,461 | pytorch | [jit] support for torch.distributed primitives | ## π Feature
The [`torch.distributed`](https://pytorch.org/docs/stable/distributed.html) package provides PyTorch support and communication primitives for multiprocess parallelism across several computation nodes running on one or more machines. It is the new basis for the `DistributedDataParallel` wrapper class, whi... | oncall: jit,weeks | medium | Major |
656,038,603 | rust | Putting braces around match arm with macro call and trait resolution breaks parser | <!--
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
struct X;
macro_rules! foo {
() => (X);
}
fn foo(a: u32) {
let _: Option<X> = match a {
// This ob... | A-macros,C-bug | low | Critical |
656,064,883 | PowerToys | [KBM] Allow for programming of the secondary value of NUMPAD keys | # Summary of the new feature/enhancement
NUMPAD keys can produce 2 different key presses depending on if you have NUMLOCK enabled or not. E.g. NUMPAD 0 can either type the number 0 or NUMPADINSERT (notice this is different from the regular INSERT, even though they more or less perform the same action).
<!--
A clear... | Idea-Enhancement,Product-Keyboard Shortcut Manager | low | Minor |
656,069,350 | PowerToys | Change playback source with hotkey | # Summary of the new feature/enhancement
A hotkey that changes the playback source on your computer. Makes swapping between playback sources quick and easy into a single hotkey, sometimes I use headphones and other times my speakers, I currently use [https://soundswitch.aaflalo.me/](SoundSwitch) to do this.
<!--
A ... | Help Wanted,Idea-New PowerToy,Resolution-Built into Windows | high | Critical |
656,117,311 | flutter | Autofill a page without interacting with its text fields | Some (web) autofill services let the user autofill the current page in the extension's dropdown menu, so those extensions need to know the text fields ahead of time, even before any of the text fields gets the focus.
Extracted from https://github.com/flutter/flutter/issues/61301
| a: text input,c: new feature,framework,P3,team-framework,triaged-framework | low | Major |
656,137,409 | go | x/tools/gopls: support LocationLink for relevant requests | When requesting `textDocument/definition` gopls returns a [Location](https://github.com/golang/tools/blob/f8240f79c3d38bbbe93f1da8118267168124b29b/internal/lsp/definition.go#L24).
This FR is about supporting returning a LocationLink instead for clients that support it (a client capability).
Rationale: some editor... | help wanted,FeatureRequest,gopls,Tools | low | Minor |
656,189,829 | pytorch | [RFC] Device Placement API for RPC | ## Goal
As of v1.6, `torch.distributed.rpc` only accepts CPU tensors. Applications have to first move the tensor to CPU and then pass it to RPC APIs. This is both inconvenient and slow. The original reason for enforcing CPU tensors is to avoid invalid devices on the destination process. The RPC device placement API ... | feature,triaged,module: rpc,module: tensorpipe | low | Critical |
656,191,550 | PowerToys | [FancyZones] Quicky switch between layouts with the scroll wheel while dragging a window | I sometimes like to keep my windows in a 3 columns, sometimes 2, sometimes 2 that are not equal width.
It would be awesome to be able to quickly switch between layouts. Im thinking while dragging a window and holding shift to see the zones, using the scroll wheel would cycle through the layouts created on that monit... | Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones | low | Major |
656,193,050 | vscode | No way for an extension to tell have vscode suggest .JSON when user saves file if it is not the main extension for json files | Issue Type: <b>Bug</b>
See https://github.com/microsoft/vscode-azurearmtools/issues/809 (Save dialog for arm-template files should suggest saving with JSON extension like json files do)
1. Install https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools
2. Create a new file (don't ... | feature-request,languages-basic | low | Critical |
656,220,752 | flutter | [Windows] Add mouse cursor "vertical arrow" IDC_UPARROW and other missing cursors | All system mouse cursors from Win32 have been included except for one, `IDC_UPARROW`, whose description goes "a vertical arrow".
The reason it is not included is naming. Flutter's system mouse cursors follow a naming convention based on the cursors's usage instead of appearance, which deems `verticalArrow` inappropr... | c: new feature,framework,platform-windows,a: desktop,a: mouse,P3,team-windows,triaged-windows | low | Minor |
656,222,940 | TypeScript | Incorrect type allowed in returned object | #### Version
4.0.0-beta / 3.9.5 / 3.9.2 / Nightly
##### Code
```
type V = {
p1?: "*" | { p11: object };
p2?: "*" | { p22: object };
}
type T = {
p3?: "*" | { p33: object };
p4?: "*" | { p44: object };
}
type Pt = { [key: string]: ( V | T | "*") } | "*";
type Args = { a1: any, a2: ... | Bug | low | Minor |
656,229,056 | flutter | Check failed: task_runners_.GetUITaskRunner()->RunsTasksOnCurrentThread() | I ran the ScenariosTests with tsan (I don't think that's related except that maybe it messed with some timing) and it crashed AFTER the tests were done:
```
Test Suite 'All tests' passed at 2020-07-13 16:35:48.663.
Executed 5 tests, with 0 failures (0 unexpected) in 6.007 (6.017) seconds
2020-07-13 16:35:48.671... | platform-ios,engine,P2,team-ios,triaged-ios | low | Critical |
656,232,214 | TypeScript | Ability to replace return type of function type | <!-- π¨ 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 |
656,249,590 | node | Passing a URL instance with a CONNECT method results in an invalid path | * **Version**: >=v10.21.0
* **Platform**: Linux solus 5.6.18-156.current #1 SMP PREEMPT Sun Jun 21 07:16:38 UTC 2020 x86_64 GNU/Linux
* **Subsystem**: http, https, url
### What steps will reproduce the bug?
```js
const http = require('http');
const server = http.createServer();
server.on('connect', (requ... | http | low | Critical |
656,298,982 | godot | Editing labels seem to be buggy | **Godot version:**
3.2.2
**OS/device including version:**
MacOS
**Issue description:**
There seem to be two issues with the **Label** node as follows (possibly related):
1) Renaming a label node does not rename the first time. Renaming a second time causes it to be renamed but add a number after it. For... | bug,topic:editor,topic:gui | low | Critical |
656,304,569 | pytorch | Large overhead (7 microseconds) for PyTorch operation | ## π Bug
Hi, I am new to PyTorch so apologies if I am missing something obvious! My use case involves narrow models with small input dimension (<100). After noticing slower training time than expected, I did some profiling and found that there seems to be an overhead of ~7 microseconds for the simplest tensor opera... | module: performance,triaged | low | Critical |
656,432,886 | godot | Safe save fails way too often | Couldn't find any potential dupes.
**Godot version:**
3.2.1.stable
3.2.2.stable
These two versions of Godot are the only ones I've ever used, and it happens on both of them.
**OS/device including version:**
Microsoft Windows NT Version 10.0.18363.900 running on an Intel Core i3 and integrated graphics,
This ... | bug,platform:windows,topic:editor,confirmed | medium | Critical |
656,467,347 | pytorch | About the description of the mathematical formula of nn.RNN, I think it is wrong | ## π Documentation

This formula confuses me because this formula does not look like a matrix formula. I can't determine whether W or x is a matrix or a vector.I think your formula does not consider the co... | module: docs,triaged | low | Minor |
656,505,777 | flutter | [engine] Inconsistent documents of build env on Windows host | **Should `GYP_MSVS_VERSION` be empty, `2017` or `2019`?**
- compiling-for-windows
According to https://github.com/flutter/flutter/wiki/Compiling-the-engine#compiling-for-windows, there no need for `GYP_MSVS_VERSION`
```cmd
DEPOT_TOOLS_WIN_TOOLCHAIN=0
GYP_MSVS_OVERRIDE_PATH="C:\Program Files (x86)/Microsoft V... | engine,platform-windows,P2,team-engine,triaged-engine | low | Major |
656,519,778 | godot | Crash when running project while renaming AnimationTree nodes | **Godot version:** 3.2
**OS/device including version:** Windows 10 64-bit
**Issue description:**
If you run the project while you are in the middle of renaming/have renamed (but not committed) an AnimationTree graph node, the editor will crash.
(Saving the project with CTRL-S while still inside the field also w... | bug,topic:editor,confirmed,crash,topic:animation | low | Critical |
656,521,409 | TypeScript | Experimental Decorators don't work in `export` statements | <!-- π¨ STOP π¨ STOP π¨ 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 before lo... | Suggestion,Waiting for TC39 | low | Critical |
656,523,682 | godot | Particles2D and CPUParticles2D's `preprocess` property does nothing | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
Probably related to #34610
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.2
**OS/device including version:**
Windows 10, GTX1070... | bug,topic:particles | low | Major |
656,529,137 | godot | Godot file manger is shown upside-down (Y flipped) and icons are missing [Oracle VM] | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
v3.2.2.stable.official (reproducible also v3.2.1.stable.official)
**OS/device including version:**
Virtual box 6.1: Host Win10 x64, Guest Win10 x... | bug,platform:windows,topic:rendering,confirmed,topic:thirdparty | low | Major |
656,557,397 | rust | Borrow compilation error with `vec.swap(0, vec.len() - 1)`, while `vec.push(vec.len())` works. | I tried compiling this code (here is the [playgound link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=041100f41b68065df13e143d640893a0)):
```rust
fn main() {
let mut vec = vec![];
vec.push(vec.len());
vec.push(vec.len() - 1); // This works!
vec.swap(0, vec.len(... | A-borrow-checker,T-compiler,C-bug | low | Critical |
656,584,532 | pytorch | Bottleneck when publishing the model using flask about 3 times slower. | ## π Bug
When I publish the model using flask, it takes 3 times longer than the normal run. My model takes about 36 sec to run, but when I converted it to an API it took 122 sec
## To Reproduce
I've confirmed this problem when running your launched model at the tutorials [here](https://pytorch.org/tutorials/int... | module: performance,module: cpu,triaged | low | Critical |
656,585,555 | go | runtime/pprof: provide method to dump cpu profile as plain text | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.12 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Y
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation,compiler/runtime | low | Minor |
656,604,833 | flutter | Requesting vertical/horizontal split layout widget | I came across flutter devtools project, @DaveShuckerow did
implement [split widget](https://github.com/flutter/devtools/commit/4384ed3cf23a2cb30d4be108fc40ad2049a4db22) that looks like Qsplitter provided by QT
| c: new feature,framework,c: proposal,P3,team-framework,triaged-framework | low | Minor |
656,623,158 | pytorch | test_jit.py fails on Power | ## π Bug
Various tests from test_jit.py fail on Power. This might be related to #41186 as some tests have similar names to the ones failing there.
The failing tests are:
- test_solve_batched_broadcast_A_cpu (__main__.TestJitGeneratedAutogradCPU)
- test_solve_batched_broadcast_b_cpu (__main__.TestJitGeneratedA... | oncall: jit,triaged | low | Critical |
656,755,345 | godot | Certain child node properties not editable in the inspector while parent node is being animated | **Godot version:**
3.2.2-stable
**OS/device including version:**
Windows 10
AMD Radeon Vega 10 Graphics
Using GLES2 graphics
**Issue description:**
A Sprite's position is being animated by an AnimatedPlayer node and a CPUParticles2D node is a child of that sprite, and moves along with it. While the animati... | bug,topic:editor | low | Critical |
656,764,208 | tensorflow | Windows - tensorflow.python.framework.errors_impl.UnknownError: Failed to rename: | **System information**
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.17763 N/A Build 17763
TensorFlow installed using 'conda'.
tensorflow v2.2.0-rc4-8-g2b96f3662b 2.2.0
Python 3.6.10 |Anaconda, Inc.| (default, Jan 7 2020, 15:18:16) [MSC v.1916 64 bit (AMD64)] on win3... | type:bug,comp:gpu,TF 2.5 | medium | Critical |
656,776,454 | TypeScript | `void` parameter type produced from generic inference doesn't allow skipping as argument | <!--
Please try to reproduce the issue with the latest published version. It may have already been fixed.
For npm: `typescript@next`
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
-->
**TypeScript Version:** 3.7.2, 3.9.6, 4.0.0-beta
<!-- Search terms you tr... | Bug | low | Critical |
656,776,467 | flutter | [Flutter Web] shows blank page, no errors in chrome console and flutter console | I am new to flutter web. I am using the default counter program. But, I get blank page in chrome and there are no errors in chrome console and flutter console.
## Logs
### flutter run -d chrome:
```
Launching lib\main.dart on Chrome in debug mode...
Syncing files to device Chrome...
16,903ms (!)
### flutte... | c: regression,engine,platform-windows,a: first hour,a: debugging,platform-web,P2,team-web,triaged-web | low | Critical |
656,782,988 | pytorch | [jit] `set` builtin support | We support `List` and `Dict`, we should support `Set` as well. This is a low-pri request from PyPER.
cc @suo @gmagogsfm | oncall: jit,weeks,TSUsability,TSRootCause:UnsupportedConstructs | low | Minor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.