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 |
|---|---|---|---|---|---|---|
781,976,582 | flutter | pushNamedAndRemoveUntil breaks the chain and can not return data | I have PageA that pushNamed PageB then pushNamed PageC
PageA -> PageB -> PageC
Then in PageC I have a button that allows me to use pushNamedAndRemoveUntil to bring up PageD and remove previous pages until PageA, so now it becomes like this:
PageA -> PageD
What Im expecting is when I pop PageD with some data, P... | framework,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Major |
782,008,398 | pytorch | CUDA error when using `binary_cross_entropy_with_logits` | ## 🐛 CUDA error when using `binary_cross_entropy_with_logits`
If using a RTX 3070 GPU with `F.binary_cross_entropy_with_logits` in code, it will cause a **RuntimeError: CUDA error: unspecified launch failure**. While for RTX 20 series or older GPU, everything is going well.
## To Reproduce
Check [this noteboo... | module: cuda,module: memory usage,triaged | low | Critical |
782,085,469 | godot | "The selected resource does not match any type expected for this property" error with custom resource types | **Godot version:**
3.2.3
**OS/device including version:**
* macOS 10.15.7
* Windows 10
**Issue description:**
When referencing custom resource types in other custom resource types and loading a resource file that was previously created based on that resource type the following error is displayed:
> Th... | topic:editor | low | Critical |
782,101,584 | rust | Confusing error messages regarding lifetime |
I tried this code:
```rust
fn foo<'a>(v: &'a mut Vec<&'a str>, s: &'a str) {
v.push(s);
}
fn main () {
let mut v = Vec::new();
let s = "abc";
foo(&mut v, s);
println!("{:?}", v);
}
```
I expected to see this happen: compiles or displays understandable error messages
Instead,... | A-diagnostics,A-lifetimes,T-compiler,C-bug,D-confusing,D-terse | low | Critical |
782,145,620 | pytorch | torch.cross is divergent from np.cross | PyTorch's [torch.cross](https://pytorch.org/docs/master/generated/torch.cross.html?highlight=cross#torch.cross) has the signature:
```
torch.cross(input, other, dim=None, *, out=None) → Tensor
```
And its documentation notes that "If dim is not given, it defaults to the first dimension found with the size 3. N... | triaged,module: numpy,module: deprecation | low | Major |
782,150,830 | pytorch | torch.equal is divergent from np.equal | PyTorch's [torch.equal](https://pytorch.org/docs/master/generated/torch.equal.html?highlight=equal#torch.equal) tests if two tensors have the same size and elements, while NumPy's [np.equal](https://numpy.org/doc/stable/reference/generated/numpy.equal.html?highlight=equal#numpy.equal) tests for elementwise equality.
... | triaged,module: numpy,module: deprecation,module: testing | low | Minor |
782,156,006 | pytorch | torch.transpose is divergent from np.transpose | PyTorch's [torch.transpose](https://pytorch.org/docs/master/generated/torch.transpose.html?highlight=transpose#torch.transpose) swaps two dimensions in a tensor, while NumPy's [np.transpose](https://numpy.org/doc/stable/reference/generated/numpy.transpose.html?highlight=transpose) permutes the dimensions of its input, ... | triaged,module: numpy,module: deprecation | low | Major |
782,161,082 | excalidraw | Importing scene replaces current scene | I dragged a file form another save to my window and that replaced all my previous drawings.
Is there a UI I am missing or is that the intended behavior? | discussion,UX/UI | low | Major |
782,165,247 | pytorch | torch.meshgrid is divergent from np.meshgrid | PyTorch's [torch.meshgrid](https://pytorch.org/docs/master/generated/torch.meshgrid.html?highlight=meshgrid#torch.meshgrid) is divergent from NumPy's [np.meshgrid](https://numpy.org/doc/stable/reference/generated/numpy.meshgrid.html?highlight=meshgrid#numpy.meshgrid). The documentation for these functions is very hard ... | triaged,module: numpy,module: deprecation | medium | Critical |
782,183,714 | godot | [TRACKER] Bullet Physics issues | This tracker is for physics issues that are specific to Bullet Physics and **not** present in Godot Physics.
Note: Issues that can be reproduced on both Bullet and Godot Physics are listed in https://github.com/godotengine/godot/issues/45333.
```[tasklist]
### RigidBody
- [ ] https://github.com/godotengine/godo... | bug,tracker,topic:physics,topic:3d | medium | Major |
782,192,355 | PowerToys | [Run][Plugin] Rename projects/binaries to follow the required schema | **WARNING: this needs to be coordinated with the localization team to avoid problems see https://github.com/microsoft/PowerToys/pull/9196 and
https://github.com/microsoft/PowerToys/pull/9210**
PT Run plugins should follow the same naming convention as the `Service` and `System` plugins.
See https://github.com/... | Help Wanted,Area-Setup/Install,Area-Quality,Priority-2,Area-Build,Run-Plugin,Tracker | low | Major |
782,196,537 | create-react-app | Can't import the named export 'XXX' from non EcmaScript module (only default export is available) | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | needs triage,issue: bug report | medium | Critical |
782,206,882 | opencv | Mertens merge (Photo module) | For the merge Mertens the documentation indicates:
"The resulting image doesn't require tonemapping and can be converted to 8-bit image by multiplying by 255, but it's recommended to apply gamma correction and/or linear tonemapping."
This is not true because the algorithm does not guarantee that the resulting val... | category: documentation,category: photo,RFC,pr: Discussion Required | low | Minor |
782,222,536 | storybook | Add an ability to disable action callback individually | **Is your feature request related to a problem? Please describe**
The global actions `argTypesRegex` simplifies greatly the addon usage. But for some components, we need more flexibility to disable/override action for a particular property.
We have a component that changes behavior based on property existence. Th... | feature request,addon: actions | low | Minor |
782,239,808 | pytorch | Add MultiScheduler | ## 🚀 Feature
I would like to have a MultiScheduler that allows me to use multiple schedulers after each other, with the same optimizer.
## Motivation
It is not uncommon to have a learning rate schedule that looks like the following example:
- First have a burn in learning rate for 1000-2000 batches (eg. quadrati... | module: optimizer,triaged,enhancement | low | Minor |
782,252,760 | youtube-dl | Using cookies slows down youtube's ban ip | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
782,255,236 | tensorflow | tensorflow/c/eager/c_api_test fails to find GPU implementation of MatMulOp | **System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS7
- TensorFlow installed from (source or binary): source
- TensorFlow version (use command below): 2.4.0
- Python version: 3.7... | stat:awaiting tensorflower,type:bug,comp:eager,TF 2.4 | medium | Critical |
782,260,101 | flutter | Firebase test lab recipe should make it clearer which file(s) failed when it scans the logcat | https://flutter.googlesource.com/recipes/+/refs/heads/master/recipes/firebaselab/firebaselab.py#67 is only getting one logcat file, whereas we're running tests on multiple devices.
We should validate all logcat files.
The validation logic is really just making sure Flutter did not issue some non-fatal warning. Ev... | a: tests,team,team-infra,P3,triaged-infra | low | Critical |
782,284,167 | go | go/printer: inconsistently requires ParenExpr | go/printer is inconsistent in handling the absence of ParenExpr. First, let me show an example that automatically inserts required parentheses, despite no ParenExpr existing in the AST:
// (- a (- b c))
&ast.BinaryExpr{
X: &ast.Ident{Name: "a"},
Op: token.SUB,
Y: &ast.BinaryExpr{
X: &ast.Ident{Name... | NeedsFix | low | Minor |
782,311,888 | rust | Linker errors when cross-compiling from Xcode on Big Sur | Hi all, invoking `cargo build` from Xcode on Big Sur currently fails when a crate needs to link against a system library from a build script, unless `SDKROOT` has been [explicitly set to the path of the macOS SDK](https://github.com/irh/rust-big-sur-test/blob/e4fdc1fa73c32ad9b54cce077367fe4f45e3f207/xcode/rust-build-sc... | O-macos,A-cross,C-bug | low | Critical |
782,319,649 | vscode | Unexpected editor.selection in onDidChangeActiveTextEditor callback | <!-- ⚠️⚠️ 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,api,editor-core | low | Critical |
782,323,961 | vscode | Git - Improve missing Git user/name behavior | @CoreTechnologyAG @GuilhermeAbacherli
I know how to resolve it, the reason why I opened this issue is because i think it can be done better.
@eamodio could you take a Look at our suggestions?
They are as following:
Suggestion 1: Make an option in the settings to enable/disable auto-detect
Suggestion 2: Make it a... | help wanted,feature-request,git | low | Critical |
782,360,878 | create-react-app | Import of module in a *.d.ts typings file fails compilation | ### Describe the bug
Referencing a typings file that is not under `node_modules` fails with a compilation error.
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
Absolute path, module resolution, the actual error, and hundreds more!
### Environment
... | stale,needs triage,issue: bug report | low | Critical |
782,420,585 | pytorch | Implement dunder getattribute instead of dunder getattr for nn.Module | ## 🚀 Feature
Implement `__getattribute__` instead of `__getattr__` for `nn.Module`.
## Motivation
The purpose behind this proposal is as a workaround to a Python issue that arises if a user employs the `@property` decorator in their `nn.Module` subclass. Lots of detail on the problem can be found in #33934 an... | module: bc-breaking,module: nn,triaged,topic: bc breaking | low | Critical |
782,424,727 | create-react-app | eslint extend config on react-scripts 4.0.1 not working in lerna monrepo | ### Describe the bug
We have Monorepo with 3 packages that using CRA, and we have one .eslint config file (to extend react-scripts one) after updating them to 4 from 3
we can't run the app. We get a lot of ESlint the biggest error is that ESlint not finding package.json
when deleting .eslint.js config everything w... | needs triage,issue: bug report | low | Critical |
782,427,197 | PowerToys | Provide mouse pointer support for Left Handed users / custom pointer | ## 📝 Provide a description of the new feature
Per a discussion on [Twitter](https://twitter.com/ClintRutkas/status/1347665196895010817), I propose adding an extension that allows the user to enable alternate Windows mouse pointer design and behavior (move the hot spot) so that for persons who use the mouse with their... | Idea-Enhancement,Product-Mouse Utilities | low | Major |
782,433,187 | flutter | OpenContainer widget disables all Hero animations on second route | <!-- 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,f: routes,package,p: animations,team-ecosystem,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,triaged-ecosystem | low | Critical |
782,460,980 | flutter | State restoration for webview_flutter | ## Use case
- State restoration is awesome! It reallys simplifies application logic in providing an unsurprising user experience.
- It'd be great if `WebView` widgets supported state restoration as well
## Proposal
- Add `WebView` support for `RestorationMixin` (I think?)
- Include scroll offsets, navigation his... | c: new feature,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
782,468,433 | godot | The properties move_lock_x, move_lock_y, and move_lock_z of the Kinematic body 3D node are not available in Visual Script | <!-- 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. -->
- Godot 3.2.4 beta 5
**OS/device including version:**
<!-- Specify GPU model, drivers,... | bug,topic:visualscript | low | Minor |
782,468,718 | pytorch | Way to solve GPU Host Thread Contention? |
Hello. Sorry to bother you guys. It seems that sometimes there might be CPU Thread Contention between workers on a single node for distributed training. The CPU may use a lot of its host threads to keep one GPU busy, then launch kernels on another GPU, which would result in an overall delay since all workers need to ... | oncall: distributed,triaged | low | Major |
782,472,507 | godot | The methods get_axis_lock and set_axis_lock of the Kinematic body 3D node are not available in Visual Script | <!-- 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. -->
- Godot 3.2.4 beta 5
**OS/device including version:**
<!-- Specify GPU model, drivers,... | bug,confirmed,topic:visualscript | low | Minor |
782,488,160 | TypeScript | Mixin classes with private/protected constructors are subclassable | # Bug Report
### 🔎 Search Terms
mixin, private constructor
### 🕗 Version & Regression Information
This is the behavior in every version I tried, and I reviewed the FAQ for entries about Classes.
Versions tried:
- 3.7.4
- 4.1.3
- Nightly
### ⏯ Playground Link
[Playground link with relevant co... | Bug | low | Critical |
782,494,310 | vscode | Git - Add "Git: Switch to…" as an alias for "Git: Checkout to…" | <!-- ⚠️⚠️ 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. -->
Related (but not duplicate): #110221
In the... | help wanted,feature-request,git | low | Major |
782,532,013 | opencv | opencv/modules/core/src/parallel.cpp: expected type-specifier before ‘split’ include tbb_stddef.h | - OpenCV => 4.5
- Operating System / Platform => ubuntu20.04
- Compiler => gcc9.3.0
cd /data/software/opencv/build/modules/core && /usr/bin/ccache /usr/bin/c++ -DBOOST_DISABLE_ASSERTS -DCVAPI_EXPORTS -DCV_COLLECT_IMPL_DATA -DHPX_DISABLE_ASSERTS -DHPX_LIBRARY_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE="long l... | category: build/install,incomplete | low | Critical |
782,535,506 | rust | Attempting to reuse lifetime in inner function should give E0401, not E0261 | Errornous code:
```rust,edition=2018
fn lifetime_outer<'a>(_: &'a ()) {
fn inner(_: &'a ()) {}
}
```
Current error message:
```
error[E0261]: use of undeclared lifetime name `'a`
--> src/lib.rs:2:18
|
2 | fn inner(_: &'a ()) {}
| - ^^ undeclared lifetime
| |
... | A-diagnostics,A-lifetimes,T-compiler | low | Critical |
782,564,239 | youtube-dl | Support request for stream.meet.google.com | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
782,577,758 | go | proposal: text/template: safe navigation with ?. | It would be beautiful if the package `text/template` (used by e.g. Helm) could support optional chaining. Similar to JavaScript in latest standard ECMAScript 2020. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
It would basically look like this:
```
spec:
typ... | Proposal | medium | Critical |
782,595,064 | go | gollvm: missing kernel headers, broken build script for libffi on x86_64 Void Linux | Hello again.
I tried to build gollvm on another musl based Linux distro (additionally to Alpine).
https://www.reddit.com/r/voidlinux/comments/koyhl8/cant_compile_gollvm_on_void_linux/ - reported to the maintainers of Void Linux.
https://gist.github.com/advancedwebdeveloper/28e6c970c2c5301a1666435439312246 - here is ... | NeedsInvestigation | low | Critical |
782,609,739 | youtube-dl | SampleFocus support |
## Checklist
<!--
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.01.08. If it's not, see https://yt-dl.org/updat... | site-support-request | low | Critical |
782,613,792 | three.js | ImmersiveControls | Making a good immersive VR controls module is long and complex, because of the many basic cases to cover :
- no immersion ( mouse/keyboard preview before immersion )
- immersion but no controller
- one controller ( right/left )
- two controllers
- hands controls
This is an issue because :
- It might discoura... | Enhancement | medium | Critical |
782,622,060 | rust | Programs with `#![no_std]` produce incorrect unused import warnings | Originally found here: https://twitter.com/khyperia/status/1346902124806942730
`a/src/lib.rs`:
```rust
pub trait Ext {
fn sin(self) -> Self;
}
impl Ext for f32 {
fn sin(self) -> Self { 0.0 }
}
```
`b/src/lib.rs`:
```rust
#![no_std]
use a::Ext;
pub fn func() -> f32 {
1.0f32.sin()
}
```
... | A-lints,T-compiler,C-bug | low | Critical |
782,635,170 | next.js | Misleading "next-head-count is missing" error for invalid head tags | **What version of Next.js are you using?**
10.0.5
**What version of Node.js are you using?**
12.20.1
**What browser are you using?**
Chrome
**What operating system are you using?**
macOS
**How are you deploying your application?**
Vercel
**Describe the Bug**
When using an unsupported/in... | good first issue,Linting,Metadata | low | Critical |
782,636,934 | pytorch | running a job on multiple gpus with qsub | Hi
I would like to run a scirpt on multiple gpus with a qsub job submission, using torch.distributed command, I am not sure how to do this with qsub, when the gpus are in different machines, could you provide me with some initial script for this? thanks
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera ... | oncall: distributed,triaged | low | Major |
782,651,875 | flutter | Gradle update cause app stuck on production | ## Steps to Reproduce
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
Use Android Studio suggestions to update Gradle and Gradle plugin in our flutter/android project.
The below configurations will be updated:
* `android/gradle/wrapper/gradle-wrapper.properties`

>The orientation that is 90 degrees **clockwise** from portraitUp.
## Steps to Reproduce
1. Run `SystemChrome.setPreferredOrientations([DeviceOrientation.landscapeLeft])` anywhere in you... | platform-ios,framework,engine,a: layout,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios | low | Major |
782,678,115 | rust | `#[allow(dead_code)]` ignores warnings for other items too | I believe this should give a warning for `hello`, but it does not:
```rust
fn hello() {}
#[allow(dead_code)]
fn goodbye() { hello() }
```
([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=ce0a955bca31b26ee17a299a5079eb71))
Errors:
```
Compiling playground v0.0.1... | A-lints,C-bug | low | Critical |
782,681,892 | godot | Internal Script Error - opcode #12 accessing enum | **Godot version:**
Godot 3.2.3, Windows 64-bit
**OS/device including version:**
Windows 10 Pro, version 20H2
**Issue description:**
When attempting to run the project, I get an internal script error when I attempt to compare an int parameter to an enum:
 can stop moving completely even when the given velocity is not equal to zero | <!-- 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. -->
- Godot 3.2.4 beta 5
**OS/device including version:**
<!-- Specify GPU model, drivers,... | bug,topic:physics | low | Minor |
782,702,137 | TypeScript | Compilation error when mixing promise and non promise types in promise.then's onfulfilled return type | # Bug Report
<!--
Please fill in each section completely. Thank you!
-->
### 🔎 Search Terms
typescript compilation error on mix promise and non promise type in promise context
<!--
What search terms did you use when trying to find an existing bug report?
List them here so people in the future can fin... | Needs Investigation,Fix Available,Rescheduled | low | Critical |
782,707,319 | go | proposal: container: add weak reference maps | This is an outgrowth of #32779, and also of https://mdlayher.com/blog/unsafe-string-interning-in-go/ and ensuing discussion of this on Gopher Slack.
Occasionally, it would be desireable to have weak references. Unfortunately, you can't implement these as a user; you need hooks into the runtime to make a safe weak re... | Proposal | high | Critical |
782,716,631 | youtube-dl | Add separate template for Documentation pull requests and issues | There needs to be a separate template for Documentation pull requests.
The [current one](https://github.com/ytdl-org/youtube-dl/pull/27734#issue-552032574) is for python code pull requests and not appropriate for Documentation
pull requests.
Likewise, https://github.com/ytdl-org/youtube-dl/issues/new/choose needs ... | request | low | Minor |
782,726,765 | pytorch | RTX3090 performs no better than 1080ti | # Questions
I want to compare the performance of Pytorch on 3090 and 1080ti graphics cards. I find that 3090 is no better than 1080ti when training a network and 1x faster than 1080ti when testing a network. Why?
# Hardware and software configuration
- GPU: ``RTX3090`` (MSI VENTUS 3X 24G OC), ``GTX1080ti``
- ... | module: performance,triaged | low | Major |
782,752,472 | pytorch | torch.Tensor.random_ is divergent from NumPy's np.random.random | [torch.Tensor.random_](https://pytorch.org/docs/master/tensors.html?highlight=random_#torch.Tensor.random_) is divergent from NumPy's [np.random.random](https://numpy.org/doc/stable/reference/random/generated/numpy.random.random.html?highlight=random#numpy.random.random), which is an alias for [np.random.random_sample]... | triaged,module: numpy,module: random,module: deprecation | low | Minor |
782,754,203 | pytorch | Function Request: scipy.stats.pearsonr | A request for a function like SciPy's [scipy.stats.pearsonr](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.pearsonr.html) to be added to PyTorch.
Originally requested https://github.com/pytorch/pytorch/issues/1254.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request | low | Minor |
782,754,621 | node | http2 stream.end error |
* **Version**: 15.5.1
* **Platform**: Darwin MacBook-Pro.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
### What steps will reproduce the bug?
```js
// index.mjs
import http2 from 'http2'
import fs from 'fs'
const server = http2.crea... | http2 | low | Critical |
782,756,795 | pytorch | Function Request: np.interp | An implementation of NumPy's [np.interp](https://numpy.org/doc/stable/reference/generated/numpy.interp.html?highlight=interp#numpy.interp).
This was first requested on https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request,module: interpolation | low | Major |
782,757,048 | pytorch | Function Request: scipy.interpolate.interp1d | A request to implement SciPy's [scipy.interpolate.interp1d](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp1d.html) in PyTorch.
Originally requested here: https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request,module: interpolation | low | Minor |
782,757,277 | pytorch | Function Request: scipy.ndimage.zoom | A request to implement SciPy's [scipy.ndimage.zoom](https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.zoom.html).
First requested in https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request,module: interpolation | low | Minor |
782,757,521 | pytorch | Function request: scipy.interpolate.RectBivariateSpline | A request to implement SciPy's [scipy.interpolate.RectBivariateSpline](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.RectBivariateSpline.html).
Originally requested in https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request,module: interpolation | low | Minor |
782,757,726 | pytorch | Function request: scipy.interpolate.RegularGridInterpolator | A request for SciPy's [scipy.interpolate.RegularGridInterpolator](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.RegularGridInterpolator.html?highlight=regulargrid#scipy.interpolate.RegularGridInterpolator).
Originally requested in https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry... | triaged,module: numpy,function request,module: interpolation | low | Minor |
782,757,914 | pytorch | Function request: scipy.interpolate.griddata | A request for SciPy's [scipy.interpolate.griddata](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.griddata.html?highlight=griddata#scipy.interpolate.griddata).
Originally requested in https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request,module: interpolation | medium | Critical |
782,758,170 | pytorch | Function request: scipy.interpolate.InterpolatedUnivariateSpline | A request for SciPy's [scipy.interpolate.InterpolatedUnivariateSpline](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.InterpolatedUnivariateSpline.html?highlight=interpolatedunivariatespline).
Originally requested in https://github.com/pytorch/pytorch/issues/1552.
cc @mruberry @rgommers @hei... | triaged,module: numpy,function request,module: interpolation | low | Minor |
782,760,166 | pytorch | Interpolation tracking issue | This issue is a roll-up of interpolation-related discussion, requests and issues.
_Note that these requests need to be reviewed; we would not accept PRs implementing these requests at this time._
**Operator improvements and extensions**
- [ ] improved grid sampling, https://github.com/pytorch/pytorch/issues/24... | triaged,module: numpy,module: interpolation,tracker | medium | Critical |
782,763,207 | pytorch | torch.any and torch.all map uint8 -> uint8 but should map uint8 -> bool | This historic behavior was preserved in recent updates to torch.any and torch.all because it's relied upon by some PyTorch programs. Changing this is BC-breaking and requires a torchscript adapter be written.
cc @ezyang @gchanan @mruberry @rgommers @heitorschueroff | module: bc-breaking,triaged,module: numpy,module: reductions,topic: bc breaking | low | Minor |
782,763,720 | pytorch | RFC: identify analogous NumPy operators when documenting PyTorch operators | Today in PyTorch operators are often compatible with their NumPy counterparts, but their documentation makes no mention of this. JAX, in contrast, links the corresponding NumPy function in their documentation. See, for example, https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.abs.html#jax.numpy.abs.
This ... | module: docs,triaged,module: numpy | low | Minor |
782,763,774 | pytorch | NumPy Compatibility tracking issue | This issue is a roll-up of NumPy Compatibility-related discussion, requests and issues.
PyTorch has a goal of being familiar to NumPy and SciPy users, and interoperating with libraries that work with NumPy-compatible tensors. Some "sub-trackers" for this tracker are https://github.com/pytorch/pytorch/issues/38349, w... | high priority,triaged,module: numpy,tracker | low | Critical |
782,766,230 | pytorch | torch.special tracking issue | This issue tracks features and bugs in PyTorch's torch.special module, which is modeled after scipy.special.
**Aliases to add**
- [x] Alias softmax
- [ ] Alias kl_div
**Ops to add** (NOTE: We are not adding ops until we can reduce their impact on build time and CUDA context size.)
- [ ] Add iv
- [... | triaged,module: numpy,module: special,tracker | medium | Critical |
782,769,392 | pytorch | how to save weights when using RPC framework | Hi,
I am using the RPC framework to split the model across different processes/ranks. However, I notice that calling torch.save will only save the weights of the part of the model on a single rank. I am wondering if there is a way to save the weights of all models into one file?
cc @pietern @mrshenli @pritamdaman... | oncall: distributed,triaged,module: rpc | low | Minor |
782,792,007 | godot | Backquote not registering in UK keyboard | **Godot version:**
3.2.3
**OS/device including version:**
64 bit Windows 10
64 bit Linux Mint
**Issue description:**
On Linux I coded a key for backtick (quoteleft) as below.

On running on Windo... | bug,topic:input | low | Minor |
782,795,614 | TypeScript | jump to definition suggest file has nothing to do with my project | # Bug Report
### 🔎 Search Terms
jump to definition suggest file has nothing to do with my project
### 🕗 Version & Regression Information
Version: 1.52.1
Commit: ea3859d4ba2f3e577a159bc91e3074c5d85c0523
Date: 2020-12-16T16:30:02.420Z
Electron: 9.3.5
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3... | Bug,Domain: Symbol Navigation | low | Critical |
782,807,865 | flutter | shrinkWrap for Stepper | <!-- 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 |
782,814,680 | node | investigate flaky parallel/test-http-server-request-timeout-keepalive |
* **Test**: parallel/test-http-server-request-timeout-keepalive
* **Platform**: Ubuntu 18.04 x64
* **Console Output:**
```
not ok 1236 parallel/test-http-server-request-timeout-keepalive
---
duration_ms: 1.783
severity: fail
exitcode: 1
stack: |-
performRequestWithDelay 50 500
node:asse... | http,flaky-test | low | Critical |
782,821,417 | flutter | [camera] Orientation fail on Android 8 | Last update «0.6.4+5»
Ok working on Android 10.
But does not work correctly on Android 8.0 with orientation.
Please take a look at the preview image in the bottom right corner
Android 10 - OK
<img src="https://user-images.githubusercontent.com/32374709/104124575-6c678480-5373-11eb-9ff9-96bf6c353288.png" widt... | platform-android,p: camera,package,e: OS-version specific,has reproducible steps,P2,team-android,triaged-android,found in release: 3.19,found in release: 3.22 | low | Critical |
782,826,074 | angular | Add a section about testing structural directive | # 📚 Docs or angular.io bug report
### Description
Similar to what we have in https://angular.io/guide/testing-attribute-directives, I want to suggest the creation of a section about testing structural directive.
Related to https://github.com/angular/angular/issues/32340. | P3,docsarea: testing,area: docs | low | Critical |
782,838,908 | create-react-app | Exception for Fast Refresh | ### Is your proposal related to a problem?
Hi,
I'm using[ axios-mock-adapter ](https://github.com/ctimmerm/axios-mock-adapter) to demonstrate api calls.
It catches HTTP requests then you can respond with the data which you provide.
Without the **Fast Refresh**, the changes on the files detected by the cra and ... | issue: proposal,needs triage | low | Minor |
782,840,304 | pytorch | torch.tril_indices is incompatible with np.tril_indices | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
The return type of numpy.tril_indices is a tuple of arrays while torch.tril_indices returns a single tensor. The issue could be that they might not produce the same results if utilised in the same manner on a tensor as shown below. Are the tril_... | triaged,module: numpy,module: deprecation,module: ux | low | Critical |
782,854,809 | ant-design | Tabs.TabPane not support data-* attributes | - [ ] 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://codesandbox.io/s/jiben-antd4101-forked-rtjvt)
### Steps t... | Inactive | low | Major |
782,862,465 | thefuck | running `fuck` after successful `apt update` errors after several seconds | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | bug,enhancement,help wanted,hacktoberfest | low | Critical |
782,867,789 | rust | rustdoc: Link references are case-insensitive | EDIT(camelid): This is not an intra-doc links issue. See https://github.com/rust-lang/rust/issues/80882#issuecomment-757533067.
-----
I found a glitch in the std/core library docs. The docs for [`PartialEq`](https://doc.rust-lang.org/core/cmp/trait.PartialEq.html) contain this snippet:
```
/// This trait all... | T-rustdoc,C-bug,A-markdown-parsing | medium | Critical |
782,883,686 | pytorch | for CNN in fp16 execution time depends on input scale | ## 🐛 Bug
Using a convolutional model in half-precision has execution time dependent upon the input scale.
## To Reproduce
```
import torch
import torch.nn as nn
import torch.nn.functional as F
class network(nn.Module):
def __init__(self):
super().__init__()
self.num_layers = 4... | module: performance,module: nn,module: cuda,triaged,module: half | low | Critical |
782,906,733 | next.js | Opt out of scroll restoration when using browser back buttons | **Describe the feature you'd like to request**
There is a clear way to opt out of Next.js scroll restoration when using `Link` or `router.push`: just pass `{ scroll: false }`. However, I haven't found a clear way to opt out of scroll restoration when using the browser back/forward buttons.
I spent a little while re... | Navigation | high | Critical |
782,928,406 | vscode | [html] support imports in embedded JavaScript | - VSCode Version: 1.52.1
- OS Version: Windows 10.0.19042.685
Steps to Reproduce:
1. Create a HTML File with `<script type="module">...</script>`
2. Add `// @ts-check` and import any npm package
3. No intellisense
Does this issue occur when all extensions are disabled?: Yes
If we would do the same steps ... | feature-request,html | low | Critical |
782,930,756 | create-react-app | create-react-app hangs/freezes on Windows 10 in system protected folders such as user Documents | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | needs triage,issue: bug report | low | Critical |
782,946,488 | godot | Emulate touch from mouse not working in HTML (Scroll). | **Godot version:**
3.2.4
**OS/device including version:**
Windows 7 - Vivaldi(Chromium).
**Issue description:**
If emulate touch from mouse and you have scroll container you can drag and scroll as internet pages on smartphones.
This working if build native app, but not working if export HTML.
**Steps to re... | platform:web,topic:input | low | Major |
783,002,659 | rust | rustdoc: tracking issue for `pointer` and `reference` in intra-doc links | We may want to put other targets behind the feature gate too, but we at least
want to get `pointer` behind one before #80181 hits beta.
See [the discussion on Zulip][z] for more.
[z]: https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/intra-doc.20.60pointer.60.20primitive
cc @jyn514
| T-rustdoc,C-tracking-issue,A-intra-doc-links | low | Major |
783,046,635 | pytorch | error: conversion from ‘std::vector<at::Tensor>’ to non-scalar type ‘at::Tensor’ requested | ## ❓ Questions and Help
While trying to tackle diag_indices #38349 I had the issue as shown below:

This was what I was trying:
 | (_) | |
|... | help wanted | low | Minor |
783,073,485 | godot | Objects at the edges of the GIProbe becomes partially black | **Godot version:**
3.2.4.beta5
**OS/device including version:**
Win10, GTX 970, GLES3
**Issue description:**
If object is completely inside or outside the GIProbe, everything is fine. (№ 1 and 3)
If the object is on the edge of the GIProbe, it turns black outside the probe. (№ 2 and 4)
ReflectionProbe could ... | bug,topic:rendering,topic:3d | low | Minor |
783,087,817 | flutter | Play Console Crash | I saw some crashes on the bottom of the play console.
The number of crashes is quite large, I hope to attract attention.

Devices seem to be mostly Samsung devices, and Android 9 .
This is the error ... | c: crash,platform-android,engine,a: production,P2,team-android,triaged-android | low | Critical |
783,124,963 | rust | Point to usage in associated type that causes a lifetype parameter to need to be constrained | Errornous code:
```
trait HasAssocType {
type Ty;
}
struct Struct;
impl<'a> HasAssocType for Struct {
type Ty = &'a Self;
}
```
Current error message:
```
error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates
--> src/lib.rs:7:6
|
7 |... | C-enhancement,A-diagnostics,T-compiler,D-terse | low | Critical |
783,179,748 | PowerToys | [FancyZones] Zones activation using Surface Pen's button | _What is the expected behaviour of the proposed feature? What is the scenario this would be used?_
You are able to enable applications using right click, which at the same times enables fancy zones, so you are able to snap it into place. For example I mainly use my device as a tablet to handwrite, so I would use the ... | Product-FancyZones,Area-Accessibility,Planning-Consideration | medium | Major |
783,239,018 | pytorch | Optimizer Closure: Enable skip by returning None loss. | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
## 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, please link here too -->
Hey All,
... | module: optimizer,triaged | low | Major |
783,292,055 | TypeScript | JSDoc `@template` generic with promise not resolved with CommonJS Export | # Bug Report
<!--
Please fill in each section completely. Thank you!
-->
### 🔎 Search Terms
<!--
What search terms did you use when trying to find an existing bug report?
List them here so people in the future can find this one more easily.
-->
JSDoc, CommonJS, ESM, ES Modules, `@template`, gene... | Bug,Help Wanted,Domain: JSDoc | low | Critical |
783,318,674 | excalidraw | Arrow bounding box/size incorrect during export | Note that there's effectively no padding around the arrows, and the arrowheads tend to be cropped. Probably because the arrow reports height as `1`.

.
**To Reproduce**
Steps to reproduce the behavior:
1. Import a markdown file into an MDX, something like this:
```jsx
import Readme from '../../REA... | question / support,addon: docs,mdx | low | Critical |
783,434,220 | opencv | [Feature Request] - Drawing Shapes; Filled, with Texture | Currently it is possible to draw shapes either as filled, or as an outline. E.g. Rectangle.
Would like to request that all the drawing functions allow Filled together with an texture/pattern, i.e image data or image file.
Should support options such as:
- Offset
- Offset anchor location; e.g. corner, cente... | priority: low | low | Minor |
783,443,344 | storybook | Overriding docs components stopped working in 6.1 | **Describe the bug**
I'm overriding a couple of docs components to make things look better for us, but that now stopped working completely. The overridden component isn't even being called.
**To Reproduce**
Steps to reproduce the behavior:
1. Make a `preview.jsx`
2. Make it contain overridden docs components:
... | bug,addon: docs | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.