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 |
|---|---|---|---|---|---|---|
413,867,752 | go | x/tools/go/packages: preserve information about original errors | I was looking at migrating a tool off of the golang.org/x/tools/go/loader package, as it is seemingly deprecated for use with Go modules, switching it onto https://godoc.org/golang.org/x/tools/go/packages. I ran into a disparity between the two packages in the type of errors that are available to the user after loading... | NeedsInvestigation,Tools | low | Critical |
413,880,901 | create-react-app | Create react app won't work on Windows if there are spaces in your username | **tl;dr - https://github.com/zkat/npx/issues/100 is an issue for create-react-app since all Windows 10 users with a space in their name won't be able to use create-react-app (unless they rename their user account home directory, a heavy process). It is not a friendly experience to dig around the internet to find the ab... | issue: bug,tag: underlying tools,difficulty: starter,contributions: claimed,good first issue | high | Critical |
413,881,075 | rust | Tracking issue for RFC 2627: #[link(kind="raw-dylib")] | This is the tracking issue for [RFC 2627](https://github.com/rust-lang/rfcs/pull/2627), `#[link(kind="raw-dylib")]`.
**Note:** `raw-dylib` and `link_ordinal` are now stabilized in 1.65 on Windows for x86_64, aarch64, and thumbv7a (not 32-bit x86) via #99916.
Opens:
- [x] Implementation for Windows (top priorit... | A-linkage,O-windows,B-RFC-approved,T-lang,C-tracking-issue,F-raw_dylib,S-tracking-impl-incomplete | high | Critical |
413,911,525 | pytorch | Overflow in fbgemm | Hi,
recently I started to learn fbgemm. I notice both the fbgemm test case and here fully_connected_dnnlowp_op_test, fully_connected_dnnlowp_acc16_op_test have some functions to avoid overflow.
I understand because of the AVX vpmaddubsw instruction, the result of a int8 value times a unsigned int8 value can be sat... | caffe2 | low | Minor |
413,912,304 | TypeScript | Incorrect docs: type compatibility for functions with overloads | <!-- π¨ 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... | Docs | low | Critical |
414,009,325 | vscode | Investigation: do not restart Extension host when first folder changes | Today we restart the extension host whenever the first folder changes because `workspace.rootPath` is always set to that first folder and it never used to change after the extension host started once.
If we would not restart the extension host anymore an extension:
* could use `workspace.rootPath` as before, it wou... | workbench-multiroot,under-discussion,api-proposal | high | Critical |
414,023,471 | flutter | StatefulBuilder should either protect against !mounted or offer a way to do so | c: new feature,framework,c: proposal,P2,team-framework,triaged-framework | low | Minor | |
414,175,781 | vue | transition before-leave js-hook does not manipulate the DOM which will be transitioned | ### Version
2.6.7
### Reproduction link
[https://jsfiddle.net/8zcdpkv0/](https://jsfiddle.net/8zcdpkv0/)
### Steps to reproduce
Please see jsfiddle.
Any changes in the `before-leave` hook won't affect the DOM which is transitioned.
My actual problem is that I try to transition an element whic... | has workaround | low | Minor |
414,217,271 | rust | The never type can be named despite its feature gate | Reported by @xfix in https://github.com/rust-lang/rust/issues/33417#issuecomment-467053097.
```rust
trait MyTrait {
type Output;
}
impl<T> MyTrait for fn() -> T {
type Output = T;
}
type Void = <fn() -> ! as MyTrait>::Output;
fn main() {
let _a: Void;
}
```
The never type is unstable ... | A-stability,T-compiler,C-bug | low | Critical |
414,234,425 | go | testing: loses log messages made in a goroutine after test has completed | The testing package silently drops `t.Log` messages that are made by a goroutine after the test has completed. For example, the following test passes and logs nothing.
This should be fixed by extending the code added in 1.12 that panics if a goroutine logs after a test has completed to not silently discard the log ... | NeedsFix | low | Minor |
414,256,381 | rust | Panic in proc_macro::TokenStream::from_str | [TokenStream::from_str](https://doc.rust-lang.org/proc_macro/struct.TokenStream.html#impl-FromStr) is supposed to return `Result<proc_macro::TokenStream, proc_macro::LexError>`. Currently it appears to print errors to stderr and then panic, rather than returning errors.
#### Cargo.toml
```toml
[package]
name = ... | A-macros,T-compiler,A-proc-macros | low | Critical |
414,260,444 | opencv | ocv_download() "optional" behavior leads to different unclear error messages | It should "fail fast" by default providing clear messages.
Optional mode doesn't properly work anyway (including xfeatures2d issues).
[Example](http://pullrequest.opencv.org/buildbot/builders/precommit_opencl/builds/19333/steps/cmake/logs/stdio):
```
-- The CXX compiler identification is MSVC 19.0.24215.1
-- The... | bug,category: build/install | low | Critical |
414,287,822 | TypeScript | tsc gets confused after assigning to module.exports - Property 'filename' does not exist on type | <!-- π¨ 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 |
414,316,292 | create-react-app | Add eslint rule: import/no-self-import | Hello and thank you for this great tool.
Today I had a problem after a file rename and I should admit a bad copy paste, I ended up with a file importing itself. It made my browser crashes without any logs and I lost about 10 minutes to find the reason. When I found it, I was surprised to not see any warnings from my... | issue: proposal | low | Critical |
414,326,417 | angular | docs request: writing e2e tests and debugging | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | area: testing,effort3: weeks,P4,docsarea: testing,doc-topic: reference,area: docs | low | Critical |
414,364,315 | kubernetes | kubectl port-forward broken pipe | **What happened**:
We have a pod running in our k8s cluster that I connect to via `kubectl port-forward`. I am able to connect to this pod (using the following command) but then start getting broken pipe error messages after maintaining a connection for what is typically 30-60s.
`kubectl port-forward --namespace... | kind/bug,sig/api-machinery,help wanted,sig/cli,triage/unresolved | high | Critical |
414,368,191 | flutter | Feature Request: Multi-platform flutter installs | I am a user of the `flutter-desktop-embedding` project and thrilled with the possibility of cross-platform app development from a single dev workstation.
I ran into an issue when trying to use the same shared filesystem to develop a macOS and Windows app -- in summary, when running `flutter` for the first time, a `b... | c: new feature,tool,P3,team-tool,triaged-tool | low | Major |
414,371,425 | TypeScript | Weird type inference for binary plus | For `(x, y) => x + y`, we infer `x: string | number` and `y: string | number`. This doesn't actually work since the two binary operators involved return different types.
```ts
let sn: string | number;
let n: number;
let s: string;
const v1 = sn + sn; // ERROR
const v2 = n + n; // number
const v3 = s + s; /... | Bug,Domain: Quick Fixes | low | Critical |
414,392,139 | godot | Smooth diagonal movement requires global_position to be rounded or floored | **Godot version:**
51c1d55cf9089cefbde034893b4784a5d554ddcc
**OS/device including version:**
Windows 10, GTX 950
**Prelude:**
I spent the last couple days isolating this and finally found a solution. I was thinking of not making a bug report because it might be an edge case, but I feel like it's important enou... | topic:core,topic:rendering,usability | low | Critical |
414,395,155 | godot | Reflection probes only refresh on editor restart | <!-- 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. -->
3.1.0 beta 6
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. ... | enhancement,topic:rendering,topic:3d | low | Major |
414,397,622 | kubernetes | glog/klog init issue | My understanding is that glog->klog migration was done to solve the issue that glog adds flags inside a `init()` function. But it seems that this issue is not completely solved.
k8s.io/apiserver imports the `logs` util package which adds flags inside `init()` function.
https://github.com/kubernetes/kubernetes/bl... | kind/bug,sig/api-machinery,lifecycle/frozen | medium | Major |
414,464,551 | flutter | [google_maps_flutter] App is lagging when initializing Google Maps | I am just building the Google-Maps widget in my Stateful Widget. This will be opened with the Navigator via a Button click. But as soon, as I click, the app is lagging, while initializing the map.
When removing the widget, everything is fine.
I tried to set a `CircularProgressIndicator` and then, setting the map-wi... | c: performance,a: quality,customer: crowd,p: maps,package,team-ecosystem,has reproducible steps,P3,found in release: 2.1,triaged-ecosystem | high | Critical |
414,470,584 | pytorch | RuntimeError: storage_.IsType<T>() ASSERT FAILED | ## π Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
<!-- A clear and concise description of what you e... | awaiting response (this tag is deprecated),caffe2,triaged | low | Critical |
414,625,290 | opencv | TIFF Image Writer Flags | <!--
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... | feature,priority: low,category: imgcodecs | low | Critical |
414,639,078 | TypeScript | Infer method name for parameter decorator | **TypeScript Version:** 3.3.3
_Tried with @next _(3.4.0-dev.201xxxxx)_ ?_ NO
**Search Terms:** type:issues infer method name parameter decorator
**Code**
```typescript
declare function Method():
{
(t: any, m: 'method'): void;
}
declare function Parameter():
{
(t: any, m: 'method', i: number)... | Needs Investigation | low | Critical |
414,646,352 | angular | FormControl not updated on textarea when FormControlName change | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
... | area: forms,P4 | low | Critical |
414,694,604 | go | x/net/http2: Expose isBadCipher | <pre>
$ go 1.11.5
</pre>
When manually specifying server ciphers, it is possible to specify a set of valid TLS 1.2 ciphers that are blacklisted in the HTTP/2 spec. This is a known potential issue; from [the spec section 9.2.2](https://http2.github.io/http2-spec/#rfc.section.9.2.2):
> The black list includes the... | NeedsInvestigation,FeatureRequest | low | Critical |
414,717,427 | go | cmd/go/internal/lockedfile: clean *.lock files | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.12
</pre>
It is necessary to clean these *.lock files in `$GOPATH/pkg/mod/cache/download/server.com/xxx/repo`?
 in the scene tree dock | **Godot version: 3.1 (commit: ce114e35dda4b3f282abb458f8409db2369b279e)**
**OS/device including version: Windows 10**
**Issue description:**
When selecting nodes in the scene hierarchy some nodes have a big delay between mouse click and actual selection of the node even with a simple scene.
**Steps to reproduce:**
... | enhancement,topic:editor,performance | low | Major |
414,808,368 | react | Password input type causes memory leak | <!--
Note: if the issue is about documentation or the website, please file it at:
https://github.com/reactjs/reactjs.org/issues/new
-->
**Do you want to request a *feature* or report a *bug*?**
*Bug*
**What is the current behavior?**
An `<input type="password"/>` causes a memory leak.
**If the curre... | Type: Needs Investigation | medium | Critical |
414,811,382 | flutter | `flutter upgrade` crashes while simultaneously running `flutter run` | I runned `flutter upgrade` at the same time as IntelliJ IDEA was compiling my app to `run` it into an Android emulator. Then IntelliJ IDEA told me there were upgrades to IntelliJ IDEA and the Flutter and Dart plugins, so I decided to select them to upgrade at the same time.
This way the `cmd` instance running `flutt... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
414,814,655 | go | crypto/x509: RSAES-OAEP support | x509 currently does not support parsing rsaesoap pub keys.
Use case is calling x509 to extract the public EK from TPMs for verification purposes.
There are many old TPM units that use this key type. | NeedsInvestigation,FeatureRequest | low | Major |
414,876,051 | go | x/build/cmd/relui: check for unmerged CLs before release | We just shipped Go 1.12 without merging https://go-review.googlesource.com/c/go/+/163078
Let's make the cmd/release tool query Gerrit for, e.g.
`branch:release-branch.go1.12 project:go is:open`
And error out if any CLs are open on the branch we're trying to make a release for. There could be an override, like ... | Builders,NeedsFix | low | Critical |
414,881,304 | flutter | Pointer*Event documentation is oddly worded | The first line of the documentation for each pointer event class sounds like it's describing a callback, rather than an object. E.g.:
```
/// The pointer has made contact with the device.
```
rather than something more like:
```
/// An object containing information about a pointer making contact with the device.
... | framework,d: api docs,P2,team-framework,triaged-framework | low | Critical |
414,890,611 | pytorch | cmake fails with -DBUILD_PYTHON=OFF -DUSE_NNPACK=OFF | This fails:
cmake -DBUILD_PYTHON=OFF -DUSE_NNPACK=OFF ..
with an error message like this:
```
CMake Error at cmake/Codegen.cmake:163 (message):
Failed to get generated_cpp list
Call Stack (most recent call first):
caffe2/CMakeLists.txt:2 (include)
-- Configuring incomplete, errors occurred!
```... | module: build,oncall: releng,triaged | low | Critical |
414,914,544 | go | regexp: LiteralPrefix behaving incorrectly | <!-- 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 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yeah, go1.12 has just been released.
### What did you do?
``... | Documentation,NeedsFix | low | Major |
414,917,646 | create-react-app | Make it clearer in error overlay when error boundary has caught an error | This issue was discussed in #3627, but it's been marked and stale as locked so I'm opening another issue.
As discussed in #3627, create-react-app will always display an error overlay for errors in development mode, even when the error is caught via an error boundary. This confused me at first, and it's also [confusi... | issue: proposal | medium | Critical |
414,948,524 | TypeScript | Comparison targets are reversed (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**
https://github.com/falsandtru/spica/blob/v0.0.237/src/supervisor.legacy.ts#L49
**E... | Needs Investigation | low | Critical |
414,972,771 | pytorch | ONNX->TensorRT parser library duplicated | ## π Bug
When built with TensorRT (i.e. `USE_TENSORRT=1` is set), PyTorch now includes two versions of the parser library: the original one https://github.com/onnx/onnx-tensorrt included as a submodule and linked as `libnvonnxparser.so` and `libnvonnxparser_runtime.so` binaries. And it's second incarnation coming w... | triaged | low | Critical |
415,015,530 | flutter | Support text capitalization in TextStyle | Current status:
https://github.com/flutter/flutter/issues/28567#issuecomment-859971394
https://github.com/flutter/flutter/issues/28567#issuecomment-860113239
---
Inspiration taken from [CSS text-transform](https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform), which helps keep the separation between ... | c: new feature,framework,a: typography,customer: crowd,customer: solaris,P2,team-framework,triaged-framework | low | Critical |
415,030,507 | create-react-app | Add Jest configuration for snapshotresolver | As I understand, right now CRA only supports a handful of Jest configuration overrides, either by adding them to package.json or adding a jest.config.js to your project.
First question would be, why are you not allowing to just add a jest.config.js and read all of the configuration variables that Jest provides usua... | issue: proposal | medium | Critical |
415,117,609 | thefuck | rbenv install | The output of `thefuck --version`:
```
The Fuck 3.28 using Python 3.7.2 and Fish Shell 3.0.1
```
Your system (Debian 7, ArchLinux, Windows, etc.):
```
Arch Linux
```
How to reproduce the bug:
```
> rbenv install 2.6.1
ruby-build: definition not found: 2.6.1
See all available versions with `rbenv... | help wanted | low | Critical |
415,165,392 | opencv | denoise_TVL1 is limited to CV_8U | opencv/modules/photo/src/denoise_tvl1.cpp
line 150:
```
result.create(X.rows,X.cols,CV_8U);
X.convertTo(result, CV_8U, 255);
```
feature request:
denoise_TVL1 should allow different output formats.
| feature,category: photo | low | Minor |
415,190,856 | godot | Importing ESCN files using EditorSceneImporter loses "Import hints" | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1-beta7
**OS/device including version:**
Linux Fedora 28
**Issue description:**
Hey yall, thanks for Godot.
I'm trying to make an `EditorImpo... | topic:core,usability,topic:import | low | Minor |
415,197,096 | vscode | [json] add commas automatically | # Test case

# Expected behavior
* After typing `age` <kbd>TAB</kbd>, the comma should be added to the end of the previous line.
* After typing `"` for the next object property, the comma should be... | help wanted,feature-request,json | medium | Major |
415,197,924 | vscode | [json] add colon automatically | # Test case

# Expected
After typing `name` <kbd>TAB</kbd>, the editor should correct this to `"name":`.
# Actual
It is corrected to `"name"` (without `:`). | feature-request,json | low | Minor |
415,207,833 | TypeScript | spreading generic type disables excess property checking | <!-- π¨ 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 |
415,208,671 | TypeScript | Nested classes are not collapsible/expandable in Visual Studio | Nested classes are not collapsible/expandable in Visual Studio.
```
export class ClassA{
private ClassB = class{
...
}
}
```
Code inside classB loses this functionality.
| Suggestion,Help Wanted,Experience Enhancement | low | Minor |
415,215,570 | flutter | Add traces when the pipeline depth changes. | Changing pipeline depth in the engine can result in jank. Mark the same clearly with and instant trace in the timeline. | engine,P2,team-engine,triaged-engine | low | Minor |
415,221,282 | three.js | editor freezes for a moment after *every* change in it. | ##### Description of the problem
I drag'n'drop a 3.2 mb FBX (created in 3ds max 2016), plus some 30 jpg textures with 256-2048 resolution. **Every single time** when I make a change in the scene, the editor freezes for several(tens of) seconds. The heavier the scene, the longer the freeze.
##### Browser
- [ ]... | Enhancement,Editor | low | Minor |
415,263,717 | opencv | Feature request: Kronecker tensor product | A feature request to add the [Kronecker tensor product](https://en.wikipedia.org/wiki/Kronecker_product) ([kron](https://www.mathworks.com/help/matlab/ref/kron.html) in Matlab, [numpy.kron](https://docs.scipy.org/doc/numpy/reference/generated/numpy.kron.html) in Numpy). See also the [tensor product](https://en.wikipedi... | feature,category: core | low | Minor |
415,315,604 | rust | Strange interaction between matching and lifetimes | I ran into some baffling issues when matching on a mutable reference and assigning to the mutable reference in the match arms. It seems that the inferred lifetime bound escapes the match. Playpen:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=4428e0752f518ba02ed12c77560d8afb
I tried thre... | T-compiler,A-NLL,NLL-polonius | low | Critical |
415,318,386 | pytorch | Add ASSERT for calling accessor on a GPU tensor | ## π Feature
Right now it just segfaults.
At an error message so that it is easier to debug.
cc @yf225 @glaringlee | module: cpp,module: molly-guard,triaged | low | Critical |
415,319,775 | flutter | await url_launcher launch not working | ```dart
Future onTapPayPal(String url, int credit) async {
var payPalUrl = url.replaceAll("CENT", credit.toString());
if (await canLaunch(payPalUrl)) {
await launch(
payPalUrl,
forceSafariVC: true,
forceWebView: true,
statusBarBrightness: Brightness.dark,
)... | p: url_launcher,package,team-ecosystem,P2,triaged-ecosystem | low | Major |
415,325,493 | TypeScript | Meta-issue: Use Full Unification for Generic Inference? | ## Search Terms
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
unification generic inference
## Suggestion
Today, TypeScript cannot retain or synthesize free type parameters during generic inference. This means ... | Meta-Issue | high | Critical |
415,326,715 | kubernetes | Reject requests with unsupported options | Today, the apiserver accepts requests with options that are unknown to the server, we just throw those options away and continue with the request as if they hadn't been specified.
I think this decision made some sense, as we don't necessarily want to reject a request asking for pagination made to an old server that ... | area/apiserver,sig/api-machinery,kind/feature,priority/important-longterm,lifecycle/frozen | low | Critical |
415,336,920 | flutter | Stack makes infinite height if only have Positioned children | I run into a problem where I had a `Stack` with only `Positioned` children and my app was saying the `Stack` was generating an infinite size. I found the solution https://stackoverflow.com/a/54624340/1227166, which is a little hack, to just place an empty `Container` inside the `Stack`, so it will know how to calculate... | framework,d: api docs,P2,team-framework,triaged-framework | low | Major |
415,372,840 | godot | Objects can't use forces while global_transform.basis is being changed |
**Godot version:**
Godot 3.1 Beta 8 official
**OS/device including version:**
Windows 10 64 bit (April update); Ryzen7 2700X CPU; GTX 1060 6GB GPU
**Issue description:**
In Beta 3 and before, you can move an object with forces while changing its _global_transform.basis_ property (using functions like sle... | bug,topic:core | low | Minor |
415,377,363 | go | cmd/compile: unnecessary hash/eq functions for slice literals | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12rc1 linux/amd64
</pre>
Consider this package:
```go
package bloat
var x []interface{}
```
```shell
$ go build -o bloat.a .
$ ls -l bloat.a
-rw-r--r-- 1 dneil primarygroup 778 Feb 27 15:23 bloat.a
```
Now co... | ToolSpeed,NeedsInvestigation,binary-size,compiler/runtime | low | Minor |
415,378,531 | rust | Suggest `split_at_mut` when trying to use multiple non-overlapping mutable slices to the same array | [The following code](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=1947bc965868f90b695a62803f999657) is invalid due to lifetime rules:
```
fn main() {
let mut foo = [1,2,3,4];
let mut a = &mut foo[..2];
let mut b = &mut foo[2..];
a[0] = 5;
b[0] = 6;
println!(... | C-enhancement,A-diagnostics,P-low,A-borrow-checker,T-compiler,A-suggestion-diagnostics,A-array | low | Critical |
415,380,242 | angular | bug(core): EventEmitter#subscribe() should be properly typed | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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.
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
οΏ½... | breaking changes,area: core,core: inputs / outputs,cross-cutting: types,P3 | low | Critical |
415,412,839 | go | x/net/dns/dnsserver: new package | x/net/dns/dnsmessage contains a DNS library (proposal #16218). A DNS server based on it would be very useful. In addition to the more traditional uses for a DNS server, having one in x/net would improve the story around using net.Resolver.Dial to do custom DNS. | Proposal,Proposal-Accepted | low | Major |
415,448,266 | every-programmer-should-know | What about History? | Histories make men wise. | Needs some β€οΈ,good first issue | low | Minor |
415,490,325 | go | internal/trace: TestMMUTrace and TestParseCanned failed on darwin/arm64 | Noticed on the darwin/arm64 builder:
```
--- FAIL: TestMMUTrace (0.00s)
gc_test.go:89: failed to parse trace: failed to read header: read 0, err EOF
--- FAIL: TestParseCanned (0.00s)
parser_test.go:51: failed to parse good trace http_1_10_good: failed to read header: read 0, err EOF
parser_test.go:5... | Testing,NeedsInvestigation | low | Critical |
415,491,141 | flutter | AnimatedBuilder and ValueListenableBuilder should honor TickerMode | and when they rebuild after having unsubscribed for a while, they should compare the current value to the old one and decide whether to use the old value if they're the same or rebuild if it's changed. | framework,a: animation,c: performance,P2,team-framework,triaged-framework | low | Minor |
415,508,189 | godot | Can't reduce height of output window in IDE | **Godot version:**
3.1 beta 8
**Issue description:**
I always wonder why minimal height of Output window is so large?
I tried to make it smaller, but size is locked.
Is it possible to make this locked minimal height smaller (at least twice)?

The issue I am having is that when I deploy to an SAP server it is fail... | tag: underlying tools,tag: internal | low | Critical |
415,601,320 | TypeScript | Autocomple import parent dir wrong when rootDirs is defined | **TypeScript Version:** 3.3.3333
If you configure in the tsconfig.json a rootDirs section like
```json
{
"compilerOptions": {
"baseUrl": "src",
"rootDirs": [
"src",
"src_gen"
]
}
}
```
When you try autocomplete an import from the parent folder... | Suggestion,Experience Enhancement | low | Minor |
415,608,716 | TypeScript | Autocomple import ignore rootDirs | **TypeScript Version:** 3.3.3333
If you configure in the tsconfig.json a rootDirs section like
```json
{
"compilerOptions": {
"baseUrl": "src",
"rootDirs": [
"src",
"src_gen"
]
}
}
```
When you try autocomplete an import the subjections ignore... | Suggestion,Experience Enhancement | low | Minor |
415,635,858 | angular | Upgraded AngularJS component broken transclusion under ng-if | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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: upgrade,state: needs more investigation,P4 | low | Critical |
415,648,638 | rust | Specialized `FnOnce` impl compiles failed with a lengthy error message | Playground Rustc version:
```
1.34.0-nightly 2019-02-27 7e001e5c6c7c090b4141
```
Code:
```rust
#![feature(unboxed_closures, fn_traits, specialization)]
use std::ops::{Deref, FnOnce};
struct Foo<T> {
val: T,
}
default impl<'a, T> FnOnce<()> for &'a Foo<T> {
type Output = &'a T;
exter... | C-enhancement,A-diagnostics,T-compiler,A-specialization,requires-nightly,F-specialization,F-unboxed_closures | low | Critical |
415,692,874 | go | cmd/compile: clean up recent fix for ginsop2 on ppc64x | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +72d24a7 Thu Feb 28 15:25:42 2019 +0000 linux/ppc64le
</pre>
### Does this issue reproduce with the latest release?
yes
### What operati... | NeedsFix,compiler/runtime | low | Minor |
415,747,196 | go | cmd/go, x/tools/go/packages: how to instrument cgo code? | go-fuzz instruments source code, writes it out to a temp dir, and then calls go/build to compile it.
go/packages appears to support this: it generates CompiledGoFiles, which have been preprocessed by cgo. However, if you instrument those files and write them back out, "go build" doesn't work.
The first issue, eas... | NeedsInvestigation | low | Critical |
415,767,630 | TypeScript | Inaccurate error or buggy behavior for JSDoc @typedef tags | ```js
// @ts-check
/**
* @typedef Foo
* @member foo {() => string}
*/
```
```
JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags.ts(8021)
```
We need to figure out what this message should actually be or make it work.
P.S. I can never figure o... | Bug,Domain: JSDoc,Domain: JavaScript | low | Critical |
415,768,824 | TypeScript | JSDoc @implements tag/clause not checked | ```js
// @ts-check
/**
* @typedef Foo
* @property foo {() => string}
*/
/**
* @implements {Foo}
*/
class C1 {
foo = () => {
return 10;
}
}
/**
* @implements {Foo}
*/
class C2 {
foo() {
return 10;
}
}
```
**Expected**: At least an error on C1
**Actua... | Bug,Domain: JSDoc,Domain: JavaScript | medium | Critical |
415,778,117 | rust | It'd be useful to delay E0412 after type checking to improve suggestions | With the following code:
```
async fn foo(i: usize, uri: Uri) -> Result<Duration, Error> {
let client = Client::new();
let now = Instant::now();
match await!(client.get(uri).timeout(Duration::from_secs(20))) {
Ok(_) => {
Ok(Instant::now() - now)
}
Err(err) => E... | A-diagnostics,A-resolve,T-compiler,A-async-await,A-suggestion-diagnostics,D-papercut | low | Critical |
415,787,804 | TypeScript | Smart indentation is wrong following more than one line after JSDoc comments | ```ts
/**
* @typedef Id {string}
*/
```
- Press enter TWICE at the end of the comment.
- After the first newline, you get the correct indentation (0 spaces).
- After the second newine, you get garbage indentation (1 space).
| Bug,Help Wanted,Effort: Moderate,Domain: Formatter,Domain: JSDoc | low | Minor |
415,823,649 | TypeScript | Merged object exports of globalThis broken | From bluebird user test
```js
// @Filename: release/util.js
var ret = {
isNode: isNode,
isClass: isClass, // etc
}
ret.isRecentNode = ret.isNode && (function() { ... })();
// @Filename: release/async.js
const util = require('./util')
util.isNode // error
util.isRecentNode // ok
// @Filename: util.js
... | Bug,Domain: JavaScript | low | Critical |
415,880,063 | TypeScript | is not under 'rootDir' 'src/'. even with exclude | <!-- π¨ 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,Help Wanted,Experience Enhancement | low | Critical |
415,969,540 | flutter | [Text feature] Underline Skip Descenders | It would be really great (read, somewhat necessary) to be able to:
- adjust the underline thickness
- toggle skipping descenders
I saw some issues around exposing Skia text metrics but I'm not sure if these were specifically covered off.
Either way, I'd really love to see them. | framework,engine,a: typography,P2,team-engine,triaged-engine | low | Major |
415,984,242 | godot | Document why Basis axis vectors are exposed transposed | <!-- 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. -->
3.1 beta 9
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. --... | discussion,topic:core,documentation | low | Critical |
416,034,603 | rust | Usage of boolean negation operator sometimes breaks closure type inference | The closure implements a trait, which is accepted in a function. Depending on its body the closure type inference sometimes works and sometimes fails forcing user to annotate argument type ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=852633722647b74e5b5ed18261db0b72)):
```rust
... | A-inference | low | Critical |
416,039,391 | pytorch | The documentation to Module._version isn't visible. | ## π Documentation
The docs for [torch.nn.Module](https://pytorch.org/docs/stable/nn.html#torch.nn.Module) does not list `_version` nor to the `_load_from_state_dict`. It should be listed to describe how to make a module backward compatible with its former weights.
Here are the docstrings I think should be included... | module: docs,module: nn,module: serialization,triaged | low | Major |
416,093,518 | pytorch | Document whether it is possible to train TorchScript modules | ## π Documentation
I am interested in the following workflow, but my impression is that this use case is not supported (yet?):
1. Prototype a model in **Python**
2. Export model to **C++** via TorchScript (`torch.jit.trace`)
3. Train model in **C++**
Based on the documentation, it is unclear whether this wo... | oncall: jit,module: docs,module: cpp,triaged | medium | Critical |
416,126,576 | flutter | How to set Date Picker to display in Buddhist year | I want to develop an application that has the date picker.
But I can't find to config the format of year to Buddhist year.
Please help T_T | framework,f: material design,a: internationalization,d: api docs,P2,team-design,triaged-design | low | Major |
416,130,770 | rust | Possibly confusing error message when deref/deref_mut are used. | Beginners can be confused when `deref` and `deref_mut` are called implicitely:
- https://stackoverflow.com/questions/47060266/error-while-trying-to-borrow-2-fields-from-a-struct-wrapped-in-refcell
- https://stackoverflow.com/questions/54942045/accessing-two-vectors-in-a-struct-locked-by-a-mutex
In this given cod... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
416,133,933 | TypeScript | Allow marking functions in interfaces as callback / non-callable | ## Search Terms
callable function, non-callable function, callback function type, callback type modifier
## Suggestion
A keyword and some language support to identify functions which are not callable (they are only assignable callbacks).
## Use Cases
Currently, it is possible to call functions which aren... | Suggestion,Awaiting More Feedback | low | Critical |
416,142,375 | go | cmd/compile: elide call to runtime.growslice with provable capacity availability | Using `go1.12`
Consider the following snippet:
```go
/*12*/ func Append(b []byte) []byte {
/*13*/ if cap(b)-len(b) > 3 {
/*14*/ b = append(b, 0, 1, 2)
/*15*/ }
/*16*/ return b
/*17*/ }
```
This compiles to the following snippet:
```diff
"".A... | Performance,NeedsInvestigation,binary-size,compiler/runtime | low | Major |
416,162,765 | go | index/suffixarray: FindAllIndex gives wrong results for anchored regexp | <!-- 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 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
It does reproduce with Go versions 1.3 to 1.12 (latest at the ti... | NeedsInvestigation | low | Critical |
416,178,029 | rust | Compiler Team Steering Meeting | **This issue exists to describe the compiler team steering meeting and to collect links about it.** It is closed for comments since it's not meant to collect discussion; if you'd like to give feedback about the steering meeting, please feel free to [open a topic in Zulip][z].
[z]: https://rust-lang.zulipchat.com/#na... | metabug,T-compiler | low | Minor |
416,184,503 | go | cmd/go: confusing error on mod edit -replace=old=.. | ### What version of Go are you using (`go version`)?
go version devel +44d3bb998c Fri Mar 1 07:45:00 2019 +0000 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
```
$ mkdir test
$ cd test
$ go mod init test
go: creating new go.mod: module test
$ go mod... | NeedsInvestigation,modules | low | Critical |
416,211,723 | go | proposal: cmd/go: 'go mod tidy' should remove stale 'replace' directives | <!-- 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 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | Proposal,NeedsInvestigation,GoCommand | low | Critical |
416,225,478 | go | cmd/go, x/tools/go/packages: confusing go list repeated package with different values error | On go 1.12
Reproducible repo at https://github.com/nhooyr/gomod
I'm importing a main package as a side effect import which is an error. I'm aware this is wrong, but the error message should be clearer. If you try and load the mod with `x/tools/go/packages`, it will fail with
`go list repeated package golang.or... | NeedsInvestigation | low | Critical |
416,250,757 | go | cmd/go: go test -failfast doesn't stop immediately with t.Parallel() | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.10.7 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture a... | Performance,NeedsInvestigation | low | Critical |
416,315,505 | rust | sys::unix::fs::canonicalize can lead to undefined-ish behavior on Android | Its code is:
```pub fn canonicalize(p: &Path) -> io::Result<PathBuf> {
let path = CString::new(p.as_os_str().as_bytes())?;
let buf;
unsafe {
let r = libc::realpath(path.as_ptr(), ptr::null_mut());
if r.is_null() {
return Err(io::Error::last_os_error())
}
... | O-android,T-libs-api | low | Critical |
416,321,808 | godot | Exported variables in extended script should follow godot natural inheritance order | <!-- 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... | enhancement,topic:gdscript | low | Minor |
416,324,920 | go | cmd/compile: unnecessary hash/eq functions for global arrays | This is a generalization of the problem described in #30449.
Suppose we have a unexported global variable:
```
var myArray [4]T
```
and none of the operations performed on this array:
* let the array itself escape from the package (implies that the variable is unexported)
* rely on comparability of the array (... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
416,324,927 | go | cmd/compile: unnecessary bounds check for global slices | Using `go1.12`
Suppose we have a unexported global variable:
```
var mySlice = make([]T, 4)
```
and none of the operations performed on this slice:
* let a reference to the slice itself escape from the package (implies that the variable is unexported)
* mutate the slice header itself (e.g., no assign to the va... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
416,326,929 | TypeScript | JSDoc Class extending Array not supported (?) | Got a Class that Extends Array (FooArray) and am trying to create a Typed FooArray in another place. JSDoc suggests that I would be correct by using `FooArray.<Type>` (As the "normal" suggested method is either `Type[]` or `Array.<Type>`) and this markdown indeed seems to be parsed by jsdoc without issues, however VSC ... | Bug | low | Minor |
416,350,377 | go | gerrit: improve revert commit message template, if possible | When using Gerrit UI to create a revert of a CL, it populates the commit message with the following template:
```
Revert "{{.OriginalTitle}}"
This reverts commit {{.CommitHash}}.
Reason for revert: <INSERT REASONING HERE>
```
For example:
![image](https://user-images.githubusercontent.com/1924134/53676... | help wanted,NeedsInvestigation,FeatureRequest,DevExp,Community | 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.