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 |
|---|---|---|---|---|---|---|
509,360,393 | go | cmd/go: go mod download does not report invalid certificate error | ### What version of Go are you using (`go version`)?
`go version go1.13.3 linux/amd64`
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
`golang:1.13.3` Docker image:
```
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACH... | help wanted,NeedsFix,modules | low | Critical |
509,389,713 | flutter | Account for null values in `AnimatedPositioned` | I was using animated positioned an I wanted to move a widget from the top of a stack to the bottom. I was using top: 0, bottom: null and then setting the state to top: null, bottom:0. This made the widget move, but no animation. I'm told that since it's interpolation between the values of the old position and new, it c... | c: new feature,framework,a: animation,c: proposal,P3,team-framework,triaged-framework | low | Major |
509,401,290 | pytorch | No in-place version of where() | ## π Feature
There is no way to perform the functionality of `torch.where()` in-place. This feature would either add a `.where_()` method to `Tensor` or an `out` parameter to the existing `torch.where()`, or both.
## Motivation
All of the usual reasons for doing operations in-place.
## Pitch
As stated abo... | triaged,OSS contribution wanted,actionable,module: sorting and selection,function request | medium | Major |
509,412,019 | go | runtime: unexpected return pc for os/signal.loop called from 0x0 | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.13 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go... | OS-Windows,NeedsInvestigation | low | Critical |
509,451,369 | TypeScript | TS 3.7: optional chaining output is introducing a local variable | **TypeScript Version:** 3.7.x-dev.201xxxxx
**Search Terms:**
optional chaining
**Code**
```ts
function isTrue(something: { value: boolean} | undefined): boolean {
return something?.value === true;
}
```
**Expected behavior:**
Output:
```js
"use strict";
function isTrue(something) {
return (... | Suggestion,Experience Enhancement | low | Minor |
509,483,619 | terminal | 'fontFace' not working for any profile after system reboot. | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Resolution-External,Area-Rendering,Issue-Bug,Product-Terminal,Tracking-External | high | Critical |
509,493,451 | TypeScript | TS 3.7: unlike `x is T`, `asserts x is T` cannot close over generics defined in outer scopes | **TypeScript Version:** 3.7.0-dev.20191016
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
asserts, asserts return, asserts higher order, asserts type, 2775
**Code**
```ts
function literal<T extends keyof any>(lit: T): {
is(value: any):... | Suggestion,Experience Enhancement | medium | Critical |
509,500,512 | rust | Suggest comparison with binary char when comparing u8 with char literal | Currently attempting to compare a `u8` with a literal `char` gives a generic error about missing trait implementations:
```rust
let mut next: u8;
...
while next != ']' {
```
> can't compare `u8` with `char` no implementation for `u8 == char`
> help: the trait `std::cmp::PartialEq<char>` is not implemen... | C-enhancement,T-compiler,A-suggestion-diagnostics | low | Critical |
509,503,096 | go | time: NewTimer firing later if computer sleeps, how to use wall clock? | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.11.4 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`g... | help wanted,OS-Darwin,NeedsInvestigation | medium | Critical |
509,506,203 | node | --use-strict flag doesn't apply strict mode to script | * Node 12.*:
* Windows 64bit, Debian 64bit:
The `--use-strict` flag doesn't apply strict mode to script.
reproduction:
```
echo a = 1 > test.js && node --use-strict test
```
expected behavior:
`ReferenceError: a is not defined` is thrown.
behavior:
script executes without any issue.
however it wo... | confirmed-bug,v8 engine | low | Critical |
509,508,195 | rust | `dylib` shared libraries will not make public symbols that may be necessary to link inlined code | When a `dylib` crate has a public `inline(always)` functions in it that use, as an implementation, other, private functions, using these public functions from other crates will fail with linkage errors because we fail to "export" the private functions.
An example project can be seen [here](https://gitlab.com/nagisa/... | A-linkage,P-medium,T-compiler,regression-from-stable-to-stable,C-bug | low | Critical |
509,515,781 | go | cmd/go: unclear error when server does not provide 'go-import' metadata for a module in a subdirectory | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | Documentation,NeedsInvestigation,modules | low | Critical |
509,524,328 | pytorch | LinearOperator Abstraction / Structure-Exploiting LazyTensors for Linear Algebra | ## Feature
Abstraction for lazy evaluation of tensors that can make use of special matrix structure for linear algebra operations, similar to Tensorflow's / scipy's `LinearOperator`.
## Motivation
In many situations, sequences of operations involving tensors can often be expressed and computed without ever insta... | feature,triaged,module: linear algebra,module: lazy | low | Major |
509,557,302 | godot | Bad performance using AnimationTree when multithreaded | Sorry for weird bug report in here, but I do not have time to dig deeper now.
This is for master branch of Friday, October 18 2019.
I have a character scene with AnimationTree (25K poly/160 bones per character), I add 30 characters to main scene playing the same idle animation (random waving mainly) which is set up u... | bug,topic:core,needs testing | low | Critical |
509,620,469 | vue | Symbol-keyed properties non-reactive | ### Version
2.6.10
### Reproduction link
[https://jsfiddle.net/dansebcar/b75n0uw6/16/](https://jsfiddle.net/dansebcar/b75n0uw6/16/)
### Steps to reproduce
- Press update to change each item's name to "b"
### What is expected?
The list re-renders with the new name
### What is actually happeni... | feature request | low | Major |
509,621,134 | godot | Updating MeshLib may result in incorrect cell items, unless .import folder is cleaned | **Godot version:** 3.1, 3.1.1, 3.2
**OS/device including version:** Windows 10 64-bit
**Issue description:**
- When you update your existing Mesh Library, by adding / deleting / changing / renaming items; your new MeshLib may have missing / incorrect meshes as well as missing / incorrect texture previews
- A co... | bug,topic:editor,confirmed | low | Critical |
509,638,651 | go | cmd/compile: expected "not used" error | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
### What operating system and processor architecture are you... | NeedsInvestigation,compiler/runtime | low | Critical |
509,740,349 | go | x/crypto/ssh: Unable to start subsystem without an exec or shell message | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.3 openbsd/amd64
</pre>
### Does this issue reproduce with the latest release?
It does.
### What operating system and processor architec... | NeedsInvestigation | low | Critical |
509,755,877 | flutter | Write test for FlutterFragmentActivity in framework devicelab test suite | Write test for FlutterFragmentActivity in framework devicelab test suite
For example, to cover things like this:
https://github.com/flutter/engine/pull/13214 | a: tests,team,framework,engine,a: existing-apps,P2,team-engine,triaged-engine | low | Minor |
509,772,637 | neovim | TUI thread / environment hygiene | @erw7:
> Related to #11259: `gettext()` calls `getenv()` internally, so I think we need the same exclusive control as #11259. However, the TUI thread does not include a `gettext()` call, so only os_getenv() can be called during a `gettext()` call. ISO/IEC 9899:1999 has the following description of `getenv()`.
>
> ... | needs:design,environment,tui,has:plan | low | Minor |
509,836,458 | flutter | Flutter Framework assertion errors with showSearch | ## Steps to Reproduce
We use a search page (`package:flutter/src/marterial/search.dart`) that is opened with `showSearch` and uses a custom `SearchDelegate`.
When I type in the search, eventually (sometimes at the first character, sometimes after I typed some more), the app crashes with assertion errors (see logs... | c: crash,framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
509,849,909 | flutter | "Flutter build aar" command not include flutter's dependencies | Got the ARR file with the execution of "flutter build aar". When an android native project depends on this dependency, it crashed. we have two flutter plugins in our flutter module. but I can't find it in ARR file
<details>
<summary>## Logs:</summary>
`catch exception:java.lang.NoClassDefFoundError: Failed res... | c: crash,tool,t: gradle,P2,team-tool,triaged-tool | low | Critical |
509,868,372 | go | x/mobile: gomobile +6d0d39b incompatible with NDK 20.0.x | ### What version of Go are you using (`go version`)?
<pre>
$ go version
gomobile version +6d0d39b Wed Oct 2 17:59:09 2019 +0000 (android); androidSDK=/opt/android-sdk/platforms/android-29
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture... | NeedsInvestigation,mobile | low | Critical |
510,134,795 | go | syscall: windows doesn't allow read-only directories | On Windows, right now we map the lack of the writable bit in Unix file permissions to FILE_ATTRIBUTES_READONLY. This sort of works fine, but MSDN says that it's not honored for directories. This has implications for the Go module cache.
I'm not suggesting that we change this mapping to something else right now, but... | Documentation,OS-Windows,NeedsInvestigation,compiler/runtime | low | Critical |
510,135,723 | go | syscall: windows doesn't allow renames for read-only files | On Windows, right now we map the lack of the writable bit in Unix file permissions to FILE_ATTRIBUTES_READONLY. This sort of works fine, but this actually prohibits rename-in-place, whereas it's allowed on Unix.
I'm not suggesting that we change this mapping to something else right now, but in case things pop up do... | Documentation,OS-Windows,NeedsFix | low | Critical |
510,181,799 | TypeScript | Create a parser npm module | ## Search Terms
- parser
- parser module
## Suggestion
use the parser part of typescript and create a npm module from it to be used without the whole typescript (a few megabytes)
## Use Cases
parsing typescipt & javascript to AST
## Checklist
My suggestion meets these guidelines:
* [x] This wou... | Suggestion,Awaiting More Feedback | low | Minor |
510,190,244 | flutter | Removed Tab from TabController is still scrollable by swiping in the TabBarView | Hey guys,
I've been writing a tutorial about Dynamic TabBar and TabBarView and I discovered something interesting. It seems somehow Widgets are cached while they are dynamically removed.
Repo - https://github.com/zeromaro/dynamic-tab-bar-view/tree/tbv-basic .
1. Run the app.
2. Try to click on different TabVi... | framework,f: material design,f: scrolling,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
510,210,175 | go | cmd/go: build for armv7s with -buildmode=c-archive | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.3 darwin/amd64
</pre>
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code>... | ExpertNeeded,NeedsInvestigation,arch-arm | low | Critical |
510,272,089 | go | cmd/link: allow asking linker to *not* eliminate a "dead" function | We have some assembly code in our Go binary that is never directly called by any Go code in userspace. (It's intended to be handed to the kernel to execute during a `kexec` in ring 0. Kernel hands execution to this piece of Go assembly, Go assembly hands it to a kernel we're booting.)
Normally, this code would be op... | NeedsInvestigation,compiler/runtime | low | Major |
510,325,334 | pytorch | torch.multinominal ignores elements from cumulative distribution | ## π Bug
torch.multinominal for CPU calculates cumulative distribution internally to generate samples. If the exponents of the probabilities in one row have significantly different values (e.g. half < 1e-15 and others > 1e+15) the optimized local cumulative sum does not work as expected. The issue exists because we... | module: cpu,triaged,module: random | low | Critical |
510,344,353 | vscode | OS specific properties in Tasks.json to overwrite build shell doen't work | - VSCode Version: 1.39.2
- OS Version: Windows 10
Steps to Reproduce:
1. Set default shell to `bash` so your build tasks fails as VSCode recently started passing incorrect build path to `bash`
2. Set a build shell which is different than default as you want to build your TypeScript project. `powershell` works.
... | feature-request,tasks | low | Major |
510,346,253 | flutter | Migrate android_semantics_testing and android_views to the v2 embedding | There are a few cases where access to `FlutterView` is currently needed.
1. `flutterView.getAccessibilityNodeProvider()` in
https://github.com/flutter/flutter/blob/master/dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java#L44
2. Full F... | platform-android,engine,a: existing-apps,P2,team-android,triaged-android | low | Major |
510,353,637 | rust | Document auto traits implemented by the return types of `async fn` | Currently, Rustdoc documents auto-trait impls for types, displaying them along with manually written impls. However, there is currently no way of telling what auto traits are implemented by the `impl Future` type returned by an `async fn`.
I'm not quite sure what the best way of displaying this is. We need to make i... | T-rustdoc,C-enhancement,A-async-await,AsyncAwait-Triaged | low | Minor |
510,357,494 | flutter | Create a way to test Engine on its own | We need a way to create tests against Engine directly. As a shortterm workaround we allow people to call GetEngine() on a Shell which does have test harness code that creates it. Ideally we could just create the Engine on its own to test. | a: tests,engine,P2,team-engine,triaged-engine | low | Minor |
510,407,029 | youtube-dl | [theplatform.eu] video from DigitalTheatre.com | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2019.10.22**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker ... | site-support-request | low | Critical |
510,484,345 | godot | Disable properties that should not be used (scale/rotation) (or warn the user) | **Godot version:** 3.2 alpha 2
**OS/device including version:** macOS Mojave
**Issue description:**
I faced the same issue as #5929, reduz said it's not an issue but a limitation of the physic engine, `scale` must not be used with this node (or a rigid in non static mode) and the issue was closed.
This issue is ... | enhancement,discussion,topic:editor | low | Critical |
510,495,286 | flutter | Scaffold BottomSheet Does Not Respect Elevation Property When Using BottomNavigationBar with Elevation | Create a BottomSheet for a Scaffold and show it using showBottomSheet. BottomSheet has an elevation property but his is not respected.
If the Scaffold includes a BottomNavigationBar (which also has an elevation property) then when the BottomSheet is opened, it animates from the bottom of the screen (ie. bottom of ... | framework,f: material design,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
510,516,708 | go | cmd/cgo: calling C code without cgo on aix/ppc64 | In CL 198798, @jpap allows Go asm to call/jump directly to a C function defined in a .syso files.
The jump is performed like this `JMP Cfunc(SB)`.
However, on AIX, this JMP doesn't work. A C function has two symbols:
- `Cfunc`, a data symbol with a pointer to `.Cfunc` and a pointer to the TOC symbol (something si... | NeedsInvestigation,arch-ppc64x,compiler/runtime | low | Major |
510,518,061 | create-react-app | Include step of adding "ie 11" in package.json developement key when using react-app-polyfill | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When following instructions on this page: https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md, in my ca... | issue: proposal,needs triage | low | Minor |
510,533,436 | pytorch | Patch: Fix for using `clang` to compile CUDA | ## π Patch (bug seemed the closest category I could choose)
If you write custom kernels using the libtorch API and use `clang` rather than `nvcc` to compile the CUDA code, you receive (at least) the following compilation error:
```
In file included from bazel-out/k8-fastbuild/bin/kernels/correlation/src/correla... | module: build,module: cuda,triaged | low | Critical |
510,543,316 | svelte | Prevent multiple style recalculations and improve performance by grouping DOM reads and writes | **Is your feature request related to a problem? Please describe.**
When requesting `offsetLeft` (or other DOM reads) in the `beforeUpdate` callback the browser has to recalculate styles when the styles are changed in a further update. See below how this looks in dev tools with multiple components (the second one is wi... | perf | low | Major |
510,620,756 | electron | webContents.reload should accept same options as webContents.loadURL | ### Problem Description
[webContents.loadURL](https://github.com/electron/electron/blob/master/docs/api/web-contents.md#contentsloadurlurl-options) lets you add additional options such as `userAgent` and `extraHeaders`, but [webContents.reload()](https://github.com/electron/electron/blob/master/docs/api/web-contents.m... | enhancement :sparkles:,6-1-x,7-1-x | low | Minor |
510,669,580 | flutter | Listing non platform compatible plugins | ## Use case
When I start adding a new platform like web or desktop to my application I want to know the non-compitable plugins with the new platform
## Proposal
Simply by Using a flutter command to list The Plugins which is not compatible with the targeted platform
Sample
`Flutter plugin -check web
`
Resul... | c: new feature,tool,P3,team-tool,triaged-tool | low | Critical |
510,707,362 | rust | Casting away lifetimes using closures | The following code compiles on stable and nightly. I'm not sure it should as it's effectively casting a `Struct::<'a>` to a `Struct::<'static>` in safe code.
```rust
use std::{any::Any, marker::PhantomData};
fn main() {
bad();
}
fn bad<'a>() -> Struct<'static> {
make_static(|| Struct::<'a>(PhantomD... | A-lifetimes,A-closures,T-lang,C-bug | low | Critical |
510,725,863 | godot | Hovering over a property in the Inspector for over 1 second causes its tooltip to disappear, then continue to blink on and off [Stardock Fences, Kakaotalk] | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:**
3.1.1 Stable
**OS/device including version:**
Windows 10.0.18362
**Issue description:**
When hovering over a property in the inspector panel, a description pops up for a ... | bug,platform:windows,topic:porting,confirmed,topic:thirdparty,topic:gui | medium | Critical |
510,751,719 | fastapi | Execute dependencies in parallel instead of sequentially awaiting them | **Is your feature request related to a problem? Please describe.**
FastAPI's Dependency injection system, while extremely useful, tends to run into a problem when several long-running dependencies are needed for a single route, such as with the example below.
```py
from fastapi import Depends, FastAPI
from asynci... | feature,reviewed | medium | Major |
510,752,150 | go | x/build/cmd/gopherbot: fix Gerrit reviewer email addresses | I have three main email addresses (gmail.com, golang.org, google.com), with three corresponding Chrome identities/Google accounts.
So do many others on the Go team. (Or at least two)
And because I've clicked links to Gerrit reviews while signed into each of the three, Gerrit has helpfully signed me in & made an a... | help wanted,Builders,NeedsInvestigation,FeatureRequest | low | Minor |
510,763,712 | TypeScript | Stricter Assignability Checks for Overloaded Functions | <!-- π¨ 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 |
510,834,286 | TypeScript | Provide auto-completion on function parameters (TypeScript) | *TypeScript issue template from @mjbvz*
**TypeScript Version**: 3.7.0-dev.20191021
**search terms**
- parameter hints
- signature help
*original report below*
---
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure yo... | Bug,Domain: Completion Lists | low | Major |
510,850,567 | material-ui | Jest snapshot problem with component Fade | - [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Current Behavior π―
When `Fade` component has `in={true}`, Jest fails to render it with message `TypeError: Cannot set ... | bug π,external dependency,test | low | Critical |
510,860,632 | pytorch | Python/C++ API Parity: torch.optim optimizers | Currently, `torch.optim` optimizers in PyTorch C++ API behave slightly differently from the Python API. In order to achieve parity, we should check the following aspects of an optimizer:
1. Make sure the C++ optimizer takes the same set of constructor arguments as the Python optimizer.
2. Make sure the C++ optimize... | module: cpp,triaged | low | Major |
510,871,309 | godot | TextEdit always clips content (including the focus outline, causing it to be not fully visible) | **Godot version:**
3564547208030264a28cc55232992aab3cbdad94
**OS/device including version:**
ArcoLinux
**Issue description:**
TextEdit forcibly clips all content, regardless of whether the `Clip Content` box is checked.
. The input(i.e x_constrained) is the output of a call to stick-breaking transform. However, grad output includes nan and -inf for the following x_constrained (note that x_constrained may not be precise since it comes from... | module: distributions,triaged | low | Critical |
510,886,092 | pytorch | Problem installing from source on CentOS 6.5 | ## π Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
I ran the following code:
1. conda create detectron2 python=3.7
2. conda activate detectron2
3. conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing
4. git c... | module: build,triaged,module: nccl | low | Critical |
510,892,142 | flutter | flutter create --template plugin should make a federated plugin by default | Once the federated plugin layout has stabilized (see https://github.com/flutter/plugins/pull/2217) I think we should make it the default in the plugin template.
Making federated the default is better for the ecosystem long term since it improves portability, even though it increases complexity for first-time plugin ... | tool,P2,a: plugins,team-tool,triaged-tool | low | Critical |
510,976,941 | go | cmd/compile: review compiler-generated symbol naming scheme | cmd/compile generates a lot of linker symbols for internal objects, and we've amassed a number of ad hoc naming schemes for them. I'm concerned that there might be collisions, particularly with user-defined symbols.
We should review and probably catalog the existing symbol, and try to find a more uniform naming sche... | help wanted,NeedsInvestigation,compiler/runtime | low | Minor |
511,004,053 | kubernetes | Support adding an init process to containers | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add support for adding an init process (PID 1) to containers started by Kubernetes, across the supported container runtimes. This should be toggled by an appropriate flag on the `Container` spec.
A pos... | area/kubelet,sig/node,kind/feature,needs-triage | high | Critical |
511,044,887 | go | net: get npcap usable windows network device names | net.Interfaces(), net.InterfaceByName(), and net.InterfaceByIndex() return an Interface struct with a Name variable. On Linux, this will tend to be the name (eth0, wlan0, en0, etc) that can be passed to pcap functions/methods (eg. "github.com/google/gopacket/pcap".OpenLive() )
However, that isn't the case on Windows... | OS-Windows,NeedsInvestigation | low | Major |
511,089,320 | rust | rustdoc: document fields exposed by `Deref` implementations. | `rustdoc` provides a very useful "methods from `Deref<Target=...>`" section for types that implement the `Deref` trait, but this section only displays associated functions and never fields. It could be very useful if (public) fields exposed via `Deref` were also documented. | T-rustdoc,C-enhancement,A-rustdoc-ui | low | Minor |
511,110,330 | TypeScript | Incorrect or broken autocomplete suggestions for enum indexed interfaces | <!-- π¨ 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,Domain: Completion Lists | low | Critical |
511,121,546 | TypeScript | Allow static members in abstract classes to reference type parameters | ## Search Terms
abstract generic class static type parameter
## Suggestion
It has been previously concluded in #24018 that referencing class type parameters in the static side is problematic unless that class is meant to be extended. Well, abstract classes _are_ meant to be extended, so it makes sense to allo... | Suggestion,Awaiting More Feedback | medium | Critical |
511,133,069 | flutter | [Google sign in] com.google.android.gms.common.api.b: 10 | I have migrated an existing Android application that's use Google sign in to flutter, and crashlytics start reporting me this kind of errors:
```
Non-fatal Exception: com.kiwi.fluttercrashlytics.b: PlatformException(sign_in_failed, com.google.android.gms.common.api.b: 10: , null)
at StandardMethodCodec.deco... | c: crash,platform-android,p: google_sign_in,package,P2,team-android,triaged-android | low | Critical |
511,136,699 | flutter | Cupertino Text Field Placeholder should expand to multiple lines if max lines is not set |
I would expect that placeholder text automatically expands to multiple lines if number of lines for text field is not set - unlimited. It works if I put max lines ex. 2, but doesn't work if unlimited lines.
Tested on simulator iPhone X
## Steps to Reproduce
```
import 'dart:async';
import 'package:flut... | a: text input,c: new feature,framework,f: material design,f: cupertino,a: quality,c: proposal,P3,team-text-input,triaged-text-input | low | Critical |
511,200,966 | rust | UnwindSafe docs are unclear | After reading the current docs of `panic::UnwindSafe` I am left with the feeling that the explanation of the concept of "panic safety" and its auto trait has only been handwaved. The docs point to the RFC, which does a better job, but I still do not feel like I fully understood what "panic safety" is, what does `Unwind... | C-enhancement,T-libs-api,A-docs | low | Major |
511,216,780 | pytorch | Problem when installing pytorch 1.4 from source on Centos 6.3 | ## π Bug
Problem when installing pytorch 1.4 from source on Centos 6.3
[402/3429] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86features.cpp.o
[403/3429] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o
../third_party/fbge... | module: build,triaged | low | Critical |
511,237,002 | go | cmd/link: DWARF CFI rejected when function does not allocate stack space on ARM64 | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.1 linux/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... | NeedsInvestigation,compiler/runtime | low | Critical |
511,247,107 | godot | add_child command gives errors in script without extends command | Version : 3.2-alpha2
Windows 10
Create an empty project. Add a node to it of any type. Attach a script to the node that includes the add_child function, but don't have an "extends" line in the script.
e.g.
func testfunc():
var nodeTest = Node.new()
add_child(nodeTest)
The IDE will complain that "Th... | enhancement,topic:gdscript,usability | low | Critical |
511,343,958 | angular | Using AnimationBuilder makes element unresponsive | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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,state: confirmed,P3 | low | Critical |
511,398,352 | flutter | macOS AOT mode doesn't use bundle path | I was trying to figure out why https://github.com/google/flutter-desktop-embedding/issues/599 was running the linked App.framework's AOT code instead of just failing outright, and realized that we're not actually doing anything in the macOS version of `FlutterDartProject` that would control the AOT code being used (i.e... | platform-mac,a: desktop,P2,team-macos,triaged-macos | low | Major |
511,413,339 | youtube-dl | Option for Thumbnail Filename | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | request | low | Critical |
511,443,030 | TypeScript | Feature request: support `static enum` | ## Search Terms
enum reflection, const enum, const enum literal, const enum reference, const enum export
## Suggestion
Add a new type of enum, say `static enum`, that works similar to `const enum`, but instead of inlining `const enum`, exporting enum values as constants, and emit code that refers to it.
## ... | Suggestion,Awaiting More Feedback | low | Major |
511,449,006 | pytorch | Get rid of libc10.so | I finally have a good reason to merge libc10.so into libtorch.so (and corresponding libc10_cuda.so into libtorch_cuda.so, etc.): I am trying to devirtualize access to AutogradMeta, but because TensorImpl lives in c10 and AutogradMeta lives in torch, I cannot do this as the destructor would have to cross a dynamic libra... | module: build,triaged | low | Minor |
511,450,517 | rust | std::io::Stdout does not implement Clone | `std::io::Stdout` is currently not `Clone`, but there is no reason that I can see that it shouldn't be | C-enhancement,T-libs-api,A-io | low | Minor |
511,458,171 | pytorch | [JIT] __repr__ support for ScriptModules | It would be nice if we could preserve original module `__repr__`s while scripting. e.g.:
```
import torch, io
class ScriptWithAttr(torch.nn.Module):
def __init__(self):
super().__init__()
self.attr = 3
def forward(self, x):
return x + self.attr
@torch.jit.export
... | oncall: jit,low priority,triaged,jit-backlog | low | Minor |
511,464,035 | pytorch | [jit] C++ Documentation | Things like `script::Module` have no user facing documentation
`IValue` also doesn't have any user facing docs (things like custom classes are hard to guess at)
cc @suo | oncall: jit,triaged,jit-backlog | low | Minor |
511,471,939 | pytorch | Unified management of thread local variables | We should add a centralized thread local handling (in c10).
This would have two main advantages:
- Make the code cleaner as all thread local elements can easily be identified and worked with.
- Allow improvement for example in `at::parallel_for` where it will be able to handle any Tensor operation within the loop.
... | high priority,module: performance,module: internals,feature,triaged,module: multithreading | low | Major |
511,485,742 | youtube-dl | National Geographic url not recognized / [generic] / Unsupported URL | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | geo-restricted | medium | Critical |
511,492,660 | godot | BaseButton's button_mask does not affect focus | **Godot version:**
Godot_v3.1.1-stable_win64
**Issue description:**
BaseButton's button_mask changes which mouse button is used to trigger "pressed" on a UI button. However, it does not change which mouse button makes the UI button grab the focus (that seems to be fixed as the left button).
Thus, if one sets bu... | bug,confirmed,usability,topic:gui | low | Major |
511,499,361 | godot | Can't compare INF or NAN reliably when used on an int var | **Godot version:**
3.1.1.stable.official
**OS/device including version:**
Windows 7
**Issue description:**
If you assign an `int var` with `INF`, it gets initialized as the min `int` (-9223372036854775808) which is not useful as it is a negative value. If we are not meant to assign `INF` to an `int` then the d... | bug,discussion,topic:core | low | Minor |
511,503,808 | pytorch | TestTorch.test_c10_layer_norm fails if you run it on a build of PyTorch with BUILD_CAFFE2_OPS=0 | Failure:
```
======================================================================
ERROR: test_c10_layer_norm (__main__.TestTorch)
--------------------------------------------------... | triaged,module: dispatch | low | Critical |
511,505,877 | flutter | Cupertino Mac OS Focus Highlight | On Mac OS, when form fields/controls are focused, they also receive a visual highlight effect. This looks like a light blue outline that animates in. The animation starts larger than the widget and out of focus, and ends up sharp and just on the outside of the field.
We'll need to add this effect to our Cupertino ... | framework,platform-mac,f: cupertino,a: desktop,P3,team-macos,triaged-macos | low | Major |
511,534,880 | svelte | scrollX/Y for things other than window | Is there a reason why there's no `bind:scrollX` for dom nodes ? I see there are for window. I rolled my own solution, but it felt like it should be supported! | feature request | medium | Major |
511,551,073 | rust | Misleading error message with Trait and unimplemented std::marker::Sized | When doing something like this
``` rust
use std::path::{Path, PathBuf};
pub trait Control {
type Output;
fn open<P: AsRef<Path>>(path: P) -> Result<Self::Output, String>;
}
#[derive(Debug)]
pub struct Foo {
path: Path,
}
impl Control for Foo {
type Output = Self;
fn open<P: As... | C-enhancement,A-diagnostics,A-trait-system,T-compiler | low | Critical |
511,581,665 | pytorch | Expose DifferentiableGraphBackward to python | ## π Feature
Currently, there is no easy way of visualizing the graph generated by autodiff in jit. We want something that could do
```python
import torch
@torch.jit.script
def f(a):
return (a + 100) * 5
a = torch.tensor(0., requires_grad=True)
result = f(a)
print(result.grad_fn.graph)
```
#... | oncall: jit,feature,module: autograd,triaged | low | Major |
511,590,737 | pytorch | Doing rendezvous twice can cause hangs | ## π Bug
Rendezvous twice using the same file path, could cause version mismatch and hanging.
## To Reproduce
```
rendezvous_iterator = torch.distributed.rendezvous(init_method, self_rank, world_size)
store, self_rank, world_size = next(rendezvous_iterator)
# Might need to insert random delay.
rendezv... | oncall: distributed,triaged | low | Critical |
511,616,409 | pytorch | We should suggest using as_strided_ instead of set_ | ## π Documentation
Here in the description of resize:
`
This is a low-level method. The storage is reinterpreted as C-contiguous, ignoring the current strides (unless the target size equals the current size, in which case the tensor is left unchanged). For most purposes, you will instead want to use view(), which... | module: docs,triaged | low | Minor |
511,624,685 | rust | Feature gate for `dyn_compatible_for_dispatch` not suggested | Code:
```rust
struct S(Box<dyn Copy>);
```
errors with:
```rust
error[E0038]: the trait `std::marker::Copy` cannot be made into an object
--> f.rs:1:10
|
1 | struct S(Box<dyn Copy>);
| ^^^^^^^^^^^^^ the trait `std::marker::Copy` cannot be made into an object
|
= note: the trait canno... | T-compiler,C-bug,F-dyn_compatible_for_dispatch | low | Critical |
511,648,684 | vscode | Enteraction appending text before the new line | [EnterAction](https://code.visualstudio.com/api/references/vscode-api#EnterAction) Should allow appending text before the new line as well.
What I want to do is when a user press enter in the middle of a string to break it into two lines and concat the string with +
eg:
convert this,
```ballerina
string s = ... | feature-request,editor-commands | low | Minor |
511,665,271 | TypeScript | Enhance members of literal type like const array type (e.g. string literal types should have literal length property) | The const array type, its principle members are also be the constant. When define a const array `[number, string, boolean]`, its `length` type be `3`. Also, when access to special index, the type also points the exact const type.
```typescript
function const_array(): void
{
let elements: [number, string, fals... | Suggestion,Awaiting More Feedback | medium | Major |
511,685,619 | create-react-app | react-scripts test does not fail when coverage threshold is not met |
### Describe the bug
Utilizing create-react-app, when running tests,
### Did you try recovering your dependencies?
Yes.
### Which terms did you search for in User Guide?
Tests. Coverage.
### Environment
```
System:
OS: macOS 10.14.6
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.6... | issue: bug | low | Critical |
511,695,420 | TypeScript | Source Map includes mapping for line ending characters | <!-- π¨ 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 |
511,702,132 | rust | How can you disable stack checking? | On Windows-MSCV-x86_64 I am attempting to create a `no_std` binary with Stable (1.38). I'm getting an unresolved symbol for `__chkstk`:
```
D:\dev\quixotic>cargo run
Compiling quixotic v0.0.0 (D:\dev\quixotic)
error: linking with `link.exe` failed: exit code: 1120
|
= note: "C:\\Program Files (x86)\\Micr... | T-lang,T-compiler,C-feature-request | low | Critical |
511,715,078 | go | x/crypto/ssh: newChannel leak after Reject() | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Most likely.
### What operating system and processor archit... | NeedsInvestigation | low | Critical |
511,744,290 | go | cmd/compile: minimally align variables in memory when -d=checkptr is used | -d=checkptr should report a warning for:
var x [4]byte
p := (*uint32)(unsafe.Pointer(&x[0]))
In general, this is unsafe because `x` only requires 1-byte alignment, but `*uint32` requires 4-byte alignment.
Currently, this isn't reliably reported, because efficiently allocating variables often results i... | help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
511,811,185 | go | syscall: treat ENFILE as a temporary error, like EMFILE | ### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
Linux
### What did you do?
One of our servers ran out of file handles (/proc/sys/fs/file-max). This led net.Listener.Accept() to return ENFILE (not EMFILE). Since ENFI... | help wanted,OS-Windows,NeedsFix | medium | Critical |
511,831,873 | youtube-dl | Please add support for new BBC sounds (etc) onion site | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
511,848,806 | opencv | Strange results of matchTemplate using TM_CCORR_NORMED with mask | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | category: imgproc | low | Critical |
511,859,693 | pytorch | `Tensor.__reversed__` breaks protocol for reversible objects | ## π Bug
<!-- A clear and concise description of what the bug is. -->
The `__reversed__` method of `Tensor` (https://github.com/pytorch/pytorch/blob/master/torch/tensor.py#L292) does not follow the protocol specified in https://docs.python.org/3/reference/datamodel.html#object.__reversed__. It should return an ite... | module: internals,triaged,module: pybind | low | Critical |
511,874,084 | rust | musl staticlib builds include all of the musl symbols | ## Observed Behaviour
If I produce a simple `staticlib` crate for the `x86_64-unknown-linux-musl` target, I get a `.a` file that includes all the symbols from musl, including standard libc symbols like (for example) `readlink`. This makes it impossible to link this library into a C program that links against libc i... | A-linkage,T-compiler,O-musl,C-bug | low | Critical |
511,889,202 | opencv | CMake Error on Termux, Android SDK: specify path to Android SDK via ANDROID_SDK_ROOT / ANDROID_HOME / ANDROID_SDK variables | ##### System information (version)
- OpenCV = 3.4.2
- Phone Brand = Mi Max 2
- Operating System / Platform = Termux aarch64 Android
##### Detailed description
as the official website say ,
[https://wiki.termux.com/wiki/Instructions_for_installing_python_packages#opencv](https://wiki.termux.com/wiki/Instructio... | priority: low,category: build/install,platform: android | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.