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
679,743,093
go
runtime/pprof: panic in appendLocsForStack on fuchsia-arm64
We've been seeing this issue for a while; filing this bug now that we've upgraded to go1.15. (See https://fxbug.dev/52575). This happens sometimes when running the runtime/pprof tests: ``` panic: runtime error: slice bounds out of range [3:2] goroutine 6 [running]: runtime/pprof.(*profileBuilder).appendLocsFor...
NeedsInvestigation,OS-Fuchsia,compiler/runtime
medium
Critical
679,744,703
opencv
Implement calcHist in the G-API
##### System information (version) - OpenCV => 4.4 - Operating System / Platform => macOS 10.15.6 - Compiler => Apple clang 11.0.3 ##### Detailed description This is a feature request to implement `cv::gapi::calcHist`. Whereas `equalizeHist` is implemented, `calcHist` would allow 2D histograms. ##### Steps ...
feature,category: g-api / gapi
low
Critical
679,756,304
pytorch
`onnxifi_load` symbol undefined in `libtorch_cpu.a` library built from source
## 🐛 Bug When building `libtorch_cpu.a` library from source manually, the generated `libtorch_cpu.a` contains undefined symbol `onnxifi_load` and thus would break some certain usage. ## To Reproduce Steps to reproduce the behavior: 1. Build libtorch using the following command: ```shell mkdir -p ~/li...
triaged
low
Critical
679,772,478
pytorch
Accessing elements of tensor with multi-dimensional index results `IndexError`
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> Accessing the elements of a tensor with a multi-dimensional index results in an `IndexError`, e.g. "index 6 is out of bounds for dimension 0 with size 5". This problem only occurs if indexing the elements with a torch tensor, while no erro...
triaged,module: numpy,module: advanced indexing
low
Critical
679,775,846
opencv
Properties of Mat / Dnn object in js / nodejs
##### System information (version) - OpenCV => 4.4.0 - Operating System / Platform => Ubuntu 20.04 - Compiler => emscripten ##### Detailed description ```js const cv = require('./opencv.js'); const jimp = require('jimp'); ... let srcImage = await jimp.read('icon_64x64.png') let mat = cv.matFromImage...
category: javascript (js)
low
Minor
679,778,266
flutter
Need hasSize property for TabBarView or dynamic sizing for CustomScrollView
I have a Layout I want to do with Flutter and I have found a solution that works but gives me an overflow error. It seems to be impossible to solve. The layout looks like this: https://i.stack.imgur.com/a7fiU.png Also a minimal example on dartpad: https://dartpad.dev/bda4cc5fd2aea292310fe05daa440760 I know t...
framework,f: material design,f: scrolling,d: examples,d: stackoverflow,c: proposal,P3,team-design,triaged-design
low
Critical
679,798,472
node
Option to hide "Debugger attached" console log on connected debugger
<!-- 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.** Our project [Rome](https://github.com/romefrontend/rome) has a test runner. We spawn `worker_threads` to execute te...
inspector
low
Critical
679,814,902
rust
`#![recursion_limit]` behaves strangely
I was playing around with `recursion_limit`, and I realized that `recursion_limit` doesn't check for bad values. `#![recursion_limit = "malformed"] fn main() {}`, for example, compiles without error. Moreover, when set to `1`, the Rust compiler raises a weird error: ``` error[E0275]: overflow evaluating the require...
A-diagnostics,T-compiler,C-bug
low
Critical
679,815,556
flutter
Implement an easy way to render text stroke
## Use case It's common to use a text stroke. For example to add an opaque black stroke to help text stand out with an image background behind it. Currently, the only two ways to add stroke are: - Add 4 shadows with offsets (0, 1) (1, 0) (0, -1) (-1, 0) - Use `Stack` to stack two `Text` components, one that r...
framework,f: material design,a: typography,c: proposal,team-design,triaged-design
low
Minor
679,820,291
storybook
Storysource code has duplicated variable declarations; navigation bug
**Describe the bug** In storysource, the `Template` variable is repeated once per story using `Template.bind({})`. Other functionality, such as clicking on the source code to navigate to a story, is broken. **To Reproduce** Use the storybook CLI to init a new storybook and set `{ injectStoryParameters: false }...
bug,addon: storysource,source-loader
low
Critical
679,829,993
flutter
Changing `ThemeData.TitleTextStyle's fontSize using `copyWith` also changes the title's color on the web
<!-- 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...
framework,f: material design,d: stackoverflow,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
679,912,536
neovim
Built-in terminal can not clear whole screen
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.5.0-nightly-490-g267bc57d2 - `vim -u DEFAULTS` (version: ) behaves differently? - Operating system/version: MacOS 10.15.4 - Terminal name/version: kitty - `$TERM`: xterm-kitty ### Steps to reproduce using `nvim -u...
bug,terminal,display
low
Minor
679,977,286
pytorch
[jit] need a better way to handle mix CPU/GPU (Inference/Training) for tracing
Tracing only support specialized device upon the traced inputs. In production many model training happens on GPU, and inference happens on CPU. Taking a simple example: ```python import torch import torch.nn as nn class MyScriptModule(nn.Module): def __init__(self): super().__init__() def...
oncall: jit
low
Critical
679,980,741
flutter
"flutter run --release -d web" still tries to run after saying it can't
``` $ flutter run --release -d web Downloading Web SDK... 9.2s This application is not configured to build on the web. To add web support to a project, run `flutter create .`. Launching lib/main.dart on Web Server in release mode... Running "flutter pub get" in flutter...
tool,a: quality,platform-web,P3,team-web,triaged-web
low
Major
680,008,010
flutter
[tool_crash] ProcessException: Project 'app' not found in root project 'android'.
## Command ``` flutter run --release ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs ProcessException: ProcessException: Process exited abnormally: To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_da...
c: crash,tool,t: gradle,P2,team-tool,triaged-tool
low
Critical
680,044,562
godot
Autotile bitmask not working as expected
**Godot version:** 3.2.2 **OS/device including version:** Windows 10 **Issue description:** <!-- What happened, and what was expected. --> - A standard `blob` tilesheet that was exported as Godot `.tres` by Tilesetter with bitmasks on didn't work as expected. - I have also tried to export the tilesheet as PN...
topic:editor,confirmed,documentation,topic:2d
low
Critical
680,083,177
go
proposal: net/http: flush other headers with 100-continue in expectContinueReader
On our `http` server that uses the built-in go `http` server, we'd like to pass a custom header to the API consumer before the final HTTP response has been established. It is documented that the golang http server does not support sending custom `1xx` status codes, however the golang http server itself sends a `100-Con...
Proposal
low
Minor
680,087,873
storybook
Using args/controls to change vue's local state
I was under the impression that with storybook 6 I can change values in vue's data() property without my component using props. I Use TS and have declared two data properties: userMenuOpen and text. The code below reflects what i want to do. If it's not possible like with 5 I misunderstood. Vue, typescript, storyboo...
feature request,help wanted,vue,has workaround,args
medium
Critical
680,091,379
rust
Strings are not optimized as vector of characters
This might be a long shot, but it would be really nice if Rust could do this. I'm working on an embedded application, where I draw some text. For a single symbol, I need to use a different font than I use to draw the rest of the text. Right now, Rust doesn't know that I use a single character and the binary contains al...
A-mir-opt,A-str
low
Major
680,152,212
go
x/crypto/acme: Directory.AuthzURL isn't checked for pre-auth support, in client.Authorize()
### What version of Go are you using (`go version`)? <pre> go version go1.14.7 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? yes, with any release of crypto/acme with ACMEv2 support ### What did you do? ``` _, err := lestencryptStagingV2client.Authorize("example.com") ```...
NeedsInvestigation
low
Critical
680,153,157
pytorch
Pytorch "Import torch" lead to "core dump"
## 🐛 Bug When I'm using Pytorch, I first import the _message module of Protobuf, and then import the torch module ,which causes core dump Steps to reproduce the behavior: Execute the following Python code: **from google.protobuf.pyext import _message import torch** ## Environment torch==1.4.0 torchvisison=...
module: binaries,module: protobuf,triaged
medium
Critical
680,167,966
storybook
(addon-controls) Support destructering object properties into individual controls
**Is your feature request related to a problem? Please describe.** Im often passing objects to my (Vue) components which by default will be added as JSON.stringified text control by `@storybook/addon-controls`. As I feel this is confusing/limited functionality (also because the JSON object isnt pretty printed (ie `J...
feature request,addon: controls,medium
high
Critical
680,188,462
vscode
Not able to turn Settings Sync on after changing github password
<!-- ⚠️⚠️ 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,github-authentication
low
Critical
680,209,764
TypeScript
Nested conditional type inconsistently causes error with annotations
<!-- Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ Please fill in the *entire* template below. --> <!-- Please try to reproduce the issue with the l...
Bug
low
Critical
680,238,127
youtube-dl
Faster downloading using alternative libraries
- [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones ## Question On quest for faster downloads in my custom script using `youtube-dl` as a library, I stumbled upon these https://github.com/ju...
question
low
Critical
680,254,816
rust
Confusing terminology with compiler message for traits "parenthetical notation"
```rust trait MyTrait {} fn demo<T>() where T: MyTrait(u8) -> u8, { } ``` ```none error[E0658]: parenthetical notation is only stable when used with `Fn`-family traits --> src/lib.rs:5:8 | 5 | T: MyTrait(u8) -> u8, | ^^^^^^^^^^^^^^^^^ | = note: see issue #29625 <https://github...
C-enhancement,A-diagnostics,T-compiler,D-confusing,D-papercut
low
Critical
680,303,801
TypeScript
API Suggestion: Add function for getting syntax kind name from syntax kind
## Search Terms function get SyntaxKind name ## Suggestion A common mistake people will do when using the compiler api is getting the syntax kind name by doing `ts.SyntaxKind[kind]`, where `kind` is the syntax kind number value (ex. I had this mistake in my presentation at tsconf in ts-ast-viewer, though that...
Suggestion,Awaiting More Feedback
low
Minor
680,347,031
vscode
Git - Clone to an alternate directory name
<!-- ⚠️⚠️ 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. --> <!-- Describe the feature you'd like. --> When performing a `git clone` I'd like the optio...
feature-request,git
medium
Critical
680,350,202
TypeScript
random emit declaration
<!-- 🚨 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,Fix Available,Rescheduled
low
Critical
680,352,620
vue
Native modifier for props
### What problem does this feature solve? Consider the following component ```vue <template> <div> {{title}} </div> </template> <script> export default { name: 'awesomeTitle', props: { title: String } } </script> ``` When using this component it now becomes impossible to set the title...
feature request,discussion
low
Major
680,371,069
vscode
Undo behavior: non-focused panel scrolls
<!-- ⚠️⚠️ 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,undo-redo
low
Critical
680,371,599
flutter
pigeon objc static analysis problem with ternary conditional nil checks
``` - WARN | [iOS] xcodebuild: /private/var/folders/3y/l0z1x3693dl_8n0qybp4dqwh0000gn/T/cirrus-ci-build/packages/video_player/video_player/ios/Classes/messages.m:59:51: warning: Converting a pointer value of type 'NSNumber * _Nullable' to a primitive boolean value; instead, either compare the pointer to nil or call...
platform-ios,package,p: pigeon,P3,team-ios,triaged-ios
low
Major
680,382,670
rust
Better codegen for FromIterator Box<[T]>
`Box<[T]>` requires 2x assembly (96 -> 185) compared to `Vec<T>`. I think this could be improved. ```rust pub fn t<'a>(iter: &'a [&str]) -> Vec<&'a str> { iter.iter().cloned().collect() } ``` ```rust pub fn t<'a>(iter: &'a [&str]) -> Box<[&'a str]> { iter.iter().cloned().collect() } ``` Looking at the genera...
A-collections,E-help-wanted,E-medium,A-iterators,I-heavy,T-libs
low
Minor
680,400,617
flutter
flutter build should check for some defaults like "A new Flutter project" as the description
We should detect some cases of the pubspec.yaml not having been updated in ways that people might not otherwise notice, and flag them. For example, the pubspec.yaml file says "A new Flutter project" by default, and we use that e.g. in the manifest.json of the Web bundle, and so I suspect a lot of people are going to ac...
tool,a: quality,a: build,a: release,P2,team-tool,triaged-tool
low
Minor
680,469,972
godot
If cast to parent type, the resources don't show up in the Inspector
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the b...
bug,topic:editor
low
Minor
680,484,326
godot
Statically typing a value as int and assigning a float to does not emit a warning
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,topic:gdscript
low
Minor
680,484,457
godot
Polygon2D fill area is not considering the position of the next containing Viewport
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2.stable.official **OS/device including version:** <!-- Specify GPU model, drivers, an...
bug,topic:editor,confirmed
low
Critical
680,561,123
flutter
Flutter overrides Android statusbar icon brightness on startup
Android supports light/dark brightness for statusbar icons. On startup, the FlutterActivity always sets the status bar icons to light. When trying to create an app with dark status bar icons, this causes a flicker between brightness on startup. ![flutter_light_status_bar](https://user-images.githubusercontent.com...
platform-android,engine,a: fidelity,a: quality,customer: crowd,a: layout,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-android,triaged-android
low
Critical
680,586,078
godot
Search & Replace omits first occurence when selected beforehand but the cursor being behind
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.3.rc3 (verified also on 3.2.2 stable) **OS/device including version:** <!-- Specify GP...
bug,topic:editor,confirmed
low
Minor
680,610,260
PowerToys
Volume Control & Mute/Un-Mute In Window Titlebar
## 📝 Provide a description of the new feature It's extremely annoying to me, and I think to many others, that to control something as common as volume which can change levels just between videos or songs that you have to go into the task bar and pop out a menu to change it is an ancient way of thinking. And yes most ...
Idea-New PowerToy
low
Major
680,643,040
go
testing: test failes if leaving files without write permission in T.TempDir
<!-- 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.15 darwin/amd64 </pre> ### Does this issue reproduce ...
NeedsInvestigation
medium
Critical
680,644,239
godot
"Library already set" when changing library location in .gdns
**Godot version:** v3.2.3.rc.custom_build.400a78005 **OS/device including version:** Win 10 x64 **Issue description:** I had a `.gdnlib` that I moved into a different location. This caused problems in the associated `.gdns` files, so I clicked load and pointed to the new library location. But this produc...
bug,topic:editor,topic:gdextension
low
Critical
680,728,970
storybook
[addon-docs] Add Reset button to be able to re-render stories
**Is your feature request related to a problem? Please describe.** We are having some components which are having some initial animation. We'd like to replay that animation by simply re-rendering the component. This would be pretty useful for several cases IMO, maybe you just simply want a quick reset after some user ...
feature request,good first issue,help wanted,addon: docs
low
Major
680,757,855
node
Race condition leading to hanging process in test-http2-reset-flood.js
* **Version**: v12.18.3 * **Platform**: Linux 4.19.127 x86_64 * **Subsystem**: test ### What steps will reproduce the bug? Need to run the test a lot. I use this and wait for the process to hang. ```sh for i in $(seq 1 1000) do echo -ne "$i\r" ./node test/parallel/test-http2-reset-flood.js if [[ $?...
flaky-test,http2
low
Critical
680,832,311
pytorch
one_hot tensors are channels_last but marked as contiguous
## 🐛 Bug `torch.nn.functional.one_hot` outputs tensors in channels-last format, but `is_contiguous` returns `False` (and `is_contiguous(memory_format=torch.channels_last)` returns `True`). This causes "mixed memory formats" warnings when multiplying this output with tensors that actually have the same memory format...
triaged,module: memory format
low
Critical
680,843,204
react-native
ios/Pods/Headers/Public/React-Core/React/RCTBridgeModule.h:132:1: Property with 'retain (or strong)' attribute must be of object type
iOS Xcode build fails with this Syntax error "**ios/Pods/Headers/Public/React-Core/React/RCTBridgeModule.h:132:1: Property with 'retain (or strong)' attribute must be of object type**" ## Description I am using this **RCTBridgeModule** to create my own custom bridge module for one of my application. Recently i migr...
Platform: iOS,Help Wanted :octocat:,Resolution: PR Submitted,Needs: Repro
medium
Critical
680,906,526
rust
Clarify use cases for Option is_some and is_none
Bringing this from a [Reddit comment on Beginner's critiques of Rust](https://www.reddit.com/r/rust/comments/hzx1ak/beginners_critiques_of_rust/fzn8exa): > `is_some()` and `is_none()` are more of an end goal. You use it when you want to know whether or not an `Option` has a value but don't actually need to use the v...
C-enhancement,A-docs
low
Minor
680,994,677
react
Portal Event Bubbling Use Cases
This is a spillover from https://github.com/facebook/react/issues/11387. The goal of this issue is **not** to argue about whether the current React's behavior makes sense in all situations. Rather, it is **collect a list of use cases, both when the current behavior works well, and when it doesn't**, so that they can...
Type: Discussion
medium
Major
681,019,686
rust
"-A warnings" cannot be overwritten later by `#[warn]` (but other "-A lint" can)
Given the following code ```rust #![warn(warnings, unused)] fn main() { let x = 13; } ``` running `rustc -A unused test.rs` shows a warning that `x` is unused as expected (since the module scope takes precedence over the command-line arguments). However, `rustc -A warnings` prints nothing. This is cause...
A-lints,C-bug
low
Major
681,020,261
rust
Rustdoc shouldn't collect all attributes into a single string when parsing markdown
Unfortunately, the API seems pretty limited: https://docs.rs/pulldown-cmark/0.7.2/pulldown_cmark/struct.Parser.html So until it's being extended, I guess we're kinda stuck with this extra allocation... _Originally posted by @GuillaumeGomez in https://github.com/rust-lang/rust/pull/75665_
T-rustdoc,I-compiletime,I-compilemem,S-blocked,A-doctests,A-markdown-parsing
low
Minor
681,108,825
go
x/tools/gopls: add codelens to show number of references to each symbol
Issue Type: <b>Feature Request</b> it would be nice to see if a function is referenced in the code or not. click on the codelens and see all the places the variable, function being referenced. variable: ![image](https://user-images.githubusercontent.com/9264813/90341929-8f3e7880-e021-11ea-9050-735f0fed3e49.png...
Thinking,help wanted,FeatureRequest,gopls,Tools
medium
Critical
681,152,045
angular
Directive matching with `attr.` is not working with Ivy
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
area: core,area: compiler,state: confirmed,core: directive matching,P3
low
Critical
681,174,950
godot
Light Size slider is creating artifacts
**Godot version:** <!-- Specify commit hash if using non-official build. --> f97280a0127950f5ae7d2e38f239ab9633afb041 **OS/device including version:** Pop OS 19, gtx1080ti **Issue description:** Light size slider creates weird artifacts on highlights, doesn't really soften shadows. Light size 0, Godot: ...
bug,topic:rendering
low
Major
681,203,224
create-react-app
Error: Cannot find module 'react-scripts/scripts/init.js'
When creating a brand new react app using the new way: "npx create-react-app my-app" i get the an error and seems to not be a way to fix it easy, I've found a way but I'm curios if the problem is from my pc or something else... I hope someone can help me understand what is happening 👍
needs triage
low
Critical
681,211,806
flutter
Horizontal edge scrolling is broken
Horizontal edge scrolling appears to be broken. I've tried it on iOS and Android emulators and on a physical Pixel 2. I've tried TextField and SelectableText. The bug is present in all of these cases. CupertinoTextField seems to have slightly better luck. It sometimes feels ok on the physical Pixel 2. On the Andr...
a: text input,team,platform-android,platform-ios,framework,f: material design,has reproducible steps,c: tech-debt,team: skip-test,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
681,228,833
go
x/tools/gopls: add insert-replace support (insertReplaceEdit)
Currently gopls is overwriting the surrounding suffix (in addition to prefix) when inserting candidates: ``` // completing to "food" currently results in "food" instead of "foodoo" f<>oo ``` I think it's from https://go-review.googlesource.com/c/tools/+/208501 changing the surrounding's range from `[ident.Pos(...
help wanted,FeatureRequest,gopls,Tools
medium
Critical
681,246,175
flutter
Sliver version for AnimatedSwitcher
## Use case I want to replace `CustomScrollView` item with fade transition ## Explanation To show/hide an item with transition, there exists `AnimatedOpacity` for regular `ListView` and `SliverAnimatedOpacity` for `CustomScrollView`. To replace an item with transition, there exists `AnimatedSwitcher` for re...
framework,a: animation,f: material design,c: proposal,P3,team-design,triaged-design
low
Major
681,260,310
go
x/build/cmd/gerritbot: support continuing to work with PRs that are closed and re-opened
We saw this in CL 239710, where a contributor accidentally closed a PR, reopened it, and was unable to get further updates into gerrit. @dmitshur @FiloSottile @qingyunha
Builders,NeedsInvestigation,FeatureRequest
low
Minor
681,262,494
flutter
[google_maps_flutter_web] Add "My Location" Widget.
The current version of the Google Maps Flutter Web plugin does not have the "My Location" functionality. This means there are two Map options that are not implemented: * `myLocationButtonEnabled` ([seems doable](https://developers.google.com/maps/documentation/javascript/examples/control-custom)) * `myLocationEn...
c: new feature,p: maps,platform-web,package,P3,has partial patch,team-web,triaged-web
medium
Critical
681,276,107
go
x/build: add builder that tests usage of gccgo to bootstrap go gc
There have been issues now and in the past about bootstrapping Go gc from gccgo being broken #40855, #30771. Documentation at https://golang.org/doc/install/source#bootstrapFromGccgo suggests that bootstraping from gccgo is supported. If this is the case I suggest we add a builder for that. To not be blocked on r...
Builders,NeedsInvestigation,new-builder
low
Critical
681,276,871
next.js
Wrapped styled-components don't update on Fast Refresh of imported modules
# Bug report ## Describe the bug When a styled component is created by wrapping another styled component, as in: ``` const Wrapper = styled(AnotherStyledComponent)``; ``` updates to the wrapped component aren't properly applied during Fast Refresh, when `AnotherStyledComponent` is imported from a separate mod...
bug,Webpack
low
Critical
681,277,204
node
Race condition in the inspector calls WriteRaw() on nullptr
* **Version**: v12.18.3 * **Platform**: Linux 4.19.127 x86_64 * **Subsystem**: inspector NOTE: Unable to reproduce this in v14.8.0. ### What steps will reproduce the bug? A race condition causing the process to abort can be triggered by running `test-inspector-wait-for-connection.js` in a loop. To make th...
inspector
low
Critical
681,278,502
create-react-app
Option --no-git
### 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..." --> Create react app starts with a git repository, but I wish I could start a react app with no git startup ### Describe the solution you'd like ...
issue: proposal,needs triage
high
Critical
681,289,393
rust
Confusing error message combining when arrays, size_of in a container
Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=ff721dd90338cf7cfa30b9fe7198db36 This code tries to use `[u8; std::mem::size_of::<T>()]`, where T is generic parameter. This is currently not supported, so for `good` function compiler gives helpful error: `constant expression depend...
A-diagnostics,T-lang,T-compiler,C-bug,A-const-generics,D-confusing
low
Critical
681,302,069
flutter
[animations] OpenContainer - Close using SliverAppBar's onStretchTrigger
<!-- 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...
framework,a: animation,package,p: animations,team-ecosystem,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,triaged-ecosystem
low
Critical
681,316,335
flutter
[google_maps_flutter_web] Handle `consumeTapEvents: false` correctly in Geometry controllers
Should the `consumeTapEvents` property on Geometry controllers prevent events from being added to the shared Stream? Do we need to prevent propagation of these events differently? Thanks @Sammius for chiming in with the [expected behavior](https://github.com/flutter/flutter/issues/64084#issuecomment-822660276).
p: maps,platform-web,package,P3,c: parity,team-web,triaged-web
medium
Major
681,384,013
flutter
Tree shake unused assets
In theory, we could probably shake out assets (e.g. fonts, images) from packages that a user isn't using. In practice, this is actually pretty hard because of the way strings are used in this and level of detection we can use when assets are used dynamically (e.g. get the name of an asset to show from your service, ...
c: new feature,tool,a: assets,a: size,a: build,P3,team-tool,triaged-tool
medium
Critical
681,392,322
TypeScript
Intellisense not working for nested npm modules in node project with typings
<!-- ⚠️⚠️ 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...
Needs Investigation
low
Critical
681,422,782
pytorch
[jit] remove shape/device specialization from tracing after ONNX done with its own shape inference
PR: https://github.com/pytorch/pytorch/pull/40628/ ONNX is doing its own shape inference, we should remove the shape/device info from tracing for better UX experience and avoid confusions of the weird encodings. cc @suo @gmagogsfm
oncall: jit,weeks
low
Minor
681,457,382
pytorch
Expose counters for torch.distributed to report communication overhead within a block.
## 🚀 Feature Similar to `torch.cuda.memory_stats()`, `torch.distributed` should provide functionality in order to report the total communication overhead within a scope, e.g. within a model's forward/backward pass. For example, a counter that reports the total inter-rank communication latency within a block and provi...
oncall: distributed,triaged
low
Critical
681,485,755
storybook
add on control enum data type not support object values
**Describe the bug** For the enum data type, The options value object can be injected to component properties (take effect on preview) but the control panel value is 'empty', and the multi-select array of object can't be injected to preview component **To Reproduce** Steps to reproduce the behavior: Story l...
bug,addon: controls
low
Critical
681,489,333
pytorch
mp.spawn 'args' are not clear
## 📚 Documentation It is not clear what I can pass as args in `torch.multiprocessing.spawn()` Can I pass the model, dataset, optimizer, scheduler, etc. through the args? Is it just primitives or perhaps objects which can be pickled? It would be great if a more concrete explanation was available. cc @jlin27
module: docs,module: multiprocessing,triaged
low
Minor
681,505,130
pytorch
[JIT] Cannot iterate over nn.ModuleList in JITted code when accessed through one level of indirection
## 🐛 Bug `nn.ModuleList` cannot be iterated over in JIT code when it is hidden behind one layer of indirection (so that it is treated as a `SugaredValue` rather than a `PythonSugaredValue`). ## To Reproduce ``` import torch class Submodule(torch.nn.Module): def __init__(self): super().__init__()...
oncall: jit,days
low
Critical
681,514,068
pytorch
Support for Multi-Categorical in torch.distributions
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Support for Multi-Categorical in torch.distributions ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to ano...
module: distributions,feature,triaged
medium
Major
681,514,539
vscode
Can't input backslash.
<!-- ⚠️⚠️ 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,keybindings-editor
low
Critical
681,523,985
three.js
Support stencilOpSeparate & stencilFuncSeparate?
Now the properties of Material only support `gl.stencilOp` & `gl.stencilFunc`. Can we add some properties to Material like `stencilZFailBack` to support separated stencil settings in webgl2 ?
Enhancement
low
Major
681,541,738
pytorch
Reduce number of stack frames used up by dispatcher
Make a debug build of PyTorch. Load up `build/bin/atest` in gdb. Breakpoint on `at::native::add` (don't worry about the symbol not being defined; it's in a dynamic library that will be loaded later). You will break inside the implementation of add kernel on CPU, and you will get a backtrace that looks like this: ```...
module: internals,module: bootcamp,triaged
low
Critical
681,546,394
pytorch
Vec256<int64_t> does not handle LONG_MAX on minimum
## 🐛 Bug I found this bug while working on https://github.com/pytorch/pytorch/pull/43092 When I try to implement `torch.amin`, I found that if I use `upper_bound<scalar_t>()` as the initial value of the reduction, I will end up getting a wrong negative result `-9223372036854775808` for `torch.long` tensor. Mo...
module: cpu,triaged,module: NaNs and Infs,module: vectorization,module: reductions
low
Critical
681,553,377
go
x/pkgsite: description of x/debug repo at golang.org/pkg page is outdated
![image](https://user-images.githubusercontent.com/4999471/90594870-808ac980-e1b9-11ea-887a-772397d5e77a.png) Here, the 'x/debug' repo is listed as a repo for 'an experimental debugger for Go'. This is outdated. Please update the repo description and this documentation.
Documentation,help wanted,NeedsFix,pkgsite
low
Critical
681,563,116
pytorch
Adding entropy function analogous to SciPy
## 🚀 Feature Add an entropy function in PyTorch to compute entropy = -sum(p * log(p), axis=axis), which is analogous to scipy.stats.entropy. ## Motivation It is a common thing to compute entropy given a distribution p in many use cases. Currently there are several ways to compute entropy in PyTorch listed as be...
feature,triaged,module: numpy
low
Major
681,568,548
go
net: some tests are skipped on Windows due to os.Getuid() always returns -1
### Does this issue reproduce with the latest release? Yes ### What did you do? `go test -v net` ### What did you expect to see? Run all tests that are applicable. ### What did you see instead? ``` === RUN TestIPConnLocalName --- PASS: TestIPConnLocalName (0.00s) iprawsock_test.go:93: skipping ip4...
OS-Windows,NeedsInvestigation
low
Major
681,577,980
youtube-dl
Buzzfeed
It says that Buzzfeed is supported but I can't download any video from that page: https://www.buzzfeednews.com/article/salvadorhernandez/dnc-joe-biden-state-nominations or even from their embedded video: https://video-player.buzzfeed.com/embed?transcoder_path=/hive-binaries/binaries/8e483879cb0a44018a6f3de21a718de7/...
question
low
Minor
681,586,934
go
net: some Windows DNS tests rely on CNAME flattening
### Does this issue reproduce with the latest release? Yes ### What did you do? `go test -v net` ### What did you expect to see? Test pass. ### What did you see instead? ``` === RUN TestNSLookupMX --- FAIL: TestNSLookupMX (0.04s) lookup_windows_test.go:37: no results ``` ### Comment When I se...
OS-Windows,NeedsInvestigation
low
Critical
681,589,570
godot
_get_configuration_warning() dialog box height does not return to normal after removing newlines
**Godot version:** v3.2.2.stable.official (on steam) **OS/device including version:** Windows 10 (Version 10.0.19041 Build 19041) **Issue description:** When you add newlines to an overridden _get_configuration_warning() tool script, the dialog box does not fit to height. This is demonstrated when you add ...
bug,topic:editor,topic:gui
low
Minor
681,592,144
TypeScript
Completions: Suggest enum member or literal union Inside switch statement
<!-- 🚨 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,Domain: Completion Lists,Experience Enhancement
low
Critical
681,594,379
flutter
Vertical pull down gesture for CupertinoPageRoute in fullscreenDialog mode
The CupertinoPageRoute fullscreenDialog mode has the same horizontal backGestureDetector as the default mode. Would be nice if the CupertinoPageRoute would also support a vertical back (pull down) gesture in the fullscreenDialog mode.
c: new feature,platform-ios,framework,a: fidelity,f: cupertino,c: proposal,team-design,triaged-design
low
Minor
681,665,472
pytorch
RuntimeError: Expected to have finished reduction in the prior iteration before starting a new one.
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Epoch: 1, iter 0: loss = 10.099 0%| | 1/144967 [00:02<116:54:31, 2.90s/it] Traceback (most recent call last): File "train.py", line 99, in <module> solver.train() File "/home/...
oncall: distributed,triaged,module: data parallel
medium
Critical
681,683,302
pytorch
OSError: could not find class definition when export torchscript module
## 🐛 Bug When I tried to export my pytorch model to torchscript, I got the following errors: ``` Traceback (most recent call last): File "/home/xxxxx/anaconda3/envs/torch/lib/python3.7/site-packages/torch/_utils_internal.py", line 46, in get_source_lines_and_file sourcelines, file_lineno = inspect.getso...
oncall: jit
low
Critical
681,695,027
youtube-dl
Config location
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
681,709,268
storybook
Typescript extended props not show v6
**Describe the bug** Define typescript props for component with extending other props, doesn't show the extended props. For example a component with ```ts interface TProps extends ComponentPropsWithoutRef<"input"> { label?: string; state?: InputState; helper?: string | React.ReactElement; } export co...
question / support,documentation,typescript,block: argstable
high
Critical
681,730,441
flutter
TextEditingController strange behavior on the listener
Hi, since the last stable 1.20.2 release, the listener of the TextEditingController has a strange behavior. - on the first input, the listener is called twice - when the controller is cleared, the listener is called 3 times. - one with the empty text - one with the previous text - the last with the empty...
a: text input,framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Minor
681,817,749
rust
Remove duplicate dependencies for rustc itself
Some things that immediately look promising to remove: - `smallvec 0.6.13`, from `rustc_workspace_hack` (can be upgraded) - `semver 0.9`, used for the rustc_ crates where cargo uses 0.10 - `env_logger 0.6`, used in rustfmt (can be upgraded) These duplicates were collected with `cargo tree -d` in the top-level directo...
C-cleanup,E-help-wanted,T-bootstrap
low
Critical
681,843,974
youtube-dl
youtub-dl work in command line bot not work in php
it works when I use `youtub-dl --cookies cookies.txt --get-url $url` in LINUX terminal. but it dose not work when I use `exec("youtub-dl --cookies cookies.txt --get-url $url");` in PHP. and it work when I delete --cookies cookies.txt from code. return : [youtube] yIRBMRTb260: Downloading webpage WARNING: As...
question
low
Critical
681,932,157
flutter
InteractiveViewer double tap to zoom
It should be easy to support double tap to zoom in InteractiveViewer, one way or another. It's probably possible to do this currently, but it's pretty difficult: 1. Pass a TransformationController to your InteractiveViewer. 1. Listen to double taps by wrapping InteractiveViewer in a GestureDetector. 1. On...
c: new feature,framework,f: material design,c: proposal,P3,team-framework,triaged-framework
medium
Major
681,937,224
flutter
NestedScrollView in DraggableScrollableSheet not working
<!-- 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...
framework,f: scrolling,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-framework,triaged-framework
low
Critical
681,984,891
neovim
clipboard provider is unable to invoke win32yank.exe on Cygwin
- `nvim --version`: ``` NVIM v0.4.4 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc.exe -march=x86-64 -mtune=generic -O2 -pipe -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthro...
bug,io,has:plan,platform:cygwin,system
low
Critical
681,999,444
create-react-app
Webpack 5 support (module federation)
### Is your proposal related to a problem? It would be great to be able to use federated modules in Webpack with a CRA application. ### Describe the solution you'd like Provide support for Webpack 5 by upgrading the default Webpack version to 5. This was previously requested (https://github.com/facebook/create...
issue: proposal,tag: new feature
high
Critical
682,017,180
go
x/build/cmd/gerritbot: support multiple CL authors (Co-authored-by)
The current gerrit and gerritbot workflow is designed assuming a single author for a CL. But we observed that often that is not always the case, and see features or changes that involve multiple authors. 1) a PR is from the results of pair or group programming. 2) the original PR author couldn't continue for som...
Builders,NeedsInvestigation,FeatureRequest,Community
low
Minor
682,029,608
youtube-dl
Download segments of Youtube Dash or HLS format in parallel
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
682,047,525
svelte
Preprocessing tries to process style string within script section
**Describe the bug** I have a component which generates a small bit of HTML which is injected into an `iframe`. The HTML contains a `style` section which the preprocessing tries to transform, yielding a parser error because there are interpolated values in it. (Accidentally opened this issue in `svelte-preprocess` ...
feature request,awaiting submitter,stale-bot
medium
Critical