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
527,035,386
TypeScript
RangeError: Maximum call stack size exceeded (with await nested promises)
<!-- 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.8.0-dev.20191122 **Code** - source code ```t...
Bug,Crash
low
Critical
527,047,011
rust
Missing braces in macro_rules rule cause unrelated parser error
The following piece of code errors with a parser error at the `!`, because it doesn't expect an expression. I wonder if we could improve the diagnostics here by rewinding to the `=>` and reparsing with an expression parser. ```rust macro_rules! foo { () => panic!(), } ``` ([Playground](https://play.rust...
A-diagnostics,A-macros,T-compiler,D-terse
low
Critical
527,055,646
rust
Provide UnixPath and WindowsPath (ditto PathBuf) on all platforms
Some applications need to manipulate Windows or UNIX paths on different platforms, for a variety of reasons: constructing portable file formats, parsing files from other platforms, handling archive formats, working with certain network protocols, and so on. We already have the code in the standard library to manipul...
T-libs-api,C-feature-request,A-io
medium
Major
527,057,131
rust
rustdoc --test mis-reports origins of #[deny(warnings)]
Here's an example I stumbled onto with a copy of `rand 0.5.6`: ``` RUSTFLAGS="--cap-lints warn" cargo test --doc --verbose ... test src/prng/chacha.rs - prng::chacha::ChaChaRng::new_unseeded (line 115) ... ok test src/prelude.rs - prelude (line 17) ... ok test src/rngs/jitter.rs - rngs::jitter::JitterRng (l...
T-rustdoc,A-lints,A-diagnostics,C-bug,A-doctests
low
Critical
527,065,336
vscode
Option to widen the command palette
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I have a number of files that are quite deep in the file structure and some of them share names at least partially. It's a common occurrence that I will search for a file, get several options, and be unabl...
feature-request,quick-pick
high
Critical
527,113,765
godot
Wireframe mode does not work when using PRIMITIVE_TRIANGLE_FAN
**Godot version:** Both 3.1.1 and 3.2 beta1.99 **OS/device including version:** window GLES3 **Issue description:** The mesh I created with the triangle fan cannot be shown as a wireframe. But Mesh.PRIMITIVE_TRIANGLES does not have this problem. And GLE2 doesn't work either. **Steps to reproduce:** ...
topic:rendering,documentation,topic:3d
low
Minor
527,153,517
rust
Using std::borrow::Borrow has sneaky consequences
Consider the following playground that compiles fine: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=d735c0950cb1b25e8ff19e6a5c9d0445 ``` use std::sync::Mutex; use std::cell::RefCell; //use std::borrow::Borrow; struct A { child: Mutex<RefCell<i32>>, } impl A { fn is_good(...
E-hard,C-enhancement,A-diagnostics,T-compiler,C-bug
low
Critical
527,174,975
TypeScript
Provide a clear and explicit TypeScript pkg.types alternative, such as pkg.typescriptTypes
<!-- 🚨 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
527,237,998
kubernetes
Improve Kubernetes events to be CloudEvents 1.0 compatible
As of today, Kubernetes already provides extension points by emitting events by different SIGs - This is great! However, there are a few hurdles: - The **event contract is specific to Kubernetes** which makes it harder to integrate with - **Events do not have a unique subjects** which consumers can use to subscrib...
sig/api-machinery,kind/feature,sig/instrumentation,lifecycle/frozen
high
Critical
527,246,879
rust
Error in `async` function/block produces errors for valid unrelated expressions
Code ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=34a89f69431d02a03b71942261e2fdc8)) ```rust use futures::{future::ready, join}; async fn _incorrect_error() { join! { ready(0) }; // Produces cannot infer type for `{integer}` for expression above 0.await; } ...
A-diagnostics,T-compiler,A-inference,C-bug,A-async-await,AsyncAwait-Triaged
low
Critical
527,289,117
react
What will suspense look like for the streaming case?
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** A discussion, at the request of @gaearon. ### Questions I'm very curious what the public API will be for S...
Type: Discussion,Component: Suspense
low
Critical
527,307,250
go
cmd/cover: inconsistent NumStmt when //line clauses are used with Go 1.13.4
This seems to be the same as https://github.com/golang/go/issues/27350 but still happens even after running `go fmt` which was the recommended fix in that issue (and also in a release that includes https://github.com/golang/go/commit/d6899463029d8ab0d73c992ccf6639f095435b84 which was intended to mitigate it). Removi...
help wanted,NeedsInvestigation,compiler/runtime
low
Critical
527,310,935
PowerToys
Fancy Zones: Windows should remember their last virtual desktop location after reboot
# Summary of the new feature/enhancement When Windows reboots, it does not remember which virtual desktop it was last placed on. This forces the user to re-sort all the windows into the desired virtual desktop after reboot. Fancy Zones could keep track of which virtual desktop each window was last on and automatical...
Idea-Enhancement,Product-FancyZones,FancyZones-VirtualDesktop
low
Major
527,344,690
TypeScript
Option to copy custom types to outDir
<!-- 🚨 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
527,351,614
go
x/build/env/linux: add bleeding edge kernel builder
In https://github.com/golang/go/issues/35777#issuecomment-557642410 ("runtime: memory corruption on Linux 5.3.x from async preemption") @zikaeroh says: > I feel like there should be some builder which is at the latest Linux kernel, whatever that may be. This is that tracking bug. /cc @cagedmantis @dmitshur @to...
Builders,NeedsInvestigation,new-builder
low
Critical
527,352,418
go
x/build: add a builder that runs long tests with a gccgo toolchain
From the list at [build.golang.org](https://build.golang.org/), there don't seem to be any builders running a gccgo toolchain. It would be useful to have one to make sure we don't regress on gccgo support. For quick reference: [gccgo setup instructions](https://golang.org/doc/install/gccgo)
Builders,NeedsInvestigation,new-builder
low
Major
527,354,768
terminal
Apply C Build Insights to Solution to attempt to improve build time
@bitcrazed found this and sent e-mail about it. https://devblogs.microsoft.com/cppblog/introducing-c-build-insights/ It looks like a good idea for the eventually pile. Putting it here so we don't lose it.
Help Wanted,Area-Performance,Area-Build,Product-Meta,Issue-Task
low
Minor
527,359,018
godot
"Make Sub-Resources Unique" does not make MeshInstance Mesh Material Unique
**Godot version:** 3.2 Beta 2 (also affects 3.1.1) **OS/device including version:** ArchLinux Kernel 5.3.11-arch1-1 **Issue description:** Selecting "Make Sub-Resources Unique" on MeshInstance, does not make the sub-resource Mesh material unique. Even making the Mesh itself Unique will not make an attached M...
bug,topic:editor
low
Major
527,418,006
PowerToys
Dev docs need to be improved
The documentation is spread around the repo and doesn't cover all the basics.
Issue-Docs
low
Major
527,437,230
flutter
The tool should only have one way to build assets
Currently there is a method for building assets in an ad-hoc manner for debugging sessions and in assemble for real builds. These should share some common logic so they don't go out of sync.
team,tool,P3,team-tool,triaged-tool
low
Critical
527,455,570
create-react-app
IE 11 Cannot modify non-writable property...
I've followed the steps to support ie11 but keep just getting the error `Cannot modify non-writable property length`. I've tried babel polyfill, core-js and react app polyfill and none of them are working for me. I've reinstalled all deps and cleared caches. Can be seen at https://www.finedonlocalhistorysociety....
issue: needs investigation,issue: bug report
low
Critical
527,456,751
vscode
Disable overview ruler entirely
Can you add an option to disable overview ruler entirely? It's located underneath the right scrollbar, and I find it distracting, as there's symbols changing all the time. Version: 1.40.1 Commit: 8795a9889db74563ddd43eb0a897a2384129a619 Date: 2019-11-15T10:46:02.883Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node....
feature-request,editor-scrollbar
medium
Critical
527,470,999
vscode
Change Start Debugging Extension Host on Running Extensions to not require a restart
Issue Type: <b>Bug</b> Currently if you click on _Start Debugging Extension Host_ from the _Running Extensions_ tab it will ask you to restart. This IMO defeats the main purpose of this feature, as the only times I want to do this, is when I am seeing an extension issue that I can't easily reproduce and when to debu...
help wanted,feature-request,extensions-development
low
Critical
527,494,443
godot
[Bullet] KinematicBody3D: is_on_floor() can become false when moving against a wall
**Godot version:** This issue happens in both 3.1 and in a version compiled from source (at commit 083d088de3fe7cd5d825cebebc46ce32fc87b4b0) **OS/device including version:** OSX Mojave 10.14.6 **Issue description:** When a KinematicBody3D is on the ground and against a wall and running toward that wall, is_o...
bug,confirmed,topic:physics
medium
Major
527,497,838
pytorch
TorchScript Performance: 150x gap between TorchScript and Native Python
## πŸ› Bug There's a 150x gap in performance for TorchScript ops versus straight Python / C++. Looping over 100K numbers takes 2+ seconds instead of 18ms or better. Please see the benchmarks here: https://github.com/divyekapoor/ml-op-benchmarks ## To Reproduce https://github.com/divyekapoor/ml-op-benchmarks ...
triage review,oncall: jit,triaged
low
Critical
527,500,630
vscode
Git - Explorer .gitignore integration considers git repo outside of workspace folder
Issue Type: <b>Bug</b> I cloned xterm into vscode's node_modules and opened that folder, all files in the explorer are faded out despite being in an "inner" git repo. <img width="660" alt="Screen Shot 2019-11-22 at 7 02 43 PM" src="https://user-images.githubusercontent.com/2193314/69472093-d0d41880-0d5a-11ea-85...
bug,git,file-decorations
low
Critical
527,530,967
flutter
Floating cursor on iOS doesn't move on initial drag
In iOS, the users can move cursor fast by long-press and drag space key (floating cursor). I have found strange behaviors of floating cursor in TextField: 1. As soon as floating cursor starts, the cursor freezes up for a while. 2. When stop dragging (=press-up) during the freeze, the cursor gets stuck in the p...
a: text input,framework,f: material design,a: internationalization,a: fidelity,customer: crowd,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-text-input,triaged-text-input
low
Major
527,554,206
youtube-dl
Automatic rate limiting - using a headless video player
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
527,554,391
go
x/sys/unix: add support for FAN_REPORT_FID
Linux kernels 5.1+ have added new API (FAN_REPORT_FID) for fanotify. Would be nice to have this in 'golang.org/x/sys'.
help wanted,NeedsFix
low
Minor
527,563,438
flutter
webview_flutter fullscreen for youtube not working
[INFO:CONSOLE(849)] "Uncaught (in promise) TypeError: fullscreen error", source: https://m.youtube.com/yts/jsbin/mobile-c3-vflW8m0pe/mobile-c3.js (849) "FULLSCREEN FOR YOUTUBE.COM NOT WORKING"
platform-android,customer: crowd,p: webview,package,has reproducible steps,P2,found in release: 2.5,team-android,triaged-android
low
Critical
527,571,882
rust
Unhelpful type error for too general trait implementation
Hello, When calling trait method with a too-generic type, the error message does not mention the missing trait bound. Consider this example ``` trait Foo<CTX> { fn foo(&self, ctx: &CTX); } trait Context {} struct A; impl Context for A {} struct B; impl Foo<A> for B { fn foo(&self, ctx: &A)...
C-enhancement,A-diagnostics,T-compiler
low
Critical
527,580,864
youtube-dl
Can I get titles of playlists in users playlist list?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
527,585,944
pytorch
Refactor (a bit) `torch.hub(.load)`
## πŸš€ Feature Refactor (a bit) `torch.hub(.load)` to allow an easier use of alternative ways to fetch/load models. ## Motivation Published models often show `torch.hub.load` as the easiest way to get started with a model. For example at https://github.com/pytorch/fairseq/tree/master/examples/roberta: ```py...
triaged,enhancement,module: hub
low
Minor
527,588,654
TypeScript
Feature Request: Readonly<T> should remove mutable methods
## Search Terms readonly, as const, Readonly<T>, ## Suggestion Readonly<T> to work the way Readonly<T[]> does without having to create something like ReadonlyArray<T>, ReadonlySet<T>, etc... I would love it if the `Readonly<T>` mapped type could exclude any method marked as `readonly` or maybe `as cosnt` ...
Suggestion,Awaiting More Feedback
low
Critical
527,607,745
godot
The 3D camera FOV isn't always set correctly when using camera replication
**Godot version:** Git https://github.com/godotengine/godot/commit/ebdd2bc474f6bb3ff124755196fa116c4fd91385 **OS/device including version:** Fedora 31 **Issue description:** Depending on when you change the editor camera FOV, it may not always apply to the running project when editor camera replication is enab...
bug,topic:editor,confirmed,topic:3d
low
Critical
527,622,450
PowerToys
[Shortcut Guide] Add shortcut taskbar for Task View / Cortana / Widget
# Summary of the enhancement This issue details two small update suggestions to the Shortcut Guide PowerToy. The first update would move the "Open Task view" tip to just above the taskbar, where the number-key tips currently appear. The second update would add a "C - Open Cortana" tip above the Cortana button ...
Idea-Enhancement,Product-Shortcut Guide,Area-Quality
low
Minor
527,651,664
youtube-dl
Add support for Win32 long paths
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
527,659,702
pytorch
Add Google Colab as an option on the 'Get Started' page.
## πŸš€ Feature Along with all the instructions for local installation on https://pytorch.org/get-started/locally/ it would be great to also add a few lines about Google Colab notebooks. ## Motivation Colab notebooks already set up with all required libraries pre-installed. It saves time, and users don't have to de...
module: docs,triaged,enhancement
low
Critical
527,671,657
godot
AtlasTexture does not work with some Objects and Resources
**Godot version:** 3.1.1 **OS/device including version:** Windows 10 **Issue description:** Using the AtlasTexture on some Objects and Ressources does not use the selected region but the whole image. I found this to be the case with AnimatedTexture and CPUParticles2D, but I am prety shure, this is are not the ...
bug,discussion,topic:core,topic:rendering,confirmed,documentation
medium
Major
527,683,466
pytorch
Docs missing link to torch.__config__
## πŸ“š Documentation The docs page currently contains a link to "torch.__config__" in the left sidebar under Python API. This link leads to a dead end (https://pytorch.org/docs/stable/__config__.html). The link or the sidebar should be updated. Thanks! -Dan
module: docs,triaged
low
Minor
527,702,664
go
x/crypto/bcrypt: base64 decode - incorrect padding calculation
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.4 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary>...
NeedsInvestigation
low
Critical
527,707,820
terminal
ED3 in the alt buffer should erase the main scrollback buffer
# Environment Windows build number: Version 10.0.18362.356 Also tested with a recent build from source: 171f00c2656731e5ba0185dbbf337389fb7030bd # Steps to reproduce 1. Start a WSL bash shell in conhost. 2. Do a long directory listing so you get some content in the backscroll buffer. 3. Execute this comman...
Product-Conhost,Area-VT,Issue-Bug,Priority-2
low
Major
527,719,640
tauri
Actually use security framework
**Describe the solution you'd like** It'd be nice to actually apply the security framework when building. **Describe alternatives you've considered** Ignoring security problems won't help.
help wanted,good first issue
low
Major
527,720,767
storybook
UI: some elements have too low color contrast
See https://dequeuniversity.com/rules/axe/3.4/color-contrast?application=axeAPI ## [Links](https://monorepo-bqv356ia7.now.sh/official-storybook/?path=/story/basics-link--styled-links) ### Primary ![image](https://user-images.githubusercontent.com/6651625/69497475-b7a7a500-0edd-11ea-822d-082ba9e5370b.png) > El...
accessibility
low
Major
527,728,551
rust
Decide the precise rules for operand of &raw [const|mut]
#66671 implements a check on the operand of `&raw [const|mut]` to ensure that it's not a temporary. It's similar to the check used for the left-hand operand of `=`, but it only allows field and index projections when they are based on a place expression, or it there is at least one deref adjustment involved. It's po...
T-lang,F-raw_ref_op
low
Minor
527,728,713
pytorch
Exponentiated gradient descent
## πŸš€ Feature I am interested in contributing an [exponentiated gradient descent optimizer](https://ttic.uchicago.edu/~tewari/lectures/lecture4.pdf) to pytorch. ## Motivation Optimizing variables / parameters with a simplex constraint on the parameters. ## Pitch Contribute a new optimizer ## Alternativ...
feature,module: optimizer,triaged
low
Minor
527,729,280
rust
std::future: Document that each Future (Stream, etc) must only be used by one task at a time
See https://github.com/snapview/tokio-tungstenite/pull/68#issuecomment-557907777 for context. I couldn't find anything in the docs about this (maybe I just missed it), but current futures executors / async runtimes only allow remembering one waker per future/etc. So if you use the same in multiple tasks, one of the ...
C-enhancement,T-libs-api,A-docs,A-async-await,AsyncAwait-Triaged
low
Major
527,729,564
pytorch
[docs] Missing docs for Storage.from_buffer
https://pytorch.org/docs/master/storage.html#torch.FloatStorage.from_buffer This method is useful when ingesting byte streams/arrays from external programs like sox or ffmpeg.
module: docs,triaged
low
Major
527,734,214
flutter
FlutterPluginRegistry may leak onViewDestroyListeners
Based on the latest dev build (1.12.11), code like this: ``` kotlin @JvmStatic fun registerWith(registrar: Registrar) { val plugin = MyPlugin(registrar.context(), registrar.messenger()) val methodChannel = MethodChannel(registrar.messenger(), "$NAMESPACE/methods") methodChannel.setMethodCallHandle...
platform-android,engine,c: performance,perf: memory,P3,team-android,triaged-android
low
Major
527,737,748
pytorch
Increasing memory usage on CPU
## πŸ› Bug I am trying to run a small neural network on the CPU and am finding that the memory used by my script increases without limit. Since my script does not do much besides call the network, the problem appears to be a memory leak within pytorch. The problem does not occur if I run the model on the gpu. #...
module: performance,module: cpu,module: memory usage,triaged
low
Critical
527,750,065
rust
E0119 can overwrite E0277 leading to confusing error message
Code: ```rust trait Trait {} struct Unsized { tail: [()], marker: (), } impl<T: Sized> Trait for T {} impl Trait for Unsized {} ``` error: ``` error[E0119]: conflicting implementations of trait `Trait` for type `Unsized`: --> src/lib.rs:10:1 | 9 | impl<T: Sized> Trait for T {} ...
A-diagnostics,A-DSTs,T-compiler,C-bug
low
Critical
527,780,079
godot
Previously opened script's horizontal scrollbars are shifted after application restart
**Godot version:** v3.2.beta.custom_build.28613ab8c **OS/device including version:** Windows 10 **Issue description:** Godot remembers for each script position of a text cursor. And after restart tries to set position of the horizontal scrollbar so that the text cursor is located at the beginning of the editor...
bug,topic:editor,confirmed,usability
medium
Critical
527,816,874
flutter
Unclear message when flutter tool tries to run web specific code in the tester
## Steps to Reproduce 1. import `dart:html` 2. run flutter test ## Logs ``` Testing started at 10:54 ... D:\flutter\bin\flutter.bat --no-color test --machine test\flutter_markdown_test.dart Compiler message: lib/src/_functions_web.dart:5:8: Error: Not found: 'dart:html' import 'dart:html'; // ignore: a...
a: tests,tool,d: api docs,platform-web,P3,team-web,triaged-web
low
Critical
527,940,860
rust
libcore crate docs are out of date regarding panic handling
https://github.com/rust-lang/rust/blob/c9bacb70f0b19d324a548bd7942692ab18d159a4/src/libcore/lib.rs#L20-L39 These docs discuss `rust_begin_panic` and `rust_eh_personality`, which seems outdated. Instead they should probably document the `#[panic_handler]` attribute or link to [the corresponding Nomicon chapter](https...
C-enhancement,T-libs-api,A-docs
low
Minor
527,946,947
flutter
Annoying event log messages
Annoying log messages have started to appear constantly on Android Studio regarding missing files of plugins on the `Event Log` window. ## Logs ``` 25/11/2019 9:41 Load Settings Cannot load settings from file 'C:\Users\Cristian\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\firebase_messaging-5.1.8\androi...
c: regression,platform-android,tool,platform-windows,P3,team-android,triaged-android
medium
Major
527,974,248
pytorch
Conv2d: Inconsistent results on Raspberry Pi 3B
## πŸ› Bug The problem is the result after a convolution layer. With some kernel sizes like (3, 3), only the first channel have expected values, the other have random values. I try with Pyotrch 1.4.0 which I build and unofficial wheel of Pytorch 1.3.0 on Raspberry pi 3B and 3B+ ## To Reproduce Steps to repro...
module: convolution,triaged
low
Critical
528,049,073
pytorch
Unexpected difference torch.multiprocessing.manager.queue and torch.multiprocessing.queue
It seems that torch.multiprocessing.Manager.Queue doesn't support multiprocessor sharing of cuda tensors. Running the repro below throws the exception: > RuntimeError: Attempted to send CUDA tensor received from another process; this is not currently supported. Consider cloning before sending. ``` import t...
module: multiprocessing,module: cuda,triaged
low
Critical
528,054,736
opencv
Set CAP_PROP_ZOOM not working (python & directshow)
### System information (version) - OpenCV => 4.1.2 (Python 3.7) - Operating System / Platform => Windows 10 64 Bit - Hardware => Surface Book Pro ##### Detailed description Using the directshow framework of OpenCV's Video-Module, it seems to be impossible to set the zoom-value like so: `self.vidcap.set(cv2....
bug,priority: low,category: videoio(camera),platform: win32
low
Minor
528,062,650
TypeScript
Enum used as object key is not exported in declaration
**TypeScript Version:** 3.8.0-dev.20191125 (@next), but was present in 3.4 already **Search Terms:** - typescript ts4023 - Exported variable has or is using name from external module but cannot be named - typescript enum declaration **Code** Selectors.ts ```ts import {State} from './Store'; export co...
Bug,Domain: Declaration Emit
low
Critical
528,098,329
flutter
Navigation gestures should ignore Stylus and Apple Pencil
In iOS it is standard for the UI to ignore Apple Pencil input in navigation gestures, like swiping back, or in some cases (drawable canvases) scrolling. I assume this would be potentially dependent on #38135
c: new feature,framework,f: cupertino,f: routes,f: gestures,c: proposal,P3,team-design,triaged-design
low
Minor
528,103,437
pytorch
There is no support for `weight_decay`/`momentum` in SGD for sparse tensors.
## πŸš€ Feature I don't see why there is no support for `weight_decay` and `momentum` in SGD. There is a PR on this feature (#1305), but it has been never merged with no explanation. It looks like really easy patch to be implemented. Or maybe there is no possible way to provide the exact same semantics with sparse tenso...
module: sparse,triaged,enhancement
low
Major
528,108,632
rust
Coercion from non-capturing closure to fn ptr fails when return type is `!`
Usually, non-capturing closures can be coerced to `fn` ptrs. But somehow that seems to fail when the return type is `!`: ```rust fn magic<R, F: FnOnce() -> R>(f: F) -> F { f } fn main() { let f1 = magic(|| {}) as fn() -> (); // works fine let f2 = magic(|| loop {}) as fn() -> !; // errors } ``` The er...
A-closures,T-compiler,C-bug,A-coercions
low
Critical
528,129,072
pytorch
last updated timestamp
## πŸ“š Documentation <!-- 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 https://pytorch.org/...
module: docs,triaged,enhancement
low
Minor
528,130,642
pytorch
affine_grid CUDA / cuDNN support for Half removed in 1.3.x
## πŸ› Bug PR https://github.com/pytorch/pytorch/pull/24929 refactored the `affine_grid` code to remove all cuDNN dispatch. This had the side effect of dropping support for `Half` / `float16` in the CUDA / cuDNN case. The cuDNN code supported Half, but the native torch implementation does not. Users may see: ``` ...
module: cudnn,module: cuda,triaged
low
Critical
528,131,566
PowerToys
USB bootable creation
# Summary of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> add two new abilities to Windows to allow users to easily create bootable USB media # Proposed te...
Idea-New PowerToy
low
Major
528,137,920
godot
AudioStreamMicrophone is broken on iOS hardware
**Godot version:** v3.1.1.stable.official **OS/device including version:** iOS 13.1 **Issue description:** The audio input (Microphone) on iOS hardware does not work. It works on the simulator. There are three separate issues causing this: 1. no microphone permission string in info.plist in XCode export ...
bug,platform:ios,topic:porting,confirmed,topic:audio
low
Critical
528,155,875
pytorch
Codegen refactoring master task
This is the master task for all known codegen issues. The current state of our codegen is hard to maintain, it has a fair amount of bugs, hacks and hard coded logic which is not documented anywhere and requires a lot of domain knowledge. Known Issues: - [ ] TensorOptions. Logic around TensorOptions manipulations...
triaged
low
Critical
528,179,084
material-ui
[Autocomplete] Automatic tokenization with delimiter
I am currently working with the freesolo Autocomplete and my particular use case requires tags to be created when commas or spaces follow the input text. Autocomplete currently creates tags on the Enter event, but I don't think there is anything built into Autocomplete yet that supports tag creation on any other event....
new feature,waiting for πŸ‘,component: autocomplete
medium
Critical
528,255,263
rust
Rustdoc unexpectedly de-aliases type aliases in some situations
Here's a relatively minimal example that demonstrates the problem: ```rust pub type Color1 = (u8, u8, u8, u8); pub struct Color2 { r: u8, g: u8, b: u8, a: u8, } impl Color2 { pub fn new_with_alpha(r: u8, g: u8, b: u8, a: u8) -> Self { Self { r, g, b, a } } } impl From...
T-rustdoc,C-bug
low
Minor
528,269,697
flutter
Android Cursor Pointer is off center
## Steps to Reproduce Steps to reproduce 1. create new project flutter create -i swift -a kotlin cursor_pointer 2. add a text field <details> <summary>code sample</summary> ```import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This wid...
a: text input,platform-android,framework,f: material design,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-android,triaged-android
low
Critical
528,276,119
godot
Remote mode problem with dock "Inspector"
**Godot version:** 3.2 beta 1 mono - v3.5.beta1.official [b9b23d222] **OS/device including version:** Win10 home 64 **Issue description:** The "Inspector" dock shows nothing (although there is a node selected) when the game is run with the "Remote" mode enabled by default. ![1](https://user-images.githubuserc...
bug,topic:editor,confirmed,usability
low
Minor
528,293,097
pytorch
nn.functional should maintain API parity with nn where possible
## πŸš€ Feature `nn.functional` should provide a functional alternative to every stateful component in `nn` that supports it. Some, like `Tanh() -> tanh` were deprecated in `nn.functional` because they're now the same as those in `torch`. ## Motivation People usually import modules and submodules that are used ...
module: nn,triaged,enhancement
low
Minor
528,349,795
pytorch
More detailed information about TensorType in error messages
## πŸš€ Feature More detailed information about TensorType, including TensorType specifiers as shape, strides, req_grad etc. in error messages ## Motivation Reported issue https://discuss.pytorch.org/t/incomprehensible-behaviour/61710 Error message is misleading: ``` terminate called after throwing an instance o...
triaged,enhancement
low
Critical
528,356,305
pytorch
[jit] Module references aren't preserved
Results in eager vs script are different ```python class Layer(nn.Module): def __init__(self): super().__init__() self.data = torch.empty(0, dtype=torch.float) def forward(self, x): self.data = x class Model(nn.Module): def __init__(self): supe...
oncall: jit,triaged
low
Minor
528,395,604
rust
std::fs::copy failed with OS error 1 on Linux when copying over CIFS from local FS
I am using the following versions: - mount.cifs version: 6.9 - `uname -r`: 5.3.0-23-generic - Ubuntu 19.10 - Rust `nightly-2019-11-17-x86_64-unknown-linux-gnu` I was unable to perform a file copy with `std::fs::copy` when copying to a Windows shared folder mounted on Linux with the following options: `rw,noun...
O-linux,T-libs-api,C-bug
low
Critical
528,401,439
node
readdir(p, { withFileTypes: true }) seemingly returns wrong type
<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please pro...
fs,macos
low
Critical
528,404,482
vscode
Git - Git should be able to automatically track new files
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> I can make changes to a file in VS Code and Git will track those changes (even though they are not immediately staged, I can stage them easily when committing by using `git commit -a`). Same thing goes for...
feature-request,git
high
Critical
528,411,678
flutter
Canvas painting shifted when canvas is composited under a mouse tracker
## Steps to Reproduce 1. Checkout this exact commit: https://github.com/yjbanov/algrafx/blob/891c4419cf1a74c4ae978d4e9f7696526a0a1512 2. Uncomment this one line: https://github.com/yjbanov/algrafx/blob/891c4419cf1a74c4ae978d4e9f7696526a0a1512/lib/graph.dart#L220 3. Observe broken mouse behavior. It seems the mo...
engine,platform-web,c: rendering,P2,team-web,triaged-web
low
Critical
528,413,611
flutter
Remove the need for /#/ redirection
The redirection from `/` to `/#/` is an extra unnecessary hop that adds to application start-up time. Can we remove it? /cc @mdebbar
framework,f: routes,platform-web,customer: webeap,P2,team-web,triaged-web
low
Major
528,414,479
rust
Account for HRTB on unsatisfied trait bound suggestions
When encountering a [higher-ranked-trait-bound error](https://github.com/rust-lang/rust/blob/master/src/test/ui/hrtb/hrtb-higher-ranker-supertraits.rs) where the compiler [would suggest adding a new `where` bound](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=179075a2fbee8d6fcb0e1208a72a1cb3)...
C-enhancement,A-diagnostics,P-low,T-compiler,A-suggestion-diagnostics,D-invalid-suggestion,A-higher-ranked
low
Critical
528,423,377
terminal
colortool.exe shrinks window size by one column - every time it is called
Hi I am running colortool.exe in cmd.exe (Microsoft Windows [Version 6.3.9600] Win 8.1 64bit OS) and every time I run it the Window Size reduces by one column (the rows and the Sceen Buffer Size stay the same). Is this an "off by one" error? It is important to me as I would like to call colortool from Textadep...
Product-Colortool,Help Wanted,Area-Server,Issue-Bug
low
Critical
528,427,354
pytorch
Redundant counter in batchnorm impl
## πŸ› Bug This looks like an efficiency/perf bug (unless I am missing something). `self.num_batches_tracked` is initialized and incremented but never used when `self.momentum` is not `None` during training (and tracking running stats). ## To Reproduce Review code: https://github.com/pytorch/pytorch/blob/b8...
module: nn,triaged
low
Critical
528,445,589
pytorch
Expose bhistc to python
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Calculate the histogram of the elements in 2d tensor x along the last dimension. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]....
triaged,enhancement
low
Minor
528,467,056
TypeScript
JSDoc @typedef property description lost
<!-- 🚨 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: JSDoc,Domain: Quick Info
low
Critical
528,496,157
TypeScript
Extract Constant Refactoring: Add way to extract all instances of selected expression
From https://github.com/microsoft/vscode/issues/85507 ## Search Terms - refactor - extract - extract constant / extract function <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> ## Suggestion For the code: ``...
Suggestion,Awaiting More Feedback
low
Major
528,527,676
opencv
unrepresentable indices in max_pooling/max_unpooling in fp16 target leads to illegal memory accesses
##### System information (version) - OpenCV => master @ https://github.com/opencv/opencv/commit/ad0ab4109aec8173b34ee68d25bb488fbcfe5286 - Operating System / Platform => Ubuntu 18.04 64 Bit - Compiler => GCC 7.4.0 ##### Detailed description Half-precision floats are not capable of accurately storing the indice...
bug,feature,category: dnn
low
Minor
528,530,066
TypeScript
`as` keyword doesn't appear in completion list
![t](https://user-images.githubusercontent.com/20449848/69606469-d59c1380-105d-11ea-93af-b0e3078f8424.png)
Bug
low
Minor
528,552,867
PowerToys
Code formatting style
# Summary of the new feature/enhancement Uniform formatting style for the codebase helps navigating it and reduces time to review. We could also integrate format-check into CI to perform/verify the formatting automatically. # Proposed technical implementation details Currently #742 implements: - a script which yo...
Idea-Enhancement,Area-Quality
low
Major
528,565,825
vue
Class Binding Type Missing
### What problem does this feature solve? When writing a computed property for a class binding, I found I couldn't type it for typescript. I made a temporary one and remembered, there are more possibilities, so instead of writing them myself, I thought best to use the built in ones. Yet I can't seem to find a built ...
discussion,typescript
medium
Minor
528,582,082
pytorch
add method to make tensor constant for debug purposes
## πŸš€ Feature Add method to make constant tensors tensor.make_const() ## Motivation This option will make it easy to find inplace operators in case of such exceptions: ``` RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation ``` Instead RuntimeError ...
module: autograd,triaged
low
Critical
528,584,692
pytorch
[TensorBoard] Graph with objects other than torch.nn.Module can not be visualized.
## πŸ› Bug I use tensorboardX to `add_graph(model, (dump,))`, but ``` writer_dict['writer'].add_graph(model, (dump_input, )) File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/tensorboardX/writer.py", line 774, in add_graph self._get_file_writer().add_graph(graph(model, input_to_model, verbose, *...
triaged,module: tensorboard
medium
Critical
528,597,478
create-react-app
Find correct IPv4 for LAN when having multiples network interfaces
### Is your proposal related to a problem? When I have multiples network interfaces actives on my Mac (ex: Wifi and Ethernet), and one or some of them as an invalid IPv4 (such as 169.254.0.0/16 when there's an issue with the DHCP for example), the IPv4 retrieved by using the `ip` static method of the `address` packa...
issue: proposal,needs triage
low
Minor
528,661,005
rust
Rethink how cross-compiling works, including the terminology
The current config.toml.example in rust says: ~~~~ # In addition to the build triple, other triples to produce full compiler # toolchains for. Each of these triples will be bootstrapped from the build # triple and then will continue to bootstrap themselves. This platform must # currently be able to run all of th...
A-cross,T-bootstrap,A-docs,T-infra,A-contributor-roadblock
low
Major
528,662,926
pytorch
`torch.multiprocessing.spawn` fails when `join=False`
## πŸ› Bug Invoking `torch.multiprocessing.spawn(fn, args=(), nprocs=n, join=False)` raises a `FileNotFoundError` when `join=False`. In contrast, `join=True` works as expected. ## To Reproduce The following script reproduces the error on pytorch versions `1.1.0` and `1.3.0a0+f25d01e`. ``` import torch.mult...
module: multiprocessing,triaged
low
Critical
528,681,475
opencv
Feature Request: Add more Gstreamer Capture Formats
I know Opencv now supports // we support 11 types of data: // video/x-raw, format=BGR -> 8bit, 3 channels // video/x-raw, format=GRAY8 -> 8bit, 1 channel // video/x-raw, format=UYVY -> 8bit, 2 channel // video/x-raw, format=YUY2 -> 8bit, 2 channel // video/x-raw, form...
priority: low,category: gpu/cuda (contrib)
low
Minor
528,681,816
TypeScript
Support mixins for abstract classes
## Search Terms Related to #32122, but not the same. abstract mixins classes ## Suggestion Right now we can't to extending abstract classes with mixins. So, it would be nice to create a solution for this case. ## Use Cases ``` abstract class Test { } type Constructor = new (...args: any[]) => any; fun...
Suggestion,Awaiting More Feedback
medium
Critical
528,690,991
node
investigate flaky sequential/test-perf-hooks in CI
<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please pro...
flaky-test,perf_hooks
low
Critical
528,700,767
rust
Add a `starts_with(s: &str) -> bool` method for `fmt::Arguments`?
It's currently very cumbersome to check whether a panic message starts with an expected `&str` in `no_std` mode: ```rust #[panic_handler] fn panic(info: &PanicInfo) -> ! { use core::fmt::Write; let mut check_message = CheckPanicMessage::new("some panic message:"); let error = write!(&mut check_mes...
T-libs-api,C-feature-request
low
Critical
528,701,197
youtube-dl
how to download lang=en-IE and tlang=zh-Hans subtitle
https://www.youtube.com/api/timedtext?v=zDujFhvgUzI&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&xorp=true&hl=en&ip=0.0.0.0&ipbits=0&expire=1574796999&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cxorp&signature=55E79DD91B83B7794DB068675B36A741FC068DAF.CB674DFA36D22BDE6033A12BF41D65B8AE061...
question
low
Minor
528,761,972
pytorch
cuda support
I am trying to install pytorch from source but the installation does not recognize cuda. The torch.cuda.is_available shows FALSE. Please help! Below is my installation log ``` Building wheel torch-1.4.0a0+7903fb1 -- Building version 1.4.0a0+7903fb1 cmake --build . --target install --config Release -- -j 6 [0...
module: build,triaged
low
Minor