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
771,239,123
TypeScript
Feature request: allow using JSDoc types inside .ts files
<!-- 🚨 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
medium
Critical
771,276,742
rust
linkchecker is not catching some broken links
https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.concat-2 links to https://doc.rust-lang.org/std/primitive.slice.html#method.concat, which does not exist in the build directory, only on the website itself (it's linking to the stable docs instead of nightly). Source code: https://github.com/rust-lang...
A-testsuite,A-docs,C-bug
low
Critical
771,289,764
pytorch
Bug in CosineAnnealingWarmRestarts
## πŸ› Bug CosineAnnealingWarmRestarts gives AttributeError if we initialize it with last_epoch not equal to -1, which usually happens when one wants to resume training a network. ## To Reproduce Steps to reproduce the behavior: 1. Initialize the scheduler and set the last_epoch to where we left off ``` sche...
module: optimizer,triaged
low
Critical
771,292,227
node
Treat Android as Linux when building ..
<!-- Thank you for suggesting an idea to make Node.js better. Please fill in as much of the template below as you're able. --> **Is your feature request related to a problem? Please describe.** Please describe the problem you are trying to solve. Yes it is, because many npm pkgs don't compile as node-gyp sa...
build
low
Minor
771,319,705
node
docs improvement - "advanced section"
At the moment, I am curious how domains are implemented with the newish AsyncHooks / AsyncListener API. It might be a tad dangerous to leak details, but could there be an advanced section in the docs that does some case studies and talks about "under the hood" stuff and "implementation details"? Right now, I am jus...
doc,discuss
low
Minor
771,325,129
youtube-dl
nitter support
<!-- ###################################################################### 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
771,335,139
opencv
when inferencing via object detection api pb files and pbtxt.
OS : ubuntu 16.04 LTS Opencv : 4.4.0 (with CUDA) Tensorflow version : 1.13.2 I've found that the height stride and width stride work very well with 16. I made a pb file by modifying the stride of resnet 101 config through the tensorflow object detection api. (16 -> 4) feature_extractor { type: "faster_r...
category: dnn
low
Minor
771,355,406
flutter
Allow passing chrome flags/options through web runner
## Use case I need the '--allow-secure-localhost' flag passed into the chrome runner for development purposes. ## Proposal It would be very nice if support for passing commands through to chrome was added. (although as a 'workaround' I just stopped being lazy and create a root certificate)
c: new feature,tool,platform-web,c: proposal,P3,team-web,triaged-web
low
Minor
771,360,037
terminal
add option to enable Scroll Forward like on cmd
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Issue-Feature,Help Wanted,Area-Output,Area-TerminalControl,Product-Terminal
low
Critical
771,382,103
pytorch
Turn deprecation warnings into errors in CI
This was a suggestion by @t-vi on Slack after seeing gh-49152. I agree that'd be really useful, when something is deprecated it makes sure that nothing in PyTorch itself still uses that functionality. The only valid uses will be in test code, and there the warnings should be explicitly silenced with `warnings.filterwar...
module: ci,module: tests,triaged
low
Critical
771,386,969
godot
Can build Mono-enabled editor and templates on ARM, but only editor and unoptimized debug template work
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.3.stable <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Raspberry Pi 4, 4GB, GLES2 <!-- Specify GPU...
bug,platform:linuxbsd,topic:dotnet
low
Critical
771,388,688
pytorch
Tracing doesn't work with spectral normalization
## πŸ› Bug When a module involves spectral normalization (using `nn.utils.spectral_norm`), traced module crashes on the first call. As a specific example, the attached script crashes. ## To Reproduce Steps to reproduce the behavior: 1. Run the following code. ```python import torch as th from torch impo...
oncall: jit,weeks
low
Critical
771,396,392
TypeScript
Private `[Symbol.asyncIterator]` and `[Symbol.iterator]` methods incorrectly reported as unused
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
771,425,673
godot
Saving branch as scene loses script variable data and some built in overrides such as layer masks
**Godot version:** 3.2.3 **OS/device including version:** Linux **Issue description:** On saving a node branch as a scene file, it has lost script variable overrides for some of my nodes, breaking the configuration in my game, and also removed some layer mask information. Hopefully these steps will let you...
bug,topic:editor
low
Critical
771,439,315
excalidraw
improve library performance
When you have too many or too complex items in the library, it tends to have very poor performance. I suggest 2 things: - [ ] Split the rendering of each item ((or a group of items) into individual animation frames so that opening the library doesn't leave users staring at a blank library for a long time. - [ ] ...
performance ⚑️
low
Major
771,464,516
TypeScript
Can't destruct a Partial<T> into T that uses default values
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
771,473,270
create-react-app
CRA does not transpile static class properties from ES6 modules
I have created a blank CRA app with npx create-react-app test and installed one of my self-written ES6 modules. Some modules contain classes with static class properties. I get an error when I do "npm start": Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel c...
needs triage
low
Critical
771,478,042
TypeScript
Autocomplete Filepath Strings.
<!-- 🚨 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
771,489,508
electron
Use flatpak-spawn when in Flatpak
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Critical
771,492,191
godot
Custom Resource loses all methods in editor after scene reload
**Godot version:** 3.2.3 stable **OS/device including version:** Macbook Pro macOS Mojave **Issue description:** A setter for a variable in a custom Resource does not get called after reloading the saved scene. Minimal example: I have a custom resource (MyResource) with an exported float x. I define a ...
bug,topic:editor
low
Minor
771,492,731
opencv
ABI: re-enable quaternion code for ABI/API check
Due to active ongoing development it is disabled in OpenCV 4.5.1 release: #19168 We need to re-enable it later.
category: build/install
low
Minor
771,496,487
godot
Cannot use keyword self as a pattern in a match expression
**Godot version:** 3.2.3 **OS/device including version:** Windows 10 **Issue description:** I can't reference a class variable using self as a pattern in a match expression. I get the error "Only constant expression or variables allowed in a pattern". **Example script:** ``` var a = 2 var b = 3; func _rea...
discussion,topic:gdscript
low
Critical
771,498,989
terminal
WT slow to return to idle CPU usage
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Needs-Repro,Area-Performance,Issue-Bug,Product-Terminal
medium
Critical
771,505,609
vscode
Linux: native context menu runs action under mouse when opened
Issue Type: <b>Bug</b> When I right click, the menu will flash on and then off almost immediately, like maybe 100 or 200 milliseconds. This is not all the time, but I am not able to narrow it down. It seems to be only in the editor that this issue exists. I can sometimes "fix" it by right clicking on the left side...
bug,upstream,linux,electron,menus,upstream-issue-linked
high
Critical
771,505,751
TypeScript
Async generator typing
v4.1.2 Code: ```js async function* foo() {} foo().next(); // error ``` Result: Return type of foo is `{}` Expected: Should be `AsyncGenerator` --- Edit: apparently this isn't a bug with TS per se, however it still affects intellisense in vscode for vanilla JS.
Needs Investigation,Rescheduled
low
Critical
771,519,107
node
doc: Clarify what <string> means in path option of fs.readFile, fs.readFileSync etc.
- **Version**: 14.15.3 x64 - **Platform**: Windows 10 64-bit - **Subsystem**: fs Affected URL(s): https://nodejs.org/dist/latest-v14.x/docs/api/fs.html#fs_fs_readfile_path_options https://nodejs.org/dist/latest-v14.x/docs/api/fs.html#fs_fs_readfilesync_path_options ## Description I am not sure if this a...
question,doc,fs
low
Critical
771,519,205
pytorch
Annotating submodule with correct type fails scripting
## πŸ› Bug `torch.jit.script` isn't happy with type annotations for sub-modules, even though those type annotations are technically correct. Error message also isn't clear enough for users who lack inner-workings of TorchScript to take action. This is because `torch.nn.Module` is a `ignoredBuiltinClass` in `try_an...
oncall: jit,TSRootCause:InvalidCustomClass,TSUsability
low
Critical
771,541,757
rust
parse error in `#[feature(...)]` discards all mentioned features.
```rust #![feature(const_generics, use std::mem)] pub struct Bar<const N: usize>; ``` and ```rust #![feature(const_generics, 'other_feature)] pub struct Bar<const N: usize>; ``` Both emit both a parse error and ``` error[E0658]: const generics are unstable --> src/lib.rs:3:22 | 3 | pub struct Bar<...
A-attributes,A-parser,C-bug
low
Critical
771,545,360
flutter
Reorder widgets in ReorderableListView with a Controller
## explanation what I mean that I need to reorder a widget without long pressing on it an moving it above or under its current position, instead I want move the widget I press on to the top of the list with the same effect and i can control the duration of the moving time from point A to B ## Example Video of t...
c: new feature,framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Major
771,557,814
youtube-dl
[twitch] VODs subtitle (chat) failed to download (Error 401: Unauthorized) when using --cookies argument
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
account-needed
low
Critical
771,572,574
pytorch
torch.cuda.amp, example with 20% memory increase compared to apex/amp
## πŸ› Bug I have here an example where PT1.7.1 + torch.cuda.amp requires about 20% more memory than T1.4.0+apex/amp. What can I do to reduce the memory requirements to the level of PT1.4.0+apex/amp? I am using a torchvision densenet121 with memory_efficient=True (gradient checkpointing enabled). model=models.d...
triaged,module: amp (automated mixed precision)
low
Critical
771,613,710
flutter
iconTheme defaults to null
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: ``` import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData.lig...
framework,f: material design,a: first hour,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
771,649,993
godot
Texture settings test failure in glTF2 import
**Godot version:** c2e0c6cc2282669017707596c810cde996414131 fork. Should probably test on master. **OS/device including version:** win10, nvidia, Vulkan **Issue description:** Test doesn't match. ![texture settings](https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/TextureSe...
bug,topic:rendering,topic:import,topic:3d
low
Critical
771,656,070
godot
ctrl+click not working on preload and yield
**Godot version:** 3.2.3 (custom build from Solus repo) **OS/device including version:** Solus **Issue description:** ctrl + click on special functions like `preload` and `yield` is not working.
bug,topic:gdscript,topic:editor
low
Minor
771,665,214
vscode
Silent failure when debug adapter executable is not found
<!-- ⚠️⚠️ 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...
bug,debug
low
Critical
771,683,217
flutter
[video_player] Get the images of playing video
## Use case Hi! I have a video file in my assets folder (like mp4). I want to show the video of the file and get the data of the images when the video is playing. Something like an image stream in the camera package https://pub.dev/documentation/camera/latest/camera/CameraController/startImageStream.html Basicall...
p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
771,687,267
react
New JSX runtime advice for package authors?
I'm wondering if you have any advice around using the new JSX runtime in packages with `react` as a peer dependency? For compatibility reasons it seems like packages shouldn’t use the JSX runtime (at least not yet) because then the package would only be compatible with versions of React that include the new JSX runt...
Type: Question,Type: Discussion
low
Major
771,709,213
godot
Pause Scene button doesn't work if a scene contains no scripts
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Tested in both the official 3.2.3 Steam build and a local build at fe93f6292f8c547c41de5348827712928618b87a **OS/device including version:** Window...
bug,topic:editor
low
Critical
771,772,924
excalidraw
Reduce over rendering when loading a room scene
We should be rendering once or twice, not 6 times when loading a scene from a room. ![image](https://user-images.githubusercontent.com/197597/102730350-52dd9a80-42e9-11eb-9e38-7d0d102b6e28.png)
performance ⚑️
low
Minor
771,815,563
rust
'expected struct `cargo_metadata::Package`, found a different struct `cargo_metadata::Package`' should note that one is a module and one is a crate
``` error[E0308]: mismatched types --> src/utils/cargo_metadata.rs:50:9 | 50 | &self.root | ^^^^^^^^^^ expected struct `cargo_metadata::Package`, found a different struct `cargo_metadata::Package` | = note: expected reference `&cargo_metadata::Package` (struct `cargo_metadata::Packa...
C-enhancement,A-diagnostics,T-compiler,E-medium,D-confusing,D-terse
low
Critical
771,831,735
pytorch
Use rlibm for faster and more accurate floating point operations
It looks like they are faster and more accurate. Paper describing the approach at https://arxiv.org/pdf/2007.05344.pdf
triaged,enhancement,module: bfloat16
low
Minor
771,899,822
rust
Trait with associated type bounds cannot be made into an object because it uses `Self` as a type parameter
A simplified example where this shows up is the following trait. ```rust trait Conversion { type Source: Into<Self::Target>; type Target; } ``` ([Full code](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=fa933915af340b6d5597678d6177359b)) If you try to make a trait object,...
A-trait-system,A-associated-items,T-compiler,C-bug,T-types,A-trait-objects,A-dyn-compatibility
low
Critical
771,901,379
youtube-dl
Any way to download Lynda.com Course Arts / Thumbnails with youtube-dl or otherwise?
Example: This is the Thumbnail https://cdn.lynda.com/course/475456/475456-637437110702790557-16x9.jpg From this course https://www.lynda.com/Illustrator-tutorials/Drawing-Vector-Graphics-Laboratory/475456-2.html Currently I do it manually for every course. It's not super important, just for personal aesthet...
question
low
Minor
771,977,258
pytorch
While training the model, GPU util reaches 100% but no progress happends.
## ❓ While training my model, the GPU util reaches 100% but no progress happends. Just as the title says. And the code stucks at "image.to(device)". But when I comment the line "loss.backward()", the problem disappears. My environment is as follows: - cuda 11.0 - pytorch 1.7.1 - python 3.6.9 cc @ngimel
needs reproduction,module: cuda,triaged,module: deadlock
low
Major
771,991,405
opencv
Test Samples.findFile failes on Windows 10 x64 on some systems
##### System information (version) - OpenCV => 4.5.1-pre (git 46e275dfe4616b07cd2492c17698d1a0be0aa6df ), 3.4 - Operating System / Platform => Windows 10 x64 - Compiler => Visual Studio 2019 Community Editon x64, Ninja ##### Detailed description The issue can be related to local settings somehow. My test log:...
bug,category: core,affected: 3.4,platform: win32
low
Critical
772,017,321
pytorch
Model passed through queue hangs while loading in sub process
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Instantiate Process inheritted class and run as below: <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ``` pseudo code run(self)...
module: multiprocessing,triaged
low
Critical
772,032,768
pytorch
Is there any upper-level API to disable the detection of the weight’s version
## Is there any upper-level API to disable the detection of the weight’s version We are trying to use pipelined model parallelism to speed up model training. This work requires ourselves to manage different versions of weights. This is ok in version 1.4 pytorch, but the following error will be reported after 1.5, I...
module: autograd,triaged
low
Critical
772,081,155
go
x/tools/go/analysis/passes/nilness: check pointers inside structs as well
`nilness` currently (as of golang/tools@ae774e9781d2 with _Go_ 1.15.6) correctly reports this issue: ```go if pmax == nil { max = *pmax } ``` But not this one: ```go if v.max == nil { max = *v.max } ``` [Full reproduction code](https://play.golang.org/p/VqygTuYJfda).
NeedsInvestigation,Tools,Analysis
low
Minor
772,097,546
pytorch
File "setup.py", line 773:subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '8']' returned non-zero exit status 2
## πŸ› Bug <!-- A clear and concise description of what the bug is. Error in Setup File while building --> ## To Reproduce Steps to reproduce the behavior: 1. clone the pytorch git repo 2. install dependencies 3. run setup.py <!-- [ 29%] Built target libprotoc gmake: *** [Makefile:160: all] Error...
module: build,module: cuda,triaged
low
Critical
772,128,646
ant-design
Popover/Tooltip with trigger="click" prop does not hide when click to iframe
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-popover-iframe-bug-2vuce) ### Steps...
Inactive
low
Critical
772,151,766
pytorch
That define multiple models can influence the convolution parameter update.
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: This bug appears when I write a scripts for a GAN model. 1. Define a G net and print the parameters of one of the convolution kernels when G is training. 2. Based on the code in the previo...
needs reproduction,module: nn,triaged
low
Critical
772,238,381
youtube-dl
Thumbnail download for Lynda Courses
Example: This is the Thumbnail https://cdn.lynda.com/course/475456/475456-637437110702790557-16x9.jpg From this course https://www.lynda.com/Illustrator-tutorials/Drawing-Vector-Graphics-Laboratory/475456-2.html --write-thumbnail doesn't work with Lynda Tutorials. Please add it. It will be very helpful! Cur...
request
low
Minor
772,265,034
excalidraw
make library items filterable
When you have lots of library items, especially when you import 3rd party libraries, it'd be useful to be able to filter them. Coupled with item previews sometimes not being descriptive (too small preview), finding the right item can be a pain. I propose we track `keywords: string[]` in library items for that purpos...
enhancement,discussion
low
Major
772,276,216
vue
SSR: missing class and style attributes with async components
### Version 2.6.11 ### Reproduction link ~~[https://github.com/realityfilter/bugreport-dynamic-components-ssr](https://github.com/realityfilter/bugreport-dynamic-components-ssr)~~ https://replit.com/@posva/vuejsvue11837 ### Steps to reproduce - run ### What is expected? ```html <app d...
bug,has workaround,feat:ssr
low
Critical
772,280,811
vscode
Make distinction when removing leading whitespace from trailing whitespace
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> Hi, I've noticed that there's only the `files.trimTrailingWhitespace` without a `files.trim...
feature-request,formatting
medium
Major
772,288,048
PowerToys
[FancyZones] One-handed activation feature for disabled people
Hello PowerToys team, At first, I’d like to thank you for your PowerToys Tool, it’s a great help for me! It’s working perfectly with my new 49 inch screen. I have a little suggestion on how to improve the tool even further: Due to the fact that I’m a disabled person, it is hard for me to operate the mouse and ke...
Idea-Enhancement,Product-FancyZones,Area-Accessibility,Planning-Consideration
low
Major
772,355,725
rust
Getting SIGSEGV with `-fp-armv8` features
I'm getting `SIGSEGV: invalid memory reference` crashes when compiling projects with `-fp-armv8` features. I got same results on macosx and linux. I tried this code: <details><summary>codes</summary> <p> `src/startup.rs` ```rust #![no_std] #![no_main] #![feature(asm)] #[no_mangle] pub extern "C" fn startup() { ...
I-crash,A-LLVM,P-medium,T-compiler,C-bug,requires-nightly,ICEBreaker-LLVM,O-AArch64
low
Critical
772,432,115
go
fmt: Scanf accepts invalid boolean values
### What version of Go are you using (`go version`)? <pre> $ go version 1.15.5 </pre> ### Does this issue reproduce with the latest release? Not checked 1.15.6 yet, sorry ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summar...
NeedsDecision
low
Critical
772,437,840
flutter
Let FlutterEngineGroup be passed in proxy engine constructors in FlutterViewController/FlutterActivity
We're creating a new FlutterEngineGroup spawn API in https://github.com/flutter/flutter/issues/72009. This requires custom creation of pre-warmed engines. Since we already have shorthands for creating engines implicitly and they're currently all heavyweight engines, create new variants to allow creation of lightwei...
c: new feature,platform-android,platform-ios,engine,customer: alibaba,a: existing-apps,P3,team-engine,triaged-engine
low
Minor
772,443,663
flutter
Add "flutter run --release" macOS integration test
Crash on launch in https://github.com/flutter/flutter/issues/72585. Currently there are only build test and a hot reload (debug) test.
a: tests,team,tool,platform-mac,P2,team-tool,triaged-tool
low
Critical
772,445,215
flutter
Create macOS scenario app, hook up tests in CI
There's currently an iOS and Android scenario app for integration tests. Add a macOS variant. Could have caught https://github.com/flutter/flutter/issues/72585.
team,engine,platform-mac,P2,team-engine,triaged-engine
low
Minor
772,461,223
TypeScript
Create a new type after deleting a property from object
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Suggestion,Awaiting More Feedback
low
Critical
772,481,983
electron
Make process type transformation optional on calls to win.setVisibleOnAllWorkspaces
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Critical
772,501,097
godot
export to iOS not working
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version: 3.2.3 xcode version: 11.4.1 (11E503a) **running export on Macos catali [gdscript2ios.zip](https://github.com/godotengine/godot/files/5726794/gdscr...
platform:ios,topic:editor,topic:porting
low
Critical
772,502,764
create-react-app
Build fails with error 'jsx' must be in scope when using JSX but DISABLE_NEW_JSX_TRANSFORM flag is enabled
### Describe the bug Up until today I was using react 16.9.0, CRA 3.x.x and emotionjs making use of their jsx pragma. Today I upgraded in this order: CRA to 4.x.x first and React to 17.x.x second. While I was on CRA 4 and react 16 I had no issues. After upgrading to React 17 sometimes, it's quite random, the bui...
needs triage,issue: bug report
low
Critical
772,507,247
godot
ScrollContainer touch scrolling works on Android but not Linux
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.4-beta3 **OS/device including version:** Ubuntu 20.04 LTS, touchscreen laptop (Lenovo IdeaPad C340) **Issue description:** A scroll container...
bug,platform:linuxbsd,confirmed,topic:input
low
Minor
772,549,494
pytorch
Two independent future chains in PowerSGD cannot be kicked off asynchronously
## πŸ› Bug PowerSGD communication hook handles the rank-1 tensors and high-rank tensors separately and hence creates two future chains that operate two non-overlapping subsets of the input gradient tensor. These two independent callbacks should be able to run asynchronously. However, currently they have to be kicked ...
oncall: distributed,triaged
low
Critical
772,563,851
TypeScript
Code Completions for Object's keys behave differently in different declaration scenarios
I tried these code snippets in [monaco editor playground](https://microsoft.github.io/monaco-editor/playground.html) I'm posting it here, as those were reproducible in VsCode too VsCode Version: 1.52.0 Commit: 940b5f4bb5fa47866a54529ed759d95d09ee80be Date: 2020-12-10T22:46:53.673Z Electron: 9.3.5 Chrome: 83.0.410...
Suggestion,Awaiting More Feedback
low
Major
772,564,364
storybook
Documentation Reorganization Project
I created this issue as a means to coordinate with the community on what aspects of documentation are still missing or undocumented. ## How to help If you're interested in sharing feedback based on the current documentation, we'd love to hear your thoughts! Leave a comment below so that we can coordinate our effo...
documentation
medium
Major
772,572,406
angular
Improve Forms example templates in docs
### Description The documentation here is really bad: for example: ``` <label for="name">Name</label> <input type="text" class="form-control" id="name" required [(ngModel)]="model.name" name="name" #name="ngModel"> <div [hidden]="name.valid || name.pristine" class="alert aler...
P4,area: docs
low
Minor
772,580,605
go
cmd/go: add clean commands to clear away potentially corrupt files in module cache
cc @bcmills @jayconrod It's possible under some rare circumstances (a system crash or loss of power during a write) for corrupt files to be written to the module cache. We should add commands to help clear away these corrupt files if they exist so that those serving a GOPROXY from their module cache can have more c...
NeedsInvestigation,FeatureRequest
low
Critical
772,607,591
godot
Bad behavior of manipulating collapsed function code
**Godot version:** 3.2.1 stable **OS/device including version:** Windows 10 x64 **Issue description:** I collapsed some function's code in the script editor and started playing with it. Selecting the resulting line and duplicating it does not duplicate all of the code, but rather seems to uncollapse it and d...
bug,topic:editor,topic:gui
low
Minor
772,614,654
godot
Godot mono - Unable to properly store or retrieve long or ulong types in a Godot.Collections.Dictionary
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.3.stable.mono.official **OS/device including version:** Windows 10 Version 10.0.18363 Build 18363 **Issue description:** After storing a lon...
bug,topic:dotnet
low
Critical
772,620,866
pytorch
Flattening nn.Parameters while maintaining gradients from neural network forward pass
## πŸš€ Feature Given some neural network `a`, while `a.parameters()` returns a list of Tensors for each parameter in the network, an alternate parameter return `a.parameters_flattened()`, which returns a Nx1 tensor, which shares the same elementwise gradients as the tensors in `a.parameters()`. ## Motivation Wh...
module: nn,module: optimizer,triaged,enhancement
low
Minor
772,631,063
godot
Editor preview generation causes several minutes of editor stuttering.
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 9c3293b844fd5fa524778b519c2e0ce6ff495c19 **OS/device including version:** <!-- Specify...
bug,topic:editor
low
Critical
772,639,106
react
Bug: CSS variables can't be a space character
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: v16/v17 ## Steps To Reproduce 1. https://codesandbox.io/s/e...
Type: Bug,Component: DOM,Status: Unconfirmed
low
Critical
772,646,639
flutter
Maybe add pointer for Colors.black* documentation to Colors.grey
I have been unable to lay the Colors.black12 (or any variation of black) on top of a scaffold that has background of Colors.black.. i.e, the Colors.black12 does not show up when layed on top.. also bottomNavigationBar is not able to have a color passed to it when the BottomType is BottomNavigationBarType.shifting, ...
framework,f: material design,d: api docs,team-design,triaged-design
low
Major
772,650,416
pytorch
cure unnecessary NaN values that arise from ±∞ arguments
## πŸ› Bug ### First problem `logaddexp` (βŠ•) and its generalization `logsumexp` are supposed to be associative operations. Indeed ((-∞ βŠ• -∞) βŠ• 2) returns the same forward value as (-∞ βŠ• (-∞ βŠ• 2)) or `logsumexp`(-∞, -∞, 2), namely 2. But unfortunately it returns `nan` values on the backward pass, where it should re...
module: numerical-stability,module: bootcamp,module: autograd,triaged,module: NaNs and Infs
medium
Critical
772,683,515
pytorch
Wrong error is raised for property of nn.Module (again)
## πŸ› Bug Same as https://github.com/pytorch/pytorch/issues/33934. See there for details. The same issue exists in 1.7.0. ```py In [7]: class A(torch.nn.Module): ...: @property ...: def attr(self): return self.c ...: ...: In [8]: A().attr ---------------------------------------------...
module: nn,triaged
low
Critical
772,707,687
vscode
Support cancelation in getSession
<!-- ⚠️⚠️ 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...
feature-request,authentication
low
Critical
772,712,613
pytorch
RandomSampler generator created in every iteration
## πŸ› Bug In the [`RandomSampler`](https://github.com/pytorch/pytorch/blob/590e7168ed66bc1060a0bff6c35cc1eea86db0ae/torch/utils/data/sampler.py#L73) sampler class, when no generator is provided in the init function, a new generator is created every time the `__iter__` method is called. This is caused because the gen...
module: dataloader,triaged
low
Critical
772,765,552
godot
PhysicalBone is delayed if it has not ragdolled parent
**Godot version:** 3.2.2 stable **OS/device including version:** Any **Issue description:** If you have ragdoll and some bones are unragdolled and are moving, ragdolled parts are moved behind with a delay. This is not correct physical behavior and not related to air friction. **Steps to reproduce:** Crea...
bug,topic:physics
low
Critical
772,783,165
opencv
Proposal // new image operations // feature distribution and histogram matchings
Dear All, together with my colleagues I have been working over this year on two image processing operations `Feature Distribution Matching` and `Histogram Matching` in multiple color spaces for `unsupervised Domain Adaptation (DA)` for object detection. Both methods solely match image statistics between source an...
feature,category: contrib,effort: few weeks
low
Minor
772,821,683
godot
Shader param in AutoLoad scene set to empty if .import directory is missing
**Godot version:** 3.2.3 & 3.2.4.beta4 **OS/device including version:** not graphics-related. **Issue description:** There is an AutoLoad scene in my project and a shader is attached to one node in the scene. The shader has a `sampler2D` uniform, and the corresponding shader param is set to an image texture. ...
bug,topic:editor,topic:shaders
low
Minor
772,831,374
kubernetes
CPU Throttling on Linux kernel 5.4.0-1029-aws
**What happened**: After this thread: https://github.com/kubernetes/kubernetes/issues/67577 we upgraded our instance images to use Ubuntu 20.04 which has kernel `5.4.0-1029-aws`, later than 4.18 that introduced the fix on the CFS and 4.19 that fixed the regression that resulted. https://engineering.indeedblog.com/blo...
kind/bug,priority/backlog,sig/node,lifecycle/frozen,triage/accepted
high
Critical
772,895,724
flutter
Did flutter open Stack-smashing Protection when compling libflutter.so ?
I did an binary check on libflutter.so. The result shows x86_64 and arm64-v8a didn't open Stack-smashing Protection. But armeabi-v7a ver had open it. So I want to make sure did you guys open the protection when complie? For open the protection can add -fstack-protector or -fstack-protector-all flag when complie wi...
engine,P2,team-engine,triaged-engine
low
Major
772,913,645
TypeScript
Type information lost when passed as object key
**TypeScript Version:** 4.2.0-dev.20201222 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** type information lost **Code** js: ```js /** @typedef {{ [K in string] : (data: any) => void }} Event */ /** * @template {Event} E */ funct...
Needs Investigation
low
Critical
772,950,289
TypeScript
Generic type param not narrowed in true branch of conditional type
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Needs Investigation,Rescheduled
low
Critical
773,016,498
go
os: ReadFile on directories does not return EISDIR in windows
<!-- 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 1.15.6 windows/amd64 </pre> ### Does this issue reproduce...
help wanted,OS-Windows,NeedsInvestigation
low
Critical
773,098,865
go
x/build/cmd/coordinator: make logic for cleaning up TryBot runs that reach "0 builds remaining" more robust
During investigation of #43312 we observed that some TryBot runs would reach 0 builds remaining, yet wouldn't complete. We should try to understand the root cause and fix it. **Edit:** The root cause is well understood now, see [comment](https://github.com/golang/go/issues/43323#issuecomment-789865414) from Mar 3. ...
Builders,NeedsFix
low
Minor
773,104,185
go
x/build/cmd/coordinator: add health item for work queue size and errors in finding work
When issue #43312 was reported, https://farmer.golang.org/#health displayed all green health items. Looking into coordinator logs showed that the findTryBotLoop was having very frequent errors. We expect no errors to happen under normal operation. It would be helpful to add health items to https://farmer.golang.org/...
Builders,NeedsInvestigation,FeatureRequest
low
Critical
773,122,923
go
x/pkgsite: inconsistent terminology when referring to packages makes module landing page confusing
### What is the URL of the page with the issue? https://pkg.go.dev/github.com/mattn/go-sqlite3 ### What is your user agent? ``` Mozilla/5.0 (X11; CrOS x86_64 13505.73.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.109 Safari/537.36 ``` ### Screenshot ![image](https://user-images.gith...
NeedsInvestigation,pkgsite,UX
low
Minor
773,135,871
flutter
RawKeyboard listener not working as expected when holding a key on Android Emulator
RawKeyboard listener don't seem to produce the correct behavior when a key is hold down, the callback keeps getting called with key down and key up events, even when the key is not released yet. I have tested on beta and master channel. ## Steps to Reproduce <!-- You must include full steps to reproduce so that ...
a: text input,platform-android,engine,d: api docs,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-android,triaged-android
low
Critical
773,162,114
TypeScript
Syntax error in emitted declaration's generic arguments
# Bug Report ### πŸ”Ž Search Terms syntax error declaration emit generics "Cannot find name" ts2304 ### πŸ•— Version & Regression Information - This is syntactically incorrect output from tsc - It is not a regression - This is the behavior in every version I tried (3.3 - 4.2.0-dev.20201222) ### ⏯ Playgroun...
Bug,Domain: Declaration Emit,Fix Available,Rescheduled
low
Critical
773,170,635
TypeScript
Type of reverse enum lookup is string | undefined with noUncheckedIndexedAccess enabled
# Bug Report ### πŸ”Ž Search Terms * enum * noUncheckedIndexedAccess * undefined ### πŸ•— Version & Regression Information This is a new feature in Typescript 4.1. ### ⏯ Playground Link <!-- A link to a TypeScript Playground "Share" link which shows this behavior The TypeScript Workbench can be ...
Suggestion,In Discussion
low
Critical
773,235,700
pytorch
IndexError: Input _features.0.weight is undefined!
## πŸ› Bug This is a workaround of the [issue closed as expected behavior](https://github.com/pytorch/pytorch/issues/49260), but there are a similar error without pickling. ## To Reproduce Code example for alexnet torch pretrained model: ```python import caffe2 import numpy as np import onnx from caffe2....
caffe2,triaged,module: vision
low
Critical
773,284,598
pytorch
c10::scalar_to_tensor(...) uses should be audited for performance and type promotion impact
See, for example: https://github.com/pytorch/pytorch/blob/272f4db043ec2c63ecfe6d2759e7893cb842a3c3/aten/src/ATen/native/Pow.cpp#L53 There are several other cases, too, and the pattern is, in general, an antipattern. This may affect type promotion and (see below) impacts performance. cc @ezyang @gchanan @zou35...
high priority,module: performance,module: cuda,triaged
low
Major
773,299,997
TypeScript
Language server: Recursively auto-complete default object instance.
# Suggestion ## πŸ” Search Terms - auto complete typescript object recursively - typescript language server options - typescript set default nested object ## βœ… Viability Checklist My suggestion meets these guidelines: * [x] This feature would agree with the rest of [TypeScript's Design Goals](https...
Suggestion,Awaiting More Feedback
low
Minor
773,346,739
rust
Function pointer does not fulfill the required lifetime
Function pointers have no lifetime of their own, and essentially are `'static` ([Unsafe Code Guidelines Reference](https://rust-lang.github.io/unsafe-code-guidelines/layout/function-pointers.html)), so I would expect `fn(T) -> U: 'a` to hold for any lifetime `'a` and types `T, U`. A function pointer that lived longer t...
A-lifetimes,C-bug,T-types
low
Critical
773,348,172
PowerToys
[Image Resizer] Unneeded resize on startup
PowerToys version: 0.27.0 PowerToy Utility: Image Resiszer Image resizer used to be a snappy little utility now it takes a few seconds to pop on the screen. Would really like it's launch speed as it was before... before the "new and improved" interface overhaul.
Area-Quality,Product-Image Resizer,Planning-Consideration
medium
Major