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
602,405,237
PowerToys
Please File Explorer support previewing the contents of zip without unarchived
like BetterZip for QuickLook in macOS
Idea-Enhancement,Product-File Explorer
low
Major
602,407,902
ant-design
Toggle dark with @media (prefers-color-scheme: dark) such like ThemeProvider
- [ ] 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? The theme color changes according to the system theme 主题色根据系统主题变换 ### What does the proposed API look like? ```js import ...
💡 Feature Request,Inactive
high
Critical
602,424,951
flutter
[video_player] video render a green bar and wrong size
First of all.Forgive my poor english. I found that video_player render a green bar and wrong size when i play the high resolution video especially 1920*1080. The video resolution is 16:9,Containers width is 800 and height is 600.As u can see,The first video render a huge green bar and fill the container.The secon...
platform-android,engine,a: video,a: quality,p: video_player,package,P2,team-android,triaged-android
low
Critical
602,442,546
TypeScript
Allow `this` in constructor parameter
## Search Terms type, this, constructor, TS2526 ## Suggestion Currently, this code fails with `A 'this' type is available only in a non-static member of a class or interface.ts(2526)`: ```ts class MyClass { private props: { baz: string }; constructor(props: this["props"]) { this.props = pro...
Suggestion,Awaiting More Feedback
medium
Critical
602,442,711
rust
Implement a function that creates a Cow<'_, CStr> from a slice of bytes
I've been working on FFI-bindings for a C library and I ran into an issue where `CString::new()` would fail if there's a 0-byte. I was left with three options: 1) Let the users of my crate deal with `NulError`, which makes it less ergonomic, IMO; 2) Just unwrap the Result under the hood and document the possible p...
T-libs-api,C-feature-request
low
Critical
602,448,233
vue
nextTick implementation breaks with core-js@3 Promise polyfill on Tizen 2016
### Version 2.6.11 ### Steps to reproduce Just cross-linking the issues here, it was opened in core-js repo: https://github.com/zloirock/core-js/issues/814 The reproduction is not easily doable as it requires a Samsung Tizen 2016 device (which I have because I develop specifically for TVs). ### ...
need repro,browser quirks
low
Major
602,453,736
rust
const_err does not trigger on associated constants
I tried this code: ```rust pub struct Foo; pub const FOO: Foo = Foo::new(1); impl Foo { pub const FOO: Self = Self::new(1); pub const fn new(i: usize) -> Foo { [][i] = 5; Foo } } ``` I expected to see this happen: Both `FOO` and `Foo::FOO` should trigger `const_err` err...
T-lang,T-compiler,C-bug,A-const-eval
low
Critical
602,465,545
TypeScript
Intellisense should show internals of an interface declaration on hover
## Search Terms - intellisense interface - intellisense interface expand ## Suggestion I'm trying to re-open and start a discussion around #32616 and #12920, which were closed as "working as intended". It may well be the case, but it would be useful if Interfaces were expanded by default just as Type Aliases ...
Suggestion,In Discussion,Domain: Quick Info,Experimentation Needed
high
Critical
602,492,242
flutter
Show Dart SDK version details in Flutter Doctor summary output
<!-- 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...
c: new feature,tool,c: proposal,P3,team-tool,triaged-tool
low
Critical
602,495,499
godot
Impossible to instantiate a scene file as node through drag-and-drop
**Godot version:** v3.2.1-stable-x11 **OS/device including version:** Linux Fedora 31 **Issue description:** After adding a GLB file (3D export in glTF binary format) to my project folder, I faced inconsistent behaviour from Godot when trying to instantiate it in my scene. - the file was perfectly fin...
bug,topic:editor
low
Critical
602,510,358
pytorch
Stochasticity for DistributedDataParallel on CPU but not on GPU
## 🐛 Bug When I run my DDP model on the GPU using a specific seed, I get identical results time after time. But when I run the same DDP model on the CPU using the same seed, I get different results each time. I am setting the seed within the child process, near its beginning, using the following code: ...
high priority,needs reproduction,oncall: distributed,triaged,module: determinism,module: data parallel
medium
Critical
602,526,240
pytorch
Memory leak upon exception for interactive consoles
## 🐛 Bug If I run PyTorch code in an interactive console such as the python interpreter or ipython, then PyTorch leaks memory when a function call on a `torch.nn.Module` raises an exception that propagates to the top level. Running `torch.cuda.clear_cache()` does not clear this memory, and I have observed cases whe...
module: memory usage,triaged
low
Critical
602,609,166
three.js
FirstPersonControls doesn't support (0,0,1) as camera up.
Hey all, Not sure if bug or feature so I'm starting with making the issue first. Having `Object3D.defaultup` set to anything other than `new Vector3(0,1,0)` and by extension `camera.up`, results in jarring camera behaviour when controlled by the `FirstPersonController`.
Enhancement
low
Critical
602,650,231
pytorch
pytorch and c++ inference disagree
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> The output from a traced model using (1) python and (2) c++ are different. xpost: https://discuss.pytorch.org/t/c-and-pytorch-inference-discrepancy/77388?u=jonrbates ## To Reproduce Steps to reproduce the behavior: **1. Create mo...
module: cpp,triaged
low
Critical
602,671,032
go
cmd/go: override semantics break e.g. GOFLAGS=-ldflags
I was asked to post this as a separate issue in https://github.com/golang/go/issues/26849#issuecomment-615950020, so here goes: Comment https://github.com/golang/go/issues/26849#issuecomment-454481195 already touches upon the override semantics issue (`-ldflags=-w -ldflags=-s` results in only `-s`), but since that e...
NeedsInvestigation
low
Major
602,685,061
flutter
Google maps plugin spams the logs
## Steps to Reproduce Add the google maps plugin and create a widget according to the tutorial. **Expected results:** <!-- what did you want to see? --> No log mesages, Or logmessages that are relevant to the library user **Actual results:** <!-- what did you see? --> ``` D/EGL_emulation( 4990): eglMakeCu...
platform-android,p: maps,package,has reproducible steps,P3,found in release: 1.22,found in release: 1.26,found in release: 2.0,found in release: 2.3,team-android,triaged-android
low
Major
602,690,733
godot
It's possible to create double 2D polygon points
**Godot version:** 3.2.1 **Issue description:** This is related to #36024, but it's a bit different. Basically, 2D polygon editor allows you to create double points, i.e. you can double click somewhere and it will create two points at the same spot. IMO this should not be allowed, I mean having consecutive points ...
discussion,topic:editor
low
Critical
602,697,510
PowerToys
[peek/preview pane] support epub
# Summary of the new feature/enhancement It would be great to get a **previsualization**, at least the the cover page, of **epub** files in the **File Explorer** PowerToys / peek
Idea-New PowerToy,Product-File Explorer
low
Major
602,768,603
flutter
Slow initial build time due to "skipping target" inefficient hashFiles computation.
<!-- 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...
tool,c: performance,P2,team-tool,triaged-tool
low
Critical
602,768,665
rust
`unused_parens` should lint superfluous parentheses on the LHS of an assignment
<!-- 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 #[deny(unused_parens)] fn main() { let mut a = 5; (((((a))))) = 6; } ``` I expected to see this happen: th...
A-lints,T-compiler,C-bug,L-unused_parens
low
Critical
602,770,942
go
x/tools/gopls: show unimported completions for symbol names
See the original discussion on https://github.com/microsoft/vscode-go/issues/1846. /cc @heschik @muirdm
FeatureRequest,gopls,Tools
low
Minor
602,779,209
youtube-dl
The option to download all video files to a central location, then have youtube-dl automatically create folders for playlists, and create shortcuts of the videos from the main folder and place them in the playlist folders.
ERROR: type should be string, got "\r\nhttps://www.youtube.com/user/ForgottenWeapons/playlists\r\n\r\nSay you want to archive that channel.\r\n\r\nThat channel has a \r\n\r\nSemi Auto pistol video play list\r\n\r\n&\r\n\r\nBeretta firearm video play list\r\n\r\nThose two play lists would have some of the same videos located in both play lists.\r\n\r\nRather than to duplicate say a 2gb file for 2 or more play lists, youtube-DL could download one file in the main folder, then create a shortcut in each of the playlists that the video is found to be in.\r\n\r\n"
request
low
Minor
602,787,949
godot
Press Enter on Remove will start the engine
**Godot version:** 3.2.2 beta 1 **OS/device including version:** Ubuntu 19.10 **Issue description:** If you click remove project from start GUI, it will start the engine instead of removing the project ![removebug](https://user-images.githubusercontent.com/58845030/79696345-82b43a00-8252-11ea-922b-33e67fb576fc.gi...
bug,topic:editor,usability
low
Critical
602,792,939
youtube-dl
[Feature request] Add a possibility to use ffmpeg (instead of AtomicParsey) to embed thumbnail in downloaded video
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
medium
Critical
602,818,872
godot
PopupMenu doesn't focus first item after gettting focus
**Godot version:** 3.2.2 Beta1 / 3.2.1 **OS/device including version:** Windows 10 **Issue description:** PopupMenu doesn't allow to set focused item and doesn't focus first item after getting focus **Steps to reproduce:** 1. Create PopupMenu 2. Call GrabFocus() on it or focus it via keyboard (for example if it...
enhancement,topic:gui
low
Minor
602,824,252
flutter
`flutter test` fills tmpfs and fails with: (OS Error: No space left on device, errno = 28)
After developing for some time and running tests regularly, `flutter test` will eventually fail with: ``` flutter test 00:01 +0 -1: loading /home/nion/app/test/AuthenticationService_test.dart [E] FileSystemException: Cannot copy file to '/run/user/1000/flutter_test_listener.SYBRHD/list...
a: tests,c: crash,tool,a: quality,P2,team-tool,triaged-tool
low
Critical
602,865,213
youtube-dl
Please add support for Docubay.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
602,896,907
pytorch
jit.script leads to RuntimeError: attribute lookup is not defined on python value of type in some cases
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ``torch.jit.script`` sometimes leads to ``RuntimeError: attribute lookup is not defined on python value of type [some python object name]``. Not sure is this a bug or I am misusing jit.script since I know very little of jit in pytorch. Anyw...
triage review,oncall: jit,triaged,small
low
Critical
602,915,523
excalidraw
Feature Request: Allow basic prototyping functionality
Based on [this Tweet](https://twitter.com/Vjeux/status/1248116161830506497). Maybe this is out-of-scope for excalidraw, but it would be nice if: 1. It could support basic prototyping functionality (like adding click handlers, transition to a new "screen", and so on). 2. It could support creating a shared library o...
enhancement,discussion
low
Minor
602,992,468
pytorch
Problem with c10/utils/variant.h
## 🐛 Bug Hi I've encountered a problem with the code in "c10/utils/variant.h" while trying to build a C++ application. I've created a simple test program to explain the problem. The code I’m trying to build is the following one ```cpp //Include standard libraries #include <iostream> //Define namespace...
module: cpp,triaged
low
Critical
603,037,858
pytorch
jit trace failed due to "failed to differentiate `prim::ListConstruct`"
## 🐛 Bug Failed to generate grad graph by using jit trace, error as following: RuntimeError: failed to differentiate `prim::ListConstruct` Could you help to check it please? ## To Reproduce <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ``` import torch ...
oncall: jit,triaged
low
Critical
603,064,786
rust
Poor error message when using crate in macro_rules
Hello, I wrote a macro and I forget using `$crate`, I wrote `crate` instead. The macro works fine in my lib but when I use it in another crate (or in examples code), I have a compilation error (it’s normal) but the error message doesn’t help me to find the problem. I tried this code: ```rust #[macro_export] ...
A-diagnostics,A-resolve,A-macros,T-compiler,D-terse
low
Critical
603,124,416
TypeScript
Type of function field of union object types not inferred correctly when infer is based on undefined type
**TypeScript Version:** 3.7.x-dev.201xxxxx <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** union types, react prop union object type, union type infer **Code** ```ts import React from 'react' type Props = { name: string; } & ( | { isVa...
Bug
low
Minor
603,141,757
godot
Godot generates PVRTC-compressed texture with all zeros
**Godot version:** Godot 3.2.2.beta1 **OS/device including version:** MacOSX 10.14.6 (18G95) **Issue description:** Set texture VRAM compressed, enable pvrtc compression. Reimport texture, after GDST header it contains only zeros. Original file: ![background](https://user-images.githubusercontent.com/11770...
bug,platform:ios,topic:editor,topic:porting,topic:import
low
Major
603,179,715
ant-design
Modal的静态方法在ShadowDOM中按钮点击无效
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Modal的静态方法在ShadowDOM中按钮点击无效 DEMO:[https://chuyb.csb.app/](https://chuyb.csb.app/) 代码:[https://codesandbox.io/s/shadowdom-an...
Inactive
low
Minor
603,219,401
TypeScript
Feature Request: In JS, check if the non-widened type of an object property satisfies type constraints
<!-- 🚨 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,In Discussion
low
Critical
603,236,908
rust
Fields should not alias Vec content.
I tried this code ( https://rust.godbolt.org/z/GuvQi9 ), which mutates a field while reading the content of a buffer. ```rust use std::vec::Vec; pub fn foo(v: &mut Vec<usize>) -> usize { assert!(v.len() > 2); let s1 = v.pop().unwrap(); let s2 = v.pop().unwrap(); s1 + s2 } ``` Here the as...
A-LLVM,I-slow,C-enhancement,A-codegen,T-compiler,C-optimization
low
Major
603,259,767
scrcpy
package h264 output as video capture device for use by other apps
I would like to use scrcopy output in other apps, as video capture device. For example this would allow to use instagram app video effects camera and then feed it to skype, zoom, twitch, obs, etc. There is already part of the solution (as I see it, could be wrong of course) in ws-scrcopy fork (websocket server). May...
feature request,webcam
low
Major
603,271,404
go
runtime: "fatal: systemstack called from unexpected goroutine" on armv6
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> Note: I am using karalabe's xgo for compiling to ARM6 ### What version of Go are you using (`go version`)? <pre> $ go version go version go1....
NeedsInvestigation,compiler/runtime
low
Critical
603,275,525
terminal
"Peek" button to show screen behind Terminal
I'd like a **Peek** button on the TitleBar near the new tab **`+`** button or the minimize **`-`** button, just like Aero Peek. If you guys are redoing the composition work then please consider adding it to the TitleBar. So that when I hover over it, I can see the screen behind, rather than staying transparent all...
Area-UserInterface,Area-Extensibility,Product-Terminal,Issue-Task
low
Minor
603,278,139
flutter
Flutter Engine compile flag -fno-c++-static-destructors
We met some crashes when the user killed the app. For example: ``` Thread 34: Crashed 0 Flutter 0x000000010bffbe9c _OUTLINED_FUNCTION_6905 (in Flutter) (SkFontHost_mac.cpp:2483) 1 Flutter 0x000000010bdffd64 create_from_CTFontRef(std::__1::unique_ptr<__CTFont con...
c: crash,engine,dependency: skia,customer: bytedance,P2,team-engine,triaged-engine
low
Critical
603,297,775
pytorch
Multiprocess DataLoader with DLPack conversion sometimes corrupts memory
## 🐛 Bug See the reproduction below for a minimal example. ## To Reproduce ```python import torch from torch.utils.data import Dataset, DataLoader from torch.utils.dlpack import to_dlpack, from_dlpack def collate(a): a = torch.LongTensor(a) acap = to_dlpack(a) b = from_dlpack(acap) a...
module: multiprocessing,module: serialization,triaged,module: xnnpack
low
Critical
603,307,081
pytorch
JIT string ops and other miscellaneous ops probably shouldn't be in aten namespace
Self explanatory. It would be bc breaking to renamespace them but I feel that things that are not tensor operations shouldn't be dunked in the aten namespace. When we ever renamespace aten to torch, that would be a good opportunity to fix the namespace on these operators too. cc @suo
triage review,oncall: jit,triaged
low
Minor
603,331,023
node
flaky test-dgram-multicast-ssmv6-multi-process on linux
examples of failure from the last weeks masters: - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13723/ - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13706/ - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13640/ - https://ci.nodejs.org/job/node-test...
dgram,flaky-test
low
Critical
603,345,250
flutter
getPositionForOffset (and maybe getBoxesForRange) on canvas benchmark broken?
The `text_canvas_layout` benchmark seems to change the amount of work it performs per iteration as the benchmark progresses. `getPositionForOffset` is affected for both `single_line` and `multi_line` modes: ![getPositionForOffset](https://user-images.githubusercontent.com/211513/79771119-36650a80-82e3-11ea-8985-f0dc...
framework,engine,c: performance,a: typography,platform-web,team: benchmark,P2,team-web,triaged-web
low
Critical
603,355,259
pytorch
Pull hacked twins out of prim ops
Special-cased codegen for 4 ops to handle optional tensors in JIT is replaced temporarily with handwritten bindings in https://github.com/pytorch/pytorch/pull/36666. These need to be removed ASAP; they're vulnerable to drift from the `native_functions` bindings they were originally derived from. cc @suo
oncall: jit,triaged
low
Minor
603,367,636
godot
Amkette Evo Gamepad Pro 2 controller for android is reporting wrong values for axis
**Godot version:** Godot 3.2.1 **OS/device including version:** Windows 10 Pro **Issue description:** Amkette Evo Gamepad Pro 2 controller for android is reporting wrong values for joypad axis, I have an Xbox one controller which works just fine. **Steps to reproduce:** Connect Amkette Evo Gamepad Pro 2 co...
bug,platform:windows,topic:input
low
Major
603,371,963
youtube-dl
error in tune.pk extractor
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
duplicate
low
Critical
603,373,822
rust
Regression in usable type complexity: overflow representing the type `...`
I tried building [the iron example of typed-html](https://github.com/bodil/typed-html/tree/master/examples/iron) (version 810fc820, but it's not changing frequently) the code is heavy with (partially recursive) generic types. With the latest beta (1.43) or stable (1.42), builds succeed; with nightly, they fail with:...
I-crash,P-medium,T-compiler,regression-from-stable-to-stable,C-bug
medium
Critical
603,416,184
svelte
component with transition directive didn't update correctly when store updated
**Describe the bug** When store get updated, I found component with transition directive won't update. It only happens when: * `store.update()` inside Promise `then()` block, if I move `store.update()` call to outside, it works as expected. * transition directive was added in component. **To Reproduce** [d...
bug,temp-stale
low
Critical
603,442,453
flutter
Animate FAB in NavigationRail
Floating Action Buttons will normally animate in/out when added or removed from a Scaffold. When used in a NavigationRail, they disappear / appear instantly. ## Proposal Make the FAB animated when used in a NavigationRail ![ED61642D-9AEF-4095-9B6D-0AC943E1FC62-2639-00018198A6B63A94](https://user-images.github...
c: new feature,framework,a: animation,f: material design,c: proposal,P2,team-design,triaged-design
low
Minor
603,463,628
youtube-dl
skillbox.ru
<!-- ###################################################################### 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
603,471,602
TypeScript
Extract to function should include leading line comment if it is part of user's selection
<!-- 🚨 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,Help Wanted,Domain: Refactorings
low
Critical
603,484,710
youtube-dl
Please add support for Blod.gr
<!-- ###################################################################### 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
603,512,973
godot
Infinite loop in rich_text_label.cpp (ERROR: _process_line: Index line = 0 is out of bounds)
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** Godot 3.2.2.beta1 **OS/device including version:** MacOSX 10.14.6 (18G95) **Issue description:** Today all day I'm working on fixing pvrtc and twice my godot did hung up ...
bug,confirmed,topic:gui
medium
Critical
603,553,523
godot
mismatched type on Reference::reference_get_count()
**Godot version:** master 95a1400 **OS/device including version:** Any **Issue description:** In core/reference.cpp, reference_get_count() has the following definition: ``` int Reference::reference_get_count() const { return refcount.get(); } ``` Note: refcount is of type SafeRefCount. In core/saf...
bug,discussion,topic:core
low
Minor
603,563,255
godot
Windows Ink Pen Tablet can't minimize maximize or move with top bar
**Godot version:** 3.2 stable **OS/device including version:** Windows 10 **Issue description:** [https://www.dropbox.com/s/lg6tpsox40ushzq/GodotWindowsInkIssues.mkv?dl=0](url) **Steps to reproduce:** turn on windows ink, use try to maximize/minimize or move window using top bar **Minimal reproduction project:*...
platform:windows,topic:input
low
Critical
603,563,361
tensorflow
mixed precision for non-Keras TensorFlow scripts
**System information** - TensorFlow version (you are using): 2.1.0 - Are you willing to contribute it (Yes/No): No (it would take too long for me to learn the low-level functionality of mixed-precision) **Describe the feature and the current behavior/state.** Currently, https://www.tensorflow.org/guide/keras/mixe...
type:feature,comp:apis
low
Major
603,579,610
go
cmd/compile: optimize bits.OnesCount(x) == 1
It'd be nice for the compiler to be able to optimize `bits.OnesCount(x) == 1` to `x&(x-1) != 0 && x != 0`. This is a bit tricky, because by the time we get to the rewrite rules, there's already a branch to check cpu feature availability. If we figure this out, there might be other math/bits function result compar...
Performance,NeedsInvestigation,compiler/runtime
low
Major
603,583,133
TypeScript
TypeScript 3.9: Type files are behaving like included files
I'm trying to use the new TypeScript code editor support for solution projects and it's working pretty well, but has the issue mentioned in the title. When I add typeRoots or a type file, the referenced file isn't used just to get types from it. Instead, it acts like an included file for that project and the file's ...
Needs Investigation
low
Critical
603,584,073
rust
Make Option<T> `#[must_use]` if T is
I was recently refactoring some code that originally looked like this (minimized): ``` fn foo() {} async fn bar() { Some(foo()); } ``` bar() was far away from the definition of foo(). I had need to refactor the code so that foo was also async, and so now I had: ``` async fn foo() {} async fn bar() { ...
P-medium,T-lang,A-async-await,AsyncAwait-Triaged
low
Major
603,614,237
PowerToys
[Run] Move calc engine over to calc.exe (decimal, thousands delimiter etc.)
Once Calculator does https://github.com/microsoft/calculator/issues/526, it would be a great thing to move the engine over to calc's since then we'd be doing exact same calculations.
Idea-Enhancement,Product-PowerToys Run,Run-Plugin
low
Major
603,671,271
flutter
Unable to run "adb", check your Android SDK installation and ANDROID_HOME environment variable
<!-- 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...
tool,t: flutter doctor,found in release: 1.17,found in release: 1.12,found in release: 1.18,P3,team-tool,triaged-tool
medium
Critical
603,676,578
TypeScript
Evolving any behavior for local function variables
## Search Terms - evolving callback ## Suggestion When you declare a local variable whose type is implicitly `any`, it has an opportunity to ["evolve"][3] before triggering an implicit `any` error: ```ts let x = null; // type is any, but not an error if (Math.random() < 0.5) x = 'hello'; x; // type is ...
Suggestion,In Discussion
low
Critical
603,752,781
create-react-app
Make it possible to build multiple branded web-sites from one codebase, e.g. by making the entry javascript file configurable (i.e. index.js / index.ts)
### Is your proposal related to a problem? I'm working on a codebase that will result in multiple similar deployed applications, but with small differences. At this point in time, only branding is different between the applications, but other differences will come over time. But they will share > 90% of the code bas...
issue: proposal,needs triage
low
Minor
603,772,705
PowerToys
runner: automatic update should notify a user when it failed to get an installer multiple times
Currently we just silently try to redownload the installer after 24 hours without notifying a user. See the original discussion: https://github.com/microsoft/PowerToys/pull/2141#discussion_r411488824
Area-Runner,Area-Quality,Cost-Medium,Issue-Feature
low
Critical
603,794,319
pytorch
pytorch latest update(1.4) broke CosineAnnealingWarmRestarts: T_cur is not define
Hello, maybe i missing something, but my tests failed on CosineAnnealingWarmRestarts creation, the problem is: super(CosineAnnealingWarmRestarts, self).__init__(optimizer, last_epoch) self.T_cur = self.last_epoch the super class call the override step function that use self.T_cur that is not defined....
module: optimizer,triaged
low
Critical
603,797,610
youtube-dl
Unable to download videos with user and password on Raywenderlich
<!-- ###################################################################### 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
603,799,204
go
debug/macho: no SymtabCmd data in *macho.Symtab Load after calling macho.Open()
<!-- 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.2 darwin/amd64 </pre> ### Does this issue reproduc...
help wanted,NeedsInvestigation
low
Critical
603,809,738
pytorch
[docs] Explain active_bytes in torch.cuda.memory_stats and Cuda Memory Management
In https://pytorch.org/docs/master/cuda.html#torch.cuda.memory_stats difference between "active_bytes" and "allocated_bytes"/"reserved_bytes" is not explained. Active bytes are also not mentioned here: https://pytorch.org/docs/master/notes/cuda.html#cuda-memory-management
module: docs,triaged
low
Minor
603,837,978
godot
Exported C# Negative enum causes console error spam
**Godot version:** Godot_v3.2.1-stable_mono_win64 **OS/device including version:** Windows 10 **Issue description:** In a c# script an enum with a negative value exported to inspector will cause errors to appear in console when a scene is opened or when the node with the script is selected. **Steps to repro...
bug,topic:editor,confirmed,topic:dotnet
low
Critical
603,842,203
TypeScript
Region collapse / folding in Visual Studio like done in C# settings
It would be great to support region collapse in TypeScript for Visual Studio like done in C# ![image](https://user-images.githubusercontent.com/13186600/79848471-684c9e80-83c1-11ea-83ea-221cbcfdc44b.png)
Suggestion,Visual Studio,In Discussion
low
Major
603,845,362
create-react-app
Override webpack configuration
### Question I'm always frustrated when I want to override webpack configuration. ### Proposal It would be awesome if the user can provide a webpack.config.js file to rewrite the webpack configuration.
issue: proposal,needs triage
low
Minor
603,850,204
flutter
How to change default entry 'main.dart' in different mode, like debug, staging and release in Add-To-App Android Project
[✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.4 19E287, locale en-CN) • Flutter version 1.12.13+hotfix.9 at /Users/boostfield/Documents/dev/flutter • Framework revision f139b11009 (3 weeks ago), 2020-03-30 13:57:30 -0700 • Engine revision af51afceb8 • Dart version 2.7...
platform-android,tool,t: gradle,d: examples,a: existing-apps,P3,team-android,triaged-android
low
Critical
603,851,168
vue-element-admin
utils/index.js导入element-ui报错
<!-- 注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。 Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed. --> ## Bug report(问题描述) utils/index.js 导入element-ui...
enhancement :star:
low
Critical
603,869,986
flutter
flutter console output Chinese garbled in android studio 3.6.1 version
flutter console output Chinese garbled in android studio 3.6.1 version,In Android studio 3.5.3 and previous versions, there is no problem. In the 3.6.1 version, the native project output has no garbled characters, and the compilation format such as jvm has been modified, but only the flutter project will have Chinese...
c: regression,tool,a: internationalization,a: error message,P2,team-tool,triaged-tool
low
Major
603,880,582
flutter
[camera] Quality of image and video captured from flutter camera package is too dark on Moto G 5S Plus
Quality of image and video captured from flutter camera package is to dark as compared to builtin camera app and even if image_picker packages produce good quality of Image. I am trying to develop custom camera app and I want to control it programmatically like starting video record when app launches and after 1 mi...
e: device-specific,platform-android,a: quality,p: camera,package,P3,team-android,triaged-android
low
Major
603,937,424
flutter
Change height of GridView row to fixed height
I've noticed that GridView makes each child a square.. I know we can change dynamically height of grid view row by setting childAspectRatio. That however doesn't make it fixed so when the device rotate then the height changed as well In this example I want to have each input next to each other and keep it's height sa...
c: new feature,framework,f: scrolling,P3,team-framework,triaged-framework
medium
Critical
603,953,095
go
x/tools/gopls: pointer to struct value field/method candidates not offered in type switch
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version devel +801cd7c84d Thu Apr 2 09:00:44 2020 +0000 linux/amd64 $ go list -m golang.org/x/tools golang.org/x/tools v0.0.0-20200408132156-9ee5ef7a2c0d $ g...
help wanted,gopls,Tools
low
Critical
603,959,185
flutter
WebView freeze on iOS 13.4 with HereMaps
There is an issue with webview_flutter and HereMaps on iOS 13.4. First I thought it's related to [this bug](https://github.com/flutter/flutter/issues/53490), but @cyanglaz told me to create an own issue for this bug. When using [this site](https://www.camping.info/en/search-on-map) with a HereMaps integration withi...
platform-ios,p: webview,package,e: OS-version specific,P3,team-ios,triaged-ios
low
Critical
603,999,186
rust
Vec::reserve should use alloc_excess
When calling `reserve()` on a `Vec` whose capacity is zero, afterwards the `capacity()` method always returns the exact argument that was passed to `reserve()`. Even though the contract of `reserve()` allows `Vec` to make the capacity larger than requested, if the previous capacity is zero, `Vec` does not make use of t...
C-enhancement,A-allocators,A-collections,T-libs-api
low
Major
604,027,945
pytorch
Add a CI configuration to test USE_DISTRIBUTED=0
As reported by #36870, master has been broken for `USE_DISTRIBUTED=0` compile flag for a period of time. Based on the feedbacks from offline discussion, `USE_DISTRIBUTED=0` is very useful for applications that do not need distributed training. Hence, it will be helpful to add a CI configuration to cover this flag. c...
oncall: distributed,module: ci,module: tests,triaged
low
Critical
604,052,094
PowerToys
[FZ Editor] Ability to divide/split zones in half with Canvas based layouts
# Summary of the new feature/enhancement When I am editing a custom layout, I can create a new zone but I can't align the window so that it is exactly halfway in between the edges of my monitor. It would be great if I could resize a new zone to fill the entire screen and then click a button that would divide the sel...
Idea-Enhancement,FancyZones-Editor,Product-FancyZones
low
Major
604,058,501
tensorflow
tf.name_scope with spaces does not raise ValueError in eager execution
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.15.5 Beta - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: n/a - TensorFlow ...
stat:awaiting tensorflower,type:bug,comp:eager,comp:ops,TF 2.9
low
Critical
604,065,440
flutter
System-wide custom keyboards
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
a: text input,c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
low
Critical
604,069,399
rust
Collect to slice
This is an enhancement suggestion. Beside the current collect() to collection like Vec, Hash, etc, and the future collect to array: https://github.com/rust-lang/rust/pull/69985 I find it useful to also collect to a slice when I don't know at compile-time the exact length of the resulting array, but I know an uppe...
A-collections,T-libs-api,C-feature-request,A-iterators
low
Minor
604,075,377
godot
Unable to run Godot game on 32-bit Debian
Similar to : https://github.com/godotengine/godot/issues/16409 **Godot version:** Editor: Godot_v3.2.1-stable_win64; downloaded from Godot site 20 Apr 2020. Export templates installed through editor 20 Apr 2020. I have not yet attempted the Mono version of Godot due to known 32/64 bit crossover issues. **OS/devi...
bug,platform:linuxbsd,topic:buildsystem
low
Critical
604,086,155
vscode
VoiceOver: Braille display does not track when entering text into an editor
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
upstream,macos,accessibility,upstream-issue-linked,chromium
low
Critical
604,100,518
pytorch
[RFC] Modularize DistributedDataParallel
## Updated on 12/09/2020 Added more details on implementation plan in [this comment below](https://github.com/pytorch/pytorch/issues/37002#issuecomment-741958753). --------- ## Summary This project aims at decomposing existing `DistributedDataParallel` (DDP) implementation into multiple smaller pluggable ...
oncall: distributed,feature,triaged
medium
Major
604,104,942
rust
Fix suggestion on DerefMut
<!-- 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 fn t(n: &mut i32) { n = "42".parse().unwrap(); } ``` I expected to see this happen: Suggestion of `*n = ...`, the ...
C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics
low
Critical
604,106,499
kubernetes
Bandwidth efficient watch resumption
Right now, if a watch request uses an RV that's out of the window, we force the client to do a re-list. If we cared about bandwidth between client and apiserver, we could construct a catch-up watch response type that worked like this: * apiserver performs a list. We need to construct two things: the set of all cu...
sig/api-machinery,kind/feature,lifecycle/frozen
medium
Major
604,107,847
pytorch
RuntimeError: NCCL error in ProcessGroupNCCL.cpp:290, unhandled system error
I came across this error `RuntimeError: NCCL error in ProcessGroupNCCL.cpp:290, unhandled system error` when trying to distribute neural network training to 4 GPUs in a single node with PyTorch 1.2. According to documentation, I tried `export NCCL_DEBUG=INFO` and reran the code. I noticed some weird warnings in the deb...
module: dependency bug,oncall: distributed,triaged,module: nccl
low
Critical
604,128,411
TypeScript
Interoperability with Webpack import statements
Hello! First of all, thank you for your hard and amazing work. The thing is, that Webpack supports more complex import statements than the standard. For example it defines "query" part of the import statements, which looks like this: ```typescript import { something } from './path/to/module?query'; ``` Th...
Suggestion,Needs Proposal
low
Critical
604,160,101
pytorch
Make it an error to def() an operator multiple times
Currently in `aten/src/ATen/core/library.cpp` there is a todo: ``` // TODO: Error if an operator is def'ed multiple times. Right now we just // merge everything ``` The relevant backwards compatibility logic is in `aten/src/ATen/core/dispatch/Dispatcher.cpp`: ``` void Dispatcher::checkSchemaCompatibility(...
module: bootcamp,triaged
low
Critical
604,167,798
excalidraw
Broken rendering of scene on node server
Hi, thanks a lot for this awesome project ! I was testing out the functionality introduced by this PR https://github.com/excalidraw/excalidraw/pull/443 and found that it is broken this master. I verified that after checking out the commit (7f6e1f420e55bb6c6b112accc5dc39deef64605d) it was working as expected. On fur...
discussion
low
Critical
604,192,040
pytorch
Converting to Torch Script: cpp_module does not match nn_module
## 🐛 Bug When trying to convert a yolov3 model to Torch Script I get the following error: ` File "D:\python\lib\site-packages\torch\nn\modules\module.py", line 576, in __getattr__ type(self).__name__, name)) AttributeError: 'Sequential' object has no attribute 'shortcut_4'` (full stacktrace below) The mo...
high priority,triage review,oncall: jit,triaged
low
Critical
604,194,031
pytorch
Guidance on implementing a new backend
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> I'm looking to implement a new backend for mobile (ios GPU compute). The primary goal would be to use this for execution of torchscript modules, but I'm also interested in using the c++ api directly on ios. I’ve looked through the code ...
oncall: mobile
low
Major
604,201,355
tensorflow
TPU PyFunction results in UnavailableError: failed to connect to all addresses
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Modified [Colab MNIST guide](https://www.tensorflow.org/guide/tpu) - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Colab - TensorFlow version (use command below): `2.2-rc3` **...
stat:awaiting tensorflower,type:bug,comp:tpus,TF 2.9
medium
Critical
604,217,274
flutter
[Web] InputDecorator Test - Expected closure does not match
[From Skip Audit] Here is the broken test: https://github.com/flutter/flutter/blob/45c5250825b07d639a30bca39709b81f6b56c12d/packages/flutter/test/material/input_decorator_test.dart#L3612 Results: ``` 04:21 +597 ~14 -1: /tmp/flutter sdk/packages/flutter/test/material/input_decorator_test.dart: OutlineInputBorde...
a: tests,a: text input,team,framework,f: material design,platform-web,P2,team-web,triaged-web
low
Critical
604,217,628
youtube-dl
Site Support Feature Request: G/O Media Website videos (Lifehacker, etc.)
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list ...
site-support-request
low
Critical