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 |
|---|---|---|---|---|---|---|
367,430,397 | godot | Mono: Exported projects don't include runtime assemblies from nuget packages for its platform | **Godot version:**
3.0.6, 3.1 Alpha Snapshot and Master
**OS/device including version:**
Windows 10
**Issue description:**
When you use a nuget package it'll properly add the initial nuget package dll's, but on export it doesn't include the runtime dll's (if they exist) in the assemblies folder.
**Ste... | bug,confirmed,topic:dotnet | medium | Major |
367,437,047 | rust | Proc-macros have no way to determine if their invocation context is `no_std` | While writing [this response on Reddit](https://www.reddit.com/r/rust/comments/9lu9xo/_/e79ivl0?context=1000) I realized that there's no way for a proc-macro to determine if it's being invoked from `no_std` code and thus should use types from `core` instead of `std`. I'm not sure what this would look like, maybe a free... | A-macros,T-lang,C-feature-request,A-proc-macros | low | Minor |
367,441,529 | go | cmd/compile: clearer error message for unkeyed composite literal with unexported field | I have a struct:
```
package df
type SortKey struct {
Key interface{}
SortDesc bool
seriesIndex int
}
```
From an outside package:
**TRY 1**
```
z := df.SortKey{"n", false}
```
`Compiler error: too few values in df.SortKey literal`
**TRY 2**
```
z := df.SortKey{"n", false, 0}
```
`... | help wanted,NeedsFix | low | Critical |
367,444,280 | go | runtime: fatal error: found bad pointer in Go heap (incorrect use of unsafe or cgo?) on 386 FreeBSD after CL 138595 | https://build.golang.org/log/dc8386895fee1c38f34eb9376c42f013617a2b29
https://build.golang.org/log/0c46001a74e64da259c54f716f30cc5455b97788
https://build.golang.org/log/8d212ce13ba6fc50c4ca2f0ecc386624164e7913
```
runtime: pointer 0x39d9a000 to unallocated span span.base()=0x39d9a000 span.limit=0x0 span.state=3
... | OS-FreeBSD,NeedsInvestigation,compiler/runtime | low | Critical |
367,478,971 | go | cmd/gofmt: unaligned end-of-line comments in switch cases | ### What version of Go are you using (`go version`)?
go version go1.11.1 windows/amd64
### Does this issue reproduce with the latest release?
yes.
### What did you do?
https://play.golang.org/p/hMeljDlfiZJ
### What did you expect to see?
When I click Format, all end-of-line comments should be align... | NeedsInvestigation | low | Minor |
367,482,850 | rust | Rustdoc: allow collapsing "Methods from Deref" blocks | Similar to how you can fold/hide all methods from an impl block, it would be nice if you could collapse / hide an entire "Methods from Deref" block. | T-rustdoc,C-feature-request | low | Minor |
367,483,501 | rust | rustc 1.30 beta 12 incremental compilation hangs on win 7 | I'm seeing frequent rustc freezes (0% CPU) with incremental compilation enabled on Windows 7. This happens about every 2nd or 3rd build attempt. Once this happens (and after killing the frozen rustc), any further attempts hang forever as well (i.e. I waited 5 minutes). `cargo clean` resolves the issue until it happens ... | P-medium,T-compiler,regression-from-stable-to-stable,O-windows-7 | medium | Critical |
367,510,599 | go | runtime: L2 arena maps are not accounted for in any runtime.MemStats field | ### What version of Go are you using (`go version`)?
`go version devel +2bb91e093c`, but this is also true in go 1.11.1 and every version since ec252105645 landed.
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
... | NeedsInvestigation,compiler/runtime | low | Minor |
367,515,370 | rust | Tracking issue for RFC 2412, "The optimize attribute" | This is a tracking issue for the RFC "The optimize attribute" (rust-lang/rfcs#2412).
**Steps:**
- [x] Implement the RFC. Partially done, see https://github.com/rust-lang/rust/issues/54882#issuecomment-457824508.
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
- [ ] Stabilization PR ([see ins... | B-RFC-approved,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-impl-incomplete | medium | Critical |
367,524,538 | rust | Define `fn [_]::try_split_at(&self, usize) -> Option<(&Self, &Self)>` | PR #54887 | T-libs-api,C-feature-request | low | Minor |
367,528,027 | rust | ICE during codegen of unsize coercion on `#[repr(C)]` struct | Very similar to #46152. I ran into this while creating a test case for PR #54383.
```rust
#![feature(unsize, coerce_unsized)]
use std::{
ops::CoerceUnsized,
marker::Unsize,
};
#[repr(C)]
struct Ptr<T: ?Sized>(Box<T>);
impl<T: ?Sized, U: ?Sized> CoerceUnsized<Ptr<U>> for Ptr<T>
where
T: Un... | I-ICE,T-compiler,C-bug,requires-nightly,glacier,S-bug-has-test,A-repr | low | Critical |
367,547,515 | rust | Crawl doc.rust-lang.org for dead links on a regular basis | Refiling from https://github.com/rust-lang/rfcs/issues/669.
> And open tickets here via the GitHub API :) | T-infra,C-feature-request | low | Major |
367,549,038 | godot | [3.x] Auto-complete not working for autoloaded global scripts |
**Godot version:**
Godot Engine v3.0.6.stable.official
**OS/device including version:**
Windows 8.1 Pro & Windows 10 Home
**Issue description:**
Member functions not auto-completing when the variable is in autoload global.gd
**Steps to reproduce:**
global.gd
`var array = ["zero", "one", "two"... | bug,topic:gdscript,topic:editor | low | Minor |
367,555,023 | create-react-app | JetBrains Toolbox apps are not detected by guessEditor | `react-dev-utils` looks for a process named `/Applications/IntelliJ IDEA.app/Contents/MacOS/idea` but when installing IntelliJ IDEA from [JetBrains Toolbox](https://www.jetbrains.com/toolbox/) the apps are installed in `~/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/182.4505.22/IntelliJ IDEA.app/Conte... | issue: proposal | low | Critical |
367,559,759 | pytorch | `pstrf` on positive semi-definite matrices | ## π Bug
[`pstrf`](https://pytorch.org/docs/stable/torch.html#torch.pstrf) does not work on Positive Semi-Definite matrices while the documentation says it should.
The issue might be a misunderstanding on my part of the documentation.
Any correction to this misunderstanding is welcome :)
I am assuming that f... | triaged,module: linear algebra,function request | low | Critical |
367,560,765 | rust | Use the "efficient "pivot pointer" scheme" for Rc<Trait> | Refiling what remains of https://github.com/rust-lang/rfcs/issues/981 here...
This might already be done... but @eddyb wrote:
> [...] it doesn't use the efficient "pivot pointer" scheme, though.
Maybe a sepparate issue should be opened for that. | C-enhancement,T-compiler | low | Major |
367,562,397 | godot | Tilemap save settings | It would be very useful and time saving if the tilemap & tileset editor settings were saved.
For example:
- Tilemap zoom-level
- Tilemap window size
- Zoom-level of the tileset editor
- Region snap options
Every time you open Godot you have to adjust all these settings again. | enhancement,topic:editor,usability,topic:2d | low | Major |
367,575,532 | TypeScript | Allow to specify return type of constructor |
## Search Terms
constructor return type
## Suggestion
Add an ability to specify return type of a class constructor.
Right now the compiler produces the following error: "Type annotation cannot appear on a constructor declaration."
## Use Cases
Consider this example:
```
interface MyInterface {
... | Suggestion,In Discussion | medium | Critical |
367,580,533 | opencv | Linking against Intel-OpenMP | ##### System information (version)
- OpenCV => master - #a9c8a52
- Operating System / Platform => Linux
- Compiler => GCC 7 + NVCC
##### Detailed description
Currently OpenCV cannot be linked easily to Intel OpenMP by passing `-liomp5 -lpthread -L<icc_dir>/lib` as mentioned in [Intel User Guide - using the O... | category: build/install | low | Minor |
367,587,025 | godot | has_method does not work on class | **Godot version:**
current master
**OS/device including version:**
Windows, don't think it matters
**Issue description:**
Investigating #22833 I found out that `has_method` does not work with classes.
Consider the following script:
```
extends Node
class Test:
static func foo():
print("foo")
... | bug,topic:core | medium | Critical |
367,595,479 | godot | Escape should discard Output panel (but not Shader editor when discarding a tooltip) | **Godot version:**
<!-- Specify commit hash if non-official. -->
b17e71b6e5e035f49b5b3b5b55b9cdac80215d72
**Issue description:**
<!-- What happened, and what was expected. -->
The output area will not be closed when `Escape` is pressed.
This used to work in previous versions.
**Steps to reproduce:**
1. Ope... | enhancement,topic:editor,usability | low | Major |
367,654,325 | kubernetes | Exposing ephemeral storage metrics to prometheus | **Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
Now, we only expose PVC related volumes metrics to protheus, https://github.com/kubernetes/kubernetes/pull/51553
but we need ephemeral storage metrics too, such as EmptyDir usage and capacity info.
/assign
/sig storage
/cc @jingxu97 @gnufied
| sig/storage,kind/feature,help wanted,sig/instrumentation,needs-triage | high | Critical |
367,664,890 | rust | Add the ability to copy a skeleton trait impl from a trait doc entry | refiled from rust-lang/rfcs#621 | T-rustdoc,C-feature-request,A-rustdoc-ui,T-rustdoc-frontend | low | Minor |
367,679,353 | pytorch | Could not find a package configuration file provided by "Torch" with any of the following names: | C++ build documentation seems has code bugs:
Simply following the tutorial of newest libtorch doc, just got errors.
```
CMake Error at CMakeLists.txt:5 (find_package):
By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Torc... | module: cpp-extensions,triaged | medium | Critical |
367,716,856 | TypeScript | [Feature] make generated codes from enum could be minified when not used | ## Search Terms
For now TypeScript will transform enum from
```ts
enum Test {
Key = 1
}
```
to
```ts
var Test;
(function (Test) {
Test[Test["Key"] = 1] = "Key";
})(Test || (Test = {}));
```
This result is not friendly for uglyify or tree-shaking.
When `Test` is not be used, the generated co... | Suggestion,In Discussion | medium | Major |
367,736,768 | godot | Moving folder AA to folder BB which have folder with same name(AA) cause error moving instead merge. | **Godot version:**
3.1 b17e71b
Windows 10
**Issue description:**
When I try to copy folder with name AA to folder BB which contain folder with name AA, error "Error moving:" was occur.
I think that Godot should merge this folder to one.
When we paste files, the warning message should stay as is "Ple... | enhancement,topic:editor,usability | low | Critical |
367,824,187 | rust | Tracking issue for warning for rust_2018_idioms by default | `#[warn(rust_2018_idioms)]` is not going to be enabled by default for Rust 2018 because we are taking a conservative stance and we aren't sure about how good the suggestions are yet.
The plan is to enable this lint by default some number of releases / months after Rust 2018 ships.
# Progress
- [x] `bare_trait_... | A-lints,C-tracking-issue,WG-epoch,S-tracking-impl-incomplete,A-edition-2018 | medium | Major |
367,843,392 | opencv | T-API: Using Mat expressions with async UMat functions | Invalid objects lifetime is observed.
related: #12754 (workaround in DNN module, but problem is still here). | bug,category: core,category: ocl,category: t-api | low | Minor |
367,871,239 | flutter | Flutter tool should collect C++ crashes in dev mode and offer to report them | Engine crashes should be rare.
Ideally we should catch engine crashes, and offer to report them. Whether we catch them just using the flutter tool (to read logs) or we do something more like adding breakpad to the engine in debug mode, we could catch crashes (e.g. https://github.com/flutter/flutter/issues/19590) an... | c: new feature,tool,P2,team-tool,triaged-tool | low | Critical |
367,895,362 | TypeScript | Odd quick fix ordering for misspelled identifiers | I believe that "misspelled identifier" quick fixes should precede the "remove unused declarations".

If anyone wants to take this on, this should just be a matter of
1. Making a test case for this, and
... | Bug,Needs Proposal,In Discussion | low | Major |
367,905,059 | pytorch | input_device, output_device, devices_used properties | ## π Feature
<!-- A clear and concise description of the feature proposal -->
People keep requesting a .device property on layers, and that's legitimately turned down with the response "_Modules can hold parameters of different types on different devices, and so itβs not always possible to unambiguously determine ... | module: nn,triaged | low | Minor |
367,908,921 | pytorch | Certain operations cause implicity sync-points | ## π Bug
<!-- A clear and concise description of what the bug is. -->
When profiling networks I've found that certain functions seem to cause the CUDA backend to synchronize with the host.
This is similar to #1989 but is applicable to a wider variety of functions, which I believe shouldn't cause syncs, but t... | module: cuda,triaged | low | Critical |
367,915,421 | TypeScript | findAllRefs doesn't work for property of `typeof import("./foo")` | **TypeScript Version:** 3.2.0-dev.20181006
**Code**
```ts
/// <reference path="fourslash.ts" />
// @Filename: /a.ts
////export const [|x|] = 0;
// @Filename: /b.ts
////function f(a: typeof import("./a")) {
//// a.[|x|];
//// a.[|x|];
////}
verify.singleReferenceGroup("const x: 0");
```
**... | Bug | low | Minor |
367,950,241 | youtube-dl | iflix support request | ## 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 |
367,955,101 | create-react-app | Support for a workbox.config.js override file | As per https://github.com/facebook/create-react-app/pull/5111#issuecomment-425458687, there was discussion around the `c-r-a` v2 timeframe for allowing developers to override the default `workbox-webpack-plugin` (i.e. service worker generation) configuration with their own external `workbox.config.js` file. This functi... | contributions: up for grabs!,issue: proposal,difficulty: medium | high | Critical |
367,959,439 | go | runtime: arena mapping creates large core files and bad mlockall behavior | ```
package main
var p *int
func main() {
*p = 0
}
```
Run with
```
$ ulimit -c unlimited
$ GOTRACEBACK=crash go run test.go
$ ls -l core
```
Go 1.11 and tip generate a ~100MB core. Go 1.10 and earlier only generate a ~2MB core.
Probably related to the arena changes in 1.11.
@aclements @hesch... | Performance,NeedsFix | medium | Critical |
367,959,853 | vscode | Add selectionBackground defaults | The selectionBackground color token controls the background color of text selection outside of the editor. So this affects text in native input elements like search, selecting text in the debug console, settings editor, other places. If one isn't defined, it comes from the OS and is different between macOS and windows.... | feature-request,ux | low | Critical |
367,974,282 | go | spec: clarify requirements for duplicate constants in interface-typed map literal keys and switches | The Go spec disallows duplicate constants in map literal keys, and allows compilers to reject duplicate constants in switch cases.
However, the Go spec does not formally allow interface-typed constants, and doesn't mention how to handle constants that are implicitly or explicitly converted to interface type. The exi... | Documentation,NeedsInvestigation | low | Minor |
368,004,011 | rust | Refiled: "Rustfmt/pretty-print types in error messages" | Refiling...
> For any highly generic library (`futures` is the one that I hit this issue with a lot) it's easy for types to become unreadable very fast. Even `impl Trait` only helps so much (we're using `Box<Trait>` a lot in our code so `impl Trait` won't get us better error messages). A good solution would be to `r... | A-frontend,C-enhancement,A-diagnostics,T-compiler,WG-diagnostics,D-diagnostic-infra | low | Critical |
368,010,550 | TypeScript | More poor errors with value/type/namespace confusion | <!-- π¨ 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: Error Messages | low | Critical |
368,042,282 | storybook | Storysource addon - allow prism configuration | If you are reporting a bug or requesting support, start here:
### Bug or support request summary
Have added Storysource and was expecting to be able to configure Prism syntax highlighting - eg. choose the theme, tweak the highlight style and so on. However I can't find anything in the docs about that - I can see th... | feature request,ui,addon: storysource | low | Critical |
368,106,663 | rust | Path::ancestors can contain empty path | With the following code
```rust
use std::path::Path;
fn main() {
let mut ancestors = Path::new("foo/bar").ancestors();
assert_eq!(ancestors.next(), Some(Path::new("foo/bar")));
assert_eq!(ancestors.next(), Some(Path::new("foo")));
assert_eq!(ancestors.next(), None);
}
```
I'd expect to have ... | T-libs-api,A-io | low | Minor |
368,176,144 | opencv | Cannot silence warnings from cv::VideoCapture with cv::utils::logging::setLogLevel | <!--
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,category: videoio | low | Critical |
368,184,903 | pytorch | [Feature request]: add `LayerNormLSTMCell` | As layer normalization recently becomes a standard trick to train RNN, it would be very convenient to support it.
Here I write up an initial version
```python
class LayerNormLSTMCell(RNNCellBase):
def __init__(self, input_size, hidden_size, bias=True, ln_preact=True):
super(LayerNormLSTMCell, sel... | module: rnn,triaged | low | Major |
368,211,894 | vue | A deliberately empty slot-scope attribute will not be rendered as a scoped slot | ### Version
2.5.17
### Reproduction link
[https://jsfiddle.net/decademoon/50wL7mdz/759740/](https://jsfiddle.net/decademoon/50wL7mdz/759740/)
### Steps to reproduce
```
<foo>
<bar slot-scope/>
</foo>
```
### What is expected?
`<bar slot-scope>` should be a scoped slot.
### What is actually... | improvement | low | Major |
368,233,113 | rust | Lifetime inference and Pin | There appears to be some lifetime inference issue with how `Deref` is implemented for `Pin`, so that I get issues about how the pin does not live long in code that should clearly work. For example, this gives an error about how the pin does not live long enough:
```rust
fn foo<'a>(x: Pin<&'a i32>) -> &'a i32 {
... | A-type-system,T-compiler,A-inference,C-bug,T-types | low | Critical |
368,237,077 | vscode | Show/log which extension has thrown an exception | pls see https://github.com/Microsoft/vscode/issues/60046. When we catch the extension in the provideHover API call then we can know which extension is handling the call and we could report this to the user. | feature-request,extensions,log | low | Minor |
368,242,132 | go | cmd/vet: warn about changing fields in non-escaping variables if they are not set after assignment | It's a common mistake for new users of Go* to accidentally attempt to set a field on a non-pointer receiver.
For instance:
```
type Something struct{
Done bool
}
func (s Something) Bar() {
if s.Done {
return
}
// Code goes here
s.Done = true
}
```
The above is le... | NeedsInvestigation,Analysis | medium | Critical |
368,279,124 | pytorch | CuDNN convolution on some CUDA devices will not preserve NaN weights (upstream bug) | ## π Bug
<!-- A clear and concise description of what the bug is. -->
`Conv1d` with nan weights outputs non-nan values during traing. But after saving and reloading the weights, it outputs nan values. It should output nan value not only after reloading but also during training if the weights are nan. And I don't k... | module: dependency bug,module: cudnn,low priority,triaged | low | Critical |
368,295,890 | kubernetes | Corrupted/bitflipped serialized API data present in etcd | /kind bug
**What happened**:
API server became unable to respond to requests for pod resources. There is an error in the logs deserializing the Pod protobuf.
If we look at etcd we see two entries for a datadog-agent pod ending in dxjt9, where there should only be one (the 'n' in 'agent' changes to 'l'):
* `da... | kind/bug,sig/api-machinery,lifecycle/frozen | medium | Critical |
368,330,704 | opencv | cv::cuda::norm works only for single channel images. | https://github.com/opencv/opencv/blob/808ba552c532408bddd5fe51784cf4209296448a/modules/cudaarithm/src/cuda/norm.cu#L104
There does not seem to be any such constraint for the cpu version. Does removing this constraint have any side effects? | category: gpu/cuda (contrib) | low | Minor |
368,346,525 | flutter | Flutter Tester binaries should be optimized with debug assertions enabled | The current binaries distributed to cloud buckets by the buildbots are from the host_debug_unopt variant. This was done so that all debug assertions would hold and the binaries would contain debug symbols to boot. We should update the buildroot to enable optimized builds with debug assertions as well as symbols. Unopti... | a: tests,engine,P2,team-engine,triaged-engine | low | Critical |
368,348,137 | create-react-app | mini-css-extract-plugin throws "Conflicting order" errors during build | (react-scripts 2.0.4)
Same as in [this issue](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250) I am getting a lot of errors from the mini-css-extract-plugin when doing a CI build - which fails since no warnings are allowed.
Since CRA does not allow customizing the WebPack plugin config, I cannot... | contributions: up for grabs!,tag: documentation,difficulty: starter | high | Critical |
368,386,383 | vscode | Git - support HEAD <> working tree changes in gutter | Issue Type: <b>Feature Request</b>
I'd like to see staged changes as well as unstaged changes in the gutter. Currently, VS Code only shows unstaged changes, at least when using Git.
Unstaged changes:
<img width="131" alt="fikcx" src="https://user-images.githubusercontent.com/103690/46696912-635e3a80-cbe1-11e8-9... | help wanted,feature-request,git | high | Critical |
368,388,827 | pytorch | Support calculating grad for dense in sparse @ dense | ## π Bug
I get an error when I try to backprop through `torch.matmul` where the first matrix is a sparse matrix and the second matrix (dense) requires gradient. I am getting the following error:
```
RuntimeError: Expected object of type torch.FloatTensor but found type torch.sparse.FloatTensor for argument #2 '... | module: sparse,triaged | low | Critical |
368,394,197 | pytorch | C++: Calling Workspace::RunNet for a prediction on a different thread each time causes a GPU memory leak | ## π Bug
Hi,
I am trying to obtain a model prediction (on GPU) while running another piece of code in parallel (on CPU). Since I am streaming data, I instantiate a separate std::thread (or std::async) every time to call Workspace::RunNet, this causes a GPU memory leak which is not noticeable unless you are streamin... | caffe2 | low | Critical |
368,430,441 | material-ui | [Accessibility] Some of the components are not visible or rendered properly in Windows High Contrast Mode | While testing our application in Windows High Contrast Mode (Both ie11 and Edge), could see that some of the material-ui/core components are not visible or rendered properly. Reproduced the issues while accessing the Demo Components in material-ui page (https://material-ui.com/)
<!-- Checked checkbox should look lik... | accessibility | low | Major |
368,432,814 | TypeScript | Automatic typings install does not trigger project refresh | From https://github.com/Microsoft/vscode/issues/59436
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.2.0-dev.20181009
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
... | Bug | low | Critical |
368,446,257 | kubernetes | Add tests using storage framework for the default storageclass | <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
If the matter is security related, ple... | sig/storage,kind/feature,area/conformance,lifecycle/frozen | low | Critical |
368,449,366 | pytorch | The text design (color, type) makes it hard to read | The text color and type is hard to read, contrast is too low and text too thin,
even playing with the browser zoom does not make it much better.
I actually wrote small bookmarklet for myself to just color the text black and different font to temporarily fixed it. code here for those interested -
javascript:functio... | todo,triaged | low | Minor |
368,459,358 | go | runtime: segfault during test using -coverpkg and -race | ### What version of Go are you using (`go version`)?
go1.11.1
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
Linux amd64
### What did you do?
`go test -c -o aTestBinary -coverpkg package1,package2,package3 -covermode... | RaceDetector,NeedsInvestigation | low | Critical |
368,477,499 | pytorch | how to use mask-rcnn in caffe2 c++ gpu | I changed the pkl model to pb model use convert_pkl_to_pb.py , but only detection net will be converted even in Mask R-CNN which has mask net
If anyone could share an example working code with GPU in C++, that'd be amazing.
| caffe2 | low | Minor |
368,575,877 | vscode | [html] proper support of XHTML | XHTML is parsed as HTML rather than as XML, which causes various issues:
- Self closing tags are not allowed, except for elements which in HTML are void elements.
- Elements which in HTML are void elements are allowed to be unclosed, and are unclosed by default.
- Elements which in HTML are void elements are not a... | feature-request,html | low | Minor |
368,632,431 | pytorch | [caffe2] Memory usage | Hi. I am getting unexpected big amount of memory usage when running onnx models in Caffe2 on C++.
For example for SSD with VGG feature extractor it gets as high as 1.2Gb, while same model with almost equal size in serialized form (about 104Mb) in TensorFlow consume 130Mb. And i getting similar behavior for other mo... | caffe2 | low | Minor |
368,635,571 | rust | Subslice search | As enhancement, I think stdlib should contain functions that search a subslice inside a given slice:
```
fn contains_subslice<T: PartialEq>(data: &[T], needle: &[T]) -> bool {
data
.windows(needle.len())
.any(|w| w == needle)
}
fn position_subslice<T: PartialEq>(data: &[T], needle: &[T]) -> Optio... | T-libs-api,C-feature-request | medium | Critical |
368,661,893 | go | net: clarify documentation on net.ListenConfig.Listen and related calls w.r.t. context | ### What version of Go are you using (`go version`)?
go version go1.11.1 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
GOOS="linux"
### What did you do?
I created a net.ListenConfig.Liste... | Documentation,help wanted,NeedsFix | low | Major |
368,675,851 | go | x/tools/go/packages: support for loading files/syntax irrespective of build tags | ### What version of Go are you using (`go version`)?
```
go version go1.11.1 linux/amd64
go/packages commit 29f11e2b93f4d66f7c335bd7b2892836d4944f5c
```
### Does this issue reproduce with the latest release?
Yes, per above
### What operating system and processor architecture are you using (`go env`)?
... | modules,Tools | low | Critical |
368,684,060 | react | JAWS reads non-interactive elements as Clickable | **Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
1. I create an app using [create-react-app](https://github.com/facebook/create-react-app)
2. I use JAWS Professional Edition Version 2018 (build 1710.42 ILM) and Internet Explorer 11 on Windows 7
3. I use arrow keys t... | Type: Bug | low | Critical |
368,686,297 | pytorch | Provide better documentation for torch.Size | ## π Documentation
<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/... | module: docs,triaged | low | Major |
368,722,612 | pytorch | [CMake] Linking against Intel OpenMP | Checking the current CMAKE files, it seems like PyTorch will always use the compile OpenMP libraries due to `-fopenmp` in:
https://github.com/pytorch/pytorch/blob/033e95765c19e208a0ac04376ae7cacb62940e9a/torch/CMakeLists.txt#L314-L321
MKL-DNN readme advises to not mix the OpenMP libraries, and to not use `-fopenm... | module: build,triaged,module: mkldnn,module: openmp | low | Major |
368,725,684 | go | proposal: encoding/xml: update character ranges for names to fifth edition (2008) specification | Currently the validation of XML names is based on the original 1998 specification which defines a large set of codepoint ranges that are to be accepted. These ranges were widened and simplified in the [fifth edition of the spec](http://www.w3.org/TR/2008/REC-xml-20081126/), published in 2008 and now the current version... | Proposal,FeatureRequest | low | Minor |
368,740,286 | flutter | ThemeData.copyWith() doesn't update dependent themes | Summary: Adding colors to ButtonThemeData (https://github.com/flutter/flutter/pull/22013) highlighted a general problem with `ThemeData.copyWith`: subordinate themes (like ThemeData.buttonTheme) aren't updated when a ThemeData property they depend on is changed.
ThemeData.copyWith has simple semantics: it updates th... | framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Major |
368,766,655 | go | gccgo: confusing error message when encountering invalid .. (dot dot) token | For
```Go
$ cat y.go
package p
func f(x ..int) {}
```
current gccgo reports the errors:
```
$ gccgo -c y.go
y.go:3:10: error: expected package
3 | func f(x ..int) {}
| ^
y.go:3:8: error: invalid named/anonymous mix
3 | func f(x ..int) {}
| ^
```
I would have expected an error at th... | NeedsInvestigation | low | Critical |
368,780,516 | TypeScript | User-defined type guard method can be overridden with any non-type-guard return 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... | Bug | low | Critical |
368,797,245 | go | proposal: spec: make fewer types nillable | Apologies if this has been suggested before; I've been unable to find an issue.
Currently go has many basic types where the zero value is `nil`. `nil` is a huge source of bugs, and a potential Go 2, where backwards-incompatible changes are on the table, offers an opportunity to make the language more robust by reduc... | LanguageChange,Proposal,LanguageChangeReview | high | Critical |
368,826,600 | rust | Improve error message for reserved ambiguation | Compiling this code:
```rust
trait Foo {
type not_really_ambiguous_i_promise;
}
impl Foo for isize {
type not_really_ambiguous_i_promise = usize;
}
fn main() {
let x: isize::not_really_ambiguous_i_promise = 17;
println!("{}", x);
}
```
Produces this error:
```
error[E0223]: ambiguou... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut | low | Critical |
368,828,118 | TypeScript | Cannot override method in subclass when superclass instance type is a mapped type | **TypeScript Version:** 3.1.1
**Search Terms:**
defines instance member property
**Code**
```ts
class A {
foo(): void {};
bar: number;
}
class B extends (A as { new(): Pick<A, Exclude<keyof A, "foo">> & Pick<A, "foo"> }) {
// (1)
foo(): void {
super.foo();
}
baz: n... | Suggestion,In Discussion | medium | Critical |
368,840,553 | rust | ".rlib: error adding symbols: File format not recognize" error on linux | I'm unable to compile a rust program that compiles fine on macos.
```
= note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/usr/local/rustup/toolchains/1.29.1-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/usr/src/myapp/target/debug/deps/create_snapshot-60efbce147cacbba.15kq92zzb... | A-linkage,O-linux | low | Critical |
368,882,249 | kubernetes | Update default storageclasses to use delayed binding | <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
If the matter is security related, ple... | sig/storage,kind/feature,lifecycle/frozen | low | Critical |
368,884,710 | TypeScript | "An argument for 'param' was not provided." should use types to guess most likely missing parameter | **TypeScript Version:** 3.2.0-dev.20181009
**Code**
```ts
function f(n: number, s: string) {}
f("");
```
**Expected behavior:**
`An argument for 'n' was not provided.`
**Actual behavior:**
```
src/a.ts:2:1 - error TS2554: Expected 2 arguments, but got 1.
2 f("");
~~~~~
src/a.ts:1:23
... | Suggestion,In Discussion,Domain: Error Messages | low | Critical |
368,931,715 | ant-design | Calendar Events View | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
1γδΈδΈͺιη₯ε―δ»₯θ·¨ζ₯ζζΎη€Ίγ
2γιη₯ε―δ»₯ζΎη€ΊδΈΊθ²εΈ¦γ
### What does the proposed API look like?
**θΏδΈͺζ ·εηοΌ**
 { let mut s: S; s.x = 10; s.y = 30; a_use_of(&s); another_use_of(s); }
fn a_use_of(_s: &S) { /* ... */ }
fn another_use_of(_s: S) { /* ... */ }
```
We probably *also* want to start accep... | P-low,T-lang,A-NLL,NLL-complete | medium | Major |
369,046,080 | create-react-app | Inconsistent "Relative imports outside of src/" restriction ? | ### Is this a bug report?
Maybe not
### Which terms did you search for in User Guide?
This is related to my previous answer : https://github.com/facebook/create-react-app/issues/1333#issuecomment-428200810
### Steps to Reproduce
I have a projet which imports an other "private" package. I am using sass in... | issue: needs investigation | medium | Critical |
369,047,341 | TypeScript | Stack overflow in long concatenating string | <!-- π¨ 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,Crash | low | Critical |
369,079,766 | TypeScript | Type inference/narrowing lost after assignment | **TypeScript Version:** 3.1
**Search Terms:** type inference, type guard, narrowing, lost, assignment
**Code**
```ts
let a: unknown = 'x';
if (typeof a === 'string') {
// a inferred as `string`
a = a.substr(0, 5); // (method) String.substr(from: number, length?: number): string
// a inferred as ... | Suggestion,In Discussion | medium | Critical |
369,089,631 | kubernetes | Log something about OOMKilled containers | **Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
**What happened**:
Container gets killed because it tries to use more memory than allowed.
**What you expected to happen**:
Have an `OOMKilled` **event** tied to the pod and logs about this
/sig node
| sig/node,kind/feature | high | Critical |
369,102,159 | flutter | Add2app doesn't work with Android Studio 3.2 app projects | Repro using Mac and Flutter beta 0.9.4:
1. Follow Android steps in https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps using Android Studio 3.1.2
=> App builds fine after adding in the Flutter module
1. Follow Android steps in https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-app... | platform-android,tool,t: gradle,a: existing-apps,P2,team-android,triaged-android | low | Critical |
369,120,056 | TypeScript | Nested lookuptypes do not inference correctly | While trying to scope certain keys that would point to different types, I stumbled upon a problem when I needed to nest lookup types to lookup what `type` the `key` would correspond to. During decleration, this did not seem to be possible to get the compiler to understand. Applying the type does actually give out the c... | Bug | low | Critical |
369,124,660 | flutter | Scrolling content is shown above BoxShadow instead of below it | For some reason `BoxShadow` it is not being shown correctly when scrollable content need to pass below it.
Don't know hoy to explain this so here it is a full example code to reproduce the behavior/bug and two pictures:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class My... | framework,a: fidelity,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework | low | Critical |
369,124,784 | go | x/crypto/sha3: add SHA3 assembly implementation for ARMv7 | Currently, there's no assembly implementation for SHA3 hashing for ARM platforms (specifically ARMv7). On ARMv7+ there are vector assembly instructions (known as NEON) available which greatly speed up the speed of SHA3 hashing. There is an upstream reference implementation (here: https://github.com/KeccakTeam/KeccakCod... | Performance,NeedsInvestigation | medium | Major |
369,136,687 | neovim | pty: add options to control input buffering and echo | ```vim
function! F(...) dict
echom string(a:000).', '.string(self)
echom string(s:opts)
endfunction
let opts = {}
let opts.stdout_buffered = 1
let opts.stderr_buffered = 1
let opts.on_exit = function('F')
" let opts.on_stdout = function('F')
" let opts.on_stderr = function('F')
let opts.pty = 1
let ... | enhancement,terminal,channels-rpc,system | medium | Major |
369,140,995 | godot | ScrollContainer scroll_started and scroll_ended signals aren't emitted | Bug?
**Godot version:**
3.0.6 stable
**OS/device including version:**
Windows 7 pro / Linux Mint 19
**Issue description:**
Signals "scroll_started()" and "scroll_ended()" never fired
**Steps to reproduce:**
Create Scene with ScrollContainer
Create Panel inside ScrollContainer (min_size > ScrollContaine... | bug,confirmed,topic:gui | medium | Critical |
369,201,103 | go | cmd/go: list prints leading underscore when given testdata directories | ### What version of Go are you using (`go version`)?
go version devel +c96c2a39bb Thu Oct 11 04:45:18 2018 +0000 linux/amd64
### Does this issue reproduce with the latest release?
Yes - checked on 1.11.1.
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd6... | NeedsInvestigation,GoCommand | low | Critical |
369,215,361 | flutter | Is the logical pixel size 150 ppi instead of 96 ppi? | On https://docs.flutter.io/flutter/dart-ui/Window/devicePixelRatio.html it is mentioned that there are typically 96 logical pixels per inch. But in practice I see about 150 logical pixels per inch. For example, a Galaxy Tab A `MediaQuery` returns 1280x800 (physically it is 1920x1200, the `devicePixelRatio` is reporte... | framework,engine,d: api docs,P2,team-engine,triaged-engine | low | Major |
369,236,853 | vscode | `extensions/extension-editing/src/extensionLinter.ts` does not respect `repository` shorthand in package.json | VS Code warns about non-https relative image links in markdown files, with this message:
> Relative image URLs require a repository with HTTPS protocol to be specified in the package.json.
If I update package.json to include a repository with an HTTPS URL, this warning goes away:
```json
"repository": {
... | bug,extensions-development | low | Minor |
369,237,064 | vscode | [folding] show folding actions at the end of folding range as well | This is for C# but may affect others I'm not sure:
Having a large complex code block and wanting to fold it requires always scrolling to the top of the region to collapse it. There should be an identical folding icon that allows to fold from the bottom of the region. | feature-request,editor-folding | medium | Major |
369,240,753 | go | x/crypto/acme/autocert: Expose Subject Alternative Names in manager.GetCertificate | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
1.11.1
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
darwin,amd64
autocert has a `certReques... | NeedsInvestigation,FeatureRequest | low | Major |
369,254,814 | pytorch | [feature request] `ignore_label` argument in Caffe2 `SoftmaxWithLoss` | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Similar to the Pytorch implementation of [crossentropyloss](https://pytorch.org/docs/stable/nn.html#crossentropyloss), it'd be nice to have an `ignore_index` or `ignore_label` argument in the Caffe2 [SoftmaxWithLoss](https://github.com/pyt... | caffe2 | low | Minor |
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.