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
311,876,046
flutter
How to write custom ImageFilters?
I'm interested in writing custom ImageFilters as a possible approach to a photo filter application, as well as other possible use-cases. I see that the current options for ImageFilter are bounded and that they're implemented in native land. Is it even possible to write new ImageFilters, either in Dart or on the n...
c: new feature,framework,engine,a: images,P2,team-engine,triaged-engine
low
Major
311,889,268
flutter
flutter install -d all doesn't work to install on all devices even tho it says to.
``` $ flutter devices 2 connected devices: KFSUWI β€’ G000NQ0373110E58 β€’ android-arm64 β€’ Android 5.1.1 (API 22) Android SDK built for x86 β€’ emulator-5554 β€’ android-x86 β€’ Android P (API 27) (emulator) $ flutter install More than one device connected; please specify a device with the '-d <...
c: new feature,tool,a: quality,P3,team-tool,triaged-tool
low
Minor
311,961,782
go
net: writing to TCP socket returns incorrect number of bytes upon timeout on Windows
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.1 windows/amd64 ### Does this issue reproduce with the latest release? Yes - it seems to have been there for ages. ### What operating system and processor architectur...
help wanted,OS-Windows,NeedsInvestigation
low
Major
311,995,825
youtube-dl
Support for Asiancammodels, etc. streams
## 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 ...
nsfw
low
Critical
312,006,724
vscode
[html][css] Investigate cross css/html, multi file support
Approach: - merge HTML & CSS servers to avoid cross LSP communication - in the server build an (in-memory) index of for the contents of css and html files in the current folder Benefits: In HTML - code completion in 'class' attributes using the collected class names (same for ids) - goto & peek references on ...
feature-request,css-less-scss,html
medium
Critical
312,011,998
pytorch
worker assignments in torch.utils.dataloader.py
In https://github.com/pytorch/pytorch/blob/60a16e5663f35f2df17ae1d5b060d0e1accdbefd/torch/utils/data/dataloader.py#L297, all items from the dataset for a given minibatch are assigned to the same worker process. This means that the first minibatch always takes the full sequential processing time, and it can similarly ...
module: dataloader,triaged
low
Minor
312,022,002
rust
[parallel-queries] Refactor error message handling to better integrate with parallel queries
At the moment error message handling uses a [callback-based setup](https://github.com/rust-lang/rust/blob/2253216ec500601f9c2998196cb1b0a1ed0ae576/src/librustc_errors/lib.rs#L285-L286) in order to handle diagnostics tracking during query evaluation. This could probably be handled in a cleaner way. Also, the current ...
C-enhancement,T-compiler,A-parallel-queries
low
Critical
312,056,743
TypeScript
Goto definition after field exclusion should go to prop signature
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 --> <!-- Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the CONT...
Suggestion,Experience Enhancement,Domain: Symbol Navigation
low
Critical
312,062,935
TypeScript
In JS, there's no way to assert that a property is definitely assigned
Keywords: JSDoc, Salsa, JavaScript, definite, initialization, initialized, assigned, assertion ```js class ElementWrapper { constructor() { this.init(); } init() { this.element = document.createElement('div'); } getElementStyle() { this.element.style // error: element is possibly u...
Suggestion,Needs Proposal,Domain: JavaScript
low
Critical
312,063,933
go
cmd/go: clarify that special directories can still be used for package paths
Hi, The current documentation is a bit unfortunate when it comes to the special directories understood by the go tool. https://golang.org/cmd/go/#hdr-Test_packages > The go tool will ignore a directory named "testdata", making it available to hold ancillary data needed by the tests. https://golang.org/cmd/g...
Documentation,NeedsInvestigation
low
Major
312,065,924
pytorch
[feature request] Unpooling layer in Caffe2
It would be really useful to have unpooling layers in Caffe2, much like torch.nn.MaxUnpool2d etc in PyTorch.
caffe2,feature
low
Minor
312,070,078
TypeScript
Do not type check .js files in referenced node_modules under `--checkJs` and `--maxNodeModuleJsDepth` > 0
- Create a `jsconfig.json` - Set `checkJs` to `true` - run `tsc --p ./jsconfig.json` Expected: no errors in `node_modules\*\*.js`. There is no really good fix for these issues. i would suggest not checking these files
Bug,checkJs,Domain: JavaScript
medium
Critical
312,086,199
TypeScript
Inconsistent type compatibility for a type with a call signature and and index signature
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 2.9.0-dev <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** index signature intersection **Code** ```ts type INOk = { ...
Suggestion,Awaiting More Feedback
low
Major
312,130,796
go
net/http: consider making Transport clean up after itself
If a Transport falls out of scope with idle connections, it will leak. This is surprising for users (for example #24719), and obscure/inconsistent. `os.File` closes resources when falling out of scope, and Transport doesn't even have a Close method, only CloseIdleConnections. Idle connections are an implementation d...
Thinking
low
Major
312,139,996
flutter
Make MethodChannel non-final or make it implement an interface to allow Mockito mocking
When writing plugin test code, it's useful to be able to mock out the `MethodChannel` to assert calls. Mockito, the popular mocking library for Java, doesn't allow mocking of final classes. Propositions: - Make `MethodChannel` non-final so it can be mocked. I understand why you may not want to do this though. - Mak...
a: tests,c: new feature,engine,P2,a: plugins,team-engine,triaged-engine
low
Minor
312,173,419
go
spec: inconsistency about allowable conversions of numeric constants to strings
In section "Conversions", the Go spec says: > A constant value x can be converted to type T if x is representable by a value of T. As a special case, an integer constant x can be converted to a string type using the same rule as for non-constant x. Note that "integer constants" are distinct from "rune constants",...
Documentation,NeedsFix
low
Critical
312,175,037
kubernetes
Introduce exponential moving average to autoscaling controller
<!-- 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/). --> **Is this a BUG REPORT or FEATUR...
sig/autoscaling,kind/feature,lifecycle/frozen
medium
Critical
312,199,103
opencv
OpenCv 3.4.1 for Android: Bad JavaCamera2View performance
#I recently upgraded to 3.4.1 and build it to support new `JavaCamera2View`. On my Nexus 7 (2013) I resolved a FPS decrease over time bug with `JavaCameraView`. `JavaCamera2View` now gives slow, but stable ~10 FPS . Not acceptable but maybe improvable. Performance on my Galaxy S8 differs much. ~30 FPS with `JavaC...
platform: android
low
Critical
312,200,673
rust
strange end span in borrowck error
This code legitimately errors: ```rust #![allow(warnings)] use std::rc::Rc; struct Data { vector: Vec<Datum> } struct Datum { /* ... */ } struct Consumer { data: Rc<Data> } impl Consumer { fn process_data(&mut self) { for datum in &self.data.vector { self.process_datum(...
C-enhancement,A-diagnostics,T-compiler
low
Critical
312,203,024
ant-design
Allow something other than the field "name" property to be the default when showing error messages.
- [x] 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? By default, when an error message is displayed is uses `"%s is required"`, where `%s` is the name of the field. The field name is...
πŸ’‘ Feature Request,Inactive
low
Critical
312,211,692
neovim
win: revisit os_setperm() / setfperm
(migrated from https://github.com/neovim/neovim/issues/5229 ) `os_setperm()` needs to be re-thought; it is nonsense on Windows because of uv_fs_chmod: https://github.com/libuv/libuv/blob/e76b8838e51f6e8f1944b6c6d50c3948ed764a0b/src/win/fs.c#L1072-L1081 ACL support may be needed, e.g. - https://github.com/ne...
platform:windows,complexity:low,system
low
Minor
312,213,078
godot
Crash signal 7 (SIGBUS), code 1 (BUS_ADRALN) _ZN10StringName5unrefEv
Hi, I'm getting the following crash on my game (Godot 2.1.4) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> it.megasoft78.fallingword <<< backtrace: #00 pc 00000000008a8de4 /data/app/it.megasoft78.fallingword-2/lib/arm/libgodot_android.so (_ZN10StringName5unrefEv+56) #0...
bug,platform:android,topic:porting
medium
Critical
312,216,025
go
x/build: create VERSION file for cmd/dist to read
https://build.golang.org/log/89d71a5b0369a691899c3435abc7df3d4abd4074 ``` ##### API check Error running API checker: exit status 1 Go version is "builder host-linux-armel-cross", ignoring -next /home/builder/stage0scratch/workdir/go/api/next.txt [ a lot of +pkg ... lines ] exit status 1 2018/04/07 13:27:59 Fai...
Testing,Builders
low
Critical
312,241,061
go
misc/cgo/testtls: skip test if C toolchain exhibits known TLS bugs
``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x1b pc=0xe56e4] runtime stack: runtime.throw(0x16739f, 0x2a) /workdir/go/src/runtime/panic.go:598 +0x54 runtime.sigpanic() /workdir/go/src/runtime/signal_unix.go:372 +0x22c goroutine 5 [sysca...
Testing,help wanted,NeedsFix
medium
Critical
312,266,058
rust
incremental compilation: could not create session directory lock file: No locks available (os error 37)
I was unable to incrementally compile using cargo build. I had added the rand dependency to the toml file, per the advice of the Guessing Game exercise in Rust Programming Language (Second Edition). Before this particular error, I had just finished setting up a synced folder with NFS on my vagrant box (ubuntu 16....
I-ICE,T-compiler,A-incr-comp,C-bug
medium
Critical
312,266,576
godot
[TRACKER] Clean up and reformat C# source code
**Godot version:** `master` / 9e7cee2ce **OS/device including version:** _Manjaro KDE Linux 17.1_ **Issue description:** As discussed in godotengine/godot-docs#1296, I'm planning to do a mass clean up of existing C# source files(`/modules/mono/glue/cs_files/*.cs`) by using a code inspection tool. The purpos...
enhancement,tracker,topic:dotnet
low
Major
312,292,752
pytorch
[caffe2] How to freeze a layer?
Hi, I'm working on caffe2. I want to know how to freeze a certain layer, which means I don`t want to update a parameter (weight, bias) of a certain conv layer. How can I implement this feature? I found Stopgradient, Negategradient, Zerogradient in caffe2 doc, however none of them seems useful for me.
caffe2
low
Major
312,314,662
flutter
Add details to Canvas.transform API doc, specifically format of the matrix
This is necessary because the matrix used in Canvas is 4x4 whereas in Skia (and SVG) it is 3x3. Something like this would do it: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform
framework,engine,d: api docs,P3,team-engine,triaged-engine
low
Minor
312,316,855
rust
Compiler allows mutating immutable variables in unreachable code
IMO, this should give a compiler error: https://play.rust-lang.org/?gist=13095cf519ab250005688bf214e2482f&version=stable ```rust fn main() { let x = 1; return; x += 2; } ```
C-enhancement,A-diagnostics,T-compiler
low
Critical
312,324,572
pytorch
[caffe2] Prefetching blobs for memory optimization
Hi, I am wondering if there is a way to free, prefetch blobs and manually feed the outputs of layers to one another so that I am able to optimize memory use on GPUs. Moreover, I am currently trying to implement something like the vDNN (virtualized Deep Neural Network) mentioned in this paper [https://arxiv.org/pdf/1...
caffe2
low
Minor
312,329,168
vue
add `options` property to the render context of functional component
### What problem does this feature solve? Custom properties in the options of functional component can't be accessed easily. ### What does the proposed API look like? In the render function of functional component, options can be accessed by `context.options`, just like `vm.$options`(https://vuejs.org/v2/api/index...
feature request
medium
Major
312,337,077
go
cmd/compile: unexpected memequal call in short string comparison
(Using Go tip, 8818b4d27) Compiling this code on amd64, ```go type BoxType [4]byte func (t BoxType) EqualString(s string) bool { return string(t[:]) == s } ``` I would expect that to compile to something pretty minimal, since the memory comparison must always be 4 bytes, but instead I see a call...
Suggested,Performance,help wanted,NeedsFix,compiler/runtime
low
Major
312,375,539
godot
Watch for edited resources in editor
So I am writing a C++ plugin for godot. The user assigns a material to my custom Spatial node. Now I want to be notified when this material is changed in the editor. It seems the add_change_receptor API nor the CoreStringNames::get_singleton()->changed signal are emitted when say the materials albedo colour changes ...
enhancement,topic:editor,topic:plugin
low
Major
312,392,104
rust
libproc_macro: get crate for span or support $crate metavar in quote!{}
[One Reddit user was asking how to reference the invoking crate in a proc-macro](https://www.reddit.com/r/rust/comments/88xvgg/hey_rustaceans_got_an_easy_question_ask_here/dx0kp1f/), suggesting that `quote!{}` should support the `$crate` metavar. I don't think this is too unreasonable since `$` is already used for unqu...
T-compiler,C-feature-request,A-macros-1.2
low
Minor
312,412,631
TypeScript
Documentation: Clarify declaration files and the declare keyword
**TypeScript Version:** 2.8.0 **Search Terms:** document declaration files ** Issue** It doesn't look like you actually define what a declaration file is in your documentation. For instance, your introduction to these at https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html tells me...
Docs
low
Minor
312,447,800
rust
Tracking issue for RFC 2295, "Extend Pattern API to OsStr"
This is a tracking issue for the RFC "Extend Pattern API to OsStr" (rust-lang/rfcs#2295). **Steps:** - [ ] Implement the RFC (cc @kennytm) - [ ] Adjust documentation ([see instructions on forge][doc-guide]) - [ ] Stabilization PR ([see instructions on forge][stabilization-guide]) [stabilization-guide]: https://forge...
A-FFI,B-RFC-approved,T-libs-api,C-tracking-issue,Libs-Tracked
low
Major
312,453,602
rust
Tracking issue for RFC 2102, "Unnamed fields of struct and union type"
This is a tracking issue for the RFC "Unnamed fields of struct and union type" (rust-lang/rfcs#2102). The feature gate for the issue is `#![feature(unnamed_fields)]`. ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to oth...
B-RFC-approved,T-lang,E-help-wanted,C-tracking-issue,S-tracking-impl-incomplete,S-tracking-design-concerns,F-unnamed_fields
medium
Critical
312,522,143
vue
The values of some attributes are replaced with the attribute name, which breaks MathML
### Version 2.5.16 ### Reproduction link [https://gist.github.com/VelizarHristov/edaf4cf0d7b9f90c1e5d6070c027237f](https://gist.github.com/VelizarHristov/edaf4cf0d7b9f90c1e5d6070c027237f) ### Steps to reproduce Open the HTML in a browser (Internet connection is required to fetch the libraries). ### What is ...
improvement
medium
Minor
312,534,678
go
x/sys/windows: Windows Service does not stop
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.1 windows/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? set GOARCH=am...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Critical
312,595,977
pytorch
[utils.bottleneck] List of improvements
Leaving this here as a reminder to self. Things to add: - [ ] Add sample output to docs - [ ] Clarify CUDA profiling gotchas in docs - [x] Test stability: If user isn't using `python` (ie, if they're using `python3`), the tests will fail. - [ ] Use average keys (if not already using)
todo,triaged,module: bottleneck
low
Minor
312,629,355
go
x/build/cmd/gopherbot: β€œcongratulations” message posted long after a change was abandoned
See https://go-review.googlesource.com/c/sys/+/103858#message-7f834fe611a18c00129b9fef17acee53ecf05a6a The β€œcongrats” message is posted April 9, but it was abandoned April 4. /cc @kevinburke
Builders,NeedsInvestigation
low
Minor
312,642,829
go
types2: type-check `syntax` nodes directly (don't use types2 maps)
[edit: By setting type information directly in `syntax` nodes rather than storing in `types2` maps, we should be able to recover some of the compiler speed loss of Go 1.18.] We should move type-checking to operate directly on the new syntax nodes. Placeholder issue. Set for Go1.12 so it stays on the radar. Unclea...
NeedsInvestigation
low
Major
312,647,602
opencv
Fails to compile "hal_internal.cpp"
##### System information (version) - OpenCV => 3.4.1 - Operating System / Platform => CentOs & Redhat 7.4 64 Bit - Compiler => g++ 5.5 - Compilation by Linuxbrew with all default settings ##### Detailed description Compilation fails when reaches "hal_internal.cpp". Note, two "complex" header files are inclu...
bug,category: core,category: build/install
low
Critical
312,647,756
pytorch
Examine contiguity requirements for gradInput
For THNN updateGradInput functions, am not 100% sure if gradInput is always initialized as an empty tensor. cc @li-roy
triaged
low
Major
312,683,457
pytorch
[caffe2] Double precision for operators?
A lot of the operators are not defined for double precision. I am planning on experimenting with double precision calculations and will add them as necessary. Would there be interest in me submitting a PR request with them? Is there a reason they are not currently enabled? The only drawback is larger library file size ...
caffe2
low
Major
312,685,717
godot
Cannot create more than 65536 PoolByteArrays
**Godot version:** 3.0.1 **OS/device including version:** Windows 7, 64bit **Issue description:** Attempted to create a very large number of [PoolByteArrays](http://docs.godotengine.org/en/3.0/classes/class_poolbytearray.html) but as soon as more than 65536 (maximum for a 16 bit number) of them are created...
bug,discussion,topic:core,confirmed
low
Critical
312,712,481
flutter
UX for finder errors in driver needs improvement
My team is frequently confused by errors that driver tests provide. Example: Let's say we have this line: ``` await driver.tap(find.byTooltip('Back')); ``` And we remove a screen that has the back button. The error we get is: ``` DriverError: Error in Flutter application: Timeout while executing tap: ...
a: tests,tool,framework,t: flutter driver,c: proposal,a: error message,P2,team-framework,triaged-framework
low
Critical
312,743,358
angular
asynchronous providers
<!-- 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,area: core,core: di,feature: under consideration
high
Critical
312,744,166
flutter
[a11y] contrast between caption and white to low
In the Cupertino theme the contrast between a white background and the caption text style is only 4.3. It needs to be 4.5 or better. We currently use black54 for this, but according to spec grey700 (for a contrast ratio of 6) should be used.
framework,a: accessibility,f: cupertino,from: a11y review,P2,team-design,triaged-design
low
Major
312,758,951
rust
better error messages when documentation tests fail
Few days ago my code started to failing for some reason. After some research I found that everything wrapped in ticks (code) is tested by default (new feature? not failing on stable). Error message was not very helpful and I was wondering if there was a way to make error message nicer. ``` Doc-tests slime Run...
T-rustdoc,C-enhancement,A-diagnostics,A-doctests
low
Critical
312,794,454
vscode
Expose `glyphMargin` support to extensions
It would be great if extension were able to use the built-in glyphMargin decorations -- i.e. clickable decorations in the gutter.
feature-request,api
medium
Major
312,887,074
kubernetes
kubelet should track tcp_mem stats also along with cpu/ram/disk
/kind feature /sig node **What happened**: A program started leaking TCP memory, which filled up the node's TCP stack memory. The network performance on the node degraded and connections to pods running on the node either times out or will hang for a long time. Node's `dmesg` had lines mentioning `TCP: out of...
priority/backlog,sig/network,sig/node,kind/feature,triage/accepted
high
Critical
312,891,127
rust
Error message about immutable binding is not actually caused by a binding
See the following code: ```rust use std::collections::HashMap; struct Test { v: u32, } fn main() { let mut map = HashMap::new(); map.insert("a", Test { v: 0 }); let values = map.values(); for mut t in values { t.v += 1; } } ``` It raises this compiler error: >...
C-enhancement,A-diagnostics,P-medium,T-compiler,E-medium
low
Critical
312,949,404
pytorch
[caffe2] ChannelShuffle example
Is there any example for the ChannelShuffle operator? There is no doc right now. I have a stack of v rgba images, where the alpha contain a mask. I would like to transform from: rgbargbargba to rgbrgbrgbaaa so that my convolutions do not get messed up by the alpha. Thanks,
caffe2,module: docs
low
Minor
312,952,944
go
runtime: use register instead of TLS for G pointer for darwin/arm and darwin/arm64
Need to decide how to handle TLS on darwin/arm. On x86, TLS was moved from a pthread_get/setspecific implementation to a reserved (by Apple) slot in the TLS (see #23617). That's not possible for arm/arm64 so we still use the old method. Since these archs have more registers, we should probably just reserve a registe...
OS-Darwin,compiler/runtime
low
Major
313,026,231
flutter
Improve error message for CocoaPods error "The sandbox is not in sync with the Podfile.lock"
See the transcript below for full details, but briefly: flutter run on examples/flutter_view failed with this error message: ``` error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. ``` `pod install` in the current directory fails. You appea...
tool,t: xcode,P2,a: plugins,team-tool,triaged-tool
low
Critical
313,042,459
go
x/build/cmd/relui: occasionally see TLS timeouts when fetching source archive
When recently building on windows-amd64 and also during the 1.10.1 release: ``` 2018/04/10 14:14:48 windows-amd64: Error: 500 Internal Server Error; body: fetching URL https://go.googlesource.com/go/+archive/master.tar.gz: Get https://go.googlesource.com/go/+archive/master.tar.gz: net/http: TLS handshake timeout `...
Builders,NeedsInvestigation
low
Critical
313,093,530
rust
compiletest: compare-mode cannot handle mixed success + failure
Sub-issue of #48879 Currently, if you have a ui test `src/test/ui/foo.rs` that signals a diagnostic error under the AST borrowck, but has no error under the NLL borrowck, then there is no way to make a `foo.nll.stderr` or `foo.nll.stdout` such that running `compiletest --compare-mode=nll` will accept it. The reas...
A-testsuite,C-enhancement,T-bootstrap,A-compiletest,E-needs-design,E-needs-investigation
low
Critical
313,120,139
flutter
Text overflow handling is inconsistent and sometimes wrong.
It looks like our overflow handling is pretty weird (if not just downright broken). For instance, the following doesn't result in any overflow handling other than "clip", regardless of the overflow mode: ```dart new Text( '''Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n Phasellus sodales eros nec t...
framework,a: typography,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-framework,triaged-framework
low
Critical
313,167,081
angular
Parent ngIf not respecting child's animation to finish before parent is removed from DOM
<!-- 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,area: animations,freq2: medium,P3
medium
Critical
313,220,452
pytorch
[Caffe2] Boolean Tensor not supported for mobile_exporter.Export
The following sample results in an error. # Code ```python #!/usr/bin/env python import onnx import numpy as np import caffe2.python.onnx.frontend as oc2f import caffe2.python.predictor.predictor_exporter as pe import caffe2.python.predictor.mobile_exporter as c2me from caffe2.python import model_helper, wor...
caffe2
low
Critical
313,248,323
scrcpy
Set envvar on device, so other tools can react to scrcpy
I use Tasker for device automation and other neat little gimmicks. I wonder if it's possible to have scrcpy set an envvar when connecting to the device so I can have tasker do stuff like disabling display timeout and such.
feature request
low
Minor
313,339,852
vscode
Allow maximizing/restoring a single terminal or editor pane
I'd be surprised if this hasn't been asked before, but tmux supports a thing it calls "pane zooming", if I recall correctly. Basically once you start splitting a window, vertically, horizontally, it doesn't matter, you press a certain keyboard shortcut and the current pane is "maximized", hiding all the other panes...
feature-request,workbench-views
high
Critical
313,346,255
pytorch
[Caffe2] Onnx to Caffe2 Blob error
Trying to convert a model from PyTorch to Caffe2. I have the model in Onnx form, however when I try to go from Onnx to Caffe2 using the tool in caffe2.python.onnx.bin.conversion, I get an output but running them in Caffe2 produces: 'W0411 14:04:06.918320 13911 workspace.cc:174] Blob 1 not in the workspace. WARNING:...
caffe2
low
Critical
313,511,957
flutter
Support drawing text along a curved path and on a mesh
I would like to be able to draw text on a non-linear path, e.g. like so: https://fiddle.skia.org/c/@draw_text_on_path It doesn't appear to be possible to do that today - the `Paragraph` and `Canvas.drawParagraph()` classes/methods only appear to support drawing text baselined on a straight line (and paragraph in par...
c: new feature,engine,a: typography,P3,team-engine,triaged-engine
medium
Critical
313,516,892
kubernetes
Realtime process inside container
/kind feature I want to run RT process inside container as it is a requirement for my application. I am able to do this in docker/container using --cpu-rt-runtime=95000 --ulimit rtprio=99 but it doesn't work with k8s as I did not find a parameter to pass the same from YAML file. **Environment**: - Kubernetes...
sig/node,kind/feature,lifecycle/frozen
medium
Minor
313,518,114
angular
Elements adds ng-version attribute to every Angular element on the page
Currently every top-level custom element tag gets a ng-version attribute Ex. ``` ... <my-element name="Hello World!!" ng-version="6.0.0-rc.1" > <div>Hello World!!</div> </my-element> ... ``` For server side rendered custom elements this adds extra bytes for every custom element on the page.
type: bug/fix,freq3: high,area: server,area: elements,state: confirmed,P4
low
Major
313,520,880
rust
Comparison of Option<NonZeroU*> is not fully optimized
Compare: ```rust #![feature(nonzero)] use std::num::NonZeroU32; pub fn f(a: Option<NonZeroU32>, b: Option<NonZeroU32>) -> bool { a < b } pub fn g(a: u32, b: u32) -> bool { a < b } ``` The functions `f` and `g` have equivalent effect, and should compile to the same code. However, the translated `f` is much mo...
A-LLVM,I-slow,C-enhancement,T-compiler,WG-llvm,C-optimization
medium
Critical
313,537,743
flutter
iOS double-tap reachability under Flutter
iOS has a reachability feature where you can double-tap the home button to shift the entire screen contents down within thumb reach: ![iOS reachability](https://i.stack.imgur.com/uygr9.jpg) Under Flutter, the double-tapping works fine to shift the screen down, but unlike in other apps, the screen doesn't immediately...
c: new feature,platform-ios,framework,a: accessibility,customer: mulligan (g3),P2,team-ios,triaged-ios
low
Minor
313,554,536
flutter
Flutter Doctor Error - SocketException: Write failed (OS Error: Broken pipe, errno = 32)
I followed the "Get Started Tutorial" and when I run the β€˜Flutter: New Project’ show this message: ``` $ flutter doctor -v [βœ“] Flutter (Channel beta, v0.2.8, on Linux, locale en_US.UTF-8) β€’ Flutter version 0.2.8 at /home/raulino/.development/flutter β€’ Framework revision b397406561 (9 dias atrΓ‘s), 2018-04...
tool,t: flutter doctor,a: first hour,P2,team-tool,triaged-tool
low
Critical
313,583,914
pytorch
【Train issue with caffe2 detectron】Aborted at 1523501813 (unix time) try "date -d @1523501813" if you are using GNU date *** PC: @ 0x7fa35103733a (unknown)
I try to run resnet50_trainer.py to build my model by using 100 images, but I get the following error messages. My train method is drawn on the following web, https://github.com/royhuang9/Detectron. How to fix the error and run correctly using Caffe2? I am not sure if this is a Caffe2 issue. Train command: python2...
caffe2
low
Critical
313,673,188
rust
one_time_diagnostics and --teach doesn't work with incremental compilation
Both `one_time_diagnostics` and `--teach` suppresses diagnostic information if it was already emitted. However with incremental compilation if cause of the other diagnostic is removed without affecting the cause of other such diagnostics, the information will not be emitted at all.
A-lints,T-compiler,A-incr-comp,C-bug
low
Minor
313,680,520
TypeScript
JSDOC inconsistance casting behavior
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 --> <!-- Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the CONT...
Bug,Domain: JavaScript
low
Critical
313,685,454
rust
unsized generic field not allowed in repr(packed) struct
For some reason, using a generic `T: ?Sized` does not work in a `repr(packed)` struct, while a non-generic unsized type is OK. ``` #[repr(packed)] struct Bar([u8]); // ok #[repr(packed)] struct Foo<T: ?Sized>(T): // err ``` An non-`packed` is also OK: ```struct Foo<T: ?Sized>(T); // ok``` The full erro...
A-type-system,C-enhancement,T-types,A-repr-packed
low
Critical
313,687,788
angular
HttpErrorResponse statusText always default to 'OK' regardless of statusCode
## 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,breaking changes,freq1: low,area: common/http,state: confirmed,design complexity: low-hanging,P3
medium
Critical
313,696,036
javascript
separate event handler functions for an event attached to different inputs or one event handler function with lot of if statements/ switch statement?
separate event handler functions for an event attached to different inputs or one event handler function with lot of if statements/ switch statement? ```js // event handler 1 function validateEmail() { // validate email here } // event handler 2 function validatePassword() { //validate password here } ...
question
low
Minor
313,716,527
pytorch
caffe2/cuda_rtc can throw during the destructor
Note that this line throws in the destructor: https://github.com/pytorch/pytorch/blob/master/caffe2/cuda_rtc/common_rtc.h#L27 We saw those cases happening in TC so we rewrote our logic to unload first before destroying. You may wan to consider the same.
caffe2
low
Minor
313,737,077
rust
run-make/relocation-model fails on mips{el}-unknown-linux-gnu
``` error: make failed status: exit code: 2 command: "make" stdout: ------------------------------------------ LD_LIBRARY_PATH="/home/draganm/rust1/rust/build/mipsel-unknown-linux-gnu/test/run-make-fulldeps/relocation-model.stage2-mipsel-unknown-linux-gnu:/home/draganm/rust1/rust/build/mipsel-unknown-linux-gnu/st...
O-linux,O-MIPS,T-compiler,T-bootstrap,C-bug
low
Critical
313,743,858
go
net/http: TestServerDuplicateBackgroundRead crashes netbsd-arm builder
One of the net/http tests, `TestServerDuplicateBackgroundRead`, has crashed the netbsd-arm-bsiegert builder machine several times. When this happens, the machine locks up, accepting no input on the console, and the CPU gets hot. 02328153520b10d6252064ef18d5eeb214f55824 marks this test as skipped. This issue is tr...
Testing,OS-NetBSD,NeedsFix
low
Critical
313,761,424
You-Dont-Know-JS
this & Object Prototypes - Chapter 3 : 'in' operator
There's a paragraph related to the **in** operator that goes like this : > There's (currently) no built-in way to get a list of all properties which is equivalent to what the in operator test would consult (traversing all properties on the entire [[Prototype]] chain, as explained in Chapter 5). You could approximat...
for second edition
low
Minor
313,768,900
pytorch
[Caffe2] - Run on different Cuda streams
Hi, I loaded the model once on the GPU, and would like to run the network on different cuda streams, meaning having two videos running simultaneously using same model. I managed to implement this, but can't find where I need to change the cuda stream, for the Workspace to run on. Maybe it will be more helpful for...
caffe2
low
Minor
313,834,738
go
x/build/cmd/gerritbot: auto-wrap description
Per https://go-review.googlesource.com/c/vgo/+/105335/9//COMMIT_MSG#9 it would be good/nice to have gerritbot auto-wrap the first comment to save people having to do this by hand (which in a webpage text box is painful) cc @andybons
help wanted,Builders,NeedsFix
low
Major
313,839,388
vscode
Select editor text via touch
Issue Type: <b>Feature Request</b> When using a touch screen, I want to be able to interact with VSCode in an intuitive manner. When I touch and drag on text, I expect it to do something. I think the most intuitive option would be to select text. When I touch and drag on empty space (space with no characters i...
feature-request,editor-core,touch/pointer
medium
Critical
313,840,631
TypeScript
Review preserving internal trivia in code fixes
**TypeScript Version:** master **Code** ```ts exports.x = () /*comment*/ => f; ``` Run code fix to convert to an ES6 module. **Expected behavior:** ```ts export function x() /*comment*/ { return f; } ``` **Actual behavior:** ```ts export function x() { return f; } ```
Bug,Domain: Quick Fixes
low
Minor
313,859,224
flutter
Document the accuracy of native memory leak instrumentations
![screen shot 2018-04-12 at 12 32 40 pm](https://user-images.githubusercontent.com/156888/38699715-a7e3255c-3e4d-11e8-836c-9ab13861132f.png) There are some Dart memory management related stacks that show up as leaks in Xcode Instruments when playing around with the Gallery. We should document whether users that s...
team,engine,dependency: dart,d: api docs,P2,team-engine,triaged-engine
low
Major
313,874,512
pytorch
[Feature Request] Optimization with constraint (L-BFGS-B)
Is there an agenda for implementing bounded optimization method like L-BFGS-B? Scipy already has a functional method here scipy.optimize.fmin_l_bfgs_b.
proposal accepted,todo,triaged
low
Major
313,875,407
rust
"File name too long" error when compiling files with long names
``` could not write output to /home/russell/code/rust/rust/build/x86_64-unknown-linux-gnu/test/ui/nll/closure-requirements/region-lbr1-does-outlive-lbr2-because-implied-bound.region_lbr1_does_outlive_lbr2_because_implied_bound0-317d481089b8c8fe83113de504472633.rs.rcgu.o: File name too long ``` Can the test runner ...
C-enhancement,T-bootstrap
low
Critical
313,884,968
flutter
Potential customers run Flutter in Instruments and perceive it as leaking
My understanding is this occurs for two reasons. 1. Running Flutter in --debug, and see something (presumably tracing/observatory) taking up increasing memory over time. This occurred for customer:gold early in their initial eval. 2. Running flutter and loading lots of images and hitting: https://github.com/flu...
platform-ios,engine,P3,team-ios,triaged-ios
low
Critical
313,901,333
vscode
Command - Undo Replace All
In Search Panel should be button "Undo Replace All", whitch undo all "replaced" changes in all files. Should to be work like standard undo function, but only for files whitch "Replace All" made a changes. It looks something simple to introduce. Am I right?
feature-request,search-replace,undo-redo
high
Critical
313,923,370
flutter
Add a per directory structure README.md to the engine repo
Add a directory map README.md at the root similar to https://fuchsia.googlesource.com/docs/+/master/development/source_code/layers.md or https://fuchsia.googlesource.com/docs/+/master/map.md describing what should go where or a README.md like https://github.com/chinmaygarde/flutter_engine/blob/02c1f084cbe6a4f4c7a99a927...
team,engine,d: api docs,P2,team-engine,triaged-engine
low
Minor
313,928,959
go
x/build: finish, document Gerrit hashtags for managing open CLs
In chat with @andybons @FiloSottile @bcmills and @ianlancetaylor yesterday, I proposed we start using Gerrit's "hashtags" support, now that our hosted Gerrit supports it (notedb support is active for us) and PolyGerrit (the new web UI) supports it. After discussion, we settled on using tags: ``` so, how about: "...
Documentation,Builders,NeedsFix
medium
Major
313,931,736
go
x/build/cmd/gerritbot: impersonate reviewer accounts
The experience of only receiving messages from @gopherbot can be a bit impersonal and confusing. When migrating from Google Code we had gopherbot impersonate accounts. We could do the same for comments on PRs. It would be opt-in but as long as the main reviewers are covered, I think it would achieve its goal. /cc...
Builders,NeedsInvestigation
low
Minor
313,975,569
terminal
Conhost Properties Dialog β†’ "Find out more about new console features" leads to outdated documentation
* Setup: * System 1: * Windows 10 Pro Fall Creator's Update, Version 1709 (16299.371) * Release ring: Semi-Annual Channel (targeted) * Locale: English (United States) (en-US) * System 2: * Windows 10 Home Insider Preview, Version 1803 (17113.73) * Release ring: Rel...
Product-Conhost,Issue-Docs,Area-UserInterface
low
Minor
314,009,222
node
Flexible stdios for IPC
* **Version**: master * **Platform**: all * **Subsystem**: child_process A noted problem pattern is broken data flow when i) spawning OS commands that predate Node.js and that do not expect their stdios to be non-blocking. ii) Composite IPC that involves more than one Node process in the process chain. The unde...
child_process,stdio
low
Critical
314,024,460
rust
Type inference fails to infer lifetimes.
## Short summary When I partially specify the `&mut` type of a `Fn` trait argument, my code compiles. If I let the compiler find it out, it fails. I cannot see a single, language-wise, reason why it should fail. ## Details If I try the following code: ``` fn set(t : &mut usize) {} fn reset(t : &mut usize) {...
C-enhancement,A-diagnostics,A-lifetimes,A-closures,T-compiler,A-inference
low
Critical
314,026,764
vscode
Use fresh environment block on new terminals in Windows
At the moment, if any environment variables change, or new "apps" are installed while VS Code is running, in order for those changes to be recognized VS Code needs to be closed and re-open. For instance, when running `npm i -g <something>` or `choco install <package>` in another prompt or powershell window, those n...
feature-request,windows,terminal-process
high
Critical
314,030,951
TypeScript
JSDoc optional/required variant doesn't play well with multi-@param RecordType declarations
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 --> <!-- Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the CONT...
Bug,Domain: JSDoc,Domain: JavaScript
low
Critical
314,086,944
rust
LLVM has rare assert failure (3% of time?) during async trans
I recently tried turning on LLVM assertions (and built it in Debug mode, etc; part of debugging something else) via the following in my `config.toml`: ``` [llvm] # Indicates whether rustc will support compilation with LLVM # note: rustc does not compile without LLVM at the moment #enabled = true # Indicates w...
A-LLVM,T-compiler,C-bug
low
Critical
314,138,916
vue
Merge common class names of component and root element of that component
### What problem does this feature solve? It looks a little awkward if there are duplicate class names in a DOM element. ### What does the proposed API look like? If you look into [this fiddle](https://jsfiddle.net/zLnzuh1f/). The `div` element of `foo` component will have two `bar` classes in it. So it looks ...
improvement,has PR
low
Minor
314,182,866
vue
Vue Selected Bind Does Not Work on Option Tags
### Version 2.5.16 ### Reproduction link [https://codepen.io/jbenner/pen/geJqex](https://codepen.io/jbenner/pen/geJqex) ### Steps to reproduce 1. Instantiate a Vue instance with a `data` property named `locations` which is an array consisting of `['all', 'north', 'south', 'east', 'west']`. 2. Iterate over the...
improvement
low
Critical