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 |
|---|---|---|---|---|---|---|
730,628,547 | nodebestpractices | Multiple problems in 7.2 (Prefer native JS methods over user-land utils like Lodash) | https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/performance/nativeoverutil.md
1. The first and most important problem is that the referenced benchmark results in https://github.com/Berkmann18/NativeVsUtils are two years old. Lodash, Underscore, and, most important, V8 engine in Node.js, have c... | stale | low | Critical |
730,663,885 | next.js | withApollo example is still firing queries server-side | # Bug report
## Describe the bug
In the client-only example, Apollo still fires queries during SSR.
I've noticed that after installing Node fetch har.
`ssr: false` seems to work, but why would I need it in the first place? In my own app it doesn't work either, though I couldn't repro on a simpler app. Settin... | good first issue,examples | low | Critical |
730,672,688 | pytorch | Pooling code does not allow sliding window starting in right padded region | The current pooling code does not allow the sliding window to start inside the right padding when ceil_mode=True which is inconsistent with the equation on the docs. This PR https://github.com/pytorch/pytorch/pull/46558 adds a note to the documentation but does not address this issue because it requires further investi... | triaged,module: pooling | low | Minor |
730,675,182 | create-react-app | Dev server startup increased from 20 seconds to 2 minutes after upgrade to 4.0.0 | ### Describe the bug
Dev server startup time increased drastically after upgrade to `4.0.0` from `3.4.3`. From 20 seconds to more than 2 minutes afte upgrade.
### Did you try recovering your dependencies?
Removed all node_modules before upgrading.
### Which terms did you search for in User Guide?
Did not... | needs triage,issue: bug report | medium | Critical |
730,683,225 | TypeScript | Suggestion: add flag to notify when awaiting a non-promise | <!-- 🚨 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 |
730,688,321 | flutter | Android with a physical mouse should still show text selection menu | If I connect a physical mouse to a Pixel phone and run Google Keep, the text selection menu and text selection handles still appear when I select text using the mouse. However, Flutter apps don't show either. Flutter should mimic native and continue to show the menu and handles when a mouse is used on Android.
<de... | a: text input,platform-android,framework,a: mouse,P3,team-design,triaged-design | low | Minor |
730,733,230 | storybook | No way to import doc components when using `addon-essentials` | **Is your feature request related to a problem? Please describe**
I'm trying to create a modified DocsPage, and so I'm trying to import the components required. But, because I'm using `addon-essentials` there doesn't seem to be any way to import the components from `@storybook/addons-docs/blocks`. Is the only way to... | question / support,addon: docs,addon: essentials | low | Major |
730,760,362 | godot | Improve the error message when attempting to use `not >` or `not <` in GDScript | very minor error
operating windows 10
version 3.2.2 stable
this isn't at all major but just wanted to mention
my code:
if $"explosion/white circle".scale not > Vector2(2,2):
___________$"explosion/white circle".scale+=Vector2(0.08,0.08)
the same happens with !>
error:
Parser Error: ':' expected... | enhancement,topic:gdscript,usability | low | Critical |
730,831,370 | TypeScript | Add `trim` as new intrinsic for use with template literal 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,Awaiting More Feedback | medium | Critical |
730,841,073 | pytorch | Export TorchScript Classes as TorchScript code | ## 🚀 Feature
Add an option to export TorchScript classes as TorchScript code when `torch.jit.save`-ing a module. That way, the resulting file will be hermetically sealed, without relying on any particular code versioning to get it to execute.
## Motivation
Right now, if you `torch.jit.script` a class, PyTorch r... | oncall: jit | low | Minor |
730,847,855 | pytorch | Changing order of field assignments breaks TorchScript classes | ## 🐛 Bug
If I have a `TorchScript` class, changing the order of assignments in the constructor breaks loading old models, even though this entails no logical Python change
## To Reproduce
Consider the following script:
```python
import torch
import sys
class Module(torch.nn.Module):
def forward(s... | oncall: jit | low | Critical |
730,867,009 | pytorch | Add Optimistic Mirror Descent (OMD) | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Add [Mirror-Prox](https://dl.acm.org/doi/abs/10.1137/S1052623403425629) / Optimistic Mirror Descent (OMD) to PyTorch's [optimizers](https://pytorch.org/docs/stable/optim.html).
Vanilla OMD is described in equation 5 of paper 1 and ... | module: optimizer,triaged | low | Minor |
730,877,288 | TypeScript | `typeVersions` substitution occurs multiple times causing resolution to fail | <!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before lo... | Needs Investigation,Rescheduled | low | Critical |
730,879,080 | pytorch | Record shaping assertions and use them for tracing / scripting optimization and codegen | Motivated in https://github.com/pytorch/pytorch/issues/40373#issuecomment-716842407.
Recording assertions `assert X.shape[1] == Y.shape[2] and X.shape[2] == 64 and Z.ndim == 3` (or directly via `torch.assert_shapes(...)`) as part of tracing / scripting can help and streamline codegen (as can eliminate unneeded check... | oncall: jit,module: codegen | low | Major |
730,888,919 | go | cmd/link: c-shared build mode not working with UPX | <!--
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 go1.15.2 linux/amd64
</pre>
### Does this issue reproduce with the late... | help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
730,954,239 | excalidraw | Add an import library functionality that will get as an input a URL to gist or something | Maybe some instructions as well in that window (you can publish the exported lib to gist, etc):
https://twitter.com/excalidraw/status/1311716784890884096
Right now is just a hidden feature, the only reference is the above tweet. | enhancement | low | Minor |
730,956,834 | TypeScript | Type inference only works on the same line as the variable declaration | I ran into this odd behavior while writing some tests, that do the typical `describe`, declare a closure-scope variable, and in `beforeEach`, assign some object to that variable that is used in each of the tests inside.
**Search Terms:**
infer, inference, closure, scope, broken, any, cast
Initially, I thought it... | Suggestion,In Discussion | low | Critical |
730,978,570 | go | testing: document -test.benchmem and ReportAllocs output format | Filing this bug on behalf of someone who prefers not to do it directly:
The `(*testing.B).ReportAllocs` function's documentation says that its output is the same as setting -test.benchmem. However, there is as far as I can tell no explanation anywhere of what, exactly, -test.benchmem is or what it does. There is al... | Documentation,help wanted,NeedsFix | low | Critical |
730,990,746 | vscode | "Go to Symbol in Workspace..." - searching for symbols using more than one word/substring | # Searching for symbols with multiple keywords/substrings via the feature: "Go to Symbol in Workspace..."
### Main Request
When using "Go to Symbol in Workspace..." (ctrl-T by default) to find symbols anywhere in the current workspace, is there a way to search for symbols that contains two separate words/substr... | feature-request,workspace-symbols | medium | Critical |
731,005,124 | flutter | Build Flutter macOS artifacts with ARM architecture slice | Stop requiring developers to install Rosetta on Apple Silicon, and ship macOS artifacts with both x86_64 and arm64 capabilities.
- [x] https://github.com/flutter/flutter/pull/115042
- [x] https://flutter-review.googlesource.com/c/recipes/+/32934
- [x] https://github.com/flutter/flutter/issues/106763
- [x] https:/... | team,tool,platform-mac,customer: crowd,P2,team-tool,triaged-tool | low | Critical |
731,010,478 | rust | Warn when checking `library/std` when `profile = "compiler"` | I expect these two commands to do the same thing, but for `check` or `build`, respectively. However, `check` may succeed even if `build` fails type checking. I suspect the syntax for `check` is a subset of that for `build`. | T-compiler,T-bootstrap,C-discussion | low | Major |
731,015,311 | opencv | VideoWriter.write() Could throw and exception when call write with a frame that doesn't match the writers size. | ##### System information (version)
<!-- Example
- OpenCV => 4.5.0-1
- ArchLinux
- Python
-->
- OpenCV => :4.5.0-1
- Operating System / Platform => ArchLinux
- Compiler => Python 3.8.6
##### Detailed description
Hello, I was in a project, and spent a lot of time trying to figure out why in some scenarios... | bug,category: videoio,RFC | low | Minor |
731,043,400 | TypeScript | Union type in element access can prevent deprecated warning from triggering | <!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before lo... | Bug | low | Critical |
731,168,269 | TypeScript | Show parameter quickinfo at the position of arguments | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
731,172,127 | TypeScript | Refactor to extract a part of type property into a new type | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | low | Critical |
731,175,109 | pytorch | Yolov5 detect.py(ingerence) Error:Torch.nn.modules.module.ModuleAttributeError: 'Hardswish' object has no attribute 'inplace' | Version:
NVIDIA-SMI 456.71 Driver Version: 456.71
torch 1.7.0+cu110
torchaudio 0.7.0
torchvision 0.8.1+cu110
Cuda compilation tools, release 11.1, V11.1.74
Training goes well. Ingerence has this problem"Torch.nn.modules.module.ModuleAttributeError: 'Hardswish' object has no attribute".
```
yolov5-ma... | module: nn,module: pickle,triaged | low | Critical |
731,218,812 | rust | 128-bit integers marked as having an unknown stable ABI | Introduced by 549dd105273a5141003b6054c6f496f62e059cfb 128-bit integers used in e.g. `extern "sysv64"` produce the warning:
```
warning: `extern` fn uses type `u128`, which is not FFI-safe
--> src/xxx.rs:126:6
|
126 | ) -> u128 {
| ^^^^ not FFI-safe
|
= note: `#[warn(improper_ctypes_defi... | A-lints,A-FFI,C-bug,A-ABI | low | Major |
731,225,543 | material-ui | [icons] Accept community icons on top of fonts.google.com/icons | Eraser and push pin icons are really missing, and they are much more general and relevant to most applications than e.g. pregnant woman. | waiting for 👍,package: icons | low | Major |
731,291,373 | pytorch | [JIT] scripting torchaudio.transforms.MFCC() error | Hi. I face problem when i use torchaudio.transforms.MFCC() as preprocessing on android app. Help ME
---version---
pytorch::1.7.0
torchaudio::0.7.0
scripting from nn.Module
```
mfcc = torchaudio.transforms.MFCC()
scripted.save("./mfcc.pt")
```
When Module implements on android's java code, it doesn't wor... | oncall: mobile | low | Critical |
731,308,180 | material-ui | [Select] Use bottom sheet on mobile | Hey Guys,
I am using materialUI and creating a website (A Responsive Website). Now i want something like adobe spectrum picker component. E.g. in Desktop mode the picker will show as Select/Dropdown but in Mobile version it will show as bottom sheet.
To understand more about my needs please open following link in ... | new feature,component: select | medium | Major |
731,323,693 | pytorch | torch.acos not supported for sparse layout | Steps to reproduce the behavior:
Call torch.acos on a sparse tensor
Below is a code sample:
import torch
i = torch.cuda.LongTensor([[0, 1, 1],
[2, 0, 2],
[2, 0, 2]])
v = torch.cuda.FloatTensor([3, -44, -5])
s = torch.sparse_coo_tensor(i, v, torch.Size([2, 4, ... | module: sparse,triaged,function request | low | Critical |
731,328,488 | rust | remap-path-prefix from 1.47.0 results in weird prefixes in backtraces | I tried this code:
```rust
#![feature(backtrace)]
fn main() {
futures::executor::block_on(async move {
println!("{}", std::backtrace::Backtrace::capture());
panic!()
});
}
```
with the environment variables:
```sh
RUSTFLAGS='--remap-path-prefix=/home/nemo157/.cargo/registry/s... | P-medium,T-compiler,regression-from-stable-to-stable,C-bug,A-reproducibility | low | Minor |
731,343,473 | ant-design | mentions 使用onchange的情况下输入 @ 符号在删除之前的@符号会弹出无数据 | - [ ] 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://codepen.io/mraiguo/pen/NWrXmRj?editors=0010](https://codepen.io/mraiguo/pen/NWrXmRj?editors=0010)
### Steps to reproduce
输入@符号在退格键删除@符号
... | 🐛 Bug,help wanted,Inactive | low | Minor |
731,356,323 | svelte | Handling of @html in textarea tags | **Describe the bug**
Svelte compiler fails to handle {@html} inside `<textarea>` tags
**Logs**
No output in browser console. Compiler throws error `Unexpected character '@' (7:11)`
**To Reproduce**
https://svelte.dev/repl/001f72ee82ac4115920eaf086d785584
**Expected behavior**
The compiler compiles the code... | stale-bot,temp-stale | low | Critical |
731,385,823 | node | Link modules with paths in module.link(linker) | https://nodejs.org/api/vm.html#vm_module_link_linker
Now we can only link "standard" modules with functions combined with SyntheticModules, like this:
```
await module.link( function( spec ) {
return new Promise( async function( resolve, reject ) {
const mod = await import( spec );
resolve(... | esm | low | Major |
731,392,548 | flutter | SliverAppBar with Google Map lags on expand | <!-- 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: performance,f: scrolling,p: maps,package,perf: speed,team-ecosystem,has reproducible steps,P2,found in release: 2.2,triaged-ecosystem | low | Critical |
731,410,817 | create-react-app | Setting fast refresh to false also disables automatic reload | <!--
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 |
731,429,529 | rust | Tracking Issue for RFC 2930 (read-buf) | <!--
Thank you for creating a tracking issue! 📜 Tracking issues are for tracking a
feature from implementation to stabilisation. Make sure to include the relevant
RFC for the feature if it has one. Otherwise provide a short summary of the
feature and link any relevant PRs or issues, and remove any sections that ar... | B-RFC-approved,T-libs-api,C-tracking-issue,A-io,Libs-Tracked | high | Critical |
731,501,957 | node | fs.stat() and fs.lstat() cannot read the stats of a file with denied permissions on Windows | <!--
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... | fs,windows | low | Critical |
731,509,245 | PowerToys | [Run] Have search ignore file types | ## 📝 Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_
Option to ignore files using a file called `.ptrunignore` (in the user directory) that works just like `.gitignore` and `.dockerignore` (supports Regular Expression) bu... | Idea-Enhancement,Help Wanted,Product-PowerToys Run | low | Major |
731,538,857 | go | x/tools/gopls: use a per-process shared temp directory | gopls can generate a fairly wide-range of temp files and directories (logs, heap dumps, temp modfiles, gc details data, and now temp workspace directories).
We should consolidate these into a top-level temp directory for the gopls process, both so that they are co-located, and so that we can have a catch-all clean u... | gopls,Tools | low | Minor |
731,556,412 | create-react-app | Proposal: Revert override of jest default `resetMocks` | ## About
Hey what's up!
I found myself trying to work out why all my tests broke when upgrading react-scripts and then realized it's because of the change to enabling `resetMocks` by default.
I wanted to challenge this decision because, especially when react-scripts is targeted at newer users looking to use re... | issue: proposal,needs triage | high | Critical |
731,596,707 | create-react-app | ReferenceError: Cannot access 'varName' before initialization | <!--
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 |
731,600,657 | rust | cannot use #![deny(missing_docs)] with external derive macro | <!--
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 ([graphql_client v0.9](https://docs.rs/graphql_client/0.9.0/src/graphql_client/lib.rs.html#67-75))
```rust
use graphql_client::*;
... | A-lints,T-compiler,C-bug | low | Critical |
731,604,743 | create-react-app | public directory css url | ### Describe the bug
When trying to import a image using the url method in a css/sass file the path no longer resolves to include the public directory using the prefix `/`
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
### Environment
```
current... | needs triage,issue: bug report | high | Critical |
731,622,787 | pytorch | max_pool2d always fails on native Android app | ## 🐛 Bug
The C++ TorchScript always crashes on Android when trying to execute `torch.max_poo2d`. This was found using the operation as part of a bigger model, but also the error was reproduced with and simple model containing the operation only.
Simple model to reproduce the error:
```
class DummyMaxpooler(n... | oncall: mobile | low | Critical |
731,637,938 | create-react-app | fixed start bug | 
npx create-react-app my-app
cd my-app
npm start
this about error show!
**change node_nodules/react-refresh/cjs/react-refresh-runtime.development.js line465 "renderers" to "_listeners.renderer",then the ... | stale,needs triage,issue: bug report | low | Critical |
731,645,591 | pytorch | torch.sum(tensor(2.), dim=0) (and probably other reduction functions) doesn't make sense | ## 🐛 Bug
torch.sum allows passing in a scalar tensor with dim=0. However, the scalar tensor has no dimensions, so asking to reduce over dimension 0 doesn't make sense.
## To Reproduce
Steps to reproduce the behavior:
```
>>> torch.sum(torch.tensor(2.), dim=0)
tensor(2.)
```
This also happens for F.soft... | module: docs,triaged,module: reductions | low | Critical |
731,647,644 | flutter | Add support for host architecture detection of arm64 on Windows desktop | This is currently support on macOS via OperatingSystemUtils, a similar addition to the HostArchitecture enum and implementations for Linux and windows.
API: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/base/os.dart#L123
Example macOS implementation: https://github.com/flutter/flut... | c: new feature,tool,platform-windows,a: desktop,P3,team-windows,triaged-windows | low | Major |
731,647,958 | electron | [macOS] application menu items are not localized on non-English macOS | <!-- 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]-... | platform/macOS,bug :beetle:,status/confirmed,10-x-y | medium | Critical |
731,650,740 | flutter | Update Windows build rules to consider the arm64 target platform | Currently these build rules hard-code an x64 target platform, but they should be configured to both provide and accept this target platform and use it to select the correct compilation artifacts. Even without uploaded artifacts, this should be sufficient to build with a local engine.
macOS build rules will be differ... | c: new feature,tool,platform-windows,a: desktop,P3,team-windows,triaged-windows | low | Major |
731,652,659 | flutter | Add target platform and sysroot flags to flutter build linux, windows | This would simply pass through the target platform configuration once the rules support it.
By default, this should select the architecture of the current host platform, and if a different platform is provided should complain if there is also no sysroot.
This can be supported before artifacts are uploaded via loc... | c: new feature,tool,a: desktop,P3,team-tool,triaged-tool | low | Major |
731,653,302 | flutter | Update cache.dart to download prebuilt windows binaries when available for ARM64 | This would allow flutter build linux/windows to work without a local engine | c: new feature,tool,platform-windows,a: desktop,P3,team-windows,triaged-windows | low | Major |
731,700,042 | next.js | AMP and blocking fallback | _For context, I'm using Next ~~`9.5.5`~~ and `9.5.6-canary.11` to test this and building my site locally using `yarn next build` as well as deploying to Vercel._
I know this feature is still marked as unstable, but I'm having some trouble getting it to work with incrementally generated pages. If you look at the code... | Pages Router | low | Critical |
731,711,571 | rust | `std::thread::Builder::spawn()` panics | When trying to create a large number of threads, `std::thread::Builder::spawn()` can panic rather than returning an error.
I wrote this:
```rust
fn main() {
let n: usize = std::env::args().nth(1).unwrap().parse().unwrap();
let mut threads = Vec::new();
for i in 0..n {
let b = std::threa... | C-bug,T-libs,A-thread | low | Critical |
731,714,053 | flutter | Run on ARM Android emulators on Apple Silicon | Android emulators will not be able to use Rosetta, which does not support whole system virtualization, so will be running in native ARM and not Rosetta translated x86.
Track down places in the tool where x86 is used as a proxy for "Android emulator".
https://github.com/flutter/flutter/blob/e0ec9a06dc8d244a9abb623... | platform-android,tool,platform-mac,P3,team-android,triaged-android | low | Major |
731,727,135 | flutter | Better MPL support in LicensePage | If an application uses an MPL package ([example](https://pub.dev/packages/dbus)) then the developer "must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form" (section 3.2). Currently its up to developers to a) find all their transient MPL dependencies, and b) figure out how bes... | c: new feature,framework,P3,team-framework,triaged-framework | low | Minor |
731,738,551 | pytorch | [JIT] Tracing turns None Device Input into a Constant | ## 🐛 Bug Tracing turns None Device Input into a Constant
```
def foo(x):
return torch.zeros_like(x)
print(torch.jit.trace(foo, (torch.rand(4, 4))).code)
```
> def foo(x: Tensor) -> Tensor:
_0 = torch.zeros_like(x, dtype=6, layout=0, device=torch.device("cpu"), pin_memory=False, memory_format=None)
... | oncall: jit,weeks | low | Critical |
731,826,970 | rust | [ER] Array.max and min ? | When you want to compute the max or min of three or more items you have various options:
```rust
fn main() {
let (a, b, c, d) = (10, 20, 30, 40);
let m0 = a.max(b).max(c).max(d);
let m2: u32 = [a, b, c, d].iter().copied().max().unwrap();
}
```
You can also introduce a macro:
```rust
#![featu... | T-libs-api,C-feature-request,A-const-generics | low | Major |
731,836,616 | godot | Crashes on android reported in Google Play Console |
3.2.3-stable build by myself in order to also store the release binaries with debug info so I can use them later with ndk-stack
<!-- Specify commit hash if using non-official build. -->
Samsung Galaxy A51 Android 10 (SDK 29)
<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-re... | bug,platform:android,topic:core,crash | low | Critical |
731,839,830 | pytorch | Fix the way imports are done to be more correct for static type checkers | ## 🐛 Bug
There are a number of imports in torch of submodules that are implicitly reexported. E.g. you can do (and it is commonly done in examples):
```
import torch
torch.nn.<something>
```
In `__init__.py`, the submodules are imported as (using the `nn` example):
```
import torch.nn
```
But to ... | module: typing,triaged,enhancement | medium | Critical |
731,843,381 | pytorch | torch.autograd.backward() fails to sync with other stream | The new test written for https://github.com/pytorch/pytorch/pull/45787 suggests a possible failure scenario, which indeed occurs. It is a race condition, most often encountered by ROCm CI.
https://github.com/pytorch/pytorch/pull/45787/files#diff-893b1eea27352f336f4cd832919e48d721e4e90186e63400b8596db6b82e7450R1772-... | module: autograd,triaged | low | Critical |
731,897,401 | flutter | in_app_purchase only retrieves google play purchase options after hot restart on a debug build | Running my app on release build, i am retrieving 0 items from the google play store.
If i run on debug, the first launch is also empty, however, after i hot restart, now my in app purchases are retrieved. I am getting no errors. Have not tested iOS
| t: hot reload,p: in_app_purchase,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
731,921,865 | TypeScript | export access modifiers | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the FAQ, especia... | Suggestion,Awaiting More Feedback | medium | Critical |
731,934,353 | create-react-app | [CRA v4] Support on preloading/prefetching resources | ### Is your proposal related to a problem?
Currently, there is no native support on preloading or prefetching resources (e.g. fonts and CSS). The workaround is to write a node script to modify the generated `index.html`. Yet, users are not supposed to do that and this trick is quite dirty.
(Write your answer here.)... | issue: proposal,needs triage | low | Minor |
731,946,931 | PowerToys | [KBM] Allow key combinations that put CAPSLOCK to a known state | ## 📝 Control CAPSLOCK state in a more consistent manner
Allow keyboard remappings like these:
__LEFT-SHIFT+CAPSLOCK press:__ Always turn CAPSLOCK to a known state: ON
__LEFT-SHIFT press:__ Always turn CAPSLOCK to a known state: OFF, while simultaneously acting as LEFT-SHIFT key press
__CAPSLOCK press:__... | Idea-Enhancement,Product-Keyboard Shortcut Manager | low | Major |
731,947,167 | pytorch | Change "_next_index()" in DataLoader to a public and stable API | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Change "_next_index()" in DataLoader to a public and stable API.
## Motivation
When a training task is resumed in PyTorch, the DataLoader should be synchronized to its previous state. A straightforward way is to call `next(data_iter)` (`... | module: dataloader,triaged,needs research | low | Major |
731,974,191 | go | math/big: Implement fft algorithm |
From #30943. I think it's time for us to add fft to the big package. This implements Schönhage–Strassen algorithm in math/big and increased the multiplication speed several times to tens of times (depending on the length of the input). Although it is still not as fast as in GMP( which uses an advanced and more comple... | Performance,NeedsDecision | low | Major |
732,038,021 | react | Bug: Should have a queue | ```
react-dom.development.js:89 Warning: React has detected a change in the order of Hooks called by wrappedComponent. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://fb.me/rules-of-hooks
Previous render Next render
---------------------------... | Type: Discussion,Component: Reconciler | low | Critical |
732,085,212 | flutter | [Windows] TextField text being misplaced within its boundary when resizing window | TextField text being misplaced within its boundary as the font size decreases relative to the window size, I used the InputDecoration filled to see what is going on and realized that the fill is also being misplacing, but not following the text. With the shadows also happens the same.
This bug happens on Windows, on A... | a: text input,framework,f: material design,a: desktop,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-text-input,triaged-text-input | low | Critical |
732,150,480 | rust | add a warning on attributes that can be confused with global ones | I was asked by a person new to Rust why `#[allow(unused_variables)]` does not work in the following code.
```rust
#[allow(dead_code)]
#[allow(unused_variables)]
fn trip() {
}
fn main() {
let a =1;
// println!("{}",a);
}
```
It would be nice to have a warning here that these attributes are for the next... | A-lints,C-feature-request | low | Minor |
732,186,583 | storybook | Set ngClass/ngStyle from props | Apologies, I'm still a bit of a noob writing stories with Storybook. When building out angular component stories, I'd like to be able to set a class to style the component in different ways. Currently I'm using templates to perform that:
```ts
export const Flashing = args => ({
moduleMetadata: {
imports: [D... | question / support,help wanted,angular | low | Major |
732,285,048 | godot | Cannot export `Variant` in GDScript 2.0 | **Godot version:**
a4f70d7e6cb2b83f152717a69c9c042dd9424fc9
**OS/device including version:**
Windows 10.
**Issue description:**
Try to export `Variant`:

This should be p... | bug,discussion,topic:gdscript | low | Critical |
732,301,302 | flutter | Document CameraException error codes. | In the camera plugin - it's unclear what are the possible values of [CameraException.code](https://github.com/flutter/plugins/blob/8a613b9c55e4b52a7e815eeaafdf39d68176cb72/packages/camera/lib/camera.dart#L131). | team,d: api docs,p: camera,package,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
732,314,434 | create-react-app | Long startup && Long Rebuild && Random crush | #9482 # Describe the bug
I just update to last versions on TypeScript + React. And get this bug 👍
### Did you try recovering your dependencies?
Yes, i try.
Proof:

My Dependencies:
` "depende... | needs triage,issue: bug report | low | Critical |
732,315,030 | angular | Allow dispatch of bubbling custom events when using `@angular/elements` | # 🚀 feature request
### Relevant Package
This feature request is for `@angular/elements`.
### Description
When using `@angular/elements`, outputs are converted to `CustomEvents`:
https://github.com/angular/angular/blob/eb9eebbb45352da6000560ee0988d9d59dce1254/packages/elements/src/create-custom-element.ts... | feature,area: elements,feature: under consideration | medium | Critical |
732,328,069 | pytorch | Tensor subclasses lose type when pickling | ## 🐛 Bug
Pickling and then unpickling a subclass of `Tensor` should result in an object of the same class as what was pickled. However, it doesn't - instead it always creates something of class `Tensor`.
## To Reproduce
The following prints `torch.Tensor`, however it should print `_T`.
```
class _T(torch.... | module: serialization,triaged,enhancement,module: __torch_function__ | low | Critical |
732,341,322 | create-react-app | [v4] Bug: React 17, React is not defined after ejecting | React version: 17.0.1
## Steps To Reproduce
1. npx create-react-app my-app
2. cd my-app
3. npm start (Works like a charm)
4. npm run eject
5. npm i
6. npm start (ReferenceError: React is not defined)
Link to code example: https://codesandbox.io/s/ecstatic-wood-ou6px
<!--
Please provide a CodeSandbox... | issue: bug,contributions: up for grabs!,issue: needs investigation,good first issue | medium | Critical |
732,350,999 | rust | Compiler doesn't warn on infinite recursion in trait's method | Example: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=4782b3bebc1e92369e5ff7b3c5b4a6e1
Visible on both stable and nightly.
Compiler warns on infinite recursion in case of regular method:
```rust
impl AsyncTokioTimer<RawTimer> {
#[inline]
///Creates new instance
pub f... | C-enhancement,A-lints | low | Critical |
732,361,012 | angular | Angular Service Worker should prefetch assets in parallel | # 🚀 feature request
### Relevant Package
This feature request is for @angular/service-worker.
### Description
The Angular Service Worker currently prefetches a new version assets one by one, as mentioned in https://github.com/angular/angular/blob/dd0ba3f4abb5cf467e55bf660b70965ba7f2881e/packages/service-wo... | area: performance,area: service-worker,P4,feature: in backlog,bug | medium | Critical |
732,365,183 | storybook | Storybook Theming: loading custom Roboto or Ciutadella font not loading | Hello, I am trying to customize the Storybook UI. Customization works, but my custom font won't seem to load. Am I forgetting something? I don't have a reproducible repo, but I followed the steps on [this page](https://storybook.js.org/docs/react/configure/theming). This is how my theming file looks:
`storybookCusto... | question / support,theming | low | Minor |
732,387,693 | pytorch | Activation functions for complex tensors | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Activation functions in `torch.nn` should support complex activation functions.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. ... | module: nn,triaged,module: complex,function request | medium | Major |
732,387,726 | godot | AtlasTexture breaks OptionButton popup list in editor | <!-- 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
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (G... | bug,topic:editor | low | Critical |
732,415,980 | pytorch | [types] torch.utils.data.{Dataset, Sampler} are not Sized | ## 🐛 Bug
The base classes for `torch.utils.data.Dataset` and `torch.utils.data.Sampler` do not define a `__len__` method, which means that downstream code relying on PyTorch (with typehints) cannot assume that the class is supposed to have a `__len__` method (adhering to the "Sized" protocol).
There's a fairly l... | triaged,enhancement,needs research,module: data | medium | Critical |
732,419,716 | scrcpy | Colors Washed out | Every time I run Scrcpy the colors on the screen seems to be washed out even my screen brightness is at the maximum. This screenshot is from the app itself. The box in the middle is supposed to be full white but it's kinda gray as if the brightness was low. Maybe it's something simple to fix but I couldn't find anythin... | color | low | Major |
732,440,796 | pytorch | Training slows down and memory usage increases when upgrading from PyTorch 1.6 to 1.7 | ## 🐛 Bug
[Original Post]
I noticed a significant slowdown of my training script this morning after upgrading from 1.6 to 1.7. GPU memory usage also has a noticeable increase.
## To Reproduce
~~I will come back and add a MWE to reproduce this later.~~
[Edited on 11/20/2020]
First, we need to prepare two ... | module: performance,triaged,module: regression,module: amp (automated mixed precision) | medium | Critical |
732,497,444 | terminal | Implement inheritance/layering behavior for settings lists/maps | # Description of the new feature/enhancement
TSM Inheritance (Spec #7876 + Impl #7923 ) enabled an object model representation of layering JSON. Some settings that are saved to arrays/maps (i.e. actions, color schemes) still experience a special form of layering that is not represented in the object model.
Today,... | Area-Settings,Product-Terminal,Issue-Task | low | Minor |
732,506,391 | go | unicode: does not document that ZERO WIDTH NO-BREAK SPACE (\uFEFF) is not considered whitespace | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15.3 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</summary>... | Documentation,NeedsDecision | low | Critical |
732,525,365 | rust | Provide prebuilt std artifacts for sanitizers | [Based off of discussion in zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Prebuilt.20tsan.20artifacts.3F)
Rust currently has unstable support for sanitizers (#39699), but some sanitizers require (or prefer) std to be built with special instrumentation. The unstable [`cargo -Zbuild-std... | C-enhancement,T-libs-api,A-sanitizers | low | Critical |
732,534,133 | vscode | Please add support engine version to api | Since February 2017, I've released an extended and non-stop update to this day.
Newer apis may now be used for each update, but I really don't know the minimum vscode engine version available for these apis.
So I can only write one and hope that after 'npm install' new api will appear, although this is not a big prob... | api,under-discussion | low | Major |
732,539,802 | react-native | Android ReactActivity Destroy Prevents Successful OnActivityResult Calls | ## Description
If a native module opens an activity that redirects out of the application and the application is killed in the background by the Android OS, the react context is lost and the native module's activity is unable to call `onActivityResult`.
If the redirect from the third party app is back to the activi... | Platform: Android,Needs: Triage :mag: | medium | Critical |
732,539,984 | go | net/http: StatusText(416) returns "Requested Range Not Satisfiable" should be "Range Not Satisfiable" | RFC 7233 defines 416 as "Range Not Satisfiable". This was previously "Requested Range Not Satisfiable" in RFC 2616, which is obsolete.
https://tools.ietf.org/html/rfc7233#section-4.4
But everywhere this occurs, whether it's user code calling `http.StatusText`, or `http.ServeFile` when a client requests a bad range,... | NeedsDecision | low | Critical |
732,541,210 | godot | Get a error when resume() was called to close the coroutine | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
v3.2.3.stable.official
**OS/device including version:**
win7 64bit GLES2,
**Issue description:**
I want to cancel the coroutine Then I found... | topic:gdscript | low | Critical |
732,568,381 | rust | compiletest: Show real patches as diffs? | Current compiletest diffs are not accepted by `patch` (at least when I've tried):
```
patch: **** Only garbage was found in the patch input.
```
Maybe we could change compiletest to output real patches, at least in CI, so that you can just copy-paste the diff and apply it locally if you are not able to run `./x... | A-testsuite,C-enhancement,T-bootstrap,E-medium,A-contributor-roadblock,A-compiletest | low | Minor |
732,582,298 | PowerToys | [Settings] Investigate use case of ActivationService and ActivationHandler classes | ## Summary of the new feature/enhancement
While doing work on #7559, I came across the ActivationService and ActivationHandler classes in the Settings.UI project and wanted to validate threading behavior from changes I made on that PR. In my debugging attempts I was unable to trigger breakpoints and hit the code paths... | Idea-Enhancement,Product-Settings,Area-Quality | low | Critical |
732,595,467 | go | x/crypto/acme: CreateOrderCert returning Order's status ('valid') is not acceptable for finalization | <!--
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.2 linux/amd64
</pre>
### Does this issue reproduce... | NeedsInvestigation | low | Critical |
732,634,648 | rust | Type errors use 'expected' and 'found' in a confusing way | <!--
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.
-->
Consider this snippet:
```rust
#[derive(Debug)]
struct SomeStuff {}
fn main() {
let vec: Vec<SomeStuff> = vec![SomeStuff {}];
vec.exten... | A-diagnostics,T-compiler,A-inference | low | Critical |
732,673,678 | go | x/pkgsite: add copy option for pseudoversions | <!--
Please answer these questions before submitting your issue. Thanks!
-->
### What is the URL of the page with the issue?
Visited https://beta.pkg.go.dev/golang.org/x/tools
### Screenshot
.
> $cmake -DCMAKE_CXX_FLAGS=' -I~/workarea/freebsd_src/include ' -DCMAKE_C_FLAGS=' -I~/workarea/freebsd_src/include ' ... | NeedsInvestigation | medium | 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.