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 |
|---|---|---|---|---|---|---|
547,775,296 | terminal | Investigate and ensure `wt.exe` is always `argv[0]` | I have seen Windows executables receive arguments BOTH ways. I don't know what the circumstance is offhand that makes it happen one way or the other. You will want to deal with both the presence and absence of your own executable name at `argv[0]`.
_Originally posted by @miniksa in https://github.com/microsoft/termi... | Help Wanted,Product-Terminal,Issue-Task,Area-CodeHealth | low | Major |
547,784,389 | svelte | Checkbox group value is removed if it's not present in available options (pagination/infinite scroll for example) | **Describe the bug**
Scenario: I have a checkbox list that is lazily loaded as user scrolls. So when editing, some selected values may not be in the initial list of options in the checkbox group. When I select an option, my other values (from not-loaded pages of results) get removed from the selected value of the chec... | feature request,awaiting submitter,temp-stale | low | Critical |
547,789,836 | rust | Support Visual Studio heap profiler in MSVC targets | Cland and MSVC support adding special debug info that can be recognized by the MSVC debugging tools for performing heap profiling. Right now all of the allocations from Rust code are put into an "Unresolved allocations" bucket with no stack frames attached to them, which makes them quite useless. Since LLVM 9 the backe... | A-debuginfo,T-compiler,O-windows-msvc | low | Critical |
547,794,915 | pytorch | DistributedDataParallel non-floating point dtype parameter with requires_grad=False | ## π Bug
1. Using DistributedDataParallel
2. on a model that has at-least one non-floating point dtype parameter with requires_grad=False
3. with a WORLD_SIZE <= nGPUs/2 on the machine
results in an error "Only Tensors of floating point dtype can require gradients".
## To Reproduce
Steps to reproduce the... | oncall: distributed,triaged | low | Critical |
547,802,399 | pytorch | [discussion] Relax optimizer constructor constraints for simplicity | `lr` is required. However if we do call `load_state_dict` after optimizer construction, the passed state overwrites the `lr` value just passed to the constructor (and we have no convenience method for updating the `lr` of all `param_groups` if we want to use a new `lr` even after restoring optimizer state and momentum ... | module: optimizer,triaged,enhancement | low | Critical |
547,816,113 | pytorch | Inaccurate batched GRU results on CPU | ## π Bug
On the CPU, running a GRU (same applies to LSTM & RNN) in batches rather than a single batch produces slightly different results for some of the inputs. However, when run on a GPU, the results are identical as expected. The differences are small, but still they should be exactly zero on both CPU and GPU.
... | module: nn,module: rnn,module: cpu,triaged,module: numerical-reproducibility | low | Critical |
547,820,933 | material-ui | [material-ui] Add Number Input component | I noticed in the Material-UI's roadmap a Numeric Input component to be built. If nobody has took the lead then I can help. Recently I had to develop a component like that for a personal project (first screenshot below).
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this reposit... | new feature,design: material,waiting for π,linked in docs,component: number field | high | Critical |
547,827,310 | terminal | Inconsistent gutters/margins on HiDPI displays with `snapToGridOnResize` | It looks like on my 200% scale device it's snapping at the half-grid.
---
A 50x15 window at 150% scale with Ctrl+Shift+A:

After resizing the window to 51x15:

```
Then flutter run on iOS Simulator. Please notice the Unicode symbol β before the Chinese symbols, It will make Chinese symbol rendering to Japanese symbol. They both have the same Unicode code U+5173 U+95E8
Expected:
 var exported_int
export(String... | bug,topic:editor,confirmed | low | Critical |
547,892,980 | pytorch | Dockerfile for people to quick-start contributing | It could be nice to have a Dockerfile with ccache and other things mentioned in CONTRIBUTING.md pre-configured and tweaked.
Also, the [README.md](https://raw.githubusercontent.com/pytorch/pytorch/master/README.md) forgets to mention CONTRIBUTING.md even in Contributing section (though this is not a big deal). | triaged,enhancement,module: docker | medium | Major |
547,914,704 | angular | unexpected transition happened with router change after calling applicationRef.attachView | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | type: bug/fix,area: animations,freq2: medium,area: router,state: confirmed,P4 | medium | Critical |
547,916,649 | go | runtime: make.bat hangs | I have Windows 7 computer - windows/amd64.
I am building Go from source using go1.4 as bootstrap.
I am using commit 56d6b87
I am running make.bat command.
### What did you expect to see?
I expected make.bat command finish successfully.
### What did you see instead?
make.bat never finishes. It hangs... | OS-Windows,NeedsInvestigation,compiler/runtime | low | Critical |
547,939,637 | TypeScript | Allow conditionally setting optional properties in a mapped 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 |
547,954,311 | flutter | AppBar title `overflow:TextOverflow.ellipses` cuts too much text | TextOverflow.ellipses | overflow: TextOverflow.fade title width is correct:
:-------------------------:|:-------------------------:
 | 
- OpenCV => 4.2.0-dev (master)
- Operating System / Platform => Ubuntu 18.04 x86_64
- Compiler => gcc7.4.0 cmake3.10
##### Detailed description
When using the `make package` command to build a DEB package from a fresh opencv clone, the make command fails with the following erro... | priority: low,category: build/install | low | Critical |
547,986,017 | pytorch | run detectron test test_spatial_narrow_as_op.py fails | i wonder whether caffe2 support CUDA10.2 and cudnn10.2. i compile pytorch on win10 and installed successfully.
i could run small regression task successfully. however when run the test_spatial_narrow_as_op.py test, it always fails with the log:
"
[E ..\caffe2\core\init_intrinsics_check.cc:43] CPU feature avx is pres... | caffe2 | low | Critical |
547,990,687 | pytorch | Extend `ConcatDataset` to return dataset index | ## π Feature
This feature would extend `torch.utils.data.ConcatDataset` to return the data set index from which a sample originated.
## Motivation
This would be useful when the user wants to keep track of which data set each sample comes from.
The use case I have in mind is multi-task learning when using da... | module: dataloader,triaged,enhancement,small | low | Major |
548,031,043 | vscode | Improve header(h1/h2/h3) styling in hover markdown | Our LSP server produces markdown for hover, and the way headers are rendered doesn't seem ideal. Two main issues:
# Font sizes are too large
This natural-looking markdown:
`````markdown
# function `x`
---
`void x();`
`````
renders with an extremely large title that's inconsistent with overall VSCode... | bug,polish,workbench-hover | low | Major |
548,032,029 | flutter | Can't showModalBottomSheet inside of RouteObserver.didPop | I am listen Navigetor navigatorObservers and when user exist form some screens I want to show modal popup. I call showModalBottomSheet inside MyRouteObserver.didPop method and have error.
**Target Platform:** Android
**Target OS version/browser:** Android 8.1.0, MINU 10.2
## Logs
```
[ +8 ms] V/FA ... | framework,f: material design,d: stackoverflow,has reproducible steps,found in release: 3.3,found in release: 3.5,team-design,triaged-design | low | Critical |
548,035,610 | terminal | Feature request: Presentation mode | # Description of the new feature/enhancement
It would be great if Terminal provides a feature to switch to a "presentation mode".
Presentation mode means:
- Switch to a configurable font size
- Switch to a configurable color scheme (foreground / background color) for better contrast
The presentation mode sho... | Issue-Feature,Area-Extensibility,Product-Terminal | low | Major |
548,044,132 | pytorch | Internal assert failed using multiple GPUs with DataParallel | ## π Bug
I'm getting a runtime error with a "please report a bug" message, as below:
```
Traceback (most recent call last):
File "./src/main.py", line 83, in <module>
app.run(main)
File "/home/s1717552/torchaq/aqenv/lib64/python3.6/site-packages/absl/app.py", line 299, in run
_run_main(main, arg... | module: cuda,triaged,module: assert failure,module: data parallel | low | Critical |
548,063,962 | TypeScript | RegExp named capture groups don't get transpiled | **TypeScript Version:**
3.7.2 (3.7.4 and nightly (3.8.0) as well)
**Search Terms:**
Named capture groups
Named capturing groups
Regex
ES2018.RegExp
**Expected behavior:**
The named capture group in the regex gets transpiled to the correct target (`es5` in our case). Something like what [`@babel/plugin-trans... | Suggestion,In Discussion | low | Major |
548,075,774 | go | runtime: Go 1.14/Windows asynchronous preemption mechanism likely incompatible with debugging | If I understand correctly asynchronous preemption is implemented in Windows by:
1. Calling SuspendThread on the target thread
2. Waiting for SuspendThread to take effect by calling GetThreadContext
3. Injecting a function call on the target thread by manipulating the context and calling SetThreadContext
4. Callin... | help wanted,OS-Windows,NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
548,082,758 | pytorch | Internal assert failure for user IValue unwrapping | ## π Bug
<!-- A clear and concise description of what the bug is. -->
when i'm loading a torchscript model in c++, bug:
```
libc++abi.dylib: terminating with uncaught exception of type c10::Error: isTensor() INTERNAL ASSERT FAILED at /Users/sjf/libtorch/include/ATen/core/ivalue_inl.h:86, please report a bug to ... | oncall: jit,triaged | low | Critical |
548,118,352 | TypeScript | No overload expects 5 arguments, but overloads do exist that expect either 5 or 9 arguments (CanvasRenderingContext2D.drawImage) | **TypeScript Version:** 3.7.2
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** Canvas, Destructuring, Argument count error
**Expected behavior:**
No type errors
**Actual behavior:**
No overload expects 5 arguments, but overloads do exist ... | Bug | low | Critical |
548,137,956 | rust | Confusing "expected reference, found ..." error when trying to chain Iterator<T> and Iterator<&T> | I'm running rustc 1.40.0.
The code:
```rust
fn main() {
let a = (0..3).chain([3, 4, 5].iter());
}
```
Trying to compile it results in:
```
% rustc test1.rs
error[E0271]: type mismatch resolving `<std::slice::Iter<'_, {integer}> as std::iter::IntoIterator>::Item == {integer}`
--> test1... | C-enhancement,A-diagnostics,T-compiler,A-iterators,D-confusing | low | Critical |
548,170,619 | storybook | build-storybook should build stories with "Static Site Generation" (SSG) for improved perf/SEO | **Is your feature request related to a problem? Please describe.**
I'm always frustrated when I navigate to a page and see the page skeleton while the stories are fetched instead of just showing the full menu/first page immediately. There's already a build step, so this seems possible.
**Describe the solution you'd... | feature request,core | low | Major |
548,186,206 | flutter | [web][firefox] support Clipboard.getData platform message on Firefox | Firefox only supports `readText` if the target element is in content editable mode.
See: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content
See: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API | framework,engine,platform-web,browser: firefox,P2,team-web,triaged-web | low | Minor |
548,191,759 | pytorch | Sobol point implementation | ## π Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
```
from torch.quasirandom import SobolEngine
from torch import where
print('These issues all concern the implementation of Sobol points \n')
print('The zeroth unscrambled Sobol poin... | triaged,module: random | medium | Critical |
548,236,039 | TypeScript | import fix / autocomplete requires type checking JS/JSX | Extracted issue from https://code.visualstudio.com/docs/nodejs/working-with-javascript#_type-checking-javascript
Auto complete of imports in JS/JSX files does not work properly [unless](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_type-checking-javascript) type checking of JS/JSX files is expli... | Suggestion,Awaiting More Feedback | low | Critical |
548,269,418 | godot | Custom drawing on TileMap node draws behind tiles | I'm attempting to draw outlines over a TileMap by implementing _draw() in the TileMap's script, but all custom drawing objects appear behind the tiles instead of on top of them.
Godot Version 3.2b4
Mac OS X 10.15.2 (Catalina)
Intel HD Graphics 615 1536 MB | documentation,topic:2d | low | Major |
548,275,461 | node | new tls.TLSSocket issue | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please pro... | confirmed-bug,tls,doc | low | Critical |
548,328,904 | flutter | Breaking Change Proposal: ButtonBar's buttonPadding's vertical padding | When defining a `ButtonBar`'s padding, only the horizontal value is used, and only in [a very particular way](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/button_bar.dart#L167):
```
switch (buttonTheme.layoutBehavior) {
case ButtonBarLayoutBehavior.padded:
retur... | framework,f: material design,c: proposal,team-design,triaged-design | low | Minor |
548,334,965 | pytorch | Reduce degrees of freedom in strides so that they unambiguously specify layout permutation | In the memory layout work in https://github.com/pytorch/pytorch/issues/19092 we have a problem where strides undetermine the layout of a tensor when size = 1 or 0. In particular, if I have a tensor with size `(1, 1, 1, 1)`, it is impossible to tell (from the strides) if it is an NHWC or NCHW tensor (or indeed, any othe... | triaged,enhancement | low | Major |
548,361,713 | flutter | CupertinoNavigationBar's "Close", "Back", and "Cancel" buttons are not localized. | ## "Close" button
Originally reported here: https://stackoverflow.com/questions/59487887/flutter-cupertino-app-close-button-not-translated
Reproduced Below:
> I am writing an iOS App with Cupertino Style in flutter.
>
> The app should be available in English and German. I am using the following translation delegate... | framework,a: internationalization,f: cupertino,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
548,383,662 | rust | Error message for closure with async block needs improvement | [Playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=5647c313a3c5d73b83bbf27401991c07)
```rust
fn do_stuff(foo: Option<Foo>) {
require_fn_trait(|| async {
if foo.map_or(false, |f| f.foo()) {
panic!("foo");
}
//ready(())
})
}
```
... | C-enhancement,A-diagnostics,P-medium,A-closures,T-compiler,A-async-await,AsyncAwait-Triaged,D-confusing | low | Critical |
548,416,001 | godot | Indentation errors loading space indented project into tab indented editor | **Godot version:**
Godot 3.2 beta 5
**OS/device including version:**
Linux Mint 18.2
**Issue description:**
When testing a project from an unrelated issue (#34963) I encountered a parse error when loading the project: `Parser Error: Mixed tabs and spaces in indentation`
The author had used the Godot IDE in ... | bug,topic:gdscript,confirmed | low | Critical |
548,418,083 | pytorch | build pytorch from source fauled: undefined reference to `cusparseGetErrorString(cusparseStatus_t)' | ## π Bug
## To Reproduce
Steps to reproduce the behavior:
follow the instruction from [](https://github.com/pytorch/pytorch)
> git clone --recursive https://github.com/pytorch/pytorch
> cd pytorch
> git submodule sync
> git submodule update --init --recursive
> export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(d... | module: build,triaged | medium | Critical |
548,426,995 | godot | Getter method is called for no reason and callstack is growing while execution is stoped at breakpoint | **Godot version:**
v3.2.beta.custom_build.406dac191
**OS/device including version:**
Windows 10
**Issue description:**
Getter method is called on a variable that is not being accessed when I call any method of that class

**OS/device including version:**
MacOSX 10.14.6 (18G95)
**Issue description:**
I have a lot of KinematicBody2D in one scene. In `_p... | bug,confirmed,topic:physics,needs testing,topic:2d | low | Critical |
548,453,889 | react-native | fetch implementation does not support streams from the spec - needs implementation in React Native core | <!--
Please provide a clear and concise description of what the bug is.
Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: http://facebook.github.io/react-native/docs/upgrading.html
-->
React Native has not implemented fetch on... | πNetworking,Bug | high | Critical |
548,468,736 | godot | Translating a node by gizmo with Snap Mode factors the scale of a parent in the translation regardless of Local Space Mode on/off. | **Godot version:**
Godot Engine v.3.1.2.stable.official
**OS/device including version:**
Windows 10 Pro, 64-bit, Version: 1909, Build: 18363.535
**Issue description:**
If you have a parent node and a child node, and you give any fractional scaling to the parent and not the child, moving the child by gizmo in... | bug,topic:editor,confirmed | low | Critical |
548,494,973 | go | gollvm: failure to build on Arch Linux | ### What operating system and processor architecture are you using (`go env`)?
x86_64 Arch Linux
```text
$ uname -a
Linux omikron 5.4.10.a-1-hardened #1 SMP PREEMPT Thu, 09 Jan 2020 20:14:59 +0000 x86_64 GNU/Linux
```
(Failure building go, so I can't run `go env`, but if there's any more info I'm happy to e... | NeedsInvestigation | low | Critical |
548,500,937 | TypeScript | Force Override Declarations 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,In Discussion | high | Critical |
548,515,393 | godot | Editor Allows Using Abstract C# Resource Types | **Godot version:**
3.1.2.stable.mono.official
**OS/device including version:**
Manjaro Linux x86_64
Linux Kernel 5.4.6-2-MANJARO
**Issue description:**
Editor allows the attachment of C# scripts to fields that accept them as if they are concrete implementations.
When calling abstract functions that would n... | bug,topic:editor,topic:dotnet | low | Critical |
548,515,710 | terminal | Allow tab title and window title to update independently | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team
may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team
may close my issue without further exp... | Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal | low | Critical |
548,518,189 | pytorch | Out-of-date link to pytorch ci dockerfiles in jenkins readme | The Jenkins [readme.md](https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/README.md) contains the broken link `https://github.com/pietern/pytorch-dockerfiles/blob/master/build.sh`. This repository has been moved on 11/11/2019, and it looks like the link should be replaced with `https://github.com/pytorch/... | module: docs,triaged | low | Critical |
548,519,494 | godot | multiple Polygon2D with shared edges don't render properly | **Godot version:**
3.1.1
**OS/device including version:**
Linux/Fedora 30
**Issue description:**
When two instances of Polygon2D share an edge it sometimes leads to one of them not being rendered properly.
**Steps to reproduce:**
I haven't fully figured out what leads to this bug.
In the reproduction proj... | bug,topic:rendering | low | Critical |
548,521,711 | go | cmd/go: allow `go run .` in module mode without a go.mod file | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14beta1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What did you do?
* Create a simple hello world project with only one `main.go` file.
* Set `GO111MODULE=on`
* Run `go run .... | NeedsFix | high | Critical |
548,531,827 | rust | Can't compile with emscripten on windows (rust.metadata.bin) The end of the file was unexpectedly encountered | The following output shows a new project without modification but compilation fails
```
D:\Code>D:\toolchain\emsdk\emsdk_env.bat
Adding directories to PATH:
PATH += D:\toolchain\emsdk
PATH += D:\toolchain\emsdk\upstream\emscripten
PATH += D:\toolchain\emsdk\node\12.9.1_64bit\bin
PATH += D:\toolchain\emsdk\python... | O-windows,O-wasm,C-bug,O-emscripten | low | Critical |
548,547,958 | godot | RichTextLabel Forced focus_mode when selection_enabled is active | **Godot version:** Godot Mono 3.2 Beta 2
**OS/device including version:** Manjaro Arch Linux
**Issue description:** RichTextLabel is forced into acting like having a `focus_mode` of All regardless of `focus_mode` property when `selection_enabled` is set to true. If this is intended behavior, I'll be willing to su... | discussion,topic:gui | low | Minor |
548,562,597 | godot | Racy construct in Ref<>::unref could lead to invalid memory accesses | **Godot version:**
Tag: `3.1.2-stable`
**OS/device including version:**
Any multi-threaded environment.
**Issue description:**
I assume the reader is familiar with issues of data races. The effect of races is that they may cause rare crashes. I was compelled to study this after playing a game I was enjoy... | bug,topic:core,crash | low | Critical |
548,566,468 | flutter | Gradient with transparent colors is displayed incorrectly | See an example, please:
https://dartpad.dev/ca37cbc0053cab2e9f4d050c85a42d93
The colors between the stops look too dark.
Compare it with HTML where gradients work as expected:
https://gistpreview.github.io/?a57d7165d47845ec045847c34b3df18e
https://gist.github.com/t-artikov/a57d7165d47845ec045847c34b3df18e
I b... | engine,c: API break,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine | low | Major |
548,572,482 | pytorch | Batch convolutional layer with 5d weight tensor that is not contiguous | ## π Feature
Given a batch of images, having a shape (b, c, h, w).
Given a batch of weight tensors, concatenated together with shape (b, out_features, in_features, kernel_height, kernel_width) which is not contiguous (can not view as (b * out_features, in_features, kernel_height, kernel_width) without copying).
Per... | feature,triaged | low | Minor |
548,605,662 | excalidraw | Suggestion - create a GatsbyJS transformer | Great tool ! Thanks for publishing this.
Given the JSON document describes a diagram, it would be great to include these diagrams as PNGs in a static page built with Gatsby. A GatsbyJS transformer could transform nodes with a special MIME type to PNG image nodes. | enhancement,help wanted | low | Major |
548,612,820 | flutter | Framework color lerping logic assumes it can always use Color.lerp | For instance, ColorTween takes a Color, which could be an HSVColor or HSLColor, which, have their own lerping algorithms and may be not precisely compatible with `Color.lerp`.
See also https://github.com/flutter/flutter/issues/48534 | framework,a: animation,P2,team-framework,triaged-framework | low | Minor |
548,626,750 | godot | Some details that affect the interactive experience | 1.Ignore if this is for the convenience of setting the default tab.When godot is opened, the leftmost panel defaults to the leftmost tab, which is usually the scene panel, but if the user accidentally swaps the position of the scene tab and the resource import tab, after godot starts, it will choose the default import ... | usability | low | Minor |
548,629,537 | rust | Export low-level common interfaces for mutex, condvar, etc. | I'd like to work directly with `std::sys_common` mutex and condvar types. Is there any way to do this short of a custom rustc build with a modified standard library? | T-libs-api,C-feature-request | low | Major |
548,637,142 | scrcpy | Wake the computer from the android or even prevent it to fall in sleep mode | Hello,
first of all, very good job !
For me, the main goal is to use "scrcpy" in order to show documents when i am making a demo at work. For example, showing a map or a picture on a bigger screen.
I searched the forum "issues" and found several results about caffeinate etc ...
But my goal is exactly the ... | feature request | low | Minor |
548,646,273 | TypeScript | Type definition for what `for await` takes | I haven't found this request on the current issues so I'm opening one.
## Search Terms
"for await" asynchronous generators
## Suggestion
If `for await` can take both an `Iterable` and an `AsyncIterable` then I'd like a type alias
```
type ForAwaitable<T> = Iterable<T> | AsyncIterable<T>;
// or maybe Fo... | Suggestion,Awaiting More Feedback | low | Minor |
548,737,507 | pytorch | logsumexp with subtraction | ## π Feature
scikit's implementation of logsumexp accepts a supplemental array of scaling factors that allow for subtraction instead of just addition.
https://docs.scipy.org/doc/scipy-0.19.0/reference/generated/scipy.misc.logsumexp.html
## Motivation
I'm doing work with log probabilities and need to subtract s... | feature,triaged,module: reductions | low | Major |
548,775,457 | pytorch | torch.gt ge lt le | ## π Bug
The output of `torch.gt` looks wrongοΌ
`sum(torch.gt(0.12)) < sum(torch.gt(0.14)) `
Does the torch.gt (thr) function get elements in the tensor that are larger than thr?

I saved this [tensor... | triaged,module: type promotion | low | Critical |
548,796,844 | opencv | Run Converted .pb model by using OpenCV's DNN Module | Hello, i have generated a .h5 model by using https://github.com/matterport/Mask_RCNN code. Then, i have converted the .h5 model to .pb by using https://github.com/bendangnuksung/mrcnn_serving_ready code.
After that, to generate .pbtxt file, i am trying to use
https://github.com/opencv/opencv/blob/master/samples/dn... | feature,category: dnn | low | Critical |
548,831,996 | flutter | Make height/width optional for `SizedOverflowBox` | It would be convenient if `SizedOverflowBox` would allow only height or only width to be specified, like is the case for `SizedBox`. | framework,c: proposal,P3,team-framework,triaged-framework | low | Minor |
548,859,548 | go | x/net/ipv4: missing error handling in the Header.Marshal method | In the ipv4.Header.Marshal method, the code does not handle the possible error returned by h.Src.To4(). On the other hand, the possible error returned by h.Dst.To4() is handled correctly.
Another small issue is that the slice returned by To4() is still sliced (`ip[:net.IPv4len]`); this is unnecessary.
See https:... | NeedsInvestigation | low | Critical |
548,889,643 | flutter | Incoorporate AllowMultipleGestureRecognizer functionality in GestureDetector | ## Use case
Apps run into situations where overlapping widgets need to respond to gestures, e.g.: a calendar app, which is able to both drag calendar items, as well as scroll through a list of those same calendar items.
## Proposal
Currently the only way I am able to get this functionality is through "AllowM... | framework,f: gestures,c: proposal,P3,team-framework,triaged-framework | low | Minor |
548,919,723 | flutter | CustomScrollView doesn't affect WebView internal scrolling | **Background:**
I tried using CustomScrollView to integrate an "endless content" in a WebView underneath my "native Flutter Widgets UI". In my case the "native" content will usually also be scrollable (not exclusively ListView & PageView).
- I've set up an arbitrary height for the WebView, hoping the Sliver approac... | framework,f: scrolling,p: webview,customer: product,package,team-ecosystem,has reproducible steps,P3,found in release: 2.2,found in release: 2.5,triaged-ecosystem | low | Major |
548,935,056 | godot | Node2D::set_scale hack to prevent 0 scale should be reviewed | **Godot version:**
3.2 master (087ffc8b)
`Node2D::set_scale()` has a hack to prevent setting the scale to 0, which would lead to some errors being raised, likely in various places (to be defined), but at least in `Transform2D::affine_invert`.
https://github.com/godotengine/godot/blob/087ffc8b5aafafba8fbb17d0689c... | enhancement,discussion,topic:core,topic:2d | low | Critical |
548,954,668 | animate.css | [feature request] Configurable magnitude | It would be cool if there were a helper class to determine the magnitude of the motion, this could be very useful for smaller elements! | feature request,v5,under consideration | medium | Major |
548,990,325 | pytorch | Improve cuda OOM message | This is based on https://github.com/pytorch/pytorch/issues/31497 (after the last messages with @albanD and @ezyang)
Condensed, I had a script there that printed:
```python
print('memory_allocated', torch.cuda.memory_allocated() / 1e9, 'memory_cached', torch.cuda.memory_cached() / 1e9)
```
in a model eval loop. A... | module: docs,module: bootcamp,module: cuda,triaged | low | Critical |
549,057,513 | pytorch | TensorRT: CheckDims() need adjustment for EXPLICIT_BATCH? | ## π Bug
I'm trying to get TensorRT v7 to work with PyTorch 1.3.1.
Starting with the 1.3.1 release branch, I:
- cherry-picked https://github.com/pytorch/pytorch/commit/1e2049c56676646932473456bfb6db547648e9a6 for TRT v6 support
- brought the onnx-tensorrt submodule forward to https://github.com/onnx/onnx-ten... | caffe2,triaged | low | Critical |
549,097,685 | opencv | Julia Bindings for OpenCV | ## Bindings and Tests for the Julia Language
* Author: Archit Rungta / @archit120
* Link: [Raised Issue](https://github.com/opencv/opencv/issues/16233)
* Status: **Draft**
* Platforms: **All**
* Complexity: 2-3 Man-Months
## Introduction and Rationale
Julia is a popular dynamic language used for scientif... | GSoC | low | Major |
549,108,755 | go | os: please clarify the purpose of Process.Release method | ### What version of Go are you using (`go version`)?
<pre>
go version go1.13.5 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes indeed.
### What operating system and processor architecture are you using (`go env`)?
linux on amd64
### What did you do?
Run the code below:
... | Documentation,help wanted,NeedsFix | low | Minor |
549,117,517 | material-ui | [Select] Keyboard navigation doesn't work on Firefox with NVDA enabled | <!-- Provide a general summary of the issue in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! β€οΈ
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] The issue is present i... | accessibility,component: select | medium | Critical |
549,131,816 | pytorch | Inconsistent linking flags result in error when building lib/libc10_cuda.so | ## π Bug
Relevant portion of the output from "python setup.py build":
[346/2990] Linking CXX shared library lib/libc10_cuda.so
FAILED: lib/libc10_cuda.so
: && /opt/apps/gcc/8.3.0/bin/g++ -fPIC -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-n... | module: build,module: cuda,triaged | low | Critical |
549,139,119 | godot | RID constructor mismatched types | **Godot version:**
3.2 beta 6
**Issue description:**
The RID constructor takes an Object, but generates an error saying "No constructor of RID(Object).
Documentation says RID creates an ID for a Resource. However, passing a typed resource also creates the same error.
Maybe the docs should be updated if this is i... | bug,topic:gdscript | low | Critical |
549,148,786 | terminal | Feature request: Dynamic settings attribute(s) toggle | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-Extensibility,Product-Terminal | low | Critical |
549,151,003 | storybook | CSS breaks syntax highlighting in Storybook docs | **Describe the bug**
The CSS from the Gentellela (a bootstrap admin template) overides the .tags and pre/code css selectors which breaks the syntax highlighting in storybook docs.
gentellela include in `preview-head.html`
```html
<link href="https://cdnjs.cloudflare.com/ajax/libs/gentelella/1.4.0/css/custom.min... | bug,compatibility with other tools,theming,addon: docs | low | Critical |
549,160,283 | terminal | Pull conhost measurements with low/no future relevancy | After a meeting with the data team, we decided to pull a bunch of the interactivity measurements from `conhost.exe` that we're not planning on using ever again (primarily because Terminal is becoming/has become the face of user interactivity so we don't need to really measure how people are interacting with conhost.exe... | Product-Conhost,Issue-Task,Area-Quality,Gathering-Data | low | Minor |
549,164,276 | flutter | Please copy the description in the generated web/manifest.json from pubspec.yaml | In the `web/manifest.json` that is generated by `flutter create`, please copy the description from `pubspec.yaml`.
/cc @RedBrogdon | c: new feature,tool,platform-web,P2,team-web,triaged-web | low | Minor |
549,170,037 | go | proposal: net/http: add accessor for number of listeners and connections | Hi,
running a http/server it would be helpfully to know the count of listeners and connections, for monitoring reasons. The server already has the fields **listeners** and **activeConn**. What about adding methods like _GetCurrentListenersCount_ and _GetActiveConnectionsCount_?
| Proposal,FeatureRequest | low | Minor |
549,195,457 | pytorch | Idempotency Keys for RPC Retry | Implement Idempotency Keys to ensure we can safely retry RPC's with functions that aren't idempotent (such as RPC's from user code like UDF's).
These keys must also be flushed at some regular time intervals (otherwise this may use far too much memory).
Parent Issue: #32119
cc @pietern @mrshenli @pritamdamania8... | triaged,module: rpc | low | Minor |
549,197,566 | TypeScript | `inherit` keyword as shorthand to refer to super class fields and methods. | ## Search Terms
Inherit, inheritance, type inference, subclass, superclass, override,
## Suggestion
This issue addresses the lack of easy way to refer to types of fields or methods of a base class or implemented interfaces without a high amount of repetition. Proposed is a keyword `inherit` which will act as... | Suggestion,In Discussion | medium | Critical |
549,201,741 | PowerToys | Make windows Acrylic / Transparent | # Summary of the new feature/enhancement
It would be so awesome (if not necessarily easy to code) to be able to select areas of ANY application that you wanted to make acrylic.
Example: "Acrylicize" Outlook so that everything but the list of messages and the message frame was transparent with a blurred background... | Idea-New PowerToy | medium | Major |
549,205,424 | flutter | Ensure Android embedding v2 works with Dart callback registration | An issue was found with the `android_alarm_manager` that exposed the following detail about the v2 Android embedding:
> The plugin was attempting to perform the callback lookup before an instance of FlutterEngine was created. However, the callback cache isn't populated until FlutterMain::Init is called, so we queryi... | platform-android,engine,P2,team-android,triaged-android | low | Critical |
549,206,007 | pytorch | Slighty out of tolerance for `test_mv` and `test_cholesky_solve_batched_cuda_float64` | ## π Bug
<!-- A clear and concise description of what the bug is. -->
Seeing these two failures when running `test/test_torch.py`
```
======================================================================
FAIL: test_mv (__main__.TestTorch)
---------------------------------------------------------------------... | module: tests,triaged | low | Critical |
549,211,187 | create-react-app | Build a CLI interface for `react-scripts` | ### Is your proposal related to a problem?
Currently, `react-scripts` is just a simple "script", with almost zero arguments/flags.
```
$ yarn run react-scripts
Unknown script "undefined".
$ yarn run react-scripts --help
Unknown script "--help".
```
This can cause
1. Make users confusing without `--h... | issue: proposal,needs triage | low | Minor |
549,218,283 | pytorch | torch.nn.functional.normalize epsilon too small for half precision | `torch.nn.functional.normalize` uses an epsilon of 1e-12. This value is too small for half precision and gets evaluated as zero (`torch.HalfTensor([1e-12]) == 0`). This causes nans in half precision when the norm is evaluated as zero. This should be fixable by increasing the epsilon to 1e-6.
cc @albanD @mruberry | module: numerical-stability,module: nn,triaged,module: half,module: norms and normalization | low | Minor |
549,220,190 | flutter | "flutter build ios-framework" version check for generating podspec should happen during command validation | ## Steps to Reproduce
1. Check master channel of Flutter. Make sure it's not tagged by a version (dev, beta, etc).
1. In an add-to-app Flutter module, run:
```
flutter build ios-framework --xcframework --cocoapods --no-universal --output=/Users/m/Projects/MyApp/Flutter
```
**Expected results:** <!-- what di... | platform-ios,tool,a: existing-apps,P3,team-ios,triaged-ios | low | Critical |
549,244,299 | flutter | Avoid unnecessary syscall to get current time in MessageLoopFuchsia::WakeUp. | [`MessageLoopFuchsia::Wakeup`](https://github.com/flutter/engine/blob/fb526223045198114ee328c25b748b075b07abac/fml/platform/fuchsia/message_loop_fuchsia.cc#L26) is implemented via `async::PostDelayedTask`. This requires the calculation of the delay by requesting the current time (via a syscall) and subtracting that fro... | customer: fuchsia,engine,platform-fuchsia,P2,team-engine,triaged-engine | low | Major |
549,244,888 | pytorch | We should change DeprecationWarnings to UserWarnings in 27361 | See https://github.com/pytorch/pytorch/pull/27361
This uses DeprecationWarnings, but we usually use UserWarnings because many python versions filter DeprecationWarnings by default, making them pretty much useless. | module: docs,triaged | low | Minor |
549,259,632 | flutter | `flutter create` doesn't create `fuchsia` directory | We probably would want to guard this behind some flag, but there should be some way to create the necessary meta.cmx etc. via the tool. | c: new feature,tool,platform-fuchsia,P3,team-tool,triaged-tool | low | Minor |
549,278,849 | pytorch | pin_memory may change the type of instance returned by collate_fn. | ## π Bug
<!-- A clear and concise description of what the bug is. -->
Setting `pin_memory=True` to dataloader sometimes converts custom classes to native python types.
## To Reproduce
I have a class representing batched data, which I inherit from `dict` as follows:
```python
class TrainingBatch(dict):
... | module: dataloader,triaged | low | Critical |
549,307,001 | godot | Vulkan: GIProbe Reflection does not take sky into account | **Godot version:**
Godot 3.2 Beta 5, Godot 4 Vulkan
**OS/device including version:**
Windows 10 64 bit
**Issue description:**
When using GIProbe the sky is not taken into account in reflections. This is most visible in metallic chrome surfaces.
Godot 3.2 Beta 5
 was both:
- _Very_ out of date
- Owned by me
Both seem fixable. However I think a good first start is to figure out a way to ... | Component: Build Infrastructure,Type: Needs Investigation | low | Critical |
549,313,229 | TypeScript | Don't escape valid Unicode characters in strings | <!-- π¨ 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 b... | Bug,Help Wanted,Effort: Difficult | 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.