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
348,500,315
TypeScript
Support open-ended unions
## Suggestion Ability to discriminate between union members when not all union members are known. ## Use Cases * redux actions: See https://github.com/Microsoft/TypeScript/issues/2214#issuecomment-352103680 * This would enable us to discriminate on Node kinds without converting Node to a huge union (which slo...
Suggestion,Needs Proposal
medium
Major
348,501,098
TypeScript
In JS, JS containers can't be augmented inside an IIFE
```js var Ns = {}; (function () { Ns.x = 1 })() Ns.x ``` **Expected behavior:** No errors. Ns.x should be visible inside and outside the IIFE. **Actual behavior:** No errors, but completion dooesn't suggest 'x' as a property of Ns and Ns.x ends up with type any.
Bug
low
Critical
348,524,777
TypeScript
JS: Can't assign to superclass property
**TypeScript Version:** 3.1.0-dev.20180807 **Code** **a.js** ```ts class A { constructor() { this.initializer = 2; } } class B extends A { constructor() { super(); this.initializer = this.initializer + 1; } } ``` **Expected behavior:** No error. **A...
Bug,Domain: JSDoc,checkJs,Domain: JavaScript
low
Critical
348,557,538
pytorch
[Caffe2] Which document should we follow to install caffe2?
There are at least TWO "official" documents for caffe2: (1) https://github.com/pytorch/pytorch#from-source (2) https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile Which one should we follow? As we noticed that there are lots of questions in building caffe2, it would be nice if there ...
caffe2
low
Minor
348,562,029
pytorch
[Caffe2] which kind of database can I read from caffe2
I know caffe2 support lmdb, leveldb, hdf5. But after I move to the pytorch prebuilt by anaconda, I find all these features were turned off. Now I can't use Save, Load, CreateDB operators with the database formats I am familiar with. I don't want build pytorch myself. that is too brutal to get these features. I just ...
caffe2
low
Minor
348,590,828
rust
docs for extend_from_slice say extend isnt specialized for slice yet
Noticed an error in the docs of Vec::extend_from_slice: > Note that this function is same as extend except that it is specialized to work with slices instead. If and when Rust gets specialization this function will likely be deprecated (but still available). extend is already specialized for slices
C-enhancement,P-low,A-collections,T-libs-api,A-docs
low
Critical
348,841,096
go
go/types: 25% of time used in map insertions
Reminder issue to investigate. From an e-mail by @alandonovan: FYI: a profile of a go/types app showed nodeSet.add's use of map insertions accounts for 25% of all typechecking time. Something to look at on a rainy day (if you find yourself in SF this summer).
Performance
low
Minor
348,843,770
TypeScript
Refactors which in TS would generate a type annotation should generate jsdoc in JS
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.1.0-dev.201xxxxx <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** **Code** ```ts // In TS function x(): 42 { retu...
Suggestion,Committed
low
Critical
348,871,584
angular
(feature): Ability to pass a default value with @Optional()
## I'm submitting a... <pre><code> [x] Feature request </code></pre> ## Current behavior There is no way to change the value `null` passed to a constructor by DI if a dependency have not been resolved. ## Expected behavior We should have the ability to pass arbitrary default values instead of `null` when n...
feature,area: core,core: di,feature: under consideration
medium
Critical
348,875,446
go
brand: presentation theme: speaker info not centered over horizontal lines
I'm trying to use the Go presentation theme in a new presentation. In the first slide (https://golang.org/s/presentation-theme#slide=id.g33148270ac_0_143), there is a text box for presenter information that overlays two horizontal lines. That text box is not centered over the lines, which looks especially awkward...
NeedsFix
low
Minor
348,888,172
go
brand: presentation theme: “One column text” template slides are misnamed
In the Go presentation theme, the template layout named “One column text 1 1” (https://golang.org/s/presentation-theme#slide=id.g33148270ac_0_387) contains two (asymmetric) columns of text, not one.
NeedsFix
low
Minor
348,921,557
angular
Why reset styles after animating in Angular?
## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Performance issue [ ] Feature request [x] Docume...
type: bug/fix,area: animations,freq1: low,P4
low
Critical
348,923,586
rust
dead_code lint not running on code generated by crate-external macros
We've hit a bit of a snag in https://github.com/rust-lang-nursery/lazy-static.rs/issues/110 where it looks like the `dead_code` lint for code generated by the `lazy_static` macro in external crates isn't being triggered and is causing one of our compilefail tests to start building instead of failing. I'm just trying...
A-lints
low
Minor
349,045,998
godot
Profiler scale graph when stopped
**Godot version:** 3.1 9bd5315 **OS/device including version:** Windows 10 Intel HD 4600 **Issue description:** When graph panel in Profiler is small and Profiler is stopped, any attempt to change the size of this panel will result in the graph being scaled instead of its extension/increased details **S...
enhancement,topic:editor,usability
low
Minor
349,077,553
flutter
Why does appbar of Scaffold and bottom of Appbar require a PreferredSizeWidget
There are some parts of the framework where I understand the reasons for needing to know widget sizes (e.g. #12319). I also understand that this is difficult to do if not impossible (see #16061). Nevertheless the API requires explicit sizing information in some cases. But there are lots of use cases for widgets like th...
c: new feature,framework,P2,team-framework,triaged-framework
low
Major
349,123,533
pytorch
Sending CUDA tensor to process, and then back, does not work
**Editorial note:** See https://github.com/pytorch/pytorch/issues/10375#issuecomment-412574947 for the real problem ## Issue description I can not get the tensor from queue. ## Code example ``` import torch def _process(queue): input_ = queue.get() print('get') queue.put(input_) pr...
module: bootcamp,module: multiprocessing,module: cuda,triaged
low
Critical
349,144,296
pytorch
[Docs] Update broadcasting documentation for scalars / n-dimensional empty tensors
`Each tensor has at least one dimension.` is out of date. `Then, for each dimension size, the resulting dimension size is the max of the sizes of x and y along that dimension.` -- this is wrong now that we have n-dimensional empty tensors (1 goes to 0). I don't think the backwards compatibility section is relevant a...
todo,module: docs,triaged
low
Minor
349,191,983
go
runtime: transparent hugepages on linux/mipsle causes segfaults
Split out from #26179. This was observed on the builder through much of the Go 1.11 cycle, until transparent hugepages were disabled. We should investigate and find out whether this is a kernel bug, a Go bug, or what. cc @aclements @vstefanovic @milanknezevic
NeedsInvestigation,compiler/runtime
low
Critical
349,261,489
go
cmd/go: allow replacement modules to alias other active modules
### What version of Go are you using (`go version`)? Go tip: `go version devel +f2131f6e0c Wed Aug 8 21:37:36 2018 +0000 darwin/amd64` ### Does this issue reproduce with the latest release? Yes (it is not reproduced with `go version go1.11beta2 darwin/amd64`) ### What operating system and processor architectur...
NeedsInvestigation,modules
high
Critical
349,262,078
rust
_mm_cmpXstrc() not coalesced with a subsequent _mm_cmpXstrm() or _mm_cmpXstri()
If an \_mm_cmpestrc() intrinsic is used to check whether a match was found, and then an \_mm_cmpestrm() intrinsic is used to obtain the mask __m128i, the assembly that is generated by rustc contains a (V)PCMPESTRI instruction and a (V)PCMPESTRM instruction. Ideally, the assembly would have only one (V)PCMPESTRM instruc...
A-LLVM,T-compiler
low
Critical
349,295,827
pytorch
[feature request] batch_first option in torch.utils.data
It would be nice to have a `batch_first` option for `torch.utils.data` classes such as DataLoader. At the moment, tensors are handled in batch first form, in opposition to default `batch_first` option in recurrent layers which is set to `False`. cc @SsnL @VitalyFedyunin @ejguan
module: dataloader,triaged,enhancement
low
Minor
349,325,172
TypeScript
Analysis support for metaprogramming decorators
## Search Terms decorator, metaprogramming, rename, renaming ## Suggestion As decorators near Stage 3, use cases are coming up that would currently pose problems for TypeScript due to their dynamic nature. Any additional properties added won't be visible, renamed properties won't analyze, and custom visibility...
Suggestion,Needs Proposal
low
Major
349,334,443
go
cmd/go: go list -e does not assign missing import errors to correct package
See TODO in testdata/script/mod_lists_bad_import.txt.
NeedsFix,GoCommand
low
Critical
349,401,641
pytorch
[feature request] Provide a way to redirect shared memory prefix "/torch_"
If you have a question or would like help and support, please ask at our [forums](https://discuss.pytorch.org/). If you are submitting a feature request, please preface the title with [feature request]. If you are submitting a bug report, please fill in the following details. ## Issue description Shared memo...
triaged,enhancement
low
Critical
349,406,117
angular
Make it easier to use Angular elements outside of an Angular app
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
feature,freq2: medium,area: elements,type: confusing,state: needs more investigation,P4,feature: insufficient votes,feature: votes required,canonical
low
Critical
349,447,889
rust
Indirect inference for closure arguments fails depending on the contents of the closure
Minimal example I could create: ```rust trait Callback<Args> { fn call(&mut self, args: Args); } impl<F, Args> Callback<Args> for F where F: FnMut(Args) { fn call(&mut self, args: Args) { self(args) } } #[derive(Debug)] struct Wrapper<T>(T); #[derive(Debug)] enum Foo { Bar,...
C-enhancement,T-compiler,A-inference
low
Critical
349,459,199
kubernetes
StatefulSet - can't rollback from a broken state
/kind bug **What happened**: I updated a StatefulSet with a non-existent Docker image. As expected, a pod of the statefulset is destroyed and can't be recreated (ErrImagePull). However, when I change back the StatefulSet with an existing image, the StatefulSet doesn't try to remove the broken pod to replace it by...
kind/bug,sig/scheduling,sig/apps,sig/architecture,lifecycle/frozen
high
Critical
349,543,298
go
x/tools/cmd/goimports: lost line between package and import statements in output
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.3 linux/amd64 ### Does this issue reproduce with the latest release? Yes with go1.10.3 and the following commits: ``` golang.org/x/tools/imports: 8cb83b71b42ccf5fe27...
help wanted,NeedsFix,Tools
low
Critical
349,554,077
flutter
Horizontal Stepper with addition and removal of Steps
Feature Request: * Need a way to add and remove steps from Stepper * Need a better implementation for Horizontal stepper type The issue, appears to be in the TODO list of Stepper.dart for a long time. The issue hasn't seen any update in a while, and seems to be left behind. It would be a great leap, if the hardco...
c: new feature,framework,f: material design,P3,team-design,triaged-design
low
Major
349,590,789
neovim
":silent !echo 1" does not display anything (unlike Vim)
Given t.vim: ```vim silent !echo 1 1>&2 ``` `nvim -Nu t.vim -cq` will not output anything, unlike Vim. The `:silent` is required with Vim to not display the `:!` command, and to not cause a hit-ENTER prompt. This is used by Vader to display test results. It makes no difference to use `--headless`. I...
compatibility,terminal
low
Major
349,681,335
godot
rect_size of Control node with tool script is (0, 0) in _ready
**Godot version:** 3.0.6 **Issue description:** The value of rect_size of a Control node is (0, 0) in _ready when it is called in a tool script.
enhancement,documentation
low
Major
349,688,192
rust
libc and test features are special-cased for feature validity checks
When implementing https://github.com/rust-lang/rust/pull/52644, where we emit errors when using unknown features, I had to special case two features: `libc` and `test`, because they weren't being picked up (and there were time constraints). The special-casing is here: https://github.com/rust-lang/rust/blob/0aa8d032...
C-cleanup
low
Critical
349,700,392
TypeScript
Math with Number Literal Type
<!-- 🚨 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 <!-- List of keywords you searched for before creating this issu...
Suggestion,Awaiting More Feedback
high
Critical
349,709,391
TypeScript
Autocomplete fails on inferred type
**TypeScript Version:** 3.1.0-dev.20180810 **Search Terms:** Autocomplete inferred **Code** ```typescript type ValueTypes = 1 | 2 | 3; export type RecordValues<Props extends string | number | symbol> = Record< Props, ValueTypes >; export function identityFn<RV extends RecordValues<keyof RV>>(va...
Bug,Domain: Completion Lists
low
Major
349,728,004
rust
specialize clone_from_slice for Copy types?
Just found that `clone_from_slice` emits worse code for `Copy` types than necessary. Wonder if it's possible to specialize it to emit the same code as `copy_from_slice`.
C-enhancement,T-libs-api
low
Minor
349,730,524
godot
range with 0 step won't raise error when used in for loop
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot/OS version:** <!-- Specify commit hash if non-official. --> a71a5fc Manjaro x86_64 **Issue description:** <!-- What happened, and what was expected. --> Expec...
bug,topic:gdscript,confirmed
low
Critical
349,734,206
rust
diagnostics: suggest using smaller type if constant is small enough and smaller type impls conversion
this code ````rust fn main() { let x = 123.1234_f32 - f32::from(100); } ```` fails to compile as follows: ````rust error[E0277]: the trait bound `f32: std::convert::From<i32>` is not satisfied --> src/main.rs:2:28 | 2 | let x = 123.1234_f32 - f32::from(100); | ^^^^^^^...
C-enhancement,T-compiler,A-suggestion-diagnostics
low
Critical
349,737,254
youtube-dl
Site support request: ViuTV (viu.tv)
## 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 ...
geo-restricted
low
Critical
349,762,476
pytorch
[caffe2] enforce fail at context_gpu.cu:285, cannot get GPU memory usage statistics
## Issue description enforce fail at context_gpu.cu:285, cannot get GPU memory usage statistics ## Code example from caffe2.python import utils mem_stats = utils.GetGPUMemoryUsageStats() WARNING: Logging before InitGoogleLogging() is written to STDERR W0811 21:28:20.350441 28545 init.h:99] Caffe2 GlobalInit s...
caffe2
low
Critical
349,764,311
rust
Feature Requst: Add regex support to test filters
## Proposal I'd like to filter my tests based on a more complex pattern than just substring. The current behavior of rust tests is that when a pattern is specified, then only tests that contain that pattern as a substring are run. `cargo test -- foo` will run only tests that contain the substring `foo`. I...
T-libs-api,C-feature-request,A-libtest
medium
Major
349,775,073
TypeScript
Incorrect "Cannot find name" when importing default value
<!-- 🚨 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
349,776,467
rust
Add a feature to print actual static libs linked in, --print=native-static-libs seems not to work
For Debian we need to keep track of static libs linked into a final binary, for copyright purposes. It seems that `src/librustc_codegen_llvm/back/link.rs` performs the actual linking and search of paths, and it refers to a `--print=native-static-libs` option but this doesn't seem to work. For example when I [link...
A-linkage,A-driver,T-compiler,C-feature-request
low
Minor
349,800,295
angular
pwa can't cache resource with space in url
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,effort1: hours,freq1: low,area: service-worker,state: confirmed,P3
low
Critical
349,813,158
TypeScript
Assignment of argument to argument loses deduced typing
Could be a duplicate but difficult to construct an issue search to discern. Problem shows with `typescript@latest` version `3.0.1`. Given nature of problem suspect that it would not have been fixed in `typescript@next`. Apologies for not testing. <!-- Search terms you tried before logging this (so others can f...
Bug
low
Critical
349,832,945
go
encoding/json: clarify what happens when unmarshaling into a non-empty interface{}
### What version of Go are you using (`go version`)? ``` go version go1.10.3 linux/amd64 ``` ### What operating system and processor architecture are you using (`go env`)? ```sh GOARCH="amd64" GOBIN="" GOCACHE="/home/deuill/.cache/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GO...
Documentation,NeedsFix
low
Critical
349,837,288
rust
Add a `skip` method to the `Read` trait
The [`Read`](https://doc.rust-lang.org/std/io/trait.Read.html) trait doesn't currently offer an optimal way to discard a number of bytes from the data source. Using the `bytes()` iterator requires you to evaluate a `Result` for each byte you discard and using `read_exact()` requires you to provide a buffer to unnecessa...
T-libs-api,C-feature-request
medium
Major
349,849,658
TypeScript
No completions in global namespace augmentation from original namespace
**TypeScript Version:** 3.1.0-dev.20180810 **Code** **a.d.ts** ```ts declare namespace N { class A {} } ``` **b.d.ts** ```ts export {}; declare global { namespace N { class B extends N./**/ {} } } ``` **Expected behavior:** Completions at `/**/` are `A` and `B`. **Actual behavior:**...
Bug,Help Wanted,Domain: Completion Lists
low
Minor
349,907,696
go
cmd/compile: recognize map-copy with range idiom
As @mvdan notes on the map clearing idiom issue #20138 there are more cases of the map copying pattern than there are cases of the map clearing pattern in the std library: ``` gogrep '~ $m2 = $_; $*_; for $k, $v := range $(m1 is(map)) { $m2[$k] = $v }' std cmd ``` map copy pattern: ```go m2 := make(map[K]V) fo...
Performance,NeedsInvestigation,compiler/runtime
low
Major
349,912,413
angular
@angular/animations. incoherent and inconsistent behavior when animating divs
## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Performance issue [ ] Feature request [ ] Docume...
type: bug/fix,area: animations,freq2: medium,P3
low
Critical
349,939,564
pytorch
[feature request] Rank-Revealing QR - Adding dgeqp3 support to torch.qr
## Issue description PyTorch currently does not QR decomposition with pivots, which is useful in the context of rank identification. This can be done with the current setup using `SVD`, but is much less efficient than a QR decomposition. Given the availability of `orgqr` and `geqrf` as direct calls, I assume t...
todo,feature,triaged,module: linear algebra,actionable
low
Major
349,940,756
go
cmd/go: provide straightforward way to see non-test dependencies
It's important to be able to see the full set of dependencies used by production code exclusive of tests, particularly with different major versions as distinct modules, as inadvertently using an import with a different major version can introduce bugs (also, some external dependencies can be toxic to have in productio...
NeedsInvestigation,modules
high
Critical
349,941,424
go
x/net/http2: Connection reset incorrectly in high load performance test
### What version of Go are you using (`go version`)? golang:1.10.0 linux ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? container: rhel kubenet: ### What did you do? ``` func (sc *serverConn) wroteFrame(res frameW...
NeedsInvestigation
low
Critical
349,972,860
go
x/mobile: lifecycle.StageDead never reach on Android
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.8.1 darwin/amd64 ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64...
mobile
low
Critical
349,991,956
godot
Undocumented thread (un)safety
As I commented in #18714 we have some basic concepts of thead safety documented in the docs. I've been working on a procedural generator and trying to speed-up the generation. I decided to use multithreading but I have several doubts/problems. context: I'm working using C++ GDN. 1. I'm using std::thread and OpenMP...
discussion,topic:core
low
Critical
349,998,957
youtube-dl
YouTube content_html error
## 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 ...
cant-reproduce
low
Critical
350,049,113
TypeScript
Contradicting types in tooltip and type checker when inference fails and when using @ts-ignore
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.1.0-dev.20180802 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** inference fail assignability **Code** When ignoring an...
Bug
low
Critical
350,057,417
go
x/mobile: preserve eglContext when activity paused on Android
I have read some code in `x/mobile/app`, specially, `android.c` and `android.go`. Gomobile will create Surface and eglContext very time when application resumed: ``` // android.go case w := <-windowRedrawNeeded: if C.surface == nil { if errStr := C.createEGLSurface(w); errStr != nil { return fmt.Errorf(...
mobile
low
Critical
350,059,738
pytorch
Type name float registered twice. This should not happen. Do you have duplicated CAFFE_KNOWN_TYPE?
This is a tracking issue for issues in PyTorch related to runtime errors people may see when they build and install PyTorch and Caffe2 separately latest PyTorch master. This is caused by https://github.com/pytorch/pytorch/pull/10163 and it is **expected.** The solution is to stop building and installing PyTorch and Caf...
caffe2
low
Critical
350,068,288
pytorch
Key already registered. Offending key: caffe2_print_stacktraces.
This error occurs if you install a `FULL_CAFFE2` build of PyTorch (e.g., `FULL_CAFFE2=1 python setup.py develop`), as well as another build of Caffe2 (e.g., `python setup_caffe2.py develop`) `pip uninstall caffe2` is NOT sufficient to fix the problem. You will need to delete `caffe2/python/caffe2_pybind11_state.cpyt...
caffe2
low
Critical
350,073,633
go
proposal: cmd/go: add signal for `go get -u` to track branch
Hi everyone, I already posted an issue regarding go.mod files. https://github.com/golang/go/issues/26640 This one is a little bit different but little bit linked to that old one. I'm actually developping multiple repositories using 2 branches **master** and **dev**. Those branches are defined for each reposi...
Proposal,GoCommand,modules
medium
Major
350,084,531
pytorch
caffe2 CI does not test header install
This meant we did not catch #10463
caffe2
low
Minor
350,090,149
TypeScript
Improve diagnostic when string from property is not assignable to string literal.
**TypeScript Version:** 3.1.0-dev.20180810 **Code** ```ts interface IceCreamOptions { readonly cherry: "yes" | "no" } declare function iceCream(options: IceCreamOptions): void; const options = { cherry: "yes" }; iceCream(options); ``` **Expected behavior:** Error message recommending to add a ty...
Suggestion,Help Wanted,Effort: Moderate,Domain: Error Messages
low
Critical
350,121,610
pytorch
[Caffe2] Multithreading in Caffe2
I am trying to implement a multithreading approach in Caffe2, but I got these errors: ``` E0809 13:54:40.390210 101295 net_async_scheduling.cc:213] Detected concurrent runs E0809 13:54:40.390240 101295 net.h:57] Failed to execute async run Exception in thread thread2: Traceback (most recent call last): File "...
caffe2
low
Critical
350,124,085
rust
If finalize_session_directory is called after errors it complains about missing session dir
It first deletes the session dir https://github.com/rust-lang/rust/blob/db1acaac7f8c84d8fb46211f5e96f678c28628a8/src/librustc_incremental/persist/fs.rs#L325-L335 And then tries to rename the session dir https://github.com/rust-lang/rust/blob/db1acaac7f8c84d8fb46211f5e96f678c28628a8/src/librustc_incremental/persist/fs....
T-compiler,A-incr-comp,C-bug
low
Critical
350,132,008
go
cmd/go: diagnose platform-specific identifiers when building for other platforms
### What version of Go are you using (`go version`)? go version go1.10.3 darwin/amd64 ### Does this issue reproduce with the latest release? Yes ### What did you do? main.go: ``` package main func main() { foo() } ``` foo_windows.go: ``` package main import "fmt" func foo() { ...
NeedsInvestigation,FeatureRequest
low
Critical
350,163,120
pytorch
Reduce code duplication in interpolate and make it more generic
Currently, `torch.nn.functional.interpolate` has dedicated implementation for 1d, 2d and 3d data, as well as for nearest, bilinear and bicubic interpolation. The set of different kernels that are dispatched can be seen [here](https://github.com/pytorch/pytorch/blob/master/torch/nn/functional.py#L2050-L2079). Those i...
feature,triaged,module: interpolation
medium
Major
350,170,180
puppeteer
feature: expose page.on('networkidle0') and page.on('networkidle2') events
This has been requested quite a few times on the bugtracker already. As a workaround, network idleness [can be emulated](https://github.com/GoogleChrome/puppeteer/issues/1353#issuecomment-356561654) on the puppeteer-side.
feature,chromium
high
Critical
350,271,403
rust
"invert" borrow computation
I think we can make the process of checking borrows more efficient. Right now, we use a dataflow computation to compute the "borrows in scope" at each point. Then we walk over the MIR. At each point, whenever we access a path `P1`, we execute over the borrows in scope and look for any which conflict with `P1`. If we fi...
C-enhancement,P-medium,I-compiletime,T-compiler,A-NLL,WG-compiler-performance,NLL-performant
low
Critical
350,313,871
rust
Nondeterministic compiletest failure on long compiler output
If I write a UI test that produces a lot of compiler errors, the test fails with a message like this: ```none running 1 test F failures: ---- [ui] ui/dont-commit.rs stdout ---- error: failed to decode compiler output as json: `EOF while parsing a string at line 1 column 302` output: {"message":"snipped for b...
A-testsuite,E-hard,T-bootstrap,C-bug,A-compiletest
low
Critical
350,335,284
rust
Segfault in rustc -v on Linux when libunwind is present during compilation
I found a segfault in `rustc` that happens only when `libunwind.so` is present in the system during the build. Even though it [should use `libgcc_s.so`](https://github.com/rust-lang/rust/blob/master/src/libunwind/build.rs#L21), `libunwind` implementation is used instead. The problem disappears when I uninstall `libu...
I-crash,O-linux,C-bug
low
Critical
350,342,724
vscode
Support auto update for Windows and Linux ZIP
Hi, Updating VSCode Insiders (portable) on macOS is a great experience; it simply restarts the app and applies the update. However VSCode Insiders (portable) on Windows, prompts me every single day to download a zip file. Not only does this method take a lot of time regularly, it also takes a ton of time to sync ...
feature-request,install-update,linux,windows
medium
Critical
350,360,972
rust
std::fs::remove_dir_all doesn't handle paths that are too long
On Linux `unlink()` might fail with `ENAMETOOLONG` but `std::fs::remove_dir_all` doesn't handle that and ignores the error, leaving the directory as it was. When the path is too long a parent directory should be `open()`ed instead and `unlinkat()` should be called with the relative path.
O-linux,C-bug,T-libs,A-io
low
Critical
350,367,391
rust
Performance regression in tight loop since rust 1.25
I've finally gotten around to doing some proper benchmarking of rust versions for my crate: http://chimper.org/rawloader-rustc-benchmarks/ As can be seen in the graph on that page there's a general performance improvement over time but there are some very negative outliers. Most (maybe all) of them seem to be ver...
I-slow,regression-from-stable-to-stable,T-libs
medium
Major
350,379,394
godot
Compress HTML5 export for hosts that don't support on-the-fly compression like itch.io
Hey there. It would be nice if the Html5 export had a option to automatically gzip both the `.wasm` and the `.pck` output files. Currently you can do that afterwards but you'll need to hack into the exported `.js` file to ungzip the `.wasm` so it is not optimal (ungzipping the `.pck` is probably possible from the Ht...
enhancement,platform:web,topic:porting,performance
medium
Critical
350,415,328
opencv
cuda::alphaComp is inaccurate with CV_8UC4 Mat type
<!-- 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...
priority: low,category: gpu/cuda (contrib)
low
Critical
350,426,481
vscode
[api] Allow extensions to use the syntax highlighter
It would be great if the extension API would offer a way to access the syntax highlighter of VS Code. I am currently building an extension that offers an inline help system, I use a WebviewPanel to display the help in the editor. For consistency it would be great if we could format code samples the same way the edit...
feature-request,api,tokenization
high
Critical
350,433,369
node
running webpack under node version higher than v10.1 produces heavy cpu usage and a high number of Idle Wake Ups
<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please pro...
performance
low
Critical
350,474,441
go
x/mobile: Can't get the Back key event on Android
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.8.1 darwin/amd64 ### Does this issue reproduce with the latest release? YES ### What did you do? Add following code in the basic example: ``` for e := range a.Event...
mobile
low
Minor
350,518,667
flutter
Support converting obj-c<->swift host apps
As it stands <code>flutter create</code> requires knowing in advance if you will use swift in your project. Thats seems reasonable. Unfortunately, you also need to know in advance if any of the packages you will include also use swift. If that is the case you should have originally created your project with : fl...
platform-ios,tool,a: first hour,t: xcode,P3,team-ios,triaged-ios
low
Critical
350,561,172
godot
Wheel Texture is Flipped When Running the Game
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.0.6.stable.official.8314054 <!-- Specify commit hash if non-official. --> **OS/device including version:** Windows 10 Version: 1803 OS build: 171...
bug,topic:editor,confirmed
low
Critical
350,583,473
go
cmd/go: clean on module uses directory name
### What version of Go are you using (`go version`)? go version go1.11rc1 darwin/amd64 ### What operating system and processor architecture are you using (`go env`)? ```bash GOARCH="amd64" GOBIN="" GOCACHE="$HOME/Library/Caches/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="da...
NeedsFix,modules
low
Critical
350,584,808
flutter
Adjacent Material widgets in Column with equal elevation cast shadows on each other
Interestingly opposite to #12206, I would expect two material widgets next to each other to cast shadows below, but not on the other. Instead I get this ([code here](https://gist.github.com/lucaslcode/f550e77eb549cfb779fda9751d4b59c8)): ![screenshot_1534278029](https://user-images.githubusercontent.com/32044095/4411...
framework,f: material design,a: fidelity,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-design,triaged-design
low
Major
350,589,201
pytorch
[Caffe2] Segmentation faults in multithreading Caffe2
I wrote these scripts in reference to the Caffe2 tutorials to check if Caffe2 is thread-safe. caffe2_trial.py: ``` #!/usr/bin/python from caffe2.python import workspace import threading import caffe2_multithreading NUM_THREADS = 2 def worker(): caffe2_multithreading.main() def run_workers():...
caffe2
low
Major
350,599,975
nvm
nvm install script fails to detect commented out nvm source string and bash_completion in ~/.bashrc
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> - Operating system and version: macOS 10.13.6 (17G65) - `nvm debug` output: <details...
pull request wanted,installing nvm
low
Critical
350,615,117
vscode
Warn when reloading VSCode if Issue Reporter is open
Issue Type: <b>Feature Request</b> When trying to isolate a bug, it is common to reload the application to see if a change (e.g., disabling an extension) has fixed things. But that currently discards any content that has been written in the Issue Reporter dialog! A warning would be nice. Even better would be to s...
feature-request,issue-reporter
low
Critical
350,627,761
react
Boolean DOM properties coerce empty string to false, contrary to HTML standard
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> This is in kind of the same space as https://github.com/facebook/react/pull/13372 and is an offshoot of my attempt to better [model React DOM props in Flow](https://github.co...
Type: Discussion
low
Critical
350,677,578
youtube-dl
This Old House: Index Error: list index out of range
## 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
350,694,554
vue-element-admin
feature: package some components into vue-cli-plugin
Now that: such as `tabs-view`、`permission-control`、`i18n` and so on are coupled together. Package it into `vue-cli-plugin` so that everyone can modify it. And you can install it from the `command line` or `vue ui` without having to manually copy the code.
enhancement :star:,feature,in plan
low
Minor
350,735,886
godot
Multiple node toggle editable children
**Godot version:** 3.1 custom **Issue description:** Would be really nice to be able to toggle editable children for multiple nodes at once.
enhancement,topic:editor,usability
low
Minor
350,794,319
vue
<transition> 在 UIWebView和WKWebView 中没有起作用
### Version 2.5.17 ### Reproduction link [https://jsfiddle.net/50wL7mdz/608590/](https://jsfiddle.net/50wL7mdz/608590/) ### Steps to reproduce 这段代码在浏览器和安卓中都可以正常运行,但是在UIWebView和WKWebView中不可以 ### What is expected? toast 能够从底部动态滑出 ### What is actually happening? 0.3s后,直接显示 <!-- generated by vue-issues....
need repro
low
Major
350,795,361
rust
Unused trait functions are preserved after linking
## What is it about When investigating why the binary is large I found it contains functions which are never called (even in release builds). ## Problem A library defines a trait. The trait has two functions, there's a trait implementation. One function is called, and another function is not. But the ...
A-linkage,A-trait-system,T-compiler,C-bug,E-needs-mcve
low
Critical
350,852,425
go
cmd/compile/internal/gc: esc.go duplicated sink paths for re-assignments
Given this code: ```go /* 1*/ package example /* 2*/ /* 3*/ var sink interface{} /* 4*/ /* 5*/ func fn() { /* 6*/ var x *int /* 7*/ x = new(int) /* 8*/ sink = x // Sink 1 at the line 8; first new(int) flows here /* 9*/ x = new(int) /*10*/ sink = x // Sink 2 at the line 10; second new(int) flows here ...
NeedsInvestigation
low
Minor
350,874,326
TypeScript
Codefix for implicit-any 'this' in function
**TypeScript Version:** 3.1.0-dev.20180813 **Code** ```ts function f() { this.x; } ``` **Expected behavior:** Codefix to add `this: any` as a first parameter to `f`. In situations where `this` is valid outside of the function (e.g. inside a class method), codefix to convert to `const f = () => { ....
Suggestion,Domain: Quick Fixes,Experience Enhancement
low
Minor
350,906,081
flutter
ListTile takes taps when onTap is null but onLongPress is defined
If you have a `ListTile` and give `onLongPress` a function, but leave `onTap` blank, or even explicitly set it to null, `ListTile` still will take taps. This might seem fine at first, but when in `ListTile` is in a `ListView` wrapped with a `GestureDetector` for the purposes of removing the keyboard when tapped, it...
framework,f: material design,a: quality,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
350,928,915
vscode
add a context menu to entities listed in breadcrumbs
for folders listed in breadcrumbs i wish i could right click and create a new file from there ![image](https://user-images.githubusercontent.com/937933/44167730-fd4fae00-a09c-11e8-8db3-aca6acf5529f.png)
feature-request,breadcrumbs
medium
Critical
350,929,162
TypeScript
Refactor to extract existing function to outer scope
**TypeScript Version:** 3.1.0-dev.20180813 **Code** ```ts function a(x: number) { function b(y: number) { return x + y; } return b(1); } ``` **Expected behavior:** Refactor on `b` to convert to: ```ts function a(x: number) { return b(1, x); } function b(y: number, x: num...
Suggestion,In Discussion,Domain: Refactorings
low
Minor
350,942,783
go
cmd/compile: provide parameter escape information in DWARF
Now that we have function calls in debuggers (#21678), the next step is to make them safer. When the compiler generates a function call, it knows which parameters may leak to the heap, and makes sure that those parameters are heap-allocated. When a debugger forms a function call, it needs that same information so that ...
Debugging,compiler/runtime
low
Critical
350,954,177
go
cmd/go: go modules ignores go.mod in semver repos not using semantic import versioning
When trying to import a package, in this case https://github.com/gobuffalo/pop, that has a semver tag `>=2.0.0`, in Pop's case it is `v4.6.4` Go modules skips over versions that have `go.mod` files. In this example Go Modules will always return `v4.5.9`, which is the highest version that does not have a `go.mod`. Be...
Documentation,NeedsInvestigation,modules
medium
Critical
350,987,256
opencv
Build failure using CUDA compute 7.0
<!-- 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...
priority: low,category: build/install,category: gpu/cuda (contrib)
low
Critical
350,998,013
rust
#[macro use] should suggest #[macro_use] and similar
I swapped an underscore for a space while typing out the attribute. It'd be nice if the error message said that instead of the mess it shows here: ``` error: expected identifier, found reserved keyword `macro` --> src/bin/factoid.rs:3:3 | 3 | #[macro use] | ^^^^^ expected identifier, found reserved keywo...
C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics
low
Critical