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
369,287,185
angular
data- prefix gets stripped from bindings such as <div data-id="{{1}}">
<!-- 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,breaking changes,freq1: low,area: core,state: confirmed,core: basic template syntax,core: binding & interpolation,P3
low
Critical
369,291,746
rust
Can't cast `self as &Trait` in trait default method
```rust trait Blah { fn test(&self) { self as &Blah; } } ``` ``` error[E0277]: the size for values of type `Self` cannot be known at compilation time --> src/lib.rs:3:9 | 3 | self as &Blah; | ^^^^ doesn't have a size known at compile-time | = help: the trait `std::...
C-enhancement,A-trait-system,T-compiler
low
Critical
369,299,487
TypeScript
Feature Request: "extends oneof" generic constraint; allows for narrowing type parameters
## Search Terms * generic bounds * narrow generics * extends oneof <!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> ## Suggestion Add a new kind of generic type bound, similar to `T extends C` but of the form ...
Suggestion,In Discussion
high
Critical
369,309,598
rust
Add filtering to `rustc_on_unimplemented` to avoid misleading suggestion
After #54946, the code `let x = [0..10]; for _ in x {}` will cause the following output: ``` error[E0277]: `[std::ops::Range<{integer}>; 1]` is not an iterator --> $DIR/array-of-ranges.rs:11:14 | LL | for _ in array_of_range {} | ^^^^^^^^^^^^^^ if you meant to iterate between two values...
C-enhancement,A-diagnostics,T-compiler,F-on_unimplemented
low
Critical
369,320,022
terminal
WINDOW_BUFFER_SIZE_EVENT generated during window scrolling
Windows Version 10.0.17763.1 > [SetConsoleWindowInfo](https://docs.microsoft.com/en-us/windows/console/setconsolewindowinfo) can be used to scroll the contents of the console screen buffer by shifting the position of the window rectangle without changing its size. Starting from Windows 10 1709 (FCU) such scrollin...
Work-Item,Issue-Feature,Product-Conhost,Area-Server
medium
Critical
369,329,359
vscode
Can't Install local user update due to `\\bin` folder being used by another process
![image](https://user-images.githubusercontent.com/5226627/46836711-84509800-cd67-11e8-9095-2c3201c094db.png) > There was an error while deleting a directory: `%LOCALAPPDATA%\Programs\Microsoft VS Code\bin`: the process cannot access the file because it is being used by another process… - VSCode Version: 1.2.7.2 ...
bug,install-update,windows
high
Critical
369,343,061
TypeScript
Suggestion diagnostics show in untyped JS code when regular diagnostics don't
**TypeScript Version:** 3.2.0-dev.20181011 **Code** ```ts "".toUperKase(); const b = require("./b"); ``` **Expected behavior:** If we're not showing regular diagnostics, we should probably not show any suggestions either. **Actual behavior:** `"".toUperKase()` is fine. `require` is a real problem t...
Suggestion,In Discussion,Domain: Error Messages,Domain: TSServer
low
Minor
369,385,245
opencv
Poor precision on RGB to L*a*b* color conversion
The precision and numerical stability of RGB to L\*a\*b\* color space conversions (and back) is poor when the pixel luminance values are low. For example: import cv2 import numpy as np rgbimg = np.array([[[0.001, 0.001, 0.001]]], np.float32) print rgbimg # O...
category: imgproc,priority: low
low
Minor
369,400,171
tensorflow
Feature Request: GPUOptions for Go binding
Current implementation of Go binding can not specify options. GPUOptions struct is in internal package. And `go generate` doesn't work for protobuf directory. So we can't specify GPUOptions for `NewSession`.
stat:contribution welcome,type:feature,good first issue
high
Critical
369,432,343
node
Warn on potentially insecure inspector options (--inspect=0.0.0.0)
Extracted from #21774. Inspector by default is bound to 127.0.0.1, but suggestion to launch it with `--inspect=0.0.0.0` is highly copy-pasted without proper understanding what it does. I've observed that personally in chats, also see [google](https://www.google.ca/search?q="--inspect%3D0.0.0.0"). Binding inspect...
help wanted,doc,security,inspector
low
Minor
369,473,845
puppeteer
When I try to print `msg.text` in 'console' event with type 'error', I got `JSHandle@error`
<!-- STEP 1: Are you in the right place? - For general technical questions or "how to" guidance, please search StackOverflow for questions tagged "puppeteer" or create a new post. https://stackoverflow.com/questions/tagged/puppeteer - For issues or feature requests related to the DevTools Protocol (https://ch...
feature,chromium,confirmed
medium
Critical
369,494,510
TypeScript
Improve `Array.from(tuple)` and `[...tuple]`
<!-- 🚨 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. --> ## Suggestion <!-- A summary of what you'd like to see added or changed --> `...
Suggestion,In Discussion,Domain: lib.d.ts
low
Critical
369,521,758
react
head > meta > content escaping issue
<!-- 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*?** I'm guessing it's a bug. **What is the current behavior?** The following source code, ```jsx <meta prop...
Component: Server Rendering,Type: Needs Investigation
high
Critical
369,567,305
go
cmd/go: allow replacement version to be omitted if the target module has a required version
Currently you must add a version when entering a non-filesystem (remote) replacement for a module. A foolish attempt to put `replace github.com/fsnotify/fsnotify => gitmirror.corp.xyz.com/fsnotify/fsnotify` provokes a rebuke from `go mod verify`: `go.mod:42: replacement module without version must be directory path ...
NeedsInvestigation,modules
medium
Critical
369,588,783
go
net/http: add CONNECT bidi example
https://go-review.googlesource.com/c/go/+/123156 is removing some documentation from http.Transport that says not to use CONNECT requests with Transport because it's adding CONNECT support. We should also add examples. CL 123156 has a test which is close at least, but could be cleaned up and be made less unit-testy....
Documentation,help wanted,NeedsFix
low
Major
369,601,132
TypeScript
Computed Properties aren't bound correctly during Object/Class evaluation
<!-- 🚨 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,Effort: Moderate,Domain: Transforms
low
Critical
369,624,255
pytorch
Request for stripped down / inference only pytorch wheels
## πŸš€ Feature Creating a precompiled pytorch wheel file that is trimmed down, inference only version. ## Motivation Right now pytorch wheels are on average ~400MB zipped -> 1.+ GB unzipped, which is not a big deal for training & prototyping as generally the wheels are only installed once - but that's not the cas...
module: build,triaged
low
Major
369,669,027
opencv
opencv_createsamples app can fail if negative images are different sizes
##### System information (version) - OpenCV => 3.4.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description In the opencv_createsamples app, the cvCreateTestSamples() for loop calculates maxscale only once if it is initially passed with a negative value. ...
feature,category: apps
low
Minor
369,675,744
rust
Expected identifer error hides other expected tokens
``` error: expected identifier, found `,` --> src/lib.rs:5:18 | 5 | #[cfg_attr(all(),,)] | ^ expected identifier ``` I would expect the error message to say ``^ expected identifier or `)` ``. It doesn't because this diagnostic is created by [`expected_ident_found`](https://github.com/rust...
C-enhancement,A-diagnostics,T-compiler,D-papercut
low
Critical
369,754,297
flutter
Using copyWith in a degenerative scenario
NOTE: this feels like it might be a case of "too bad, too late" in terms of getting any changes into flutter, but I want to raise it anyway to see what feedback I can get. It appears to be impossible to use `copyWith` in a degenerative scenario. Suppose, for instance, you have an `InputDecoration` and you want to en...
framework,c: proposal,a: null-safety,P2,team-framework,triaged-framework
low
Critical
369,776,297
rust
Missed optimization: layout optimized enums produce slow derived code
Changing ```rust const FOO_A: u32 = 0xFFFF_FFFF; const FOO_B: u32 = 0xFFFF_FFFE; const BAR_X: u32 = 0; const BAR_Y: u32 = 1; const BAR_Z: u32 = 2; struct Foo { u: u32 } ``` https://play.rust-lang.org/?gist=9d1ff0355fbfabbc0c47f15e78e94687&version=nightly&mode=debug&edition=2015 to ```rust pub enum B...
A-LLVM,I-slow,A-codegen,T-compiler
low
Critical
369,806,614
rust
Functions still get personality function attached to them when landing pads are disabled
Compiling with `-Cpanic=abort` or `-Zno-landing-pads` should make associated personality functions entirely unnecessary, yet they still somehow end up getting attached to functions generated with the "current" CG. Consider for example this function: ```rust pub fn fails2(a: &mut u32, b: &mut u32) -> i32 { :...
A-codegen,T-compiler
low
Minor
369,817,335
go
encoding/json: confusing errors when unmarshaling custom types
In go1.11 There is a minor issue with custom type unmarshaling using "encoding/json". As far as I understand the documentation (and also looking through the internal code), the requirements are: - when processing map keys, the custom type needs to support UnmarshalText - when processing values, the custom type ...
NeedsDecision
medium
Critical
369,834,512
vscode
Open next build error file+line based on regex parsing of build output.
Edit: The proposed ability to jump to first/next build error should not be part of the "Problems" explorer system, since this requires code analysis. **The command should be based solely on regex parsing of the build output, and should work in absence of any language support aka extensions.** I shouldn't have to run 30...
feature-request,tasks
medium
Critical
369,855,222
go
cmd/go: retry failed fetches
``` $ go version go version go1.11.1 darwin/amd64 ``` ```go package main import ( _ "github.com/google/go-cloud/wire/cmd/wire" ) func main() { // } ``` ``` go build -o a.out go: finding github.com/google/go-cloud/wire/cmd/wire latest go: finding github.com/google/go-cloud/wire/cmd latest go: ...
NeedsInvestigation,FeatureRequest,early-in-cycle,modules
medium
Critical
369,864,702
godot
Need 'brush_transfer' func for 3.0/3.1
**Godot version:** 3.1 alpha **Issue description:** Miss function in Image Class compared with Godot 2.1.
enhancement,topic:core
low
Minor
369,924,671
vscode
Centered layout should be per workbench, not per editor area
With centered editor layout enabled (with or without zen mode), toggling the side bar on/off will resize the sashes. Even though there is enough real-estate for the side bar to show without doing so. To illustrate this behavior, look at the left sash in both these screenshots. 1. ![1](https://user-images.githubuser...
feature-request,layout,workbench-zen
high
Critical
369,926,347
create-react-app
Check Node version early
We need to add better Node version checks. The current one doesn’t cover all requirements (like Node >= 8.9.0).
tag: enhancement,difficulty: starter,contributions: claimed,good first issue
medium
Major
369,926,657
flutter
ListView should have a addKeepAlive field
ListView adds AutomaticKeepAlives by default. When things scroll off screen, the list items are deleted. To work around this, I've been calling `KeepAliveNotification(KeepAliveHandle()).dispatch(context)` for every item in the `ListView`. I believe it would be cleaner to have an option for adding a `KeepAlive` instead ...
c: new feature,framework,f: scrolling,P3,team-framework,triaged-framework
low
Major
369,941,598
create-react-app
Compile JSX to direct createElement() calls
Due to how webpack works today with CommonJS, we pay the cost of *three* object property accesses (`ReactWebpackBinding.default.createElement`) for every JSX call. It doesn't minify well and has a minor effect on runtime performance. It's also a bit clowny. We should fix this to compile JSX to something like ```j...
contributions: up for grabs!,tag: enhancement,difficulty: medium
low
Major
369,941,882
three.js
ArrayCamera: Compute frustum based on sub-cameras.
ArrayCamera only extends and only supports Perspective Cameras.
Enhancement
low
Major
369,952,211
rust
Refiling "Deprecate "implicit ()" by making it a compilation error."
Refiled from https://github.com/rust-lang/rfcs/issues/2098#issuecomment-320580803 as a diagnostics issue: > > clippy can't do anything right now if a compiler error occurs before our lints run and most our lints are run after type checking. > > I agree though that example A should backtrack the source of the va...
A-frontend,C-enhancement,A-diagnostics,T-compiler,WG-diagnostics
low
Critical
369,955,869
godot
`KinematicBody.move_and_collide(rel_vec)` returns appears to return `GridMap` (not a PhysicsBody)
<!-- 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` **Issue description:** `KinematicBody.move_and_collide(rel_vec)` returns appears to return `GridMap` as the `KinematicCollision.colli...
discussion,topic:core
low
Minor
369,961,475
pytorch
how to store a bounding box in Tensor?
how to store a bounding box of image in TensorProto of caffe2 ?
caffe2
low
Minor
369,965,679
pytorch
Install Jetson TX2 Max Regcount Error
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Attempt to install from source on a fresh Jetpack 3.3 on nVidia Jetson TX2 2. Instead of ```python setup.py install```, install with ```python3 setup.py install``` (Tried with both, sa...
needs reproduction,module: build,triaged,module: jetson
low
Critical
369,966,750
TypeScript
Enforce definite initialization of `static` members
Is there some clever reason why TSC can't check this (maybe... related to semantics of JS inheritance?)? **TypeScript Version:** 3.2.0-dev.20181011 **Search Terms:** strictPropertyInitialization, static, initialized, uninitialized, assigned, property **Code** ```ts class A { static s: number a() { ...
Suggestion,Awaiting More Feedback
medium
Critical
369,967,892
gin
How to use multiple domains?
How to use multiple domains with one port ?
question
low
Minor
369,975,065
go
x/crypto/acme/autocert: verify the beginning time of an issued cert is not necessary
autocert.go line 1095 compares the current time and the time the cert is issued to check if the cert is valid. But the time of the server is not always 100% accurate, and if the server time is behind the acme server time (i.e. the real time), autocert judges the cert as not valid, and will request for another cert on ...
NeedsInvestigation
medium
Major
369,979,536
rust
improve diagnostic for trait impl involving (infinite?) type recursion and constants
I'm seeing an internal compiler error in something I *think* is related to infinite recursion in the type system while implementing a generic trait. I tried compiling this code via cargo as a library crate (all of this in `lib.rs`): ``` use std::ops::Mul; use std::f64::consts::PI; pub trait Unit: Default + Cop...
C-enhancement,A-diagnostics,A-trait-system,T-compiler
low
Critical
369,986,009
pytorch
fail to visualize caffe2 model
Refer to caffe2 official website, I tried to visualize caffe2 model by these code: from caffe2.python import net_drawer from IPython import display graph=net_drawer.GetPydotGraph(train_model.net.Proto().op,"train_model",rankdir="LR") display.Image(graph.create_png(),width=800) I've also tried: graph = net_dr...
caffe2
low
Critical
370,106,458
pytorch
Caffe2 Installation inside Pytorch
i am getting this error message (please see the attached) after run the command "python setup.py install": ![pytorch_question](https://user-images.githubusercontent.com/8035201/46946663-b2551580-d0a2-11e8-9f9e-afd34fd2454d.png). I followed this office guide of pytorch: https://caffe2.ai/docs/getting-started.html?pla...
caffe2
low
Critical
370,132,706
rust
Unreasonably large stack frames
Consider the following function: ```rust pub struct Tree { children: Vec<Tree>, } pub fn traverse(t: &Tree) { println!(); for c in &t.children { traverse(c); } } ``` When compiled in release mode, it uses 72 bytes of stack per tree level on x86-64, see [Godbolt](https://godbolt...
C-enhancement,T-compiler,I-heavy
low
Minor
370,140,805
rust
Support uftrace (and other fentry consumers)
[uftrace](https://github.com/namhyung/uftrace) should work already with `-Zprofile` but seems it is not. Related issues - [LLVM instrument functions](https://github.com/rust-lang/rust/issues/34701) - [-Zprofile tracking issue](https://github.com/rust-lang/rust/issues/42524)
A-LLVM,T-compiler,C-feature-request
low
Minor
370,168,248
pytorch
pytorch/torch/utils/cpp_extension.py ignores compiler setting,
Every way of setting the compiler is ignored by the buildextension script eg. CC=gcc-6 CXX=g++-6 python setup.py, will use /usr/bin/gcc not /usr/bin/gcc-6. example code: ```python import os from setuptools import setup from torch.utils.cpp_extension import BuildExtension, CUDAExtension # it will ju...
module: cpp-extensions,triaged
low
Minor
370,212,078
vscode
Sort lines sorts quoted values inconsistently
Issue Type: <b>Bug</b> Sort lines sorts quoted values inconsistently with the same values without double-quotes. I searched for [similar bugs](https://github.com/Microsoft/vscode/issues?q=is%3Aissue+is%3Aopen+%22sort+lines%22+label%3Abug) but didn't find much. Although, there's some complaint about [sorting with m...
under-discussion,wont-fix,editor-sorting
low
Critical
370,230,390
TypeScript
TS2367: This condition will always return 'false' since the types 'Constructor<T>' and 'typeof Child' have no overlap.
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.2.0-dev.20181011 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** TS2367 **Code** ```ts abstract class Base<T> { ...
Suggestion,Help Wanted,Good First Issue,Domain: Error Messages,Experience Enhancement,PursuitFellowship
medium
Critical
370,239,607
pytorch
Move BigTensorSerialization tests out of default caffe2_cpu_tests
Every time I run Caffe2 CPU tests, I have to wait minutes for the very slow BigTensorSerialization tests to first run. This is dumb. If the test is slow, it should get put somewhere else.
caffe2
low
Major
370,241,669
pytorch
Differentiation through Module parameters updates
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> So far, it is possible to get a second order gradient by extracting the first-order gradient as a differentiable tensor: objective = loss(module, target) gradients = torch.autograd.grad(objective, module.parameters, create_graph=True) ...
feature,module: autograd,module: nn,module: optimizer,triaged
medium
Major
370,255,645
react-native
[Android][Animation] Interpolated translateY value causes android view to jump.
<!-- Requirements: please go through this checklist before opening a new issue --> - [+] Review the documentation: https://facebook.github.io/react-native - [+] Search for existing issues: https://github.com/facebook/react-native/issues - [+] Use the latest React Native release: https://github.com/facebook/rea...
Platform: Android,Priority: Mid,Bug
high
Critical
370,288,473
material-ui
[Dialog] Form + scroll in DialogContent
- [x] This is not a v0.x issue. <!-- (v0.x is no longer maintained) --> - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. I know this has been discussed in #12126, but there is still an issue with the scrolling, the title...
component: dialog,priority: important
medium
Critical
370,289,498
kubernetes
All Kubernetes components should offer an option for structured logs
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: From the documentation, it appears that only the audit log has a JSON format available (`--audit-log-format string Default: "json"`). All Kubernetes components (including the kubelets) should provide an option to write logs in JS...
kind/feature,sig/instrumentation,lifecycle/frozen
medium
Critical
370,328,717
pytorch
Move collate_fn functionality / responsibility into Dataset object
## πŸš€ Feature The `Dataset` `__getitem__` class should be expected to handle advanced indexing, as opposed to just single integer indexing, and batching functionality provided by DataLoader should then use this instead of collate_fn, i.e. `batch = collate_fn([dataset[i] for i in indices])` would become `batch...
module: dataloader,triaged
low
Critical
370,334,065
flutter
Widget customizing
There are a lot of hardcoded widgets with their private parameters and instead devs to rewrite them with the custom code and copy-paste to have something different on enduser requests would be cool to provide provide some function that give inheristance of the desired widget and looks like widget.copyof(baseclassname)...
c: new feature,framework,P3,team-framework,triaged-framework
low
Minor
370,337,271
pytorch
[feature request] ignore_index and size_average in nn.AdaptiveLogSoftMaxWithLoss
**Feature request for nn.AdaptiveLogSoftMaxWithLoss** Linked to https://github.com/pytorch/pytorch/pull/5287: It would be nice if we could add these parameters to nn.AdaptiveLogSoftMaxWithLoss: 1) the "ignore_index" parameter, like in [F.cross_entropy](https://pytorch.org/docs/stable/nn.html?highlight=cross%20...
module: nn,triaged
low
Minor
370,357,842
flutter
Tree shaking and platform specific widgets
There is a recurrent argument against Flutter in favor of React native: React native allow reusable components that have the OS look&feel without having to test which platform we are on. With flutter we have to manually switch over `defaultTargetPlatform`. But there are two problems with this approach: 1. It re...
c: new feature,tool,engine,P3,team-engine,triaged-engine,:hourglass_flowing_sand:
medium
Critical
370,359,603
flutter
Setup default project structure to create editable host apps and hidden "modules" for linking projects.
Setup default project structure to create editable host apps and hidden "modules" for linking projects. This project structure should be equivalent to running the following 2 commands in the current tooling: flutter create -t module my_app cd my_app flutter make-host-app-editable Ensure that when making thes...
tool,a: existing-apps,P3,team-tool,triaged-tool
low
Minor
370,368,511
rust
Compiling hyper 0.12 on armv7-linux-androideabi with target-features=+neon fails with LLVM ERROR: ran out of registers during register allocation
``` root@7f26157a3837:~/hyper# cargo rustc --release -v --target "armv7-linux-androideabi" -- -C target-feature=+neon Running `rustc --crate-name hyper src/lib.rs --crate-type lib --emit=dep-info,link -C opt-level=3 -C codegen-units=1 -C target-feature=+neon --cfg 'fe...
A-LLVM,O-Arm,T-compiler,C-bug,A-target-feature
low
Critical
370,378,036
pytorch
How can I build caffe2_gtest_main under pytorch/caffe2/test/ folder?
## ❓ Questions and Help I am trying to build the caffe2_gtest_main in caffe2/test/. So I uncommented add_subdirectory(test) in caffe2/CMakeLists.txt. But it seems that there is no CMakeList.txt in caffe2/test/ folder. I tried to write a CMakeLists.txt. But I am not sure about its dependencies and target_link_libraries...
caffe2,triaged
low
Minor
370,379,946
go
x/build/cmd/gopherbot: consider any comment accompanied by a reopening to be β€œmore info”
Suggestion by @bcmills, split out from https://github.com/golang/go/issues/24834#issuecomment-381267439, lest it get lost: > For the WaitingForInfo case, perhaps we should consider any comment accompanied by a reopening to be β€œmore info”: we should only re-close the issue if it was reopened without comment. cc @d...
Builders,NeedsInvestigation
low
Minor
370,380,244
go
x/build/cmd/gopherbot: reply when a command is not understood
Broken out from some other recent issue (https://github.com/golang/go/issues/27961#issuecomment-427112448), a suggestion from @bradfitz: if @gopherbot doesn't understand a request (e.g. because a human substituted a synonym for one of the magic commands), it should reply and say so. cc @FiloSottile @dmitshur
Builders
low
Critical
370,393,688
go
x/build/maintner: reports inconsistent world state (e.g., issue state vs issue events) during short windows of time
### Problem A program that fetches a `maintner` corpus and tries to use its data to make decisions may make a mistake, because the world view is inconsistent during short windows of time. Even though the windows are short, it's guaranteed to happen for any daemon that loops over doing corpus updates and making decis...
Builders
low
Major
370,399,347
rust
float rounding is slow
The scalar fallback for the sinewave benchmark in [fearless_simd](https://github.com/raphlinus/fearless_simd/blob/1cb5202e4c96233a90a170ba183aed1b64aa2fb1/README.md) is very slow as of the current commit, and the reason is the f32::round() operation. When that's changed to (x + 0.5).floor() it goes from 1622ns to 347ns...
A-LLVM,I-slow,T-libs-api,A-floating-point
medium
Major
370,403,889
godot
Collision signals don't work on static and rigid RigidBody2D but do work between rigid and kinematic RigidBody2D
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> I tried. Sorry if dupe **Godot version:** <!-- Specify commit hash if non-official. --> v3.0.6.stable.official.8314054 **OS/device including version:** <!-- Specify GP...
bug,confirmed,topic:physics
low
Critical
370,419,465
kubernetes
CSI: `readOnly` field is not passed to CSI NodePublish RPC call
<!-- 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...
kind/bug,priority/important-soon,sig/storage,lifecycle/frozen
medium
Critical
370,466,784
node
remote debugger unable to convert path correctly in different operating system
<!-- 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...
help wanted,inspector
low
Critical
370,527,154
godot
ImmediateGeometry Node does not color the points
**Godot version:** 3.1 master from the last few days **OS/device including version:** Intel HD 5000 (macbook air) **Issue description:** I'm using ImmediateGeometry to draw a list of points. I believe I can set the colour of the point similar to an opengl call by using IM.set_color inside the IM.begin call...
bug,platform:macos,topic:rendering,topic:3d
low
Critical
370,538,868
rust
Documentation of std::mem::size_of confusingly only details the `#[repr(C)]` case
The [Size of Structs][1] paragraph bases its explanation of struct sizes on the idea that field are "ordered by declaration order", which is no longer the case since #37429 got merged. This might prompt a user to pointlessly manually order fields to optimize for size. Instead, the documentation should mention the is...
C-enhancement,P-medium,A-docs,A-repr
low
Major
370,586,589
flutter
App is not Working in Android 21 below
## App is not Working in Android 21 below <!-- The app is working fine in Android 21 and above but the same code is producing the following wrror in Android 21 below. --> ## Logs ``` Launching lib\main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies...
c: crash,platform-android,tool,t: gradle,customer: crowd,P2,a: plugins,team-android,triaged-android
low
Critical
370,611,032
vue-element-admin
How to install into an existing vue.js project?
How to install into an existing vue.js project?
feature
low
Minor
370,629,298
rust
staticlib libgcc_s dependency requirement since 1.21.0 (nightly-2017-08-24)
Hi Rust team! Since Rust 1.21.0 and nightly-2017-08-24 a new dependency, `libgcc_s`, is needed for static libraries we're building for `gnu`, `musl` and `freebsd` targets. This requirement slipped past us during a recent upgrade because the build process did not inform us of this new requirement. (I see this is a...
A-linkage,T-compiler
low
Critical
370,652,285
go
x/tools/go/packages: clarify error invariants
``` $ ./gopackages -mode=allsyntax "" "nonesuch" Go package "_/home/adonovan/got/src/golang.org/x/tools": (has errors) has complete exported type info -: no Go files in /home/adonovan/got/src/golang.org/x/tools Go package "nonesuch": (has errors) has complete exported type info ...
NeedsInvestigation,Tools
low
Critical
370,659,559
rust
Arms permitted when matching on uninhabited types
There seem to be two issues here: ```rust pub enum Void {} pub fn foo(x: Void) { match x { _ => {} // This arm shouldn't be permitted. }; let _ = (); // This should be warned as unreachable, but isn't. } ``` On the other hand, the following code *does* warn: ```rust match () { () => {} // okay...
A-lints,T-compiler,C-bug,A-exhaustiveness-checking
low
Major
370,705,949
pytorch
pack_padded_sequence throws IndexError when only kwargs are specified
## πŸ› Bug pack_padded_sequence throws > IndexError: tuple index out of range when only kwargs are specified, but no args. ## To Reproduce Steps to reproduce the behavior: 1. Call pack_padded_sequence specifying all kwargs, but no args. ## Stack Trace ``` --> 108 packed = pack_padded_se...
module: rnn,triaged
low
Critical
370,715,640
pytorch
cdf in torch.distributions.bernoulli throws NotImplementedError
## πŸ› Bug When _cdf_ is called with a specified value on an instance of _bernoulli_ from _torch.distributions_, the > NotImplementedError is thrown. Although, _log_prob_ works fine. ## To Reproduce Steps to reproduce the behavior: 1. `a = torch.rand(1, 5)` 1. `m = torch.distributions.bernoulli(a)` ...
todo,module: distributions,triaged
low
Critical
370,749,686
TypeScript
Using generic argument that extends something, stops inferring super keys when Exclude is used in addition to keyof and Pick
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.1.0 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** keyof extends pick exclude **Code** ```ts interface Base { ...
Suggestion,Needs Proposal,Domain: Conditional Types
low
Critical
370,767,796
TypeScript
JSON type
## Search Terms - JSON ## Suggestion Type annotation for JSON in a string. ## Use Cases Let's say you have a string which contains valid JSON object, like so: ```js const json = '{"hello": "world"}'; ``` How can you type annotate the `json` variable? Currently, you can mark it as a `string`: `...
Suggestion,In Discussion
medium
Critical
370,790,396
godot
Incorrect syntax highlighting in Dictionaries and enums.
**Windows 10 64-bit - 3.1 alpha 0dbe01483a902c49ecedf4fd36b74353424145a5** @Paulb23 Wanted to get your opinion on this. I noticed it is valid to use keywords, class names, and class property names as dictionary keys. They get the syntax highlighting making you think otherwise. Currently it is possible to crea...
enhancement,topic:gdscript,topic:editor,usability
low
Major
370,858,030
TypeScript
Differentiate between implicit any and explicit any in the Compiler API.
<!-- 🚨 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,In Discussion
low
Critical
370,860,161
neovim
TUI: scrollbar
I think that a scrollbar in each window would be a big UX win. I'm imagining the scrollbar as a single column, on the very right hand-side of each window, as is standard. This could be very similar to the scrollbar in the insert completion popup menu. I don't care whether the "gripper" on the scrollbar is interac...
enhancement,ui,tui,ui-extensibility,jumps-navigation
low
Major
370,911,465
flutter
Android App Launch does not use theme properly
**Short Summary of issue** It seems that the app launch process does not handle themes properly and does not theme the status bar and background color correctly per how you would expect if you were developing natively on Android **Additonal Details** So from my testing there is two basic app launch scenarios a nat...
c: new feature,platform-android,framework,engine,f: material design,a: fidelity,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-android,triaged-android
low
Major
370,912,668
godot
Rotation snapping is active only when it is turned off.
**Win10 64bit - Alpha 3.1 0dbe01483a902c49ecedf4fd36b74353424145a5** @groud Likely some flags flipped up somewhere. But have noticed that rotation snapping only works when both snapping options are disabled. ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/13004169/47065614-4b437800-d1ec-11e8-...
bug,topic:editor,confirmed,usability
low
Major
370,935,707
rust
One of the E0599 note disappears when using specialization
Take the following code: ```rust struct A { b: bool, } struct Foo; struct B<T, U=Foo>(T, U); impl<T: Clone> Clone for B<T> { fn clone(&self) -> B<T> { B(self.0.clone(), Foo) } } fn main() { let i = B(A { b: true }, Foo); let _j = i.clone(); } ``` (derived from `src...
A-diagnostics,T-compiler,A-specialization,C-bug,requires-nightly,F-specialization
low
Critical
370,937,170
pytorch
caffe2 python custom operator could not update parameters
I write a Python custom operator in caffe2 and set some parameters in them. I have given grads of them. But I found that the parameters are not in model.params list so they could not be updated during the network running. def f(inputs, outputs): weight = inputs[1].data outputs[0].reshape(i...
caffe2
low
Minor
370,944,749
vscode
[css] Autocomplete for media queries
VSCode doesn't offer autocompletion for media queries. Why is that? ![2018-10-17_104706](https://user-images.githubusercontent.com/11320080/47071163-8600dc80-d1fb-11e8-8632-7fd7cfbcabd1.jpg)
help wanted,feature-request,css-less-scss
medium
Major
370,951,265
godot
Animation editor is not accessible from plugins
**Godot version:** 3.1 155652908a4284658b6c9b27640142a15fcb502c **Issue description:** Unless I missed it, the plugin API doesn't seem to provide a way to access animation editor. Working with and extending the animation editor can be useful for many purposes. We have several use cases for that, and it's clear pro...
enhancement,topic:editor,topic:plugin
low
Minor
370,964,415
flutter
TextFormField editing cursor "balloon" floating on top of AppBar & TabBarView when scrolled
On Android 6.0.1 device. The form fields are in a SingleChildScrollView (no ListView used at all). Initially when a field is clicked into: ![flutter_01](https://user-images.githubusercontent.com/8287259/47073515-0559d480-d22b-11e8-89dd-874864325ac4.png) After scrolling: ![flutter_02](https://user-images.githubu...
a: text input,framework,a: fidelity,f: scrolling,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-framework,triaged-framework
low
Major
370,980,536
godot
The panoramic sky field of view is not set correctly in orthogonal mode
<!-- 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. --> 0dbe01483a902c49ecedf4fd36b74353424145a5 **OS/device including version:** <!-- Specify GPU model and d...
bug,topic:rendering,confirmed,topic:3d
low
Major
371,004,972
pytorch
[feature request] Spectral norm support in torch.norm or factor out Power Iteration from spectralnormalization in some other place and orthogonalization from PowerSGD hook
Currently PyTorch has a spectral matrix norm implementation based on power iteration hidden inside the SpectralNorm. Since new `torch.norm` supports matrix norms (e.g. nuclear norm), it may be good to move it there, so it's usable in other contexts too (e.g. for debugging/tracing spectral properties of neural net weigh...
triaged,module: norms and normalization
low
Critical
371,008,806
flutter
[docs] explain difference between animation and secondaryAnimation in buildTransitions
I want to achieve the animation effect of routing switching in the video. Explicitly, The child page switches to the parent page, and both the child page and the parent page move. And, the animation looks like: the parent page is completely removed, and the child page is completely moved in. I tested the PageRouteB...
framework,a: animation,d: api docs,f: routes,P2,team-framework,triaged-framework
low
Major
371,017,054
rust
dyn closures shouldn't lose range analysis information of the environment
Minimal reproducible example: ```rust pub fn test(b: bool) -> Box<dyn Fn() -> bool> { assert!(b); Box::new(move || b) } ``` currently compiles into: ```asm example::test: push rax test edi, edi je .LBB7_3 mov edi, 1 mov esi, 1 ...
A-LLVM,I-slow,C-enhancement,T-compiler
low
Critical
371,040,910
rust
Compiler can suggest `#[derive(move Trait)]`
When a custom derive generates a closure, and that closure causes a compiler error because it borrows its environment instead of correctly moving it, rustc suggests to put the `move` keyword into the `#[derive]` attribute: Actual error message I just got: ``` error[E0373]: closure may outlive the current function,...
A-attributes,A-diagnostics,A-macros,T-compiler,C-bug,E-needs-mcve,D-invalid-suggestion
low
Critical
371,041,879
angular
Boolean animation states not converted to strings in AnimationEvent
## 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,freq1: low,P4
low
Critical
371,042,894
pytorch
Caffe2: Two entries of external_input "data_0" in mnist_predict_net.pbtxt file
After training mnist model in caffe2 I found there are two entries of external_input "data_0" in mnist predict_net file. I think it should only have one entry so does any one know how this external_input entries are generated while training model. I have attached the mnist .pbtxt file here. [mnist_predict_net.pbtxt...
caffe2
low
Minor
371,043,405
pytorch
[feature request] Operator Overloading
I realized that PyTorch does partly prevent operator overloading by raising a `TypeError` rather than returning `NotImplemented`. Therefore Python never checks object methods implementing operations with reflected operands, e. g. `__rmul__`: ``` In[1]: import torch In[2]: class Two: def __mul__(self, o...
todo,feature,triaged
low
Critical
371,065,454
vscode
Problem matchers should restore problems on close
For a detailed discussion see https://github.com/Microsoft/vscode/issues/47386 This branch https://github.com/Microsoft/vscode/tree/dbaeumer/47386 has still the correct start of work.
feature-request,tasks
low
Major
371,071,612
godot
Path should present an editor warning if bake_interval is higher than the curve's length
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** b1cd673e180ece86b74fc228c8221de2816da3e1 <!-- Specify commit hash if non-official. --> **OS/device including version:** -- <!-- Specify GPU model a...
enhancement,topic:editor
low
Minor
371,084,164
TypeScript
Add properties in JSDoc generation on destructuring in javascript file
<!-- 🚨 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 JSDoc destructuring generate property javascript <!-- List of key...
Suggestion,In Discussion,Domain: Quick Fixes,Domain: JSDoc
low
Critical
371,172,439
pytorch
Build the docker image from source, but torch.cuda.is_available()==false
## ❓ Questions and Help ### Please note that this issue tracker is not a help form and this issue will be closed. We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum: - [Discussion Forum](https://discuss.pytorch.org/)...
triaged,module: docker
low
Major
371,218,431
go
runtime: Interferes with Windows timer frequency
### What version of Go are you using (`go version`)? go version go1.11.1 windows/amd64 ### Does this issue reproduce with the latest release? Try to set a high frequency timer ### What operating system and processor architecture are you using (`go env`)? windows amd64 ### What did you do? Set the OS to a h...
OS-Windows,NeedsInvestigation,compiler/runtime
medium
Critical
371,236,587
react
Uncontrolled input type="checkbox" reflects updating `defaultChecked` in Edge and Safari
<!-- 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?** Updating the value of `defaultChecked` causes a change DOM property's `...
Component: DOM,Type: Needs Investigation
low
Critical