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
583,240,800
opencv
Add Line(Line Segment and LineRay)
##### Detailed description OpenCV has a lot of places where, in my opinion, it will be better to use some data structure for Line (line segment or line ray) instead of cv::Vec4 with the description of the index meaning or using two points. like: - fitLine [[link](https://docs.opencv.org/2.4/modules/imgproc/doc/...
priority: low,RFC
low
Minor
583,276,732
rust
Tracking Issue for `Option::zip` and `Option::zip_with` (feature `option_zip`)
<!-- Thank you for creating a tracking issue! 📜 Tracking issues are for tracking a feature from implementation to stabilisation. Make sure to include the relevant RFC for the feature if it has one. Otherwise provide a short summary of the feature and link any relevant PRs or issues, and remove any sections that ar...
T-libs-api,B-unstable,C-tracking-issue,A-result-option,Libs-Tracked,Libs-Small
medium
Critical
583,277,884
youtube-dl
Support for Celebsroulette.com
<!-- ###################################################################### 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
583,281,934
youtube-dl
Support for heroero.com
<!-- ###################################################################### 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
583,294,509
electron
Electron.ClientRequest should be typed as a WritableStream
In order to allow typescript usage of `stream.pipe(request)` (which works) the `ClientRequest` typescript definition needs to either be compatible with or `extend` Writable. Extending probably makes the most sense if we can make that work as that's what we're actually doing in the code.
documentation :notebook:,component/typescript,stale-exempt
medium
Major
583,302,364
terminal
Console property sheet allows bitmap fonts despite the v2 console _not_ supporting them
The ["Hellfont Cyr"](https://plugring.farmanager.com/plugin.php?pid=164&l=en) terminal font is not rendered in v2 console. Instead of its 9x16 typeface, some random 12x16 is chosen. (Left is ForceV2=0, right is ForceV2=1. Same font settings.) ![image](https://user-images.githubusercontent.com/6532485/76876645-44a...
Product-Conhost,Issue-Bug,Area-Settings,Priority-3
low
Major
583,311,016
youtube-dl
www.ohrka.de
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.03.08** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker ...
site-support-request
low
Critical
583,314,921
godot
GridMap Mesh Library "Clear" doesn't actually clear the grid-map
**Godot version**: 3.0, 3.1, 3.2 **OS/device including version**: Windows 10 Pro 64-bit **Issue description**: - GridMap inspector has a section for choosing Mesh Library - In this section, you can "Clear" currently assigned Mesh Library, which removes the Mesh Library and (apparently) deletes all tiles - But ...
discussion,topic:editor,confirmed,topic:3d
low
Minor
583,329,004
PowerToys
[FancyZones] Exclude app by window title / exe
# Summary of the new feature/enhancement The feature of "Move newly created windows to their last known zone" has a flaw - it resizes dialog boxes that can (but under normal circumstances shouldn't) be resized, such as the file dialog or Find and Replace. While I like Excel windows to open in their prior place, I don...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
low
Major
583,383,034
flutter
[pigeon] be explicit about allowed Dart keywords in the IDL
We should be very clear in the https://pub.dev/packages/pigeon readme on what types of Dart statements are allowed in the IDL files so that users don't gradually find out via trial and error repeat pub runs. cc @gaaclarke
d: api docs,package,team-ecosystem,p: pigeon,P3,triaged-ecosystem
low
Critical
583,400,441
flutter
Flutter Web doesn't throw MissingPluginException when plugin is not registered
## Steps to Reproduce 1. Write an app with a button that calls `launch()` from `package:url_launcher` when clicked 2. Tap on the button to trigger launch(). 3. Tap on it again. **Expected results:** A `MissingPluginException` that is [thrown in platform_channel.dart](https://github.com/flutter/flutter/blob/maste...
engine,platform-web,P2,team-web,triaged-web
low
Minor
583,408,672
go
path/filepath: TestEvalSymlinksAboveRoot failures on macOS
[2020-03-17T20:48:23-0eeec4f/darwin-amd64-race](https://build.golang.org/log/0a56dc157638f581e1b2dba862e41dee69e7ce00) ``` --- FAIL: TestEvalSymlinksAboveRoot (0.01s) path_test.go:1449: EvalSymlinks("/private/var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-10_15/tmp/TestEvalSymlinksAboveRoo...
OS-Darwin,NeedsInvestigation
low
Critical
583,413,166
pytorch
[JIT]torch.jit.export invaild for pytorch1.4
@torch.jit.export it works in pytorch1.3, the same code in pytorch1.4, it's invaild. cc @suo
needs reproduction,oncall: jit,triaged
low
Minor
583,426,314
pytorch
Enable OpaqueTensor to possess Storage then allow it to view from CPUTensor
## 🚀 Feature Allow OpaqueTensor to have storage. Implement OpaqueTensor<<ideep::tensor>> in a way that use Storage as its buffer manager. ## Motivation MKLDNN Layout is a physical extension to stride layout (always stride logically), so it is compatible to CPUTensor when transform from it. The copy nature of ...
module: internals,triaged,module: mkldnn
medium
Major
583,433,517
go
proposal: x/crypto/ssh: export a method Disconnect in Conn interface
<!-- 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.14 linux/amd64 </pre> ### Does this issue reproduce w...
Proposal,Proposal-Crypto
low
Critical
583,439,654
create-react-app
Hot reloading breaks when encountering Typescript error
<!-- 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...
issue: needs investigation,issue: bug report
high
Critical
583,443,274
pytorch
Issues with DataParallel on Multiple GPUs
I am getting the following error when trying to use Multiple GPUs with DataParallel. Please note the implementation works perfectly fine on a single GPU. Here is the traceback: ``` Traceback (most recent call last): File "train.py", line 247, in <module> train_loss = train_xe(model, dataloader_train, opt...
triaged,module: data parallel
low
Critical
583,449,719
node
benchmark: http simple connect timeout on macOS
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
benchmark
low
Critical
583,450,266
terminal
[v0.10] When two characters are ligatured, the first one becomes invisible
![fig2](https://user-images.githubusercontent.com/9026813/76924254-bc6ee980-6910-11ea-8391-fc5ab1d9fe02.gif) ## Environment ```none Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.19582.0 Microsoft Windows NT 10.0.19582.0 ``` ## St...
Help Wanted,Area-Rendering,Area-Fonts,Issue-Bug,Product-Terminal,Priority-3
medium
Critical
583,458,293
kubernetes
Documentation of workqueue abstraction is too scattered
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Colleagues ha...
kind/documentation,sig/api-machinery,lifecycle/frozen
low
Critical
583,480,830
vscode
Hyperlinks don't open on Arch Linux running KDE Plasma 5
Hello, I found an existing issue https://github.com/Microsoft/vscode/issues/50139 but it is marked as closed, hence creating a new issue. - VSCode Version: ``` 1.43.0 78a4c91400152c0f27ba4d363eb56d2835f9903a x64 ``` - OS Version: ``` Operating System: Arch Linux KDE Plasma Version: 5.18.3 KDE Framewor...
upstream,linux,electron,workbench-os-integration,snap
low
Critical
583,494,344
neovim
Take HTML optional closing tags into account for indentation
This problem is shared between vim and neovim. It has been reported against vim as well here: https://github.com/vim/vim/issues/5806 auto-indentation of HTML doesn't seem to be aware of optional closing tags, which messes up the indentation levels when taking advantage of this aspect of the HTML language. ### Act...
runtime,bug-vim,needs:vim-patch
low
Minor
583,506,350
go
math/big: Float.Sqrt does not set accuracy
<!-- 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.13.8 linux/amd64 </pre> ### Does this issue reproduce with the la...
NeedsInvestigation
low
Critical
583,520,444
ant-design
Improve the accessibility
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Improve the overall accessibility of the framework according to a [this article](https://darekkay.com/blog/accessible-ui-framewor...
help wanted,Inactive,⌨️ Accessibility
medium
Major
583,525,112
fastapi
Include documentation for other types of security
Docs Link: https://fastapi.tiangolo.com/tutorial/security/ We have explained in detail about OAuth2 with password. However, there are no documentation links about other types like APIKeyHeader, HTTPHeader, etc. There is a very hidden mention https://fastapi.tiangolo.com/tutorial/security/#fastapi-utilities about the...
feature,investigate,reviewed
low
Critical
583,547,637
pytorch
TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function
## 🐛 Bug I am calling `torch.jit.trace` on a model and I am getting the corresponding error: ```TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function.``` This leads to the same inputs yielding different output results (Traced vs non-traced model). ...
needs reproduction,oncall: jit,triaged
medium
Critical
583,551,402
godot
Borderless window still shows Status Bar and can be resized in full screen
**Godot version:** 3.2.1 **OS/device including version:** macOS Catalin 10.15.3 / MacBookPro11,1 **Issue description:** When the game runs in full screen WITHOUT the Borderless option enabled, if the cursor hits the top edge of the screen, the whole Menu Bar and Status Bar appears; also, when the cursor hits t...
bug,platform:macos,topic:porting
low
Minor
583,559,683
pytorch
Equality operator for torch.distribution.*
## 🚀 Feature Implement `__eq__()` for torch.distributions.distribution.Distribution and subclasses. ## Motivation This would avoid situations such as: ``` from torch.distributions import Normal assert Normal(0, 1) == Normal(0, 1) AssertionError ``` It should be possible to compare distributions without th...
module: distributions,triaged,enhancement
low
Critical
583,571,670
go
x/tools/cmd/present2md: support full translation
Not sure this should be considered part of #33955. Please close if so. The new `present2md` tool converts the `present` format to `markdown`. However, it is still missing some pieces of the present format when converting, namely: - Captions - Images There may be more types I've missed, but these were the ones...
help wanted,NeedsInvestigation,Tools
low
Minor
583,572,232
create-react-app
[PROPOSAL]: Allow an option to make the build fail if CRA emits warnings during build
### Is your proposal related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Our team is always frustrated when pr's are merged and the next time we run the app we get a boat load of console errors/warnings about React not ...
issue: proposal,needs triage
low
Critical
583,581,992
rust
no_mangle causes compilation errors with async-await on armv7-linux-androideabi and aarch64-linux-android targets
<!-- 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. --> Adding the no_mangle attribute to a function which contains an await results in a compilation error for armv7-linux-androideabi and aarch64-linux-android t...
I-crash,A-LLVM,O-android,P-medium,T-compiler,regression-from-stable-to-stable,C-bug,A-async-await,E-needs-bisection,AsyncAwait-Triaged,E-needs-mcve,ICEBreaker-LLVM,ICEBreaker-Cleanup-Crew
medium
Critical
583,591,778
vue-element-admin
markdown插件tui-editor无法左右两边一起滚动
## Bug report(问题描述) markdown插件tui-editor无法左右两边一起滚动 加上参数 ``` :options="{ exts: ['scrollSync'] }" ``` #### Steps to reproduce(问题复现步骤) 1. ``` <MarkdownEditor ref="markdownEditor" v-model="ruleForm.description" :language="language" height="580px" :options="{ exts: ['scrollSync'] }" /> ...
tui-editor
medium
Critical
583,625,458
create-react-app
Progress bar when run `npm run build`
This is the new thread for #935. Four years after there's still no progress. > When running `npm run build`, it takes a long time to build. > How to implement a progress bar when building?
issue: proposal,needs triage
low
Major
583,672,714
go
net: Unable to reliably distinguish IPv4-mapped-IPv6 addresses from regular IPv4 addresses
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.8 darwin/amd64 </pre> ### Does this issue reproduc...
NeedsInvestigation
low
Critical
583,689,293
pytorch
[feature request] Sparse (hybrid sparse-dense) output option for topk, min, max
I wonder if PyTorch hybrid sparse/dense tensors can be used to represent outputs of dimension-wise topk / min / max. Unfortunately I couldn't completely understand from docs if they can be used for that (my current understanding is that they could not out of the box, hence feature request). Probably pruning work is ...
module: sparse,triaged
low
Minor
583,694,872
godot
hint tooltip scaled with control
**Godot version:** 3.2.1 **OS/device including version:** Windows 10 **Issue description:** I'm not sure if this is intended behavior, but 3.1.1 didn't do this and so the game I'm working on relied on this. **Steps to reproduce:** Create a TextureButton, add a a hint tooltip, scale down to 0.5, tooltip wil...
discussion,topic:gui
low
Major
583,729,157
terminal
Allow to directly connect to PWSH in Azure Cloudshell bypassing bash
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Product-Terminal,Issue-Task,Area-AzureShell,Priority-3
low
Critical
583,731,171
godot
Editor Plugin: adding a node to a child node of the root node of the currently open scene won't show up in scene tree
**Godot version:** 3.2.1 **OS/device including version:** Manjaro Linux **Issue description:** I am developing an editor plugin which is added to the dock. Essentially you click a button and nodes will be added to the currently open scene. Now when you a node (via the plugin) to the root node of the current sc...
bug,topic:editor,topic:plugin
low
Critical
583,753,771
pytorch
Graphic tool to view the backward(Gradient Graph) and forward graph in Pytorch
Is there any graphical tool based on dot (graphViz) similar to what (TensorFlow and Pytorch/Glow) to view the backward Graph in Pytorch or at least a way to get a textual dump of backward Graph where the Graph Tree with Nodes and there edges can be seen, somethings on the line of JIT IR. Is there some environment varia...
triaged,oncall: visualization
low
Major
583,796,336
godot
`AudioStreamPlayer.stop()` does not stop playback if playback was started in the same frame
**Godot version:** 3.2.1 **OS/device including version:** Windows 10 64-bit **Issue description:** AudioStreamPlayer does not stop playback if stream position is zero. In my project sometimes there are situations when states change very quickly, one state plays sound effect, another stops it. I found out...
bug,confirmed,topic:audio
low
Major
583,820,238
excalidraw
Share a live view without collaborating
Used it today for the first time. Very cool app. It would be nice if the app could also generate a live view where other viewers can’t collaborate. That way it could be used as a (remote) teaching whiteboard without the possibility for students to draw all kinds of inappropriate stuff. Especially since they're anonymou...
enhancement,collaboration
low
Minor
583,848,485
flutter
AnimatedFractionallySizedBox
## Use case I would like to animate `FractionallySizedBox` between various `heightFactor` and `widthFactor` values. ## Proposal I propose to add a `AnimatedFractionallySizedBox` Widget which would animate between `heightFactor` and `widthFactor` over a given duration. Much like `AnimatedPositioned`.
c: new feature,framework,would be a good package,P3,team-framework,triaged-framework
low
Major
583,865,703
godot
Reference counts not managed correctly when Reference types are returned from a GDNative node?
**Godot version:** 3.2 **OS/device including version:** Windows 10 **Issue description:** In certain situations References don't seem to be dereferenced as I would expect them to, leading to memory leaks. Perhaps I am doing something wrong or have some misunderstanding. For clarity's sake here are two exa...
discussion,topic:gdextension
low
Critical
583,890,587
rust
Ugly error reporting on binary operation between two condition flows
The following code: ```rust fn to_log_flags(fatal: bool, recursive: bool) -> u32 { if fatal { 1 } else { 0 } | if recursive { 2 } else { 0 } } ``` gives the following error: ``` Compiling playground v0.0.1 (/playground) error: expected identifier, found keyword `if` --> src/main.rs:3:5 |...
A-type-system,C-enhancement,A-diagnostics,A-parser,T-compiler,D-confusing,T-types
low
Critical
583,916,165
youtube-dl
Site support request: Fox Turkey
<!-- ###################################################################### 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
583,926,094
TypeScript
`@ts-ignore` quick fix should be switched to `@ts-expect-error`
Today we provide a quick fix in JavaScript files (e.g. `.js`, `.jsx`) under `// @ts-check` and `checkJs` to suppress errors by adding a ```js // @ts-ignore ``` comment. Now that we have `// @ts-expect-error` which errors in the presence of no errors, we should probably switch the quick fix over to use that i...
Suggestion,Awaiting More Feedback
medium
Critical
583,928,441
godot
MemoryPool size hardcoded?
**Godot version:** 3.2.1rc1-custom **OS/device including version:** Ubuntu 19.10 **Issue description:** Why MemoryPool amount is hardcoded? Just on the file core/pool_vector.h there are the declaration: `static void setup(uint32_t p_max_allocs = (1 << 16));` I am asking if there are a reason to do that....
discussion,topic:core
low
Major
583,929,065
terminal
Scenario: Keyboard Text Selection
##### [Original issue: #715] [Original Spec: #2840] [Mark mode spec: #5804] [initial PR: #10824] [markers PR: #10865] ## Features * [x] #715 * [x] Quick Edit (modify existing selection w/ keyboard) * [x] #1469 * implicit mark mode * [ ] #11985 - see also: #13369 * [x] [follow-up] #3663 * [x] [follow-...
Area-Input,Area-TerminalControl,Product-Terminal,Issue-Scenario
low
Critical
583,946,511
excalidraw
We should have a different hint when drawing multisegments lines on mobile
enhancement,good first issue
low
Minor
583,978,112
vscode
[rename on type] option-delete and pasting creates 2 undo stops
Ref #88424 - Have content `<div></div|> ` - Option-delete or paste something - You need two undo to restore the original content
bug,editor-synced-region
low
Minor
583,980,468
godot
Project always starts in maximized window
**Godot version:** 3.2.1 stable **OS/device including version:** Ubuntu 18.04.4, 2 monitors, main monitor 2560 x 1440, GTX 1060 driver 435.21 **Issue description:** The project window size setting settings and editor window placement setting are ignored. Whatever I set, the project window always start maximized (...
bug,topic:porting,needs testing
low
Major
583,982,952
pytorch
`conv2d` is slow with specific shapes of channels_last tensors
GPU: Tesla V100-SXM2 Cuda: 10.0 CudNN: 7603 ```python def f(x, w, args): o = torch.conv2d(x, w, *args) o.sum().backward() torch.cuda.synchronize() inputs = ((100, 2048, 14, 14), (2048, 64, 3, 3), None, (2, 2), (1, 1), (1, 1), 32) shape_i = inputs[0] shape_w = inputs[1] args = inputs[2:] for mf in (to...
module: performance,module: cudnn,triaged,module: memory format
low
Major
584,001,632
godot
GridMap: Metadata issues on updating / removing Mesh Library
**Godot version:** 3.0 - 3.2.1 **OS/device including version:** Windows 10 Pro 64-bit **Issue description:** I will start by saying that those are a number of issues which are all related to GridMap metadata, which include: - Failure to update item preview on Mesh Library update - Failure to update actual item...
bug,topic:editor
low
Critical
584,007,686
terminal
Suggestion: Translate vscode color themes to terminal color schemes
For someone that knew the attributes in both vscode color themes and in terminal color scheme, it seems that it would be easy to write, say, a Python script to do this translation. Because I know neither, I can only describe the need.
Product-Colortool,Help Wanted,Area-Settings,Issue-Task
low
Major
584,012,335
terminal
[Megathread] Panes Titlebar Follow-ups
##### [Panes megathread #1000] [Original PR: #7371] [Original Issue: #4717] ### Tasks * [ ] Add a context menu entry for "close pane" * [ ] Add a context menu entry for "zoom pane" * [ ] Add optional "maximize/close" control - Like the MinMaxCloseControl, but without minimize, and with "maximize" being "zoom...
Area-UserInterface,Product-Terminal,Issue-Scenario
low
Minor
584,012,361
terminal
Scenario: Add support for hyperlinks
This is the the megathread for tracking all the remaining work that needs to be done for hyperlink support in Terminal. ### "Soon" Timeframe * [x] Original issue: #204 -> added in #7251 * [x] Allow `file://` URIs -> added in #7526 * [ ] #7562 Allow other URI schemes * [x] Render hyperlinks differently from re...
Area-VT,Area-UserInterface,Product-Terminal,Issue-Scenario
high
Major
584,037,873
pytorch
Better examples in functional autograd functions
The current documentation of `torch.autograd.functional` follows that same practice as other places: create random Tensors and print them. We could improve that by: - Use hard coded values to make them more readable and easily reproducible - Find a way to test that the docstring example stays up to date with what th...
module: docs,module: autograd,triaged
low
Minor
584,047,240
flutter
Web: PhysicalModelLayer doesn't check elevation
Currently `physical_model_test.dart` disables some tests because we do not check elevation on the Web the same way mobile Flutter does (or at all). We need to match the mobile behavior.
engine,platform-web,c: rendering,P2,team-web,triaged-web
low
Minor
584,062,855
TypeScript
Dynamic object key + discriminated union + typeof could have a better narrowing type
## Search Terms dynamic object key, discriminated union, typeof, type inference, narrowing type ## Suggestion (or is it a bug report?) We could write a discriminated union with one of the cases is a dynamic object key. For example... ```ts type TExample = ( { [key in string]: { foo: number ...
Suggestion,Awaiting More Feedback
low
Critical
584,064,388
excalidraw
Link the text inside a shape to the shape
It can get a bit annoying when trying to move a block but it doesn't move the text inside it. Not a big issue, but I have forgotten to rubber-band (or command click) to move them together way too many times now :( (I think there's a separate issue about linking arrows to shapes which is related)
enhancement
medium
Critical
584,065,664
TypeScript
for..of transform when targetting ES6< [Compiler option]
## Search Terms for..of, downlevelIteration, transform, optimization, compiler option ## Suggestion Option for transforming `for..of` when targetting ES6 and above. ## Background Based on my investigation, `for..of` loops are slower than the traditional `for` loops (see the result: https://github.com/aminy...
Suggestion,Awaiting More Feedback
low
Major
584,069,616
flutter
[VoiceOver] Can not focus on TextField when inside sliver list that is scrolled.
Internal: b/151285964 <!-- 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=freq...
a: text input,platform-ios,framework,engine,f: material design,a: accessibility,customer: money (g3),P2,team-ios,triaged-ios
low
Critical
584,082,162
TypeScript
Allow functions to have `new symbol` as the return type
## Search Terms - unique symbol - new unique symbol - new symbol ## Suggestion I request that `unique symbol` be allowed as the return type of a function declaration. Alternatively, it might be better to use `new symbol` to disambiguate <https://github.com/microsoft/TypeScript/issues/40106#issuecomment-67...
Suggestion,Awaiting More Feedback
medium
Critical
584,087,938
vscode
Report task execution result in onDidEndTask
The event `vscode.tasks.onDidEndTask` doesn't report the status of the task (i.e. succeeded or failed). It would be great if this can be added to be able to take actions based on that. This will be particularly useful if the task has "dependent" tasks that might fail, in this case the event won't fire for the main t...
feature-request,api,tasks,api-proposal
low
Critical
584,119,098
rust
Misleading error message for closure lifetime mismatch
Here's a fairly minimal reproduction of the code I was working with: ([Rust Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=86a9401a58692c0066ef248a8ceafe62)) ```rust type Input<'a> = &'a [u8]; fn bar<I, O, F>(f: F) -> impl Fn(I) -> O where F: Fn(I) -> O, { f } ...
A-diagnostics,A-closures,T-compiler,C-bug
low
Critical
584,204,166
go
os/signal: notify should filter out runtime-generated SIGURG
This program, when running under go 1.14, will show a huge number of `SIGURG` are received even though none should be (no network IO, no explicit kills). https://play.golang.org/p/x7hFjPZnrg5 <pre> package main import ( "fmt" "os" "os/signal" "syscall" "time" ) func main() { ch := make(chan os.S...
NeedsInvestigation,compiler/runtime
medium
Major
584,211,766
rust
Incorrect explanation for error E0117
As of commit 1e5450d, the detailed explanation for error E0117 begins with: ``` The `Drop` trait was implemented on a non-struct type. Erroneous code example: impl Drop for u32 {} ``` The "The `Drop` trait was implemented on a non-struct type" sentence appears to be meant for E0120, but accidentally got i...
T-compiler,C-bug,A-error-codes
low
Critical
584,272,901
rust
Tracking Issue for Result::flatten (`result_flattening`)
This is a tracking issue for the `Result::flatten` API. The feature gate for the issue is `#![feature(result_flattening)]`. ```rust impl<T, E> Result<Result<T, E>, E> { pub fn flatten(self) -> Result<T, E>; } ``` ### About tracking issues Tracking issues are used to record the overall progress of im...
T-libs-api,B-unstable,C-tracking-issue,A-result-option,Libs-Tracked,Libs-Small
high
Critical
584,288,371
rust
Locals aligned to greater than page size can cause unsound behavior
Forked from https://github.com/rust-lang/rust/issues/70022 Minimal example ```Rust #[repr(align(0x10000))] struct Aligned(u8); fn main() { let x = Aligned(0); println!("{:#x}", &x as *const _ as usize); } ``` Aligning the stack is done *after* the stack probe. Because stacks grow downwards and aligning the st...
A-LLVM,O-windows,P-high,T-compiler,I-unsound,C-bug,ICEBreaker-LLVM,C-external-bug
medium
Major
584,293,347
rust
Statics aligned to greater than a page cause linker error
On Windows `link.exe` requires that the alignment of any section is less than or equal to the `/ALIGN` value. Statics with an alignment of 8192 or greater cause the section to have an alignment of 8192 (but not greater, see https://github.com/rust-lang/rust/issues/70022), but `link.exe` has a default `/ALIGN` of 4096 c...
A-linkage,O-windows,T-compiler,C-bug,A-align
low
Critical
584,305,296
node
gcc warning in inspector protocol implementation
``` [1934/2890] CXX obj/gen/src/node/inspector/protocol/libnode.Protocol.o gen/src/node/inspector/protocol/Protocol.cpp: In member function ‘virtual std::unique_ptr<node::inspector::protocol::Value> node::inspector::protocol::DictionaryValue::clone() const’: gen/src/node/inspector/protocol/Protocol.cpp:698:21: warni...
c++,v8 engine
low
Major
584,319,428
vscode
resolving multiple tasks with type npm and same script fails
Issue Type: <b>Bug</b> Create 2 tasks with "type": "npm" and same "script" Expected both tasks to be resolved by their label - VsCode will list only one of those tasks when listing available tasks with "Tasks: Run Task". - Depending tasks will fail with "Couldn't resolve dependent task 'x' in workspace fold...
bug,tasks,polish
medium
Critical
584,372,370
vscode
[rename on type] strange behavior with auto indent in closing tag
Issue Type: <b>Bug</b> Ref #88424 Set `"editor.autoIndent": "full"` (default) and `"editor.renameOnType": true` Code for test ```html <!DOCTYPE html> <html lang="en"> <head> <title>Document</title> </head> <body> <span> content </span> <!-- is initial cursor position is between `s...
bug,editor-synced-region
low
Critical
584,377,995
node
rewrite bind function in prototype with console inside causes Maximum call stack size exceeded
Version: v12.4 Platform:Darwin Kernel Version 18.6.0 my issue code is quite simple: ```js Function.prototype.bind = function () { console.log(1) } const fn = function () {} fn.bind() ``` ![image](https://user-images.githubusercontent.com/10890665/77067657-4b1e5c00-6a20-11ea-8798-ffe3a0ae21d0.png) ...
console
low
Critical
584,433,123
material-ui
[styles][makeStyles] Uncaught TypeError: Cannot read property 'refs' of undefined in detach function
<!-- Provide a general summary of the issue in the Title above --> When using makeStyles hook on the start-up page (e.g.: Login) of a React application, the page doesn't load sometimes in development mode and below error is encountered. > VM677:176 Uncaught TypeError: Cannot read property 'refs' of undefined a...
package: styles
medium
Critical
584,460,717
godot
Spatial 'look_at' strange behaviour
**Godot version: 3.2.1** **OS/device including version: Windows 10** **Issue description: See example project** **Steps to reproduce: See example project** **Minimal reproduction project: https://github.com/Albatros53113/Turn-Zylinder/tree/master** The issue is best described by looking at the example pr...
topic:core
low
Minor
584,483,658
pytorch
How install old version pytorch 1.2.0 from source?
Hi,I'm installing pytorch1.2.0 from source(anaconda,python3.7,ubuntu18.04,cuda9.2). my commands: ``` conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing conda install -c pytorch magma-cuda92 git clone --recursive https://github.com/pytorch/pytorch git clone --branch v1.2.0 https://github...
module: build,triaged
low
Critical
584,511,566
vscode
Minor UI inconsistencies: Input theme references
I expected that the overall search input in the UI preferences view is styleable via `settings.textInputBackground` and `settings.textInputForeground`. But currently it is styled via `input.background` and `input.foreground` only. Please take a look at the attached screenshot. And you may want to use this setting sn...
ux,settings-editor,under-discussion
low
Critical
584,535,616
pytorch
Rename Dispatcher::findSchema to Dispatcher::findOperator
https://github.com/pytorch/pytorch/pull/34456#discussion_r393886732
triaged,module: dispatch
low
Minor
584,542,520
pytorch
Deprecate and remove RegisterOperators
Once the new operator registration api lands, it will be profitable to remove the old API so we can tighten up internal invariants related to how many times a def can happen. Deprecation strategy: 1. Migrate all uses we have direct control over to the new API 2. Make it invalid to mix new-style with old-style regis...
triaged,module: dispatch
low
Critical
584,544,878
pytorch
Make operator registrations truly commutative using priority
Static initializers may run in arbitrary order; we must design static initialization so that no matter what order they run you get the same result. This is not currently true for cases where you override a kernel with another (currently done to support Jupyter notebooks). Let's make this case commutative too, by associ...
triaged,module: dispatch
low
Minor
584,563,489
flutter
[pigeon] Codegen can accidentally use reserved keywords
When upgrading video_player to pigeon I ran into 2 different issues where codegen was using symbols which had reserved semantics in the target language: - A message called "init" - when codegening for the message in objc "init:error:" was generated which has special rules in objc (it should return instancetype, whic...
package,team-ecosystem,p: pigeon,P2,triaged-ecosystem
low
Critical
584,582,985
vscode
Replace in search Editor
Having a replace field in the search editor would permit to quickly replace all occurence without having to manage each occurence. Bonus point for displaying difference like in search panel
feature-request,search-editor
high
Critical
584,605,666
kubernetes
Remove prometheus dependencies from k/k codebase
As part of Metrics Stability KEP we migrated from Prometheus client to Kubernetes Metrics Framework. So we no longer need to depend on promethues client directly. I configured Bazel to forbid importing prometheus directly. https://github.com/kubernetes/kubernetes/blob/master/hack/verify-prometheus-imports.sh (EDITED...
kind/cleanup,kind/feature,sig/instrumentation,lifecycle/frozen
medium
Critical
584,681,472
vscode
Snap: Register code as an editor in Debian with update-alternatives
Issue Type: <b>Bug</b> This is a bug report regarding a feature that was implemented here: https://github.com/microsoft/vscode/issues/3541 1) Install Ubuntu 18.04 LTS 2) Open Snap Store aka "Ubuntu Software" 3) Search for VSCode 4) Click on VSCode 5) Click install 6) Wait for install to complete 7) Open ter...
help wanted,feature-request,install-update,linux,snap
low
Critical
584,691,629
PowerToys
Browser Picker
# Browser picker so you can have rule-based default browsers This is something I've wanted to write, but just haven't had time to do so. I originally considered this a store app, but I think PowerToys is a much better fit because this is more of a power user thing. Many of us use multiple browsers so we can keep ...
Idea-New PowerToy
medium
Critical
584,733,074
godot
Toggling the `sequenced` property of `VisualScriptFunction` doesn't redraw/refesh call nodes
**Godot version:** v3.2.1.stable.official **OS/device including version:** N/A **Issue description:** The `sequenced` property of `VisualScriptFunction` is (AFAICT) *supposed* to enable a function to act as a getter, however: 1. The functionality is undocumented (see: https://github.com/godotengine/godot-d...
bug,topic:visualscript
low
Critical
584,746,916
pytorch
Options for printing the shape with print(tensor)
It has been a fairly frequent feature request to print the shape of a tensor when printing the tensor in Python with `print(tensor)` (and it was controversial when we stopped printing the shape awhile ago). We've been somewhat reluctant to do this because: 1) it doesn't match NumPy 2) it's not usable in the repr ...
module: printing,triaged
low
Critical
584,756,191
vscode
Please make it possible to add gutter (margin) before the text area
Please consider making an option to add gutter before the text area to improve usability. Currently it is problematic to use the mouse to place the caret in the beginning of the line because there is no gutter to trap the mouse selection cursor: On the screenshot below I try to place the cursor before the dot, and ...
feature-request,editor-rendering
low
Major
584,758,139
flutter
run web drivers from dev directory
Running web drivers from lib directory is creating a warning in the logs. Change it to run from dev. Steps: 1) Copy the file to the dev directory 2) Change plugins repo to use it from dev 3) Change flutter repo to use it from dev 4) Change engine repo to use it from dev 5) remove the unused file from lib
a: tests,framework,platform-web,P3,team-web,triaged-web
low
Minor
584,764,625
pytorch
[JIT] If a python function type comment is referring to a wrong type, JIT frontend gives a not helpful error message
``` dst_worker_name = worker_name((self.rank + 1) % self.world_size) input_0 = torch.ones(2, 2) input_1 = 1 expected_res = torch.add(input_0, input_1) @torch.jit.ignore def python_return_future(): # type: () -> Future[Tensor] fut = rpc.rp...
oncall: jit,triaged
low
Critical
584,769,714
youtube-dl
Square thumbnails
## Checklist - [X] I'm reporting a feature request - [X] I've verified that I'm running youtube-dl version **2020.03.08** - [X] I've searched the bugtracker for similar feature requests including closed ones ## Description Feature to crop thumbnail to a sqaure format (1:1 aspect ratio). e.g.: --embed-thumbn...
request
low
Critical
584,769,862
PowerToys
Fast Delete
# 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). --> If you want to delete a lot of files (large number of files, not large files) thru File Explore...
Idea-New PowerToy,Product-File Explorer,Product-File Actions Menu
medium
Major
584,775,073
pytorch
Generator C++ API should match Python API
I tried to do it in #34968 but that PR added c-tor Generator(Device device) to C++ API to match Python API, to avoid code duplication the logic was moved from THPGenerator_pynew to corresponding at::Generator c-tor. Unfortunately it made Generator.h dependent on CPUGenerator.h and CUDAGenerator.h, but this is how our P...
module: cpp,triaged,module: random
low
Minor
584,793,979
node
Tracking Issue: enable sanitizers on our CI
### What are sanitizers? [Sanitizers](https://github.com/google/sanitizers) are build options which can be used to identify programming errors in C++. They add overhead to the program, which is why it's not recommended to use in releases, but they can be valuable to find memory leaks and other potential crashes on o...
meta,memory
medium
Critical
584,797,105
flutter
Navigator docs are incomplete
The `Navigator` docs say `A widget that manages a set of child widgets with a stack discipline.`, so this induces us to believe the `Navigator` will add some sort of hierarchy to the pushed Routes, but anyone that tried to get an `InheritedWidget` from inside a new Route will get an error (unless the `InheritedWidget` ...
framework,d: api docs,f: routes,P2,team-framework,triaged-framework
low
Critical
584,818,607
TypeScript
[feature] class properties that are "readonly in public, writable in private" or other permutations
<!-- 🚨 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
high
Critical
584,818,704
godot
Right-button menu for Scene-file nodes has a bigger offset than normal
**Godot version:** 3.2.1 (stable) **OS/device including version:** ArchLinux **Issue description:** When clicking with the right-button on a node added to the scene via a Scene file, the inspector menu that appears will have a weird offset (as shown in the images). This is probably caused by the toggle options "E...
enhancement,topic:editor,usability
low
Critical
584,819,267
scrcpy
Copy files from phone to PC
Is there any way to copy stuff from phone to pc like drag and drop feature. If not, please implement it. Thanks
feature request
low
Major
584,862,747
TypeScript
Discriminant-specific error message not shown when one constituent of a union has a union-typed discriminant
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Suggestion,Experience Enhancement
low
Critical