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 |
|---|---|---|---|---|---|---|
411,622,919 | go | x/crypto/ed25519: Use sync.Pool to reuse hash.Hash | In [Ed25519](https://github.com/golang/crypto/tree/master/ed25519) package, every [signing](https://github.com/golang/crypto/blob/master/ed25519/ed25519.go#L130) and [verifying](https://github.com/golang/crypto/blob/master/ed25519/ed25519.go#L192) calls create a new SHA-512 `hash.Hash` by calling `sha512.New`.
Think... | Performance,NeedsInvestigation | low | Major |
411,668,140 | pytorch | [feature request] build and move distributions w/ device and/or dtype |
cc @malfet @seemethere @walterddr @fritzo @neerajprad @alicanb @nikitaved | module: build,module: distributions,triaged | low | Minor |
411,703,846 | rust | rust-1.32.0: Could not compile `core` when using system llvm-8.0.0 RC2 | In Gentoo Linux, we started to test llvm-8.0.0 RC2. We noticed that rust-1.32 won't build against llvm-8.0.0 RC2. After backporting commit df0466d0bb807a7266cc8ac9931cd43b3e84b62e at least rustc_llvm and rustc_codegen_llvm passed but now, core is failing:
```
INFO 2019-02-18T03:12:02Z: rustc_mir::build: fn_id DefI... | I-crash,A-LLVM,O-linux,T-compiler | low | Critical |
411,712,629 | flutter | Cannot change the binding address of the Observatory (custom embedding) | The binding address for the observatory appears to be hard-coded to use localhost. There also does not appear to be a way to force binding to a different address.
As I understand, this issue is solved with port forwarding when working with android/ios devices.
This will not work on a device where forwarding is no... | engine,dependency: dart,P2,team-engine,triaged-engine | low | Major |
411,733,524 | create-react-app | Rust (wasm) support | I've just started to play around with this https://github.com/thomashorrobin/create-react-app-rust `create-react-app` fork that adds rust support. I had some problems with typescript using it and decide to `rebase` on top of the latest `create-react-app` to not waste time debugging for something that's already fixed he... | issue: proposal | medium | Critical |
411,734,927 | TypeScript | Docs: Function Parameter Bivariance | [Official document about bivariance](https://www.typescriptlang.org/docs/handbook/type-compatibility.html#function-parameter-bivariance) is too simple to understand for newbies.
```
enum EventType { Mouse, Keyboard }
interface Event { timestamp: number; }
interface MouseEvent extends Event { x: number; y: numbe... | Docs | low | Critical |
411,747,247 | javascript-algorithms | Could we have just one way of doing the swapping to have better consistency across the code | Like how we have here https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sorting/bubble-sort/BubbleSort.js#L22 instead of
https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sorting/shell-sort/ShellSort.js#L24 | enhancement | low | Minor |
411,776,494 | angular | Option to leave comments in templates |
# ๐ feature request
### Relevant Package
<!-- Can you pin-point one or more @angular/* packages the are relevant for this feature request? -->
<!-- โ๏ธedit: --> This feature request is for @angular/core
### Description
<!-- โ๏ธ-->
Comments are removed in the rendered angular view. We are using another f... | feature,area: core,core: basic template syntax,feature: under consideration | low | Major |
411,791,607 | TypeScript | unknown types should not able to concat with 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... | Suggestion,In Discussion | low | Critical |
411,793,259 | TypeScript | How to import generic function type declaration from one javascript file to another? |
**TypeScript Version:** 3.3.3
**Search Terms:** import, typedef, callback jsCheck
I have an issue with importing generic function type declared with ```@callback``` in another file.
Here is example:
In file1.js I've defined generic function with template parameter
```js
// file1.js
/**
... | Bug,Help Wanted | low | Critical |
411,819,945 | pytorch | Proposal: Add __tensor_wrap__ method similar to numpy __array_wrap__ | ## ๐ Feature
Add the ability to subclass torch.Tensor so that you can use `isinstance(tensor, CustomTensor)` to determine the "context" of the data stored in the subclass object. I think #9515 describes the need for **dtype** promotion logic, but this proposal is for **python type** promotion logic.
The __array__... | module: internals,triaged,module: numpy | medium | Critical |
411,890,803 | rust | "Conflicting crates" error should show the filenames of the conflicting crates | I just got this error when compiling rustc:
```
error[E0523]: found two different crates with name `libc` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
--> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.1/src/rngs/adapter/reseeding... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
411,932,684 | create-react-app | Do not rename existing README, rename the CRA README | I would like to propose that instead of renaming existing `README.md` to `README.old.md` if any, CRA should instead leave that file alone and drop its readme under the name `README-CRA.md` and not `README.md`.
The rationale for this is that if a readme exists already, it's most likely going to be more valuable than ... | issue: proposal | low | Major |
411,940,625 | flutter | Get camera FOV | Being able to retrieve the horizontal and vertical FOV of a camera would be great. | c: new feature,p: camera,package,team-ecosystem,P3,triaged-ecosystem | low | Minor |
412,028,189 | pytorch | Generated `__init__.pyi` contains invalid default values | ## ๐ Bug
Generated `__init__.pyi` contains default values (some of them are invalid), due to [conventions](https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#conventions) they should be replaced with `...`.
## To Reproduce
Install `torch` and navigate to `site-packages/torch/__init__.pyi`, e.g. se... | triaged,module: codegen | low | Critical |
412,040,995 | TypeScript | Type declaration of CanvasImageSource in lib.webworker.d.ts is incomplete. | <!-- ๐จ 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,Domain: lib.d.ts | low | Critical |
412,064,347 | flutter | [flutter_tools] flutter channel should check out latest release on channel | So a weird thing happened. I've been on the `master` channel on my Windows machine, but wanted to check something out about the latest `dev` channel release.
I last ran `flutter upgrade` on this machine last Friday (so the bits were _fresh_), but when I ran `flutter channel dev`, it took me back to v0.5.7. I was ex... | tool,a: quality,P3,team-tool,triaged-tool | low | Critical |
412,075,252 | youtube-dl | Requesting new site support Stormwind | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | account-needed | low | Critical |
412,075,434 | pytorch | Generic object to tensor dispatching | ## ๐ Feature
It is a common issue in extending pytorch for general usage that it's functions allow only tensor inputs. However, some objects, that represent a tensor are better to be stored not as tensor, but as a custom python object.
## Motivation
### Riemannian Optimization
 | Builders,NeedsFix | high | Critical |
412,113,113 | flutter | Support for AssetBundle to get each platforms bundle path | This is related to issue: https://github.com/flutter/flutter/issues/11892
But in particular it would be reasonable if from Dart (and perhaps via the assetbundle API itself) we could have the ability to get the path for each platforms bundle (NSBundle or AssetManager).
This would be useful in order to easily pack ... | c: new feature,framework,engine,a: assets,customer: crowd,P2,team-engine,triaged-engine | low | Critical |
412,118,335 | react-native | Support styles (borderX) for <Text /> on IOS | ## ๐ Bug Report
IOS don't support next styles for `<Text/>` component!
```js
borderTopWidth\borderTopColor
borderBottomWidth\borderBottomColor
borderLeftWidth\borderLeftColor
borderRightWidth\borderRightColor
```
## To Reproduce
```js
<Text style={{borderWidth: 1}}>borderWidth</Text>
<Tex... | Platform: iOS,Issue: Author Provided Repro,Component: Text,Impact: Platform Disparity,Priority: Low,Bug | low | Critical |
412,153,328 | go | proposal: spec: let := support any l-value that = supports | (Pulling this specifically out of #377, the general `:=` bug)
This proposal is about permitting a struct field (and other such l-values) on the left side of `:=`, as long as there's a new variable being created (the usual `:=` rule).
That is, permit the `t.i` here:
```go
func foo() {
var t struct { i int... | LanguageChange,Proposal,LanguageChangeReview | high | Critical |
412,159,156 | flutter | Document which listener will win with HitTestBehavior.translucent | In the HitTestBehavior.translucent doc, document who will typically win if both the translucent parent and its descendent listen to the same event.
https://github.com/flutter/flutter/issues/18450 related | framework,d: api docs,f: gestures,P2,team-framework,triaged-framework | low | Minor |
412,164,163 | flutter | Local Android Profile & Release builds fail due to missing symbols referenced by the Dart VM. | Build flags are: `flutter/tools/gn --unopt --runtime-mode release --no-lto && flutter/tools/gn --unopt --runtime-mode release --no-lto --android && ninja -C out/android_release_unopt && ninja -C out/host_release_unopt`
There seem to be two issues:
1: `native_symbol_android.cc` seems to reference the missing nativ... | platform-android,engine,dependency: dart,P2,team-android,triaged-android | low | Critical |
412,188,044 | TypeScript | Incorrect typing for iterables in lib | **Search Terms:**
iterable return type
asynciterable return type
**Related Issues:**
https://github.com/Microsoft/TypeScript/issues/2983 - describes how the iterables types are not inferred correctly for generators. Fixing this current issue would be a step towards making that issue resolvable as well.
**... | Needs Investigation | low | Critical |
412,191,314 | rust | Clarify that Rust std library `unsafe` tricks can't always be used by others | The union RFC [says](https://github.com/rust-lang/rfcs/blob/master/text/1444-union.md#unions-and-undefined-behavior):
> In addition, since a union declared without `#[repr(C)]` uses an unspecified binary layout, code reading fields of such a union or pattern-matching such a union must not read from a field other than ... | C-enhancement,A-docs,T-libs | medium | Major |
412,198,799 | pytorch | Use standard docker image for XLA build | Currently the "xla" build uses a different docker image version number than the other builds. Try to unify them.
cc @bdhirsh @gmagogsfm | oncall: releng,triaged,module: xla,module: docker | low | Minor |
412,256,034 | go | all: updating existing errors to work with the Go 1.13 error values | This issue is for discussing how to update errors in the standard library and golang.org/x packages to work with the Go 2 error values changes proposed in #29934.
That issue is for discussing the proposal itself. This is for discussing how best to update existing error types to make the most use of the new additions... | NeedsInvestigation | low | Critical |
412,264,447 | flutter | Please add directions to maps plugin | <!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
* https://docs.flutter.io/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flutt... | c: new feature,p: maps,package,team-ecosystem,P3,triaged-ecosystem | low | Critical |
412,290,945 | flutter | Could SliverList have header | <!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
* https://docs.flutter.io/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flutt... | c: new feature,framework,f: scrolling,would be a good package,P3,team-framework,triaged-framework | low | Critical |
412,294,591 | flutter | How to use local aar inside flutter plugin? | I'm trying to use a local .aar file inside a flutter plugin, but so far I couldn't figure out how to achieve this.
Steps I did:
1) Created a flutter plugin (named `flutter_plugin_with_aar`) project with Android Studio using the flutter plugin template
2) Modified the `<Plugin folder>/flutter_plugin_with_aar/andr... | platform-android,d: api docs,t: gradle,P2,a: plugins,team-android,triaged-android | low | Critical |
412,320,757 | opencv | Misleading Net::getPerfProfile for OpenCL target | ##### System information (version)
- OpenCV => 4.0.1
- Operating System / Platform => Intel Core i5-7400, compute-runtime 19.05.12254
- Compiler => gcc 8.2.1
##### Detailed description
When running dnn on OpenCL target, `Net::getPerfProfile()` returns time it took to enqueue kernels and not actually compute them... | category: documentation,category: dnn | low | Minor |
412,329,481 | rust | Fuchsia's target_family should be None, not "unix" | [Currently](https://github.com/rust-lang/rust/blob/74e35d270067afff72034312065c48e6d8cfba67/src/librustc_target/spec/fuchsia_base.rs#L18), the Fuchsia target is part of the unix target_family. I'd like to suggest that this should not be the case, and that `#cfg[unix]` should be false for Fuchsia.
First, I want to ca... | T-compiler,O-fuchsia | medium | Critical |
412,405,868 | rust | type alias incorrectly flagged as unused when solely used in impl header | Consider the following code ([play](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=e36a771655d356700b8fcf9330292edd)):
```rust
type T = ();
struct S<X>(X);
impl Clone for S<T> { fn clone(&self) -> Self { S(()) } }
fn main() {
let s = S(());
drop(s.clone());
}
```
T... | A-lints,E-needs-test,T-compiler | low | Critical |
412,422,301 | flutter | CustomPainter.hitTest missing size argument | `CustomPainter.hitTest` is missing the size of the widget, making it impossible to specify custom hit test behaviour when `paint` uses its `size` argument.
Simplistic example:
```dart
class CirclePainter extends CustomPainter {
@override
void paint(Canvas canvas, Size size) {
final center = size.cente... | framework,f: gestures,customer: solaris,c: proposal,P2,team-framework,triaged-framework | low | Critical |
412,452,956 | go | cmd/gofmt: inconsistent indentation for comments inside switch-case | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation | low | Critical |
412,519,388 | rust | Add LLVM atomic memcpy intrinsics, expose in core/std | Expose LLVM's ["element wise atomic memory intrinsics"](https://llvm.org/docs/LangRef.html#element-wise-atomic-memory-intrinsics). In particular:
- Expose `llvm.memcpy.element.unordered.atomic` as `atomic_element_unordered_copy_memory_nonoverlapping`
- Expose `llvm.memmove.element.unordered.atomic` as `
atomic_eleme... | A-LLVM,T-lang,T-libs-api,C-feature-request,A-atomic | medium | Critical |
412,558,295 | create-react-app | Feature Request: Fine-tuning Terser | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
No
**Proposal:**
Support a new environment variable `TERSER_CONFIG`. A dev could set it to a JSON with [config values supported by Terser](https://github.com/webpack-contrib/terser-webpack-plugin#terseroptions) and CRA would merge defa... | issue: proposal | low | Critical |
412,619,700 | pytorch | Implement Adaptive Input Representations for Neural Language Modeling | ## ๐ Feature
It would be great if you could implement [Adaptive Input Representations for Neural Language Modeling](https://arxiv.org/abs/1809.10853). This is, essentially, the same trick that PyTorch currently uses for adaptive softmax outputs, but applied to the input embeddings as well. In addition, it would be ... | feature,module: nn,triaged | medium | Major |
412,635,254 | go | x/tools/astutil: use goimports import path to import name heuristic in UsesImport | goimports has a sophisticated heuristic to guess a package import name from its import path. We might even eventually enshrine that heuristic in the language (https://github.com/golang/go/issues/29036).
astutil.UsesImport uses a much less sophisticated heuristic. We should move the goimports heuristic to somewhere e... | NeedsInvestigation,Tools | low | Minor |
412,666,372 | vue | make serverPrefetch() rejection trappable | ### What problem does this feature solve?
Currently, rejections in `serverPrefetch` cannot be handled
eg.
```
serverPrefetch() {
return Promise.reject('myError')
}
```
### What does the proposed API look like?
Maybe send `serverPrefetch` rejections as `renderStream` error event ?
eg.
```
const ... | improvement | low | Critical |
412,670,278 | create-react-app | Prototype warning when webpack config is modified by another package | issue: proposal | low | Minor | |
412,682,722 | puppeteer | Requests are not intercepted when cached by Service Worker | Not sure if this is by design but requests that were previously cached by service worker are not intercepted after `page.setRequestInterception(true)`.
Simplified code to reproduce:
```js
const hostname = 'http://localhost:';
const {port, proc} = await startServer(); // local implementation
const browser = await... | bug,upstream,chromium,confirmed,P3 | medium | Critical |
412,682,796 | godot | Automatic conversion from C# array to GDScript array | **Godot version:**
Godot 3.1 Beta 5
**Issue description:**
You can't pass arrays with types to GDScript, but you can pass object arrays. Wouldn't there be a way to automatically convert C# array to objects and pass them to GDScript, instead of doing it by hand? | enhancement,topic:dotnet | low | Minor |
412,683,510 | electron | Add Support of Windows 10 + 'WinRT MIDI API' via commandLine.appendSwitch | **Is your feature request related to a problem? Please describe.**
Prior to Windows 10, it wasn't possible to use more than one piece of software simultaneously connected to a MIDI device, for example a DAW and a MIDI device editor program. Windows 10 has a new MIDI API that developers can use which allows multiple pi... | enhancement :sparkles: | low | Major |
412,704,558 | TypeScript | Give 'this' keyword suggestion the same `sortText` as class properties if inside a class | From https://github.com/Microsoft/vscode/issues/66868
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.20190220
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
... | Suggestion,Experience Enhancement | low | Critical |
412,904,482 | opencv | Add AVX512 support | The discussion thread about https://github.com/opencv/opencv/wiki/OE-29.-Adding-AVX512-Support | optimization,evolution | low | Minor |
412,907,116 | pytorch | torch.nn.CrossEntropyLoss with "reduction" sum/mean is not deterministic on segmentation outputs / labels | ## ๐ Bug
torch.nn.CrossEntropyLoss doesn't output deterministic results on segmentation outputs / labels, when using reduction other than 'none'.
Happens only on GPU. CPU does give a consistent behavior.
## To Reproduce
```
import numpy as np
import torch
outputs = np.random.rand(16, 1, 256, 256)
outputs ... | module: cuda,triaged | low | Critical |
412,971,865 | pytorch | testConvnetBenchmarks intermittently segfaults | Sample: https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-clang7-rocmdeb-ubuntu16.04-test/10928/console
```
23:22:36 ============================= test session starts ==============================
23:22:36 platform linux2 -- Python 2.7.12, pytest-4.2.0, py-1.7.0, pluggy-0.8.1 -- /usr/bin/python2
23:22:36 ... | triaged,module: flaky-tests,better-engineering | low | Critical |
413,021,024 | godot | Highlight group titles in inspector if there any not default value | ## Case
If there are any changed fields in inspector and group is collapsed - you can't see it quickly, without careful inspection, opening collapsed groups, etc.
## Proposal:
Highlight with color titles of groups that have changed values, like on this draft:
 ([spec](https://wicg.github.io/trusted-types/dist/spec/), [introductory article](https://developers.google.com/web/updates/2019/02/trusted-types)) is a new experimental DOM API implemented within the WICG ,... | Suggestion,Revisit | medium | Critical |
413,082,246 | react-native | Can't modify text in TextInput onChangeText callback on Android | ## ๐ Bug Report
On Android, modifying the text within the onChange (or onChangeText) callback causes corruption of the text in the TextInput. (Not tested on iOS.)
For example, I'm trying to force all caps in my TextInput field. (This is to work around the react native autoCapitalize issue described here: https://g... | Component: TextInput,Platform: Android,Priority: Mid,Bug | high | Critical |
413,083,651 | godot | Unhandled division / modulo quotient overflow causes crash. | **Godot version:**
3.1 (master), and probably any other
**OS/device including version:**
Any
**Issue description:**
As mentioned in https://github.com/godotengine/godot/pull/26113#issuecomment-465965854 executing GDScript with division / modulo operation on `LLONG_MIN` and `-1`, or simply entering it into scri... | bug,topic:gdscript,confirmed | low | Critical |
413,084,207 | rust | Reference interferes with optimization | (This comes from a [Reddit thread](https://www.reddit.com/r/rust/comments/at6793/why_is_the_iter_version_performance_so_much/).)
In the code below, `slow` takes double the time `fast` takes. If `print` is changed to take a value rather than reference, the difference goes away.
```rust
fn print(s: &u64) {
pr... | I-slow,T-compiler | low | Major |
413,087,163 | go | x/tools/cmd/present: add support for quote | This proposal is about to add support for quote into the present tool.
An implementation is available here: golang/tools/pull/30
It introduces a "quote" function into the template to inject quotes and citations.
The text after ".quote" is embedded in a blockquote element after
processing styling. The text aft... | Proposal,Proposal-Accepted,NeedsInvestigation | low | Major |
413,143,587 | rust | Nest array initialization is not optimized | See the following code:
```rust
pub fn foo() -> [[i32; 1000]; 1000] {
[[0; 1000]; 1000]
}
pub fn bar() -> [i32; 1_000_000] {
[0; 1_000_000]
}
```
Ideally they should generate the same code as `[[i32; 1000]; 1000]` is essentially just `[i32; 1_000_000]`. However, the first function does one `memset`... | I-slow,WG-llvm,A-mir-opt | low | Major |
413,189,916 | go | net: *Conn.ReadMsgXXX documentation could be improved | Unfortunately, this is documentation/API request more than a 'bug'. I started this needing to know what interface a UDP message was received on, and immediately ran into an interface limitation.
Summary: ReadMsgXXX is impossible to use without _a priori_ knowledge of the underlying network API that Go uses. Furtherm... | Documentation,NeedsFix | low | Critical |
413,194,888 | angular | HttpClient sends the wrong Accept header | # ๐ bug report
### Affected Package
@angular/common/http
### Is this a regression?
Not sure
### Description
The `get<T>` method on an HttpClient will send the following Accept header with a request if you do not override it:
`Accept: application/json, text/plain, */*`
This suggests that it is OK ... | type: bug/fix,breaking changes,freq1: low,area: common/http,state: confirmed,design complexity: low-hanging,P4 | medium | Critical |
413,205,212 | godot | AnimationPlayer - Nodepath in a track in a animation stored in a PackedScene get their instance name automatically when other instance of that packed scene is reparented in the container scene. | <!-- 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 non-official. -->
5e837b3f13ab1e3b31bb8d705e87820fa4eff21e
**OS/device including version:**
<!-- Specify GPU model and d... | bug,topic:editor,confirmed,topic:animation | low | Critical |
413,208,445 | TypeScript | Go to definition should still work for shorthand property declaration with no local binding | ```ts
declare function foo(option: { [|abcd|]: number }): void;
foo({
abcd/*use*/
});
```
Go to definition at `/*use*/`.
**Expected**: Language service gracefully finds `abcd`.
**Actual**: No definition is available.
This is frustrating because much of the time as I'm actually writing out the type,... | Suggestion,Experience Enhancement,Domain: Symbol Navigation | low | Minor |
413,221,129 | angular | router.navigate option to disable URI encoding | <!--๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
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.
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๏ฟฝ... | feature,freq2: medium,area: router,feature: under consideration | medium | Critical |
413,228,519 | TypeScript | Refactor rename file + rename function | ## Search Terms
Rename refactor move file filename and function name matching
## Suggestion
We have a really common pattern: A file of name `MyFile.tsx` and a matching function of the types:
```ts
export default function MyFile() {}
export function MyFile() {}
export const MyFile = () => {}
```
## Us... | Suggestion,Awaiting More Feedback,feature-request | low | Major |
413,258,155 | flutter | Need a way to make synchronous calls from plugin platform code to Dart code | This came up as part of https://github.com/flutter/flutter/issues/25329:
The Android WebView API allows passing in a delegate that is invoked on the platform thread before a page is about to be loaded, the delegate needs to synchronously return true or false to determine whether to allow the navigation or to block i... | c: new feature,engine,p: webview,P3,a: plugins,team-engine,triaged-engine | medium | Critical |
413,295,722 | TypeScript | Emit Numerical Literal with different TokenFlags | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
emitter, numerical
<!-- List of keywords you searched for before ... | Suggestion,Awaiting More Feedback | low | Critical |
413,295,888 | go | cmd/compile: '_rt0_amd64_windows_lib' is not called when linking with VS2015 | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.11.5 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes (go1.11.5)
### What operating system and processor architecture are... | NeedsInvestigation,compiler/runtime | low | Critical |
413,316,297 | kubernetes | Tight retry loops should not cause cascading failure of the cluster | <!-- Please only use this template for submitting enhancement requests -->
**What happened**:
Problem found by accident during cluster stability testing. The application consumes nearly 7MB of memory per pod.
While the helm chart was written the way that the deployment have set too low limits - see the snippet:
... | priority/important-soon,sig/scheduling,area/reliability,sig/api-machinery,kind/feature,sig/apps,sig/architecture,lifecycle/frozen | medium | Critical |
413,361,365 | flutter | flutter analyze should handle analyzer plugins | I created an [analyzer_plugin to enforce Flutter Style Guide](https://github.com/a14n/flutter_style_guide_analyzer_plugin) and [registered it in flutter's packages](https://github.com/a14n/flutter/commit/558ed5910cfe32b2c2457153794a9926dcd77a89).
VSCode displays correctly the errors triggered by my plugin but `flutt... | c: new feature,tool,dependency: dart,P3,team-tool,triaged-tool | medium | Critical |
413,428,074 | rust | Does the MIR generated for match still build in order-deps visible to MIR-borrowck? | Spawned off of PR #57609
The above PR has an interesting unit test that checks that we aren't assuming too much order dependence; the test (from file named "match-cfg-fake-edges.rs") looks like this ([play](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=f48fdf189e92c85e03ff3142f2aaa73c)):
... | P-medium,T-compiler,A-NLL,NLL-complete | low | Critical |
413,443,522 | TypeScript | A behavior of conditional types is changed (regression) | @RyanCavanaugh @weswigham @ahejlsberg Caused by #27697
**TypeScript Version:** 3.4.0-dev.20190222
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
```ts
type Attrs = Record<string, string | EventListener | null | undefined>;
type ... | Needs Investigation | low | Critical |
413,494,435 | TypeScript | Results of conditional types are not comparable (regression) | @RyanCavanaugh @weswigham @ahejlsberg Caused by #27697
**TypeScript Version:** 3.4.0-dev.20190222
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
**Code**
```ts
type Falsy = undefined | false | 0 | '' | null | void;
type TEq<T, U> = [T]... | Needs Investigation | low | Minor |
413,501,219 | flutter | CupertinoTabView is missing initialRoute | The `CupertinoTabView` doesn't have an `initialRoute` the way `CupertinoApp` has.
I don't see a way to implement this behaviour properly without an property like this.
```
[โ] Flutter (Channel master, v1.2.2-pre.22, on Mac OS X 10.14.2 18C54, locale en-AT)
โข Flutter version 1.2.2-pre.22 at /Users/enyo/local... | c: new feature,framework,f: cupertino,f: routes,P2,team-design,triaged-design | low | Major |
413,510,071 | vscode | Workspace-level environment variable *definitions* | Often I find myself wanting to associate a workspace with an environment variable (e.g. server domain name, development/production tag) but do not want to create a global system environment variable or pollute ```~/.bash_profile``` with such a variable. I would like such an environment variable to be associated only wi... | feature-request,workbench-multiroot | medium | Critical |
413,520,097 | flutter | Add a test that tests going from native view controller to flutter view controller to native etc. | From comment on https://github.com/flutter/flutter/pull/27712
> adding FlutterViewController pushing a native view controller pushing a FlutterViewController and the second FlutterViewController doesn't affect the first one.
We should generally test some more navigation scenarios like this and monitor memory usag... | a: tests,team,platform-ios,engine,a: existing-apps,P2,team-ios,triaged-ios | low | Minor |
413,536,149 | flutter | AutomaticKeepAliveClientMixin does not work with BottomNavigationBar | I have a `BottomNavigationBar` with 3 tabs, one of which is a stateful widget with the `AutomaticKeepAliveClientMixin`, `wantKeepAlive` getter returning `true` and the `build` method calling `super.build(context)` at the beginning.
However, every time I switch tabs, the Widget that is supposed to be kept alive is a... | framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-design,triaged-design | low | Critical |
413,551,491 | godot | StyleBoxTexture Tile and Tile Fit modes not working correctly on GLES2 | **Godot version:**
3.1 Beta 6
**OS/device:** Dell Inspiron 620, Windows 7 Home Premium 64-bits
**GPU:** AMD Radeon HD 6450
**Issue description:**
Tiling doesn't seem to work on custom StyleBoxTexture on GLES2
**Steps to reproduce:**
Create a new project on GLES2. Create a scene with a Control node and save... | bug,topic:rendering,confirmed,topic:gui,topic:2d | medium | Major |
413,578,697 | rust | Document expected relationships between FromIterator, Default, and Extend | Somebody who creates a type that implements both `Default` and `Extend` should be aware that their type can be created through `Iterator::unzip`. In fact, any such type should probably also implement `FromIterator`, with the semantics that:
```rust
let mut a = TheType::default()
a.extend(iter);
```
is identica... | C-enhancement,A-collections,T-libs-api,A-docs,A-iterators | low | Minor |
413,581,648 | TypeScript | Intellisense sometimes fails to show anything for Node modules | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.32.0-insider
- OS Versio... | Bug | low | Critical |
413,582,194 | go | net/http/httputil: document that ReverseProxy doesn't remove Alt-Svc header | ### What version of Go are you using (`go version`)?
<pre>
go version devel +27b9571de8 Fri Feb 22 19:30:43 2019 +0000 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code... | Documentation,NeedsInvestigation | low | Critical |
413,599,836 | flutter | Code reuse from Cookbooks for API Docs | The [cookbook](https://flutter.dev/docs/cookbook) pages from the website contain a lot of snippets and sample apps for individual widgets. There are also assets like screenshots and animations that can be re-used for API docs.
Related to #21136 | team,framework,d: api docs,P2,team-framework,triaged-framework | low | Minor |
413,625,363 | pytorch | improved assert message in the case of "CUDA error: device-side assert triggered" | When pytorch spits out `CUDA error: device-side assert triggered` would it be possible to add a brief note, such as: "It's not possible to recover. Program/kernel restart is required to continue"
So that users won't waste time trying to recover or re-run their code, when we know ahead of time they won't be able to.... | module: bootcamp,module: cuda,module: molly-guard,triaged | low | Critical |
413,668,147 | go | cmd/vet: Printf format %.T has unrecognized flag | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | NeedsInvestigation,Analysis | low | Critical |
413,678,320 | vue-element-admin | ็ผๅญไธ้ๅๅบๆฏ่งฃๅณๆ่ทฏ | ้ฎ้ขๆ่ฟฐ๏ผ
็ฎๅ็ผๅญ็ๆนๆกๅฏนไบๆไบไธๅกๆฏไธ้ๅ็๏ผๆฏๅฆๆ็ซ ่ฏฆๆ
้กต่ฟ็ง /article/1 /article/2๏ผไปไปฌ็่ทฏ็ฑไธๅไฝๅฏนๅบ็็ปไปถๅดๆฏไธๆ ท็๏ผๆไปฅไปไปฌ็็ปไปถ name ๅฐฑๆฏไธๆ ท็๏ผๅฐฑๅฆๅ้ขๆๅฐ็๏ผkeep-alive็ include ๅช่ฝๆ นๆฎ็ปไปถๅๆฅ่ฟ่ก็ผๅญ๏ผๆไปฅ่ฟๆ ทๅฐฑๅบ้ฎ้ขไบใ๏ผไปฅไธๆ่ชๅธฎๅฉๆๆกฃ๏ผ
่งฃๅณ็ฎ็๏ผ keep-alive ๅ include ๅ
ฑๅญ๏ผ็ผๅญ/article/1 /article/2่ฟ็งๆ
ๅต็็ธๅ็ปไปถ็ๅไธชไธๅๅฎไพ๏ผๅ
ณ้ญๅๅๆฌกๆๅผ/article/1 /article/2 ่ฟ็ง**ๅฎ็ฐๅทๆฐ**
ไธป่ฆๆ่ทฏ๏ผ็ฎๅvue-element-admin็AppMain.vueๆไปถ็ ่ทฏ็ฑ็key ๆฏ
... | enhancement :star:,feature | low | Minor |
413,682,106 | tensorflow | [TF2.0] Change default types globally | Hello everyone,
I made the same request a while ago at [tensorflow/community](https://github.com/tensorflow/community/issues/23). The similar question was raised before at [tensorflow/tensorflow#9781](https://github.com/tensorflow/tensorflow/issues/9781), where maintainers argued that GPU is much faster on float32, ... | stat:awaiting tensorflower,type:feature,comp:apis | medium | Critical |
413,701,857 | godot | Not possible to set TabContainer title in the editor without changing node names | Godot 3.0.6
Godot 3.1 beta6
Currently, `TabContainer` and `Tabs` don't expose any option to choose the title of their tabs in the editor. The only way is to rename child nodes. This might work out somehow, but I find it inconvenient because nodes have naming restrictions, and they are more identifiers rather than u... | topic:editor,usability,topic:gui | low | Major |
413,721,433 | rust | Closure/Pin: &mut captured as value | rustc -vV = `1.34.0-nightly (146aa60f3 2019-02-18)`
MRE:
```
fn test() {
use core::pin::Pin;
fn take_fn_mut<F>(f: F)
where F: FnMut() -> ()
{}
let mut x = 0i32;
let reference = &mut x;
let fn_mut = || { Pin::new(reference); };
take_fn_mut(fn_mut);
}
error[E0525... | C-enhancement,A-closures,T-compiler | low | Critical |
413,754,947 | godot | controls grab focus even when clipped (and other things) | Godot version: 3.0.6
Window 7 Home 64 bit;
Controls seem to be grabbing focus even if they are clipped by parent control
this shouldn't happen since clipped content isn't very going to be seen making it useless.
To reproduce..
1. Download and open project
2. Run list scene
3. Navigate to down arrow and press... | bug,confirmed,topic:gui | low | Critical |
413,767,341 | pytorch | Automatic aggregation of a mix of sparse and dense gradients is not supported yet | The gradient of [BatchGather](https://caffe2.ai/docs/operators-catalogue.html#batchgather) can't be mixed with gradients from other paths.
Any way to work around this? https://github.com/pytorch/pytorch/blob/0799a81cb78da35b897136e6a2a2fb3ea3f75ee7/caffe2/python/core.py#L851
```
INFO train.py: 144: Building model: ... | caffe2 | low | Critical |
413,775,819 | godot | Multidimensional arrays from GDScript can't be passed to C# | **Godot 3.1 Beta 5**
If you pass an array to C#, it must receive it as an object array. Passing a 2D array need to be received as object[][]. But you just simply can't access it.
```
object[][] map = array from GDScript;
map.Length; // returns proper length (width)
map[0].Length; // returns 0, always (inste... | topic:dotnet | low | Minor |
413,792,455 | TypeScript | Document.onmousewheel event was removed from typescript | <!-- ๐จ 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: lib.d.ts | low | Critical |
413,806,781 | flutter | BitmapRegionDecoder equivalent | Is there a flutter equivalent to Android's `BitmapRegionDecoder`? I have very large images and I don't want to load the entire image until it is needed. | c: new feature,framework,a: images,P2,team-framework,triaged-framework | low | Minor |
413,812,646 | TypeScript | Omit producing "JavaScript heap out of memory" with v3.3 | <!-- ๐จ 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... | Suggestion,Needs Proposal | low | Critical |
413,833,005 | godot | Inconsistent behaviour of setup methods between GDScript and GDNative (C++) - values and default values of properties | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** v3.1.beta6.official 64b
<!-- Specify commit hash if non-official. -->
**OS/device including version:** Linux 64b
<!-- Specify GPU model and drivers i... | documentation,topic:gdextension | low | Major |
413,836,252 | rust | libcore can use unstable library features without a feature flag | I've been assuming that feature flags can also be used "within" the standard library to control which features are already being used. That is helpful when stabilizing a part of the API, to test if that API is viable enough for whatveer the standard library does with it.
But it turns out that, e.g., [`core::fmt::flo... | A-stability,T-compiler,C-bug | low | Critical |
413,862,564 | godot | Gdscript -> Assign a boolean value to a typed float produces no error. | <!-- 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 non-official. -->
5e837b3f13ab1e3b31bb8d705e87820fa4eff21e
**OS/device including version:**
<!-- Specify GPU model and... | enhancement,discussion,topic:gdscript,topic:editor,confirmed | low | Critical |
413,863,078 | godot | Add godot version # to windows firewall entries | **Godot version:**
Every version that exists lol
**OS/device including version:**
Windows 10 64bit
**Issue description:**
Basically anytime you run godot for the first time it'll ask you if you want to add it to the firewall for permissions (most likely for networking stuff?)
You can see a video here of... | enhancement,platform:windows,topic:editor,topic:network | low | Major |
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.