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
702,645,954
flutter
[Flutter doctor] crash on connected devices when web support is enabled running on WSL, FormatException: Missing extension byte
Hi, I need to work on a web app, howerver flutter crashes during flutter doctor at the connected device steps. I work on Wsl - Debian. Chrome installed on Windows 10 ## Steps to Reproduce 1. install flutter following every step for linux starting from: git clone https://github.com/flutter/flutter.git 2. expo...
tool,P2,c: fatal crash,team-tool,triaged-tool
low
Critical
702,664,070
flutter
DropdownButton cannot progammatically request Focus using `FocusNode.requestFocus`
## Steps to Reproduce 1. Set up a simple view with many TextField's(first with autofocus: true) and DropdownButton or DropdownButtonFormField at the bottom. 2. Request to move focus to Dropdown **Expected results:** First TextField loses focus and the screen moves to Dropdown **Actual results:** First...
framework,f: material design,f: focus,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
702,684,613
godot
Godot inheritance. Parent's function calls child's function instead of its own.
**Godot version:** v3.2.2 **OS/device including version:** Windows 10 Home **Issue description:** When using inheritance, a parent's function calls a child's function instead of it's own. Is this normal? **Steps to reproduce:** Create three scripts as below. Attach _Main.gd_ to a scene node and run. _Pa...
discussion,topic:gdscript
low
Major
702,748,664
create-react-app
Error: Cannot find module 'react-scripts/scripts/init.js'
I can't tell what could be the issue. I want to create a new project with npx create-react-app client but keep getting this error, I tried cleaning my cache and updating my create-react-app to 3.4.1 yet still getting same issue... Please i need help. Error: Cannot find module 'react-scripts/scripts/init.js' Requir...
stale,needs triage
low
Critical
702,816,230
godot
Potentially inconsistent `List` behavior for `insert_after` and `insert_before` for when an element doesn't exist
**Godot version:** 6f4384f2063dc892b751eda750e120d72119644a **Issue description:** I know this may be silly and not sure whether this could be a copy-paste mistake or indented, and I'm not that experienced with using `std::list` either to know the expected behavior. If the element doesn't exist in the list (`...
discussion,topic:core
low
Critical
702,823,520
TypeScript
Preserve tuples when mapping with `as` clauses
<!-- 🚨 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
702,834,853
create-react-app
Anyone still facing this should try this and let me know if it still fails.
Anyone still facing this should try this and let me know if it still fails. ``` npx --ignore-existing create-react-app your-project-name ``` _Originally posted by @heyimalex in https://github.com/facebook/create-react-app/issues/8134#issuecomment-569353358_
stale
low
Minor
702,881,031
next.js
Investigate delaying asPath values for all build-time exported pages
When a page is exported at build time from either the automatic static optimization or from leveraging `getStaticProps` the `asPath` will initially be the `pathname` since it is the information we have for what the URL should be when visiting the page. On the client we currently delay updating the `asPath` for dyna...
Navigation
low
Major
702,881,216
youtube-dl
play.miun.se
<!-- ###################################################################### 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
702,886,604
godot
Audio: Using audio bus effect equalizer after playing a sound leads to a longer high cpu load period
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version**: Godot engine V3.2.1.stable X64 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows7 X64 Build 7601 SP...
bug,topic:audio
low
Critical
702,924,318
flutter
DatePickerEntryMode.calendar -> dont change year
in "await showDatePicker(" with DatePickerEntryMode.calendar at initialEntryMode, dont return changed year. this occur in "void _handleYearChanged(DateTime value) {" cause dont update var _selectedDate. workaroud: <pre> void _handleYearChanged(DateTime value) { _vibrate(); if (value.isBefo...
framework,f: material design,f: date/time picker,team-design,triaged-design
low
Minor
702,927,947
flutter
[flutter_driver] when running test, capture the state of the application in case of failure
## Use case When running a Flutter Drive test, capture the state of the application in case of failure. State may include some whitebox data (e.g. retrieved via `requestData` if connection isn't completely broken), or blackbox data (screenshot). Especially useful when a flaky test is failing at CI but passing ...
tool,t: flutter driver,c: proposal,P3,team-tool,triaged-tool
low
Critical
702,948,494
rust
Tracking Issue for OpenOptionsExt::as_flags
This is a tracking issue for the `OpenOptionsExt::as_flags` method defined in #76110 The feature gate for the issue is `#![feature(open_options_ext_as_flags)]`. # This feature was reverted in #77090 ### Steps - [ ] Adjust Documentation - [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization...
T-libs-api,C-tracking-issue,A-io,Libs-Tracked,O-unix
low
Minor
702,962,685
vscode
macOS: Crash when using `fs.watch` for network drives
On MacOS 10.15 when a file is open from an SMB share if connection t othe SMB share is lost the entire editor crashes. To repro: Open finder and Connect to Server open a file from the mapped SMB drive in VS Code disconnect the network return to VS Code VS Code crashes Expected behavior would be 'file no long...
bug,help wanted,upstream,freeze-slow-crash-leak,macos,file-watcher,file-io,nodejs,confirmed,upstream-issue-pending
medium
Critical
702,965,745
pytorch
torchscript continue training
It's possible to continue training the model which saved through this code? ``` script_model = torch.jit.script(model) script_model.cpu() torch.jit.save(script_model, "model.pt1") ``` Could you give an example? Thanks cc @gmagogsfm
oncall: jit
low
Minor
702,979,793
neovim
UI: multiline statusline/tabline, "docked" float windows
There's only so much information you can cram into one line. It's easy to have more information in your statusline than can possibly fit, a long git branch name plus a long file path are enough to fill a single line. While truncation helps, there is only so much you can truncate before the message becomes useless. T...
enhancement,ui,floatwin
medium
Major
703,024,749
go
x/tools/gopls: should not issue lint-style warnings on generated code
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.7 linux/amd64 $ gopls version golang.org/x/tools/gopls v0.5.0 golang.org/x/tools/gopls@v0.5.0 h1:XEmO9RylgmaXp33iGrWfCGopVYDGBmLy+KmsIsfIo8Y= </pre> ### Does this issue reproduce with the latest release? This is...
Thinking,gopls,Tools
medium
Critical
703,029,474
pytorch
Simple functions shouldn't go through dispatcher
It should be directly implemented as an inline function on Tensor.h, rather than going through dispatcher. Functions like this: * stride * is_complex
triaged,module: dispatch,better-engineering
low
Minor
703,048,736
storybook
Scroll position does not reset when switching between long docs
**Describe the bug** With multiple pure-documentation MDX docs, the scroll position of the preview window does not reset when switching between docs. **To Reproduce** Steps to reproduce the behavior: 1. Create at least two MDX docs without stories, with content long enough to result in a scroll bar. 2. Select ...
bug,good first issue,help wanted,addon: docs
low
Critical
703,049,423
pytorch
LNK2019 error after static compilation of Libtorch
## πŸ› Bug <!-- A clear and concise description of what the bug is. -->I I have statically build libtorch 1.6.0 successfully using the below commmands. After that when I try to link libtorch to the project I get the LNK2019 Unresolved External Symbol error?Is there anyway to solve this `Severity Code Description Pr...
module: build,triaged
low
Critical
703,055,395
pytorch
ComplexHelper.h contains non-inline functions
This happens to work out right now because there is only one cpp file that includes them, but it will break when we have a second include. To fix, move the functions into a cpp file. cc @ezyang @anjali411 @dylanbespalko
triaged,module: complex
low
Minor
703,087,923
pytorch
[RFC] Pipeline Parallelism in PyTorch
# Introduction As machine learning models continue to grow in size (ex: OpenAI GPT-2 with 1.5B parameters, OpenAI GPT-3 with 175B parameters), traditional [Distributed DataParallel](https://pytorch.org/docs/stable/notes/ddp.html) (DDP) training no longer scales as these models don’t fit on a single GPU device. As a ...
oncall: distributed,triaged,needs research,module: rpc
low
Major
703,097,163
TypeScript
Fix/fix all to remove TS-specific constructs in JS files
Today in a JS file, if you write something like ```ts function foo(x: string) { } ``` ``` Type annotations can only be used in TypeScript files. ``` We should provide a quick fix for these
Suggestion,Needs Proposal,Help Wanted,Effort: Moderate,Domain: Quick Fixes
low
Minor
703,137,333
youtube-dl
Club Illico
<!-- ###################################################################### 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
703,151,501
flutter
Environment flags passed in by --dart-define not being set in Flutter driver 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...
tool,platform-web,P2,team-web,triaged-web
low
Critical
703,160,431
TypeScript
Literal / Known keyof T (especially for mapped types)
<!-- 🚨 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
low
Critical
703,169,132
pytorch
fx: Python range function used on tensor shape is not symbolically traceable
Some models use tensor shapes with the `range` function. Currently this is not symbolically traceable: ``` import torch class M(torch.nn.Module): def forward(self, x): n, c, h, w = x.shape for _c in range(c): x = x * 2 return x m = M() gm = torch.fx.symbolic_...
triaged,module: fx
low
Critical
703,185,905
create-react-app
[V4] Fast Refresh should dismiss runtime errors
1. Type `foo.bar()` inside a component 2. See runtime error overlay 3. Change that to `foo.baz()` and save Expected: see the `foo.baz()` error overlay instead. Actual: keep seeing the `foo.bar()` overlay with the new error being "added" (the screen says 1 of 2 errors). In other words, when we do a Fast Refresh...
issue: bug report
low
Critical
703,185,950
electron
change the "visualEffectState" option at runtime
<!-- 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:
medium
Critical
703,189,389
create-react-app
[V4] Flash of unstyled content during Fast Refresh
This doesn't repro every single time, but I occasionally see a flash of unstyled content **after introducing and fixing a build error**. Here is a slowed down gif showing it: ![ezgif-6-7993a8ca6221](https://user-images.githubusercontent.com/810438/93407678-a247a100-f88a-11ea-9bdb-e0d5d5fa4fa9.gif) Individual u...
issue: bug report
low
Critical
703,191,796
go
x/website: install instructions for macOS/Windows target .pkg/.msi downloads, but are not applicable for .tar.gz/.zip archives
If I visit this URL: https://golang.org/doc/install?download=go1.15.2.darwin-amd64.tar.gz I see instructions that read: > Open the package file you downloaded and follow the prompts to install Go. > > The package installs the Go distribution to /usr/local/go. The package should put the /usr/local/go/bin direct...
NeedsDecision,website
low
Minor
703,196,490
pytorch
RuntimeError: Caught RuntimeError in replica 1 on device 1.
## πŸ› Bug version 1.4 OK, 1.6 Bug mutil-GPU torch.nn.DataParallel(model) ====================================== Traceback (most recent call last): File "/home/zy/CODE/bishe/glyce/glyce/bin/run_bert_glyce_classifier.py", line 421, in <module> main() File "/home/zy/CODE/bishe/glyce/glyce/bin/run_bert_...
needs reproduction,triaged,module: data parallel
low
Critical
703,199,856
TypeScript
List @deprecated strikethroughs in Problems tab
<!-- ⚠️⚠️ 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. --> The new deprecated strikethroughs in TS code are...
Suggestion,Awaiting More Feedback
medium
Major
703,220,434
go
cmd/go: test -coverprofile option causes test to panic
<!-- 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.4 linux/amd64 </pre> Also test with 1.14.9 and 1.1...
NeedsInvestigation
low
Critical
703,237,252
flutter
Engine Unittests are stripped of symbols
If you build the unit tests of the engine, they seem to be stripped of debug symbols: ``` $ ninja -C ../out/host_debug_unopt/ $ file ../out/host_debug_unopt/flutter_linux_unittests ../out/host_debug_unopt/flutter_linux_unittests: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter ...
a: tests,team,engine,P2,team-engine,triaged-engine
low
Critical
703,246,487
PowerToys
[FancyZones] Choose active layout based on key modifier
## πŸ“ Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ The user would be able to change the FancyZones layout based on the modifier (e.g. Shift, Ctrl, Alt) they have active. --- If you'd like to see this feature implement...
Idea-Enhancement,Product-FancyZones
low
Minor
703,267,421
three.js
Support "OCULUS_multiview" WebGL extension
Three.js supports the `"OVR_multiview2"` WebGL2 extension, which is enabled by default in some browsers. However that extension only works on non-anti-aliased contexts, which results in a very rough image. Further, the Oculus browser only supports it behind a flag. Oculus has implemented their own version of the ext...
Enhancement
low
Major
703,322,753
electron
Support getters and setters in the context bridge API
### Issue Details * **Electron Version:** * `9.x` * **Operating System:** * `macOS 10.15.x` ### Expected Behavior Exposing API via `contextBridge.exposeInMainWorld` should not have side effects. ### Actual Behavior Calling this method with an object that has a `get` property triggers it. This makes it...
enhancement :sparkles:
low
Major
703,356,263
godot
Checking if a tile is oneway causes continuous internal errors
**Godot version:** 3.2.2 stable **OS/device including version:** linux **Issue description:** After first checking a collision is with a tilemap and finding the tiles position I am doing the following: `bounce=!collision.collider.tile_set.tile_get_shape_one_way (tile_id,0) ` This works and tells me wheth...
bug,topic:core
low
Critical
703,368,117
flutter
Text features in Text widget should be implemented without TextStyle
**Case:** ``` Text( 'Hello, $_name! How are you?', textAlign: TextAlign.center, overflow: TextOverflow.ellipsis, style: TextStyle(fontWeight: FontWeight.bold,color:Colors.blue), ) ``` **Proposal:** ``` Text( 'Hello, $_name! How are you?', textAlign: TextAlign.center, overflow: TextOverflow...
framework,f: material design,a: typography,c: proposal,team-design,triaged-design
low
Major
703,600,132
react
Bug: Handling of symbols when used as deps incorrectly to create error message results in an unrelated TypeError: Cannot convert a Symbol value to a string
React version: 16.3.1 ## Steps To Reproduce 1. Click the button in this Code Sandbox https://codesandbox.io/s/blissful-sun-e0lle?file=/src/App.js ## The current behavior The wrong error is generated ## The expected behavior An error should still be generated but the error message should be correct. Th...
Type: Bug,Component: Hooks
low
Critical
703,608,940
go
runtime: occasional "exit status -1073741819" on windows-386-2008 builder
[2020-09-16T20:59:25-39da81d/windows-386-2008](https://build.golang.org/log/fbe8b39332cad3e3b1fb2ee3a4a6a3d792be5323) [2020-08-20T15:21:17-3f56862/windows-386-2008](https://build.golang.org/log/401769d73bd9606f365ff99de72d69276cf27810) [2020-06-25T03:11:43-1bb247a/windows-386-2008](https://build.golang.org/log/597595...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Critical
703,654,283
pytorch
[ONNX] Support Tuple(List(Tensors),...) in input/ouput
First of all, thanks for this awesome library ## πŸš€ Feature Add support of List(List(Tensors)) in onnx export facilities ## Motivation (Note i already ask on pytorch forum but without luck, hope i m in the right place and you have time to have a look) I have some kind of transformer models (aka encoder/de...
module: onnx,feature,triaged
low
Major
703,726,544
rust
Feature gate for unstable target_feature values not being checked on nightly
<!-- 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: [playpen](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=4c58960ac6fc536a2da930d6c0b3d8e9) ```rust #[cfg(t...
A-stability,T-compiler,C-bug,requires-nightly
low
Critical
703,760,231
flutter
Running a test using @TestOn('browser') annotation shows `no tests were found` result
## Steps to Reproduce ``` @TestOn('browser') import 'package:flutter_test/flutter_test.dart'; void main() { test('I must failed', () async { expect(1, 2); }); } ``` <!-- You must include full steps to reproduce so that we can reproduce the problem. --> I'm expecting the code to failed....but fo...
a: tests,tool,framework,d: api docs,platform-web,P3,team-web,triaged-web
medium
Critical
703,788,848
rust
warning: value assigned to `x` is never read not fixed by cargo fix
<!-- 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 main() { let mut x = 0; x = 8; println!("Hello, world! {}", x); } ``` which gives: ``` warning: val...
T-compiler,C-feature-request,A-suggestion-diagnostics
low
Critical
703,804,365
pytorch
Don't query current device on stream construction
The constructor for torch.cuda.Stream in torch/csrc/cuda/Stream.cpp unconditionally calls `cudaGetDevice` . However, this `current_device` is not used by anything. Delete it and make sure that nothing breaks when you do so.
module: bootcamp,triaged
low
Minor
703,804,545
react
Bug: Component with a Symbol as key, causes Crash
<!-- 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: 16.13.1 # Steps To Reproduce 1. Go To the link https://codes...
Type: Discussion
medium
Critical
703,811,703
ant-design
timepicker can't be selected on mobile
- [ ] 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 [https://drive.google.com/file/d/1ud8pSWJklzCf4rhOAXp5P0aqdVuocR5i/view?usp=sharing ](https://drive.google.com/file/d/1ud8pSWJklzCf4rhOAXp5P0aqdVuocR...
Inactive,πŸ“±Mobile Device
low
Minor
703,813,266
flutter
[Proposal] : Color for unselected Button in ToggleButtons
It is possible to define the selected color using ToggleButtons (fillColor) but it needs workarounds to define the color for unselected buttons which are transparent. Workarounds see https://stackoverflow.com/questions/60434927/background-color-of-toggle-buttons/63943884#63943884 It would be great to have an opti...
framework,f: material design,c: proposal,team-design,triaged-design
low
Minor
703,816,216
flutter
Constrained TextFields compensate for prefix/suffix when none exist
`fixBelowInput` is used in the layout of InputDecorator to compensate for a prefix/suffix that is so tall that it extends beyond the bottom of the input. However, it is sometimes being applied even when there is no prefix/suffix at all. ## Steps to Reproduce 1. Run the app whose code is given below, or any T...
a: text input,framework,f: material design,a: fidelity,a: quality,has reproducible steps,found in release: 3.3,found in release: 3.5,team-design,triaged-design
low
Critical
703,840,833
pytorch
for loop can't be symbolically traced
```python def get_additional_output_info( self, encoded_feature: Dict[str, torch.Tensor] ) -> Dict[str, torch.Tensor]: additional_info: Dict[str, torch.Tensor] = {} for key in encoded_feature.keys(): if key not in self.encoded_feature_key: additional_in...
triaged,module: fx
low
Critical
703,882,187
flutter
All of ThemeData's factory constructor parameters should be required to be non-null
Because having a few needless exceptions is confusing and likely due to historical accident not design. Of the 73 ThemeData.raw() parameters, buttonColor, applyElevationOverlayColor, and cupertinoOverrideTheme are _not_ required to be non-null.
framework,f: material design,team-design,triaged-design
low
Minor
703,896,679
node
Invalid ES module, internal SyntaxError, error text could use more context
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
esm
low
Critical
703,930,558
flutter
Update service worker to perform caching activities in install event
The service worker event activate is not guaranteed to run to completion, for example if the browser closes. If it fails or ends early, then it will never be rerun. The install event has stronger guarantees, and is a better solution for updating the caches.
c: new feature,tool,platform-web,P3,team-web,triaged-web
low
Minor
703,956,085
flutter
Consider simplifying ChannelBuffers to only ever store one message per channel
There's a lot of complexity with having ring buffers and so forth, and they are a source of some confusion and bugs. We would benefit greatly from this being significantly simpler. For use cases where a small ring buffer greater than 1 is appropriate, it seems like a sufficient solution is just to store all the rele...
c: new feature,team,engine,c: API break,c: performance,perf: speed,perf: app size,P3,a: plugins,team-engine,triaged-engine
low
Critical
703,965,726
pytorch
Incorrect documentation of SGD momentum
## πŸ› Bug Pytorch documentation: https://pytorch.org/docs/stable/optim.html#torch.optim.SGD "This is in contrast to Sutskever et. al. and other frameworks which employ an update of the form" ![image](https://user-images.githubusercontent.com/4337024/93537302-022c5f00-f900-11ea-9a98-fa83a7b90654.png) SGD: http:/...
module: docs,module: optimizer,triaged
low
Critical
704,001,101
terminal
[Regressed in 19H1] When you copy text out of FAR manager, it gets line wrapped
It appears that some time between RS5 and 19H1 we changed how line wrapping/unwrapping works and now FAR manager gets wrapped on copy. _Notes from internal filer_ > I'm on 3.0.0.5656 x64. I had repro with some older version as well, I installed the latest to check if it was fixed. Copy like you do in any other cm...
Product-Conhost,Area-Output,Issue-Bug,Priority-3,Impact-Compatibility,Impact-Correctness
low
Minor
704,009,523
godot
Scripts loaded from outside of res are suggested to save in res instead of just saving
<!-- 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. --> v3.2.3.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the ba...
topic:editor
low
Minor
704,060,310
pytorch
Issue while writing scalars o tensorboard using writer.add_scalars(....)
## Problem using add_scalars in torch.utils.tensorboard line 387, in add_scalars scalar_value = workspace.FetchBlob(scalar_value) NameError: name 'workspace' is not defined
triaged,module: tensorboard
low
Critical
704,132,192
flutter
RenderFollowerLayer needs a proper showOnScreen implementation
Want to check if this is worth doing, before relanding https://github.com/flutter/flutter/pull/65884. `RenderFollowerLayer.showOnScreen` needs to call `RenderLeaderLayer.showOnScreen` when it's linked to the leader. But if a `RenderFollowerLayer` knows who its leader is then we won't need the `leaderSize` field. Cu...
framework,P2,team-framework,triaged-framework
low
Minor
704,134,638
node
document cross compile arm on linux
I didn't find it in `BUILDING.md`, but it looks like this in our Jenkins CI. cc @bnoordhuis @targos @nodejs/platform-arm
doc,arm
low
Major
704,164,011
flutter
Selection indicator for disabled ToggleButtons
<!-- 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,framework,f: material design,c: proposal,team-design,triaged-design
low
Critical
704,166,113
pytorch
DataParallel on CPU
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Adding DataParallel method for CPU ## 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 another GitHub issue, p...
triaged,enhancement,module: data parallel
low
Minor
704,228,916
animate.css
Add a troubleshoot/FAQ section in the docs
It would make life easier if we had a docs section with some guidelines on common issues related to animate. On the top of my head, I can think of: - CSS properties being overwritten #1117 - Overflow "issues" #970 - Performance problems (although we have a few words in the Best practices section)
documentation,todo
low
Major
704,230,151
flutter
Cannot build and run app after updating to Xcode 12 (iOS 14): Target debug_universal_framework failed: Exception: Unsupported iOS arch name
<!-- 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: crash,tool,t: xcode,P2,team-tool,triaged-tool
low
Critical
704,233,958
pytorch
In pytorch 1.6。Run model with input no contiguous tensor will become very slow.
## πŸ› Bug In pytorch 1.6. Run model with no contiguous tensor will become very slow. Pytorch 1.5.1 also has this problem, but the problem is not very obvious. ## To Reproduce Steps to reproduce the behavior: This is a simplified code, and the speed difference may not be obvious. In my training code and ...
module: performance,module: cuda,triaged
low
Critical
704,252,996
godot
"Signal already connected" error for inherited scenes Godot3.2
___ ***Note:** This issue has been confirmed several times already. No need to confirm it further.* ___ (Although there are some similarities with https://github.com/godotengine/godot/issues/6106 ; there are also differences, so Akien asked to make a new bug report; nevertheless, possible regression? in the ot...
bug,topic:editor,confirmed
low
Critical
704,255,760
flutter
TextFormField.onFieldSubmitted with TextInputAction.next fails inside a GestureDetector which requestFocus
## Steps to Reproduce 1. Create a `TextFormField` with a `onFieldSubmitted` and `textInputAction: TextInputAction.next` 2. Wrap the textField inside a `GestureDetector` which calls `requestFocus(FocusNode())` on a `panDowEvent` 3. Now if you tap the field, type something and press *next* on the keyboard, `onFieldS...
a: text input,framework,f: material design,a: error message,f: focus,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
704,269,898
pytorch
Fuse softmax and masking in MultiheadAttention
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Fuse `softmax` and mask calculation in `multi_head_attention_forward`. ## 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 i...
feature,module: nn,triaged,needs research
low
Minor
704,278,992
rust
Unhelpful error message "cannot satisfy `<associated_type> == _`"
<!-- 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 mod general { // Shorthand for getting the OperationState type of an Operation with a given Session type pub type ...
C-enhancement,A-diagnostics,T-compiler,D-confusing
low
Critical
704,296,619
flutter
VideoElement doesn't resume autoplay on route pop
Inserting a VideoElement with autoplay attribute set to true in a widget produce a weird behaviour when navigating to a second route and navigating back. ## Steps to Reproduce You can find a concrete sample in this repository: https://github.com/carlo-lucera-3r/flutter_web_video_test Clone the sample repositor...
engine,e: embedder,platform-web,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-web,triaged-web
low
Minor
704,310,338
ant-design
Add overscroll-behavior: contain by default to table with horizontal scrolling to prevent unwanted navigation
- [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? Unwanted navigation to prev/next page in Macs Chrome on edge of horizontal scrolling. ### What does the proposed API look like...
help wanted,Inactive
low
Minor
704,327,094
pytorch
Clarify use of GLog/GFlags
## πŸ› Bug The CMakeLists.txt contains https://github.com/pytorch/pytorch/blob/b85568a54a9c60986235ad1e0cc5dffc71b9d5b1/CMakeLists.txt#L756-L761 which basically says that PyTorch requires GLog and GFlags. However I just downloaded the "official pytorch" via `pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f http...
module: dependency bug,module: build,triaged,small,module: build warnings,better-engineering
low
Critical
704,331,898
flutter
InteractiveViewer should allow full-screen overlay zooming
### Describtion InteractiveViewer widget is not working as I expected, because it not covering the other widget on my screen when I zoom in. but instead, it zooms in below the other widgets. I think it should be at the top of the screen. Also, It should provide the ability to hide the status bar and the navbar whil...
c: new feature,framework,P3,team-framework,triaged-framework
medium
Major
704,339,926
rust
Bulk-initialization of contiguous enums with memset
In the Fuchsia project, we have some structs that have large numbers of contiguous `Option` fields: ``` #[derive(Debug, PartialEq)] pub struct Example { pub a: Option<i8>, pub b: Option<i8>, pub c: Option<i32>, ... } ``` This struct is initialised with each field set to `None`. ``` impl Ex...
I-slow,C-enhancement,T-compiler
low
Critical
704,370,462
godot
NetBSD DNS resolution for type IP_ANY always return IPV6 (AI_ADDRCONFIG not working).
**Godot version:** Godot 3.2.x git **OS/device including version:** NetBSD 9 AMD64 **Issue description:** I am given an error about trying to connect to the asset server. I don't know if this is a NetBSD issue or a godot issue. **Steps to reproduce:** Compile the 3.2.x git on NetBSD and watch the out...
bug,platform:linuxbsd,topic:network
low
Critical
704,377,236
react
Bug: input[type="radio"] controlled value can get out-of-sync
React version: 16.13.1 and 17.0.0-alpha.0-2d131d782 ## Steps To Reproduce 1. Render two `input[type="radio"][name="radio"]`: one is checked, one isn't 2. Get warning about passing `onChange` or `readOnly` 3. Add empty `onChange` to both Link to code example: - [React 16 repro](https://codesandbox.io/s/r...
Type: Bug,Component: DOM,Status: Unconfirmed
low
Critical
704,386,051
vscode
Buttons and commands associated with a custom editor are gone under a certain scenario
<!-- ⚠️⚠️ 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,webview,custom-editors
low
Critical
704,390,920
vscode
Slow reponse to scroll and typing
Issue Type: <b>Performance Issue</b> It is not slow to start-up, it is slow to do anything in the text editor (scroll, find, type, etc). For example, when scrolling, the screen is unable to keep up with the mouse wheel and it will keep scrolling for a while after I stop the mouse wheel. I disabled the extensions I...
bug,accessibility,windows,perf,mitigated
high
Critical
704,421,556
godot
Relative path script extending does not work with scripts not in res (parse error)
<!-- 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.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
discussion,topic:gdscript,topic:editor,documentation
low
Critical
704,427,333
flutter
FrictionSimulation produces non-sensical results with drag values of 1.0
If you supply a drag value of 1.0 the simulation instantly outputs values of infinity which seems at odds with the behavior of the other values of drag. (i.e. for drag values of < 1 the dx of the simulation converges towards 0, for drag values of > 1 the dx approaches infinity, for drag values of 1 the velocity should ...
framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
704,446,840
pytorch
copy.deepcopy not working properly for jit.TopLevelTracedModule
## πŸ› Bug When trying to deep-copy jit scripted/traced module, parameters are not copied properly. Instead, they are created with `grad_fn=<CloneBackward>`, mirroring to original parameter tensors. Not sure if it is bug but looks quite strange. On the contrary, deep-copy of say `nn.Linear` module works fine, introdu...
oncall: jit,days
low
Critical
704,496,085
pytorch
Optimization with constraints for torch.optim
## πŸš€ Feature The option for constraint-aware optimization techniques within torch.optim. [Sequential Quadratic Programming](https://en.wikipedia.org/wiki/Sequential_quadratic_programming) is a very common choice, but there are other algorithms out there. ## Motivation SQP (and related techniques) are nice for w...
feature,module: optimizer,triaged,needs research
low
Major
704,506,366
flutter
Implement auto-completion for zsh, bash, and PowerShell for the flutter tool
Rather than attempt to look up args at runtime (which cause artifacts to be downloaded or compiled), the SDK could generate a script/data format for different shells to consume and check this in during development (since the args/commands do not change frequently). This should allow completion to work provided the SDK ...
c: new feature,tool,P3,team-tool,triaged-tool
low
Major
704,519,481
youtube-dl
Site Request: watch.eventive.org
<!-- ###################################################################### 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
704,534,160
go
gollvm: support for coverage
Hello again. I am experience problems similar to [cmd/cover: Not registered as a tool](https://github.com/golang/go/issues/9086) . ### What version of Go are you using (`go version`)? <pre> $ go version </pre> > go version go1.15rc2 gollvm LLVM 12.0.0git linux/amd64 ### Does this issue reproduce with the...
NeedsInvestigation
low
Critical
704,540,482
TypeScript
Don't require to implement optional abstract properties
## Search Terms abstract optional override ## Suggestion If in abstract class abstract property is marked as optional, allow child classes not to implement it. So I suggest to remove an error for property `x` of class `D` in the following code: https://www.typescriptlang.org/play?ts=4.0.2#code/IYIwzgLgTsDGEA...
Suggestion,Awaiting More Feedback
medium
Critical
704,540,851
flutter
FlutterJNI should probably be a singleton, or at least injected, and be testable
Today, both FlutterEngine and InputConnectionAdapter (and via that, FlutterTextUtils) create new FlutterJNI instances. I'm pretty sure that _only_ FlutterEngine needs one. InputConnectionAdaptor doesn't need any state, it's only using native methods that are stateless. The only thing that isn't clear to me is whe...
platform-android,engine,P2,team-android,triaged-android
low
Minor
704,576,318
storybook
Allow to disable HTML escape in text control
**Is your feature request related to a problem? Please describe.** After updating to v6, I want to have a control with text input that allows to insert HTML. It is usefull for components with slots to see how the component behave. **Describe the solution you'd like** Have an `escapeHTML: false` property in argTypes f...
feature request,help wanted,addon: controls
low
Major
704,609,044
rust
Stable counterpart for `core::intrinsics::volatile_set_memory`
A volatile memset function would be useful for efficiently zeroing sensitive data before dropping it so it's less likely to be exposed by bugs like Heartbleed. It's already possible to explicitly zero bytes in Rust by using `core::ptr::write_volatile` in a loop, but because the writes are volatile, the compiler is forc...
T-lang,C-feature-request
low
Critical
704,609,134
pytorch
[feature request] dtype argument for torch.sign
E.g. it may be useful to pass in torch.int8 to save memory cc @mruberry @rgommers
triaged,enhancement,module: numpy
low
Minor
704,613,553
pytorch
Tensordot does not support Bool
## πŸ› Bug tensordot issues an error while using tensors of dtype Bool (not sure if this an intended behavior). numpy.tensordot fully supports such tensors. ## To Reproduce a = torch.tensor([[False, True], [False, True]]) b = torch.tensor([[False, True], [False, True]]) torch.tensordot(a, b, dims=1) Traceback...
triaged,enhancement,module: numpy,module: boolean tensor
low
Critical
704,615,731
react-native
Getting SIGABRT Crash on release build. libc.so
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Did looked for related issues did not find any solution for this, the crash is prominent for almost most of the user on my end on my device im unable to reproduce it if someone has faced the crash...
Platform: Android,Platform: Linux,Tech: Hermes,Needs: Repro,Needs: Attention
high
Critical
704,629,782
go
os: if rename system call fails, try ioctl(FICLONE)
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.2 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summ...
help wanted,OS-Linux,NeedsInvestigation
low
Critical
704,630,325
godot
[3.x] Autocompletion for Strings doesn't work if the popup with suggestions is escaped or isn't visible before typing
<!-- 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 (Flathub) **OS/device including version:** <!-- Specify GPU model, drivers, and th...
bug,topic:editor
low
Critical
704,647,861
godot
Spotty autocompletion for file path after "extends" keyword
<!-- 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 (from Flathub) **OS/device including version:** <!-- Specify GPU model, drivers, a...
bug,topic:editor
low
Minor
704,649,629
godot
Path inside animation player is not updated consistantly when dragging around the node tree
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.3 <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 10 <!-- Specify GPU model, drivers, and th...
bug,topic:editor
low
Minor
704,657,116
rust
Intra-doc links choose a random method if there are multiple implementations of the same generic trait
This is case three from https://github.com/rust-lang/rust/pull/74489. If a type implements a trait that's generic and implemented multiple times with different generic parameters, then rustdoc generates the same link for each. For example, `[String::from]` resolves to https://doc.rust-lang.org/nightly/alloc/string/s...
T-rustdoc,A-associated-items,C-bug,A-intra-doc-links
low
Minor
704,675,708
react
Removal of <script> functionality needs to be added to https://reactjs.org/docs/ and a warning displayed while in development mode.
When a <script> tag is used within JSX there is functionality that tricks the browser into not executing the contained code or from fetching the `src`. There is a code comment indicating this behaviour: `Create the script via .innerHTML so its "parser-inserted" flag is set to true and it does not execute` but for...
Type: Discussion
medium
Minor