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 |
|---|---|---|---|---|---|---|
629,734,184 | bitcoin | support BIP39 mnemonic in descriptors | Supporting BIP39 mnemonic in descriptors would allow less painful imports and scans of third party wallet seeds.
I think it could be used almost identical as the existing `xpriv` key.
Example:
`pkh(bip39(room,cross,cube,glance,infant,setup,renew,more,lion,glimpse,retreat,tone,chief,vanish,brisk,destroy,destroy,b... | Feature | medium | Major |
629,756,031 | pytorch | BCEWithLogitsLoss() not equal to BCELoss() with sigmoid() | Calling BCEWithLogitsLoss() gives different results than calling sigmoid with BCELoss(). Please see the example below.
pred = tensor(
[[ 1.6094e+01],
[ 5.1216e-01],
[-9.5367e+00],
[ 2.4377e+01],
[ 3.5349e+01],
[ 2.5894e+01],
[ 3.1808e+01],
[ 1.85... | module: loss,triaged | low | Critical |
629,803,192 | pytorch | error when specifying sparse=True in embedding | ## π Bug
<!-- A clear and concise description of what the bug is. -->
neural network training work without sparse=True, but do not work with sparse=True.
## To Reproduce
https://colab.research.google.com/drive/1m1xhqu9s_4YdZoDjkTTNu2P58O0Cwv7J?usp=sharing
Steps to reproduce the behavior:
1. just run all
i... | module: sparse,triaged | low | Critical |
629,811,028 | flutter | [Feature Request] [Navigator] Expose current route(s) | ## Use case
I have chat in my application with notifications.
When the app receives notifications from a specific user while it's open and that conversation is already, the notification should not be displayed.
To know when that happens, I need to get the current route and see which one is it.
## Current So... | c: new feature,framework,f: routes,c: proposal,P3,team-framework,triaged-framework | low | Major |
629,854,466 | rust | ffi-safe lint should be more aggressive in checking ffi stability of sub-types | According to [this answer](https://internals.rust-lang.org/t/question-about-c-abi-stability/12449/4?u=sharazam), this code:
```rust
pub struct A { a: usize, b: usize }
#[repr(C)]
pub struct B {
a: A
}
```
... should emit a warning that `struct A` is still `#[repr(Rust)]`, so the layout of `B` isn't... | C-enhancement,A-lints,A-FFI | low | Minor |
629,883,021 | TypeScript | Add quick fix to convert type-only import into normal import | <!-- π¨ 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 |
629,887,686 | flutter | Coloured Android navigation bar not working with Launch Screen | ## Steps to Reproduce
I have a styles.xml file where I am trying to change the colour of the android navigation bar (the system one with three buttons) on the launch screen. The code is:
```
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is sta... | c: new feature,platform-android,engine,P3,team-android,triaged-android | low | Major |
629,902,190 | rust | Misleading compilation error message in desugaring of closure with mutable reference | I tried this code:
```rust
struct A(i32);
struct B {
arr: Vec<A>
}
impl B {
fn using_iterator(&mut self) -> Vec<&A> {
(0..2).map(|i| &self.arr[i]).collect()
}
}
```
I expected to see this happen:
While I understand that because of the mutable reference and how closures are desug... | C-enhancement,A-diagnostics,A-closures,T-compiler,D-confusing | low | Critical |
629,941,309 | pytorch | PyTorch multiprocessing.spawn seems slow with list of tensors | ## π Bug
When I use torch.multiprocessing.spawn in distributed GPU training (on a single machine), I observe much slower training times than starting the processes independently.
This is even more true when my Dataset contains a list of tensors. It seems that the shared memory creates a file pointer for each ent... | module: performance,module: multiprocessing,triaged | low | Critical |
629,944,984 | flutter | The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/tossdown/Documents/FLUTTER/Projects/shezan/ios/Flutter/Flutter.framework) | ```
- Running pre install hooks
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/tossdown/Documents/FLUTTER/Projects/shezan/ios/Flutter/Flutter.framework)
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.8.4/lib/cocoapods/installer/xcode/target_valida... | c: crash,platform-ios,tool,t: xcode,P3,team-ios,triaged-ios | medium | Critical |
629,963,943 | pytorch | Torch hub: object has no attribute nms | ## π Bug
Using docker `pytorch/pytorch`
```
root@90479d02671b:/workspace# python -c "import torch.hub; torch.hub.load('pytorch/vision', 'deeplabv3_resnet101', pretrained=True)"
Downloading: "https://github.com/pytorch/vision/archive/master.zip" to /root/.cache/torch/hub/master.zip
Traceback (most recent call ... | triaged,module: docker | low | Critical |
629,975,605 | node | repl: uncomplete expression shouldn't be autocompleted. | <!--
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... | repl,discuss | medium | Critical |
629,988,000 | go | x/crypto/acme: confusing error when ACME CA does not implement pre-authorization flow | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes (latest version in use)
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go en... | NeedsInvestigation | low | Critical |
629,990,142 | bitcoin | Improve deadlock detection | Background
---
If two or more threads acquire mutexes in different order, that could cause a deadlock. Currently we have two mechanisms for detecting that - our [DEBUG_LOCKORDER](https://github.com/bitcoin/bitcoin/blob/bdedfcf/src/sync.cpp#L134) and the [thread sanitizer](https://clang.llvm.org/docs/ThreadSanitizer.h... | Feature | medium | Critical |
629,992,885 | PowerToys | FancyZones: Sound event for an accoustic confirmation of a snapped in window | # Summary of the new feature/enhancement
Can we please have a Windows sound event which can be set with an individual sound file for an accoustic confirmation of a snapped in window?
# Proposed technical implementation details (optional)
Add a new category in the following Sound dialog, for instance "PowerTo... | Idea-Enhancement,Help Wanted,FancyZones-Dragging&UI,Product-FancyZones | low | Minor |
630,000,913 | TypeScript | Add named type arguments | ## Search Terms
generics, type parameters, named parameter, named type parameter, type argument, named type argument
## Suggestion
It should be possible to pass type arguments to a generic by name rather than positionally, eg.
```typescript
interface Foo<T = SomeDefaultType, U> { ... }
// Current syntax
cons... | Suggestion,Awaiting More Feedback | medium | Major |
630,014,185 | TypeScript | allow local module type declarations on separate files (similar to C .h files) | <!-- π¨ 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 |
630,026,086 | vscode | Add settings search synonym - password/authentication | https://github.com/microsoft/vscode-remote-release/issues/3109 | bug,settings-editor,settings-search | low | Minor |
630,052,741 | vscode | Tasks: Pick folder for user tasks in multi-root-workspaces | <!-- β οΈβ οΈ 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. -->
User-Tasks in Multi-Root-Workspaces should ask i... | feature-request,tasks,workbench-multiroot | medium | Major |
630,117,502 | vscode | Allow for "random access" undos | <!-- β οΈβ οΈ 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. -->
Refs: https://github.com/microsoft/vscode/issues/99159
> The undo fails regardless of th... | feature-request,undo-redo | low | Minor |
630,128,958 | rust | Macro expansion for expr | ```rust
#![feature(raw_ref_op)]
macro_rules! offset {
($ty: tt, $field: expr) => {
unsafe { &raw const ((*(0 as *const $ty)).$field) } as usize
};
}
struct Emm {
a: i32,
b: u64,
}
fn main() {
let tmp = offset!(Emm, b);
let tmp = unsafe { &raw const ((*(0 as *const Emm)).... | A-macros,T-compiler,C-bug | low | Critical |
630,135,605 | create-react-app | Add option `"root": true` to `eslintConfig` in `package.json` | ### Is your proposal related to a problem?
https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy
> By default, ESLint will look for configuration files in all parent folders up to the root directory.
### Describe the solution you'd like
```diff
{
...
"eslintConfig": ... | issue: proposal,needs triage | low | Minor |
630,173,362 | flutter | flutter run shows log lines from other Flutter apps on Android | *@Reprevise commented on Jun 3, 2020, 5:02 PM UTC:*
I'm on Dart 2.8.3, and my OS is Windows. I don't know whether to post this in Flutter or here, but it has things to do with logging. Anyways, I was debugging my Flutter application and then I clicked on a notification from one of my other apps. Apparently this app wa... | c: new feature,platform-android,tool,a: debugging,has reproducible steps,P2,found in release: 3.0,found in release: 3.1,team-android,triaged-android | low | Critical |
630,229,477 | node | ERR_MODULE_NOT_FOUND recommends what I asked it to import | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | esm | low | Critical |
630,230,724 | rust | Get rid of /rustc/$hash hack | Spawned off of https://github.com/rust-lang/rust/pull/72767/commits/a8e4236edc1e118ccb6c3f3a8d0139e4cd90b5b8
Right now, `/rustc/$hash` is used as a magic prefix to track paths into libstd source so that it can be remapped to local developer paths when they install the rust-src component.
But, as @eddyb pointed ou... | C-cleanup,P-medium,T-compiler | low | Minor |
630,253,789 | pytorch | JIT test suite has dependencies across tests | Steps to reproduce:
1. Induce a bug by adding more type annotations. https://github.com/ezyang/pytorch/tree/poc/jit-bug is what I was working on when this happened
2. Run these tests:
```
(/home/ezyang/local/pytorch-tmp-env) [ezyang@devvm066.ash0 ~/local/pytorch-tmp] python test/test_jit.py TestScript.test_circul... | oncall: jit,triaged | low | Critical |
630,267,700 | rust | cargo doc output layout improvement for pub const | <!-- Thanks for filing a π feature request π! -->
**Describe the problem you are trying to solve**
<!-- A clear and concise description of the problem this feature request is trying to solve. -->
The current `cargo doc` output layout is difficult to read. For example, the HTTP status codes on this[ doc page](h... | T-rustdoc,C-feature-request | low | Minor |
630,278,071 | flutter | Flutter ellipsis is broken when using a custom font with fontWeight other than normal | This does not seem right, the issue is that I have downloaded the "Oxygen-Regular.ttf" from Google Fonts, and added it to my flutter app (as all the other fonts I have in the app). Regarding text
```
child: Text(
"some text",
overflow: TextOverflow.ellipsis,
)
```
using this specific font, the ellipsis... | framework,engine,a: typography,has reproducible steps,P2,found in release: 2.0,found in release: 2.3,team-engine,triaged-engine | low | Critical |
630,287,434 | terminal | The Terminal needs to support `"cursorTextColor": null` | Follow up from #6337
Spec'd in #6151
Currently, the terminal always draws the cursor on top of text. #6337 is going to change the Terminal to always draw the cursor _underneath_ the text. Before we release a build with #6337 in it, we should add a setting to allow users to return to the current behavior. | Area-Rendering,Area-Settings,Product-Terminal,Issue-Task | low | Minor |
630,299,337 | terminal | Split-Pane with 'backgroundImage' set, not showing all background images | # Environment
```
Microsoft Windows [Version 10.0.18363.836]
Windows Terminal version: 1.0.1401.0
```
# Steps to reproduce
1. Set up a profile to have a background image
2. Close all terminals
3. Open the terminal via `wt split-pane`, or `wt -p "Command Prompt" ; split-pane -p "Windows PowerShell"`
# E... | Help Wanted,Needs-Repro,Issue-Bug,Area-TerminalControl,Product-Terminal,Priority-3 | medium | Major |
630,331,908 | go | runtime: "fatal error: all goroutines are asleep - deadlock!" with GC assist wait | [2020-06-02T21:19:07-ee776b4/freebsd-386-11_2](https://build.golang.org/log/a52682319e4acceb9aa1804f128b3f941c6eb007):
```
fatal error: all goroutines are asleep - deadlock!
goroutine 1 [semacquire]:
sync.runtime_Semacquire(0x39123438)
/tmp/workdir/go/src/runtime/sema.go:56 +0x30
sync.(*WaitGroup).Wait(... | GarbageCollector,NeedsInvestigation,compiler/runtime | low | Critical |
630,363,367 | flutter | Issue with Gradle Build during Flutter run command | I have created a new Flutter project in Android Studio.
while doing "flutter run" in project directory, i am getting below error.
**D:\SandBox\Flutter_workspace\flutter_app>flutter run
The system cannot find the path specified.
The system cannot find the path specified.
Launching lib\main.dart on Redmi 4 in debu... | c: crash,tool,t: gradle,P2,team-tool,triaged-tool | low | Critical |
630,410,184 | svelte | delay in transitions only applies to last change | https://svelte.dev/repl/577f73063a75469292b63d384f72ea9c?version=3.23.0

( reload to replay gif ) | bug,temp-stale | low | Major |
630,415,282 | pytorch | Misannotation of layer_norm parameters causes internal assert failure | Steps to reproduce:
1. Check out https://github.com/ezyang/pytorch/pull/new/poc/layer-norm-misannot
2. Run `pytest test/quantization/test_quantize_script.py -k test_layer_norm`
Expected result: no internal assert failure
Actual result:
```
model = RecursiveScriptModule(original_name=LayerNorm), inplace = Fa... | oncall: quantization,low priority,triaged | low | Critical |
630,443,449 | pytorch | pytest suppresses stderr from Python startup by default | Steps to reproduce:
1. Make some error in a static initializer
2. Run pytest on a test suite
Expected result: You get the stderr printed by python binary (with the actual static initializer error) before exit
Actual result: Pytest suppresses the stderr and... gives you the C backtrace for Python?
This should... | module: logging,module: tests,triaged | low | Critical |
630,487,573 | flutter | [web] Doesn't work on android 4.4 or 5.x default browser | ## Steps to Reproduce
Sorry , there is no need to say very complicatedly.
1. Use Android Studio to create a sample flutter app -- a Counter app.
2. Compile it use the command: flutter build web,
3. Config you Nginx using the local port 80, and test it with your chrome browser.
3. Run an android (4.4 or 5.x) em... | platform-android,framework,engine,platform-web,a: build,e: OS-version specific,has reproducible steps,P3,team-engine,triaged-engine,found in release: 3.16,found in release: 3.18 | low | Major |
630,494,854 | go | x/tools/gopls: rename in GOPATH mode does not rename test variant | I was running through the steps in https://github.com/golang/vscode-go/blob/master/docs/Smoke-Test.md, with the example repository in `GOPATH` mode. Renaming `stringutil.Reverse` resulted in an error in the `reverse_test.go` file, as the version in the test variant was not renamed. | gopls,Tools | low | Critical |
630,500,892 | flutter | webview response to gesture from the widget above it | webView_flutter for iOS οΌWhen loading the map URL, stack will overlay a gesturedetector event, which will penetrate the map pageγγLoading other https web will not appear
```
return Scaffold(
appBar: AppBar(
title: Text(widget.title),
),
body: Stack(
children: <Widget>[
... | platform-ios,framework,f: gestures,p: webview,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-ios,triaged-ios | low | Critical |
630,602,524 | flutter | RouteAware should have didReplace callback | ## Use case
`RouteAware` class have `didPopNext`, `didPush`, `didPop`, and `didPushNext` callback,
but if a route is replaced, it will not be notified.
## Proposal
I think we should add a `didReplace` callback to `RouteAware` and `RouteObserver` class.
| framework,f: routes,c: proposal,P3,team-framework,triaged-framework | low | Minor |
630,615,245 | TypeScript | Inconsistent assignment analysis for async arrow IIFE's regarding class property declarations (sugar vs constructor assigning) | <!-- π¨ 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 | low | Critical |
630,639,918 | angular | ZoneJS: legacy Object.defineProperty patch breaks configurable descriptor attribute | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | hotlist: components team,freq1: low,workaround2: non-obvious,area: zones,state: confirmed,P3 | low | Critical |
630,659,511 | godot | Imported texture with HDR enabled are darker on Android | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2.1
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:**
Huawei P30 GLES3
<!-- Specify GPU model, drive... | bug,platform:android,topic:rendering,topic:3d | low | Minor |
630,667,420 | go | runtime: OOM when runing in sparse available memory system | <!--
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.11 linux/amd64
</pre>
### Does this issue reproduce w... | NeedsInvestigation | medium | Critical |
630,713,486 | vscode | `getTokenInformationAtPosition` API causes too much traffic and blocks the renderer process | * Install `GitHub Pull Request Nightly BuildPreview`
* Open the following file:
```
// #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555
// #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #91555 #9... | bug,api,tokenization,under-discussion | medium | Major |
630,769,505 | TypeScript | Pipe function + `React.memo` returns component with `any` props | <!-- π¨ 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... | Needs Investigation,Rescheduled | low | Critical |
630,778,012 | godot | Vulkan: Camera effects depth write fails in transparente materials | **Godot version:**
v4.0.dev.custom_duild.030a26206
**OS/device including version:**
Ubuntu with Gnome - Rizen7 GPU GTX 1650 Linux driver 440.64
**Issue description:**
Using default materials appears to not write in depth buffer in transparent textures. Camera blur effects appears wrong. when full opaque materi... | bug,topic:rendering | low | Minor |
630,848,672 | flutter | [Plugin] Google Maps position problem on iOS | Reopening #43010
---
Trying to configure Google Maps widget where I have pin drop on longPress.
All good if I have the location zoomed somehow. But in case, I don't have any zoom on the map, it causes some map position issues.
For instance, when I place the marker more at the top, the map jumps down and gre... | platform-ios,a: quality,p: maps,package,has reproducible steps,P2,found in release: 2.3,team-ios,triaged-ios | low | Minor |
630,853,662 | excalidraw | TypeError "a is undefined" in production version | TypeError "a is undefined" in production version
### Scene content
```
{"excalidraw":[{"id":"RSrswM0Nsru4O3DIycwr4","type":"rectangle","x":1197.3636363636374,"y":350.5454545454543,"width":23.090909090909012,"height":247.72727272727272,"angle":0,"strokeColor":"#000000","backgroundColor":"#bf9ea8","fillStyle":"solid... | bug | low | Critical |
630,911,536 | pytorch | Valgrind leak checking flags losses in libtorch | Valgrind is my go-to for wrangling possible memory leaks. It is a beautiful piece of software, but is unfortunately (and necessarily) imperfect. I just ran a libtorch-based application through a relatively brief optimization of a CNN model, and it generated a fair number of loss records. Fortunately, all of them appear... | module: cpp,triaged | low | Major |
630,948,469 | create-react-app | Support aliased imports | As previously seen on #9034, I would like to use a separate, TypeScript-based "commons" library in two other TypeScript projects. The problem is that aliased imports are disabled for no documented reason. A workaround is possible with `react-app-rewired` through `react-app-rewire-alias` (since version 0.1.6 also fully ... | issue: proposal,needs triage | low | Major |
630,956,180 | pytorch | test_nn_module_tests should run less tests | This test appears to run every single module test in a loop. This makes it harder to diagnose failures. Each module test should get a separate test function so you can ask for a specific test to be run.
cc @albanD @mruberry | module: nn,module: tests,triaged | low | Critical |
630,956,956 | terminal | Same input with different results in terminal and cmd.exe | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Help Wanted,Issue-Bug,Area-TerminalControl,Product-Terminal,Priority-2 | low | Critical |
630,961,566 | godot | Memory leak, on selecting multiple animation keys 10Gb+ ram used | **Godot version:**
3.2.1 stable
**OS/device including version:**
Linux
**Issue description:**
Selecting multiply animation keys like on screenshot, make Godot freeze, because Ram usage.

**Steps to r... | bug,topic:editor,crash | low | Minor |
630,969,445 | godot | Memory leak when creating Nodes or Object derived objects. | <!-- 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_v3.2.2-beta2_win64
**OS/device including version:**
<!-- Specify GPU model, driver... | bug,topic:core | low | Critical |
630,972,295 | rust | thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/librustc_typeck/check/intrinsic.rs:288:42 | This happened while trying to build libstd (outside of bootstrap) for hexagon-unknown-linux-musl. Not sure if `xbuild` is the appropriate convention but I saw it used in libc crate's CI and assumed it might be worth a try w/libstd.
```
cd src/libstd
RUST_BACKTRACE=1 cargo +nightly xbuild -vv --no-default-features... | I-ICE,T-compiler,C-bug,requires-nightly,S-needs-repro | low | Critical |
630,976,188 | ant-design | Issue in horizontal scroll with keyboard arrow key inside the tabs | - [ ] 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/antd-issue-tabpane-2smge)
### Steps to r... | Inactive,β¨οΈ Accessibility | low | Minor |
630,982,742 | tensorflow | tf.ragged.constant does not detect dense dimensions | **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): Windows 10 x64
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: NA
- TensorFlow instal... | stat:awaiting tensorflower,type:feature,comp:ops,TF 2.9 | low | Critical |
631,019,187 | go | regexp: doc: lead with the precise syntax rather than referring to Perl, Python, etc. | <!--
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>
1.13.5
</pre>
### Does this issue reproduce with the latest release?
Yes
... | Documentation,help wanted,NeedsFix | low | Major |
631,045,940 | angular | Elements lazy load make unable to use providers in modules | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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,workaround2: non-obvious,area: elements,state: confirmed,P3 | medium | Critical |
631,054,894 | godot | Node self-reference leaks on quit if it is typed | Godot 3.1
Godot 3.2.2 beta3
If you do this in a script, Godot will leak on quit:
```gdscript
extends Node
var _tilemap := self
```
```
ERROR: ~List: Condition ' _first != __null ' is true.
At: ./core/self_list.h:111
ERROR: ~List: Condition ' _first != __null ' is true.
At: ./core/self_list.h:111
W... | bug,topic:gdscript | low | Critical |
631,072,138 | go | crypto/tls: cleanup handshake state | We should refactor where and when the hs and Conn state is accessed and modified during the handshake. For example checkForResumption should probably be side-effect free. | NeedsFix | low | Major |
631,106,517 | godot | Less than comparisons between arrays and sorting arrays of arrays is unpredictable | **Godot version:**
3.2.1.stable
**OS/device including version:**
Windows10
**Issue description:**
I just tried to sort an array of pairs of numbers `[[2.061036, 1], [2.599602, 100], [-0.833468, 1]]` and the answer wasn't right.
It appears that Array objects are not compared by the value of their contents,... | discussion,topic:core,confirmed,documentation | low | Critical |
631,114,322 | godot | A tilemap created in 3.0 will break if you use `Fix Invalid Tiles` | Godot 3.2.1
I created a lot of levels with tilemaps in Godot 3.0.6, and later migrated the project to 3.1, then 3.2. Levels still worked fine, until I notice a few occurrences of "invalid cell" errors in some levels.
So I tried using `Fix Invalid Tiles` on these levels, but it completely messed it up with a checker... | bug,topic:editor | low | Critical |
631,122,289 | TypeScript | bug of multi re-export with interface | <!-- π¨ 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... | Needs Investigation | low | Critical |
631,148,678 | rust | Clarify the behavior of std::task::Waker and Future::Poll | I have been implemented a few sync mechanism including WaitGroup and MPMC/MPSC in async, althought currently my code seems to work fine. I have some confusion about the documented and feels that there's undefined behavior, especially when future is implemented as lockless and waited/wake_up between multiple thread conc... | C-enhancement,T-libs-api,A-async-await,AsyncAwait-Triaged | low | Major |
631,157,881 | pytorch | Segfault = docker + tensorboard + pytorch | ## π Bug
I have this program:
```python
from torch.utils.tensorboard import SummaryWriter
writer = SummaryWriter()
writer.add_scalar('test', 1)
writer.close()
```
Whenever I try to run it on a cell of a jupyter-lab instance in a docker container with tensorboard, **if it is the first time it crashes the ... | triaged,module: tensorboard | low | Critical |
631,165,042 | pytorch | [JIT] Print out mutation in IR Dumps | ## π Feature
When we print out the IR of a function like:
```
@torch.jit.script
def foo(x):
res = []
for i in range(len(x)):
res.append(x[i])
return res
```
We should make visible the mutation that is occurring. Below, the first argument of `aten::append` has a `(!)` after it to indi... | triage review,oncall: jit | low | Minor |
631,187,483 | flutter | More graceful handling of INSTALL_FAILED_VERIFICATION_FAILURE | I am required by device policy to have apps installed via USB verified. It turns out that if you have airplane mode enabled, this fails during `flutter run` as follows:
```
Error: ADB exited with exit code 1
Performing Streamed Install
adb: failed to install /Users/ianh/dev/ui-exp-dg/microbenchmarks/gc/flutter/... | tool,a: quality,P3,team-tool,triaged-tool | low | Critical |
631,190,408 | flutter | Allow devicelab A/B test to compare 2 local engines | The current A/B test only tests the --local-engine=xxx and the default engine
The default engine and the local engine might be compiled with different settings (e.g., default engine probably has --lto while the local engine has --no-lto), so the comparison isn't completely controlled if we just want to test a local ... | a: tests,c: new feature,engine,c: performance,P3,team-engine,triaged-engine | low | Major |
631,211,385 | go | runtime: βunknown pcβ exception for amd64 programs on Windows 7 with EMET and Export Address Table Access Filtering enabled | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14.4 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | ExpertNeeded,OS-Windows,NeedsInvestigation,compiler/runtime | low | Critical |
631,219,875 | flutter | Use an always true BotDetector in fuchsia_asset_builder.dart | The fuchsia_asset_builder tool runs during the Fuchsia build, and should never *not* be considered a bot. Analytics is already disabled for the entrypoint, but bot detection runs beforehand. Running the real bot detector is likely resulting in stray files in the Fuchsia source tree. This can be worked around by injecti... | team,customer: fuchsia,tool,a: quality,P2,team-tool,triaged-tool | low | Minor |
631,230,213 | PowerToys | [PowerRename] Allow for padding prefix/suffix | # Summary of the new feature/enhancement
Allow for padding a filename with a character(s) to a certain number of total characters.
I often need to rename a large number of image files which are named as UPC/PLU codes. The existing file names are variable length and I need to left pad the file names with 0's to 13 ... | Idea-Enhancement,Help Wanted,Product-PowerRename | low | Minor |
631,252,093 | react-native | TextInput controlled selection broken on both ios and android. | **This issue is a continuation of the discussion:**
https://github.com/facebook/react-native/commit/dff490d140010913d3209a2f3e987914b9c4eee4#commitcomment-39332764
**The link to the sample project that demonstrates the issues:**
https://github.com/Ginger-Labs/Input-bug
## Description
Controlled selection seems ... | Platform: iOS,Issue: Author Provided Repro,Component: TextInput,Platform: Android | medium | Critical |
631,304,315 | vscode | Slowdown in native file dialogs for wayland |
Issue Type: <b>Performance Issue</b>
I/O operations (e.g. opening a file, deleting files, opening links) using the VSCode interface are noticeably laggy. Initially I thought this might be to do with my filesystem itself but doing the same on other software (e.g. LibreOffice) does not produce any noticeable lag.
... | bug,freeze-slow-crash-leak,linux,snap | medium | Critical |
631,343,514 | rust | Use `fclass.{s|d|q}` instruction for float point classification in RISC-V targets | Recently I came up with floating point variable classification. I found the function [`f32::classify`](https://doc.rust-lang.org/std/primitive.f32.html#method.classify) useful. Regardless of instruction set architecture, this function is implemented currently like this in standard library:
```rust
#[stable(feature ... | I-slow,C-enhancement,O-riscv,T-libs,A-floating-point | low | Major |
631,353,892 | godot | Godot try to load addon before it import it all resources. | **Godot version:**
3.2.1
**OS/device including version:**
Ubuntu 20.04, Windows 10
**Issue description:**
So I making addon with a lot of resources called Rakugo.
And I publish template project that use it.
When people try to open it for first time it crashes Godot with bug simmilar this:
```
ERROR: Fa... | bug,topic:editor,topic:plugin | low | Critical |
631,367,589 | go | net/http/httputil: ReverseProxy is not allowing to change the status message for the response | <!--
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>
$ go1.13.3 windows/amd64
</pre>
### Does this issue reproduce with the latest re... | NeedsInvestigation,FeatureRequest | low | Critical |
631,417,937 | react | Bug: Form reset lost checkbox onChange event | Hi, I use checkbox uncontrolled mode, onChange in form reset after, lose onChange.
```js
<input type="checkbox" onChange={onChange} />
```
but use add ref.addEventListener('change', onChange) is ok
```js
const checkRef = useRef<HTMLInputElement>();
useEffect(() => {
if (checkboxRef) {
che... | Type: Bug,Component: DOM | low | Critical |
631,434,528 | youtube-dl | yt-dl.org is sending an expired intermediate cert, causing validation by youtube-dl.exe (python 3.4.4) to fail | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | cant-reproduce | low | Critical |
631,443,538 | flutter | Reference material spec for text scaling when available in AppBar | Follow up from https://github.com/flutter/flutter/issues/58093
When the material spec for accessibility text scaling is available add reference to it in docs, to educate and explain the text scale factor cap of `1.34` for titles. | framework,f: material design,a: typography,team-design,triaged-design | low | Minor |
631,475,005 | pytorch | [JIT] OrderedDict doesn't support custom objects | There seems to be an inconsistency with how `OrderedDict` is handled by torchscript compared to `dict`.
Minimal example illustrating that `OrderedDict` doesn't seem to support custom objects, while dict do.
```python
import torch; from typing import Dict; from collections import OrderedDict
class C:
def ... | triage review,oncall: jit | low | Critical |
631,480,699 | pytorch | Dataloader._shutdown_workers hangs | ## π Bug
Dataloader._shutdown_workers hangs unexpectedly. The program has to be killed with Ctrl-C.
```
File "iterative_clustering.py", line 80, in calculate_features
for batch in tqdm(dataloader, desc=f"Features (pass {i})"):
File "/data1/mschroeder/miniconda3/envs/20-ssdc/lib/python3.7/site-package... | module: multiprocessing,module: dataloader,triaged | low | Critical |
631,523,357 | react-native | TextInput with TextAlign on iOS does not add ellipsis instead wraps | ```
import React, { PureComponent } from 'react';
import {Text, TextInput, View} from 'react-native';
const App = () => {
return (
<View style={{flex: 1, justifyContent: 'center'}}>
<View>
<Text>Text Input without alignment</Text>
<TextInput style={{padding: 10, margin: 20, borderC... | Platform: iOS,Component: TextInput,Needs: Environment Info,Needs: Attention | medium | Critical |
631,531,169 | terminal | Option to create desktop shortcuts to profiles | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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,Help Wanted,Area-UserInterface,Product-Terminal | medium | Critical |
631,538,428 | flutter | Google Maps Flutter Navigation Toolbar | I can see that we have the ability to enable/disable the navigation toolbar (mapToolbarEnabled) on the map but even when enabled, the toolbar only appears when the red pin is clicked on.
Can we have an option to force the navigation toolbar to always be showing when enabled, as it may not be obvious to the end user... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
631,582,306 | node | Async Hooks and Streams | Continuing a little bit from https://github.com/nodejs/node/issues/33723.
Do we need closer integration between async hooks and streams? In particular since `Stream.destroy` can be invoked from basically anywhere the `'close'` event can be emitted in a for user unexpected async scope (not sure yet about the correct ... | stream,async_hooks | low | Minor |
631,650,749 | flutter | Overscroll behavior should default to off for touch on ChromeOS | Go to gallery.flutter.dev on a ChromeOS machine.
If you scroll using the trackpad (2 finger scroll) no overscroll behavior is present.
However if you scroll using the touchscreen, you get the Android-style overscroll glow.
Everywhere else I can find in ChromeOS (web pages in Chrome, the application launcher, s... | framework,f: scrolling,platform-chromebook,platform-web,P3,team-web,triaged-web | low | Minor |
631,653,887 | go | runtime: read-only accessor for gcpercent | I would like to programmatically access the current value of `GOGC` in my program (for logging it, with various runtime stats).
For `GOMAXPROCS`, I can call `runtime.GOMAXPROCS(0)` to get the current value without changing it. However, for `GOGC`, I see no way of reading the value without writing. I could do a two-s... | NeedsInvestigation,FeatureRequest,compiler/runtime | low | Critical |
631,659,453 | go | net/http/cookiejar: strips additional information | https://github.com/golang/go/blob/50bd1c4d4eb4fac8ddeb5f063c099daccfb71b26/src/net/http/cookiejar/jar.go#L219
Is there a purpose to leave out everything apart from the name and value here?
I'd like to know how long time a cookie has left to live..
| NeedsInvestigation | low | Major |
631,715,033 | svelte | Error in bidi transitions when returning a function | https://svelte.dev/repl/283d750225684048b26cf6880dfcea2d?version=3.23.0
`Cannot read property 'r' of undefined`
https://github.com/sveltejs/svelte/blob/dba6e5efadb8aaf86ca25022cd3279bb4ea42434/src/runtime/internal/transitions.ts#L337-L342
`wait.then` resolves after `check_outros` meaning that `outros` will be th... | awaiting submitter,stale-bot,temp-stale | low | Critical |
631,748,597 | terminal | Notification after a long running command finishes | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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 | medium | Critical |
631,857,976 | TypeScript | [javascript] Find all references when for module.exports = { foo: foo } |
*TS Template added by @mjbvz*
**TypeScript Version**: 4.0.0-dev.20200605
**Search Terms**
- JavaScript
- find all references (f12)
---
Code
// main.ts
```
import { foo } from './lib.js';
foo();
```
// lib.js
```
function foo() {
console.log("hello world")
}
module.exports = { foo: foo ... | Bug | low | Minor |
631,890,967 | flutter | MediaQueryData.viewInsets might not be the right thing to use on iOS keyboard | The default behavior for iOS keyboards might be closer to media query padding rather than a view inset.
In an iOS app, such as iMessage, open the keyboard and scroll. The content will scroll behind the translucent keyboard. This doesn't happen by default in Flutter since our Scaffold and CupertinoScafford default t... | platform-ios,framework,f: material design,a: fidelity,f: cupertino,team-design,triaged-design | low | Minor |
631,970,635 | TypeScript | Add auto-completion results to CSSStyleDeclaration.{setProperty,removeProperty} | ## Search Terms
setProperty
## Suggestion
[`CSSStyleDeclaration.setProperty(propertyName, value, priority);`](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/setProperty) is currently typed as `setProperty(property: string, value: string | null, priority?: string | undefined): void`.
The... | Suggestion,Awaiting More Feedback | low | Minor |
631,979,433 | pytorch | friend constexpr in templated struct loses constexpr-ness in nvcc | This fails to compile in nvcc:
```
template <typename T>
struct A {
constexpr A(T x) : x_(x) {}
constexpr bool equals(const A& other) { return x_ == other.x_; }
friend constexpr bool func_equals(const A& self, const A& other) { return self.x_ == other.x_; }
T x_;
};
constexpr bool ok(int a, int b) ... | triaged | low | Critical |
632,009,140 | flutter | in_app_purchase - cancel subscription and restore cancelled subscription | Would it be possible to add to the in_app_purchase plugin the following functionalities?
- Cancel Subscription
- Restore Cancelled Subscription (When cancelled but not yet expired)
At the moment the user has to do those actions via the App Store / Google Play. | c: new feature,p: in_app_purchase,package,team-ecosystem,P3,triaged-ecosystem | low | Major |
632,048,785 | PowerToys | [Run][Calculator Plugin] Calculator Expansion | # Summary of the new feature/enhancement
Expand the calculator by implementing bit shifting, modulus operations, and bitwise operators like on macOS' Spotlight, as well as allowing an implicit multiplication when a number is next to a parenthesized number.
# Proposed technical implementation details (optional)
... | Idea-Enhancement,Product-PowerToys Run,Run-Plugin | low | Major |
632,137,329 | PowerToys | [PowerRename] Add an option to reverse the order of files | I need to be able to reverse filenames for automatic import into a program. My files are named as 3a, 3b, 3c, etc. as I don't know how many I am going to have to create, I need it to delete the letters (can be done with regex `[a-zA-Z]`) and then enumerate the items in reverse order, so 3c comes out as "3 (1)", 3b come... | Idea-Enhancement,Product-PowerRename | low | Major |
632,137,554 | kubernetes | Unable to bind another pvc to a volume after original pvc is deleted | **What happened**:
When I have a volume and a pvc, and then delete the pvc, the volume is "Released", but the ClaimRef never gets removed from the volume, and it seems like this prevents me from ever binding another claim to this volume.
**What you expected to happen**:
After I delete a pvc that is bound to a volu... | kind/bug,sig/storage,lifecycle/frozen | medium | Critical |
632,153,440 | godot | get_cell_autotile_coord gives the same information if the tile is at the position 0, 0 in the tileset or the cell doesn't have autotilling | **Godot version:**
3.2.1.stable.official
**OS/device including version:**
Windows10
**Issue description:**
The GDscript function get_cell_autotile_coord() returns a zero vector when the cell doesn't have autotilling. See documentation: https://docs.godotengine.org/en/stable/classes/class_tilemap.html#class-til... | enhancement,topic:core | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.