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
468,558,864
opencv
OpenCV.js binding issue for perspectiveTransform using Point2fVector as input
I am trying to call `findHomography` and `perspectiveTransform` from OpenCV.js. The issue I came across was that the binding of these two functions is only specified for `Mat` inputs and not `std::vector<cv::Point2f>` which I want to use. So I went ahead an created new bindings for these functions with these structs as...
category: javascript (js)
low
Critical
468,570,427
kubernetes
[Performance] Etcd get node-lease latency is higher than put latency and not within SLO limits
**What happened**: When running GCE 5K scale tests (either kubemark or regular) we discovered that the get Lease latency is significantly higher than put Lease latency. This is counter-intuitive and what's even worse the 99th pctl of get lease latency is often not withing our SLOs. Some graphs ApiServer Latency: !...
kind/bug,sig/scalability,sig/api-machinery,lifecycle/frozen
medium
Major
468,707,204
TypeScript
Allow configuration of ts.server.maxFileSize
## Search Terms ``` configure maxFileSize largeFileReferenced ``` ## Suggestion Allow the maxFileSize property to be configurable. ## Use Cases Currently, when trying to import large JSON files, the Typescript Language Service fails to provide intellisense due to the maxFileSize limit being exceeded. #...
Suggestion,Awaiting More Feedback
low
Minor
468,717,301
opencv
OpenCV.js assigned Mat object memory isnt collected by garbage collection
<!-- 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...
RFC,category: javascript (js)
low
Critical
468,733,743
terminal
TitlebarControl should be a Template
The `TitlebarControl` introduced in #1948 should be a XAML Template, so we can style it easier. Right not the control is just straight up defined in XAML, but it should do the thing most controls do, where they're a ResourceDictionary with a Template.
Product-Terminal,Issue-Task,Area-CodeHealth
low
Minor
468,741,233
terminal
Stop rendering when the terminal has been minimized/control has been hidden
Ported from MSFT:21315817 We shouldn't render the XAML island when we're minimized. I don't remember any more of the context on this one. It _was_ assigned to @DHowett-MSFT, so he might remember.
Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task
low
Minor
468,743,436
rust
Type inference breaks down in recursive call
This is as simple as I could make it. There is an error when I try to call `do_stuff` recursively, without explicitly giving the type of `T`: ```rust fn do_stuff<T>(t: T) where u8: From<T>, { // This is an error: do_stuff(1u8); // This is ok: do_stuff::<u8>(1u8); } fn main() { ...
A-type-system,T-compiler,A-inference,C-bug,T-types
low
Critical
468,748,416
pytorch
JIT trace parameter sharing error if Module attributes happen to be the same
## 🐛 Bug You'll get an error if two attributes of a Module have the same values when using `torch.jit.trace`: ``` ~/miniconda3/lib/python3.6/site-packages/torch/jit/__init__.py in check_unique(param) 1459 def check_unique(param): 1460 if param in id_set: -> 1461 raise...
oncall: jit,triaged
low
Critical
468,751,772
TypeScript
Wildcard ambient modules declaration override rules
## Search Terms wildcard ambient module override ## Suggestion I could not find written anywhere how wildcard ambient module declaration precedence work in case of overlaps. In the [original pull request](https://github.com/microsoft/TypeScript/pull/8939/files#diff-08a3cc4f1f9a51dbb468c2810f5229d3R575) "prefix ...
Needs Investigation
low
Critical
468,785,039
flutter
Can't swipe to dismiss scrollable Bottom Sheet
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,framework,f: material design,f: scrolling,f: gestures,customer: crowd,c: proposal,P2,team-design,triaged-design
low
Critical
468,789,503
go
x/oauth2/clientcredentials: context values are not passed to oauth2 requests that retrieve tokens
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13beta1 linux/amd64 </pre> ### Does this issue reproduce with the latest release? It does reproduce with the latest version of golang.org/x/oau...
help wanted,NeedsFix
low
Critical
468,790,746
TypeScript
Feature Request: Make ES module exports conform to an interface using triple slash directive
## Search Terms ESM, ES module, EcmaScript Module, Interface, Exports, triple slash directive, module ## Suggestion I want to be able to enforce and ESM's exports to conform to an interface. <details> <summary>Here's an ESM that exports some values:</summary> ![carbon (45)](https://user-images.githubusercon...
Suggestion,Awaiting More Feedback
low
Critical
468,807,845
go
cmd/doc: show documentation for explicitly-requested identifiers regardless of the `-u` flag
### What version of Go are you using (`go version`)? ``` ~/go/src$ go version go version devel +87bf0b5c51 Tue Jul 16 13:17:46 2019 -0400 linux/amd64 ``` ### What did you do? ``` ~/go/src$ go doc go/build.getToolDir ``` ### What did you expect to see? ``` ~/go/src$ go doc go/build.getToolDir package...
help wanted,NeedsFix
low
Minor
468,809,691
go
cmd/doc: show types for constants and variables that have initializers
Currently, if you ask `go doc` for an exported identifier, and it happens to be declared as a `var` or `const` with the type inferred from the initializer, the type of the variable does not appear in the output. It is doubly frustrating if the initializer happens to refer to unexported identifiers, since `go doc` re...
NeedsInvestigation,FeatureRequest
low
Minor
468,826,595
pytorch
Unify tensor shape formatting in shape checks
I made some mistake with tensor shape for nn.Conv1d and expectedly got an error: ``` File "/miniconda/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 198, in forward self.padding, self.dilation, self.groups) RuntimeError: Expected 3-dimensional input for 3-dimensional weight 768 161 13 14018541707...
module: error checking,module: convolution,triaged,enhancement
low
Critical
468,827,059
flutter
Shell unit-tests that assert subprocess death don't seem to work on Windows.
These have been disabled in the test harness for now.
engine,platform-windows,P2,team-engine,triaged-engine
low
Minor
468,833,132
go
proposal: issues: distinguish "blocks beta/rc" from "blocks final release"
When we (@golang/osp-team) triage the issues labeled with [`release-blocker`](https://github.com/golang/go/labels/release-blocker) prior to a release, we often end up sorting them into a finer granularity: * “blocking the next beta” (issues that will need broad testing before the release), * “blocking the release can...
Proposal,Proposal-Hold
low
Minor
468,837,089
flutter
Benchmark targets are not run on Windows.
engine,platform-windows,P2,team-engine,triaged-engine
low
Minor
468,842,910
pytorch
[data loader] Graceful data loader threads exit on KeyboardInterrupt
During training with PyTorch 1.2.0.dev20190607 I pressed Ctrl+C and got the following: ``` KeyboardInterrupt Traceback (most recent call last): File "/miniconda/lib/python3.7/multiprocessing/queues.py", line 242, in _feed send_bytes(obj) Fatal Python error: could not acquire lock for <_io.BufferedWriter nam...
needs reproduction,module: dataloader,triaged
low
Critical
468,844,731
rust
Link errors when compiling for i386 with +soft-float
It appears that since https://github.com/rust-lang/rust/pull/61408, rust now requires `fminf` and `fmaxf` functions to be present when compiling for i386 with +soft-float (using a custom target JSON). However, compiler-builtins [only expose those functions for some targets], which don't include x86. Maybe compiler-b...
A-linkage,O-x86_64,T-compiler,C-bug,O-x86_32
low
Critical
468,845,877
electron
Starting devtools with activate: false makes it so that clicking on the main window does not bring it to the front
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
platform/windows,bug :beetle:,5-0-x,7-1-x,10-x-y
medium
Critical
468,859,007
flutter
Sliver garbage collect does not work in Sizedbox
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
framework,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework
low
Critical
468,905,662
flutter
Implement alternatives to long press on desktop
For `ListTile`, and `ReorderableListView`, there are handlers that support long press on mobile platforms. These don't work well on desktop, and so they need to instead support other affordances. These affordances will need to be designed and implemented to fit with the Material Design spec.
framework,f: material design,c: proposal,a: desktop,P3,team-framework,triaged-framework
low
Major
468,911,113
go
cmd/go: report an error for cmd (and std?) modules outside $GOROOT
Trying to work on the src code of `go doc` but every time I try to compile a `./doc` binary it uses other src code, it doesn't look in the current directory am in, I have to force it `go build main.go` ``` gert@gert ~/Desktop/go/src/cmd/doc:master> go build gert@gert ~/Desktop/go/src/cmd/doc:master> ls dirs.go ...
NeedsInvestigation,modules
low
Critical
468,922,044
TypeScript
The dom.iterable lib contains many interfaces that should also be in webworker
<!-- 🚨 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,Rescheduled
low
Critical
468,930,988
vscode
If pasting over text containing TextEditorDecorations, they are retained
Version: 1.36.1 (user setup) Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529 Date: 2019-07-08T22:59:35.033Z Electron: 4.2.5 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.18362 If pasting over text with TextEditorDecorations applied, they are applied to the new text....
feature-request,semantic-tokens
low
Minor
468,948,886
pytorch
Support serializing IValue to bytes (and deserialize from bytes)
## 🚀 Feature Right now, torch.save only supports saving to file. But not serialize to bytes. Similarly, it would be great to be able to deserialize the bytes too. This should work bidirectionally between Python and CPP. ## Motivation We want to serialize IValue to bytes to send over network. The interface ri...
oncall: jit,triaged
low
Major
468,956,623
flutter
Flutter doesn't work when installed to icloud sync folder
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
tool,a: first hour,P2,team-tool,triaged-tool
low
Critical
469,044,704
pytorch
performance much worse on 2080ti than 1080ti
## 🐛 Bug I have a model that I have historically trained on 1080ti, and recently I discovered that the training speed is much worse (almost 2x slower) on 2080ti. The rest of the setup (nvidia driver + cpu + networking) is the same between the two. I profiled my script using `nvprof python my_script.py`, and dis...
module: performance,module: cuda,triaged
medium
Critical
469,046,930
flutter
[Google Map] InfoWindow can support a style on title and snippet?
google_maps_flutter: 0.5.19+2 1) Can i set the styling of the title or snippet of the InfoWindow? eg, Font color, Font size. 2) can the title supports multi-line? Currently, it supports one line. 3) Will it support custom info window? For native, we can draw a bitmap for info window.
c: new feature,d: api docs,customer: crowd,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
469,051,635
flutter
Flutter Driver: Needs to use WidgetsBinding.instance.isRootWidgetAttached because otherwise I need to use Future.Delayed before root widget is attached
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,tool,t: flutter driver,P3,team-tool,triaged-tool
low
Critical
469,081,326
go
cmd/internal/browser: Open() shouldn’t rely on Commands()
`Commands()` is used as the only backend for `Open()`, but there’s OS-specific ways to open things in a browser instead. Sadly on Linux, it is complex: 1. Consult `$BROWSER` for a “:”-delimited list of executables. 2. If it’s unset or none of the executables can be found: 1. `xdg-settings get default-web-brows...
NeedsInvestigation
low
Critical
469,103,728
vue
Consistency in `$refs`: all children of $refs array using same format.
### What problem does this feature solve? I know this is intended as a feature, but I encountered a lot of issues when trying to access $refs due to all the different formats: - If `ref` is inside a `v-for`, the `$refs` element will be an array. This wouldn't be necessary since is trivial to add an unique name to t...
discussion
medium
Minor
469,104,229
terminal
Plugin: add support for [XYZ]MODEM file transfers
refer to the title
Issue-Feature,Help Wanted,Area-Extensibility,Product-Terminal
high
Critical
469,114,058
svelte
Allow binding validity on input, select and textarea elements
I would like to add a read-only binding for `validity` property ([ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)) on form elements. For Example ```html <script> let email; let emailValidity = {}; </script> <input type="email" required bind:value={email} bind:validity={emai...
feature request,temp-stale
low
Major
469,152,633
terminal
Make sure MinMaxCloseControl supports FullScreen & Tablet Mode
Some thoughts about the Min/Max/Close buttons, and supporting FullScreen or Tablet Mode Some properties to consider for this TitlebarControl. This could be also be useful for the Settings UI, if it is presented in a window. * CanMaximise * CanMinimise * CanRestore Which would hide those buttons if you wanted ...
Help Wanted,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Minor
469,157,206
electron
Windows: disable smooth scrolling for ALL electron apps
### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]--> * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/...
enhancement :sparkles:
low
Major
469,162,154
godot
Unable to revert ParticlesMaterial's Orbit Velocity properties
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.1.1.stable.mono.official v3.2.dev.mono.custom_build.d087a9e32 **OS/device including version:** Windows 10 **Issue description:** When usi...
bug,topic:editor,confirmed
low
Minor
469,289,077
rust
Type inference in the presence of recursive impls may result in an error message that mentions seemingly unrelated types
Here's an example (tested with 1.36.0 and 1.38.0-nightly): https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=820e0d5fd61e7d9275a4378977488d8a ```rust trait Trait {} struct Struct1<T>(T); struct Struct2<T>(T); //error message depends on the order of impls impl <T> Trait for Option<St...
C-enhancement,A-diagnostics,A-trait-system,T-compiler
low
Critical
469,294,984
TypeScript
Functions with same intersection and conditional type in parameter list not assignable to each other
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Needs Investigation
low
Critical
469,295,215
create-react-app
Don't compile async/await in node_modules in development
### Is your proposal related to a problem? The problem that I have with the preset transpiling async/await is that debugging gets really hard. With the uprising of hooks a lot of libraries are abstracting a lot of functionality away which is great but this also means that if they expose functionality as a HOF that d...
issue: proposal
low
Critical
469,336,027
opencv
Compile error building 4.1.0 with x86_64-w64-mingw32-gcc under cygwin
<!-- 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,platform: win32,category: 3rdparty
low
Critical
469,348,499
flutter
WebViewPlatform calls implementation's build more than once with the same set of arguments. Also, there's no dispose to clean up resources of a web view.
We're seeing on Fuchsia that using WebViewPlatform requires us to make cls like this to both allow us to dispose of the webview: https://fuchsia-review.googlesource.com/c/topaz/+/301291 and to prevent us from calling the webview created callback multiple times: https://fuchsia-review.googlesource.com/c/topaz/+/30215...
customer: fuchsia,p: webview,package,team-ecosystem,P2,triaged-ecosystem
low
Minor
469,373,126
storybook
Addon-docs: Use MDX shortcodes
MDX 1.0 introduced "shortcodes" which allow you to [use certain elements without needing to import them explicitly](https://mdxjs.com/blog/shortcodes). Should we use this for `<Meta>`, `<Story>`, `<Preview>`, `<Source>`, and `<Props>` so you can use them in `*.stories.mdx` without having to import them every time? ...
feature request,addon: docs,mdx
low
Major
469,403,238
TypeScript
Suggestion: Improve type of `constructor` on the instance type of a class
## Search Terms constructor type ## Suggestion This was previously discussed in this thread: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/36660#discussion_r304173536 > I could see a possible future mechanism for `this.constructor` that returned the static side of the containing class without call o...
Suggestion,In Discussion
medium
Major
469,403,593
rust
Document that str, slices, (more?) can't safely straddle allocation boundaries
Slicing, indexing, and other safe operations on slices and strings pervasively use `<*T>::offset` and APIs built on top of it. These have the requirement that > Both the starting and resulting pointer must be either in bounds or one byte past the end of the same allocated object. So if one allocates two pieces of...
C-enhancement,T-lang,A-docs
low
Major
469,442,272
neovim
tests: flaky(?): :edit term://* runs TermOpen early enough to set buffer-local 'scrollback'
This was seen on CI: ``` [ ERROR ] 1 error, listed below: [ ERROR ] ...neovim/neovim/test/functional/terminal/edit_spec.lua @ 34: :edit term://* runs TermOpen early enough to set buffer-local 'scrollback' test/functional/ui/screen.lua:567: Row 1 did not match. Expected: |*96: foobar | | ...
test
low
Critical
469,445,605
TypeScript
Using && with a string produces union type with empty string
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> The below code is a super simplified version of a real world scenario I just ran into. When trying to assign a value only if some other condition is true and otherwise returning `undefined`, TypeScript produces a strange...
Bug
low
Critical
469,468,710
rust
"Foo is ambiguous" only when deriving Debug
[playpen](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=903c3c6207c05d529bd58cc739350d65) This may be related to #62768. Given this code: ```rust pub use Foo::*; #[derive(Debug)] pub enum Foo { Foo(i32), } ``` The compiler errors, saying that the `Foo` in `use Foo::*` may ref...
A-resolve,T-compiler,C-bug
low
Critical
469,498,244
flutter
Expose attributes of widgets to Flutter Driver
## Use case When retrieving a SerializableFinder, it would be helpful if we could find out if a button is enabled/disabled by accessing the button's attributes. There are software requirements for example where a button can only be enabled for clicking if text fields are filled out. ## Proposal Add a function in ...
c: new feature,tool,t: flutter driver,P3,team-tool,triaged-tool
low
Major
469,518,611
scrcpy
Lens correction
Is there a way to apply lens correction for streams coming from Oculus Quest / Go? With a recorded MP4 video file I can use ffmpeg like this to fix up lens distortion: `ffmpeg -i input.mp4 -vf 'lenscorrection=k2=0.1:k1=-0.4' -r 24 output.mp4` Is it possible for the output of scrcpy to be corrected in realtime?
feature request
low
Major
469,567,032
godot
[.WebGL-053FF6D0]RENDER WARNING: there is no texture bound to the unit 30
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** 3.1.1 <!-- Specify commit hash if non-official. --> **OS/device including version:** Windows 10 - Chrome <!-- Specify GPU model and drivers if graphics-related. --> Firefo...
bug,platform:web,topic:rendering,confirmed,topic:3d
low
Critical
469,594,110
flutter
flutter drive --trace-skia
when we flutter run an app can add --trace-skia to get timeline with skia functon. But flutter drive can not add --trace-skia, so can not get time line with skia funcion.
c: new feature,tool,c: performance,t: flutter driver,P3,team-tool
low
Minor
469,635,541
kubernetes
Migrate all uses of leader-election to use Lease API
Currently, Kubernetes components (scheduler, kcm, ...) are using leader election that is based on either Endpoints or ConfigMap objects. Given that both of these are watched by different components, this is generating a lot of unnecessary load. We should migrate all leader-election to use Lease API (that was design...
kind/cleanup,sig/scalability,help wanted,priority/important-longterm,lifecycle/frozen
medium
Critical
469,715,349
flutter
DropdownMenuItem RTL isn't working
in this sample code i can't set right to left texts on dropdown menus ```dart List<DropdownMenuItem<SessionsEntity>> buildDropdownMenuItems(List sessions) { List<DropdownMenuItem<SessionsEntity>> items = List(); for (SessionsEntity session in sessions) { items.add( DropdownMenuItem( ...
framework,f: material design,a: internationalization,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
469,792,876
TypeScript
should not throw error at `.d.ts` when `func` + `namespace` has member `default`
<!-- 🚨 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
469,839,565
flutter
Different Appbar with same bottomNavigatioBar without nesting Scaffolds
If you want to have a bottom navigation bar(CircularNotchedRectangle) with a nice floatingActionButton on all your app sections(pages) but different appBar the only solution is to use nested Scaffolds. Based on some observations and comments (https://github.com/flutter/flutter/issues/23106#issue-370255150) nesting sc...
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
medium
Critical
469,843,401
vscode
[css][html] Publish language servers modules on npm
We'd like to reuse more easily language servers from VSCode (HTML, CSS, JSon...), On npm.js we can see the related "languageservice" which provide some part of the logic, but those don't talk LSP. Could the language server modules be published on npm.js for easier reuse? Or merged with the languageservice modules dire...
feature-request,css-less-scss
low
Major
469,850,846
kubernetes
Admission webhooks affected by dead tcp connections
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I was doing som...
kind/bug,priority/important-soon,area/client-libraries,sig/api-machinery,area/admission-control,lifecycle/frozen
medium
Critical
469,893,330
pytorch
BatchNorm1d fails on first run through GPU
## 🐛 Bug BatchNorm1D results in ``` RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED ``` on first run through. Afterwords it works as intended. Note that this does not happen on CPU. ## To Reproduce ``` import torch a = torch.rand((2, 32, 200), requires_grad=True).cuda() batchnorm = torch.nn.Ba...
module: nn,module: cuda,triaged
low
Critical
469,918,494
go
os/signal: TestNohup flaky
Seen on the `solaris-amd64-oraclerel` builder in https://build.golang.org/log/d5185d101eddc0f5a05103f11b74caf24421bf46: ``` --- FAIL: TestNohup (1.25s) signal_test.go:329: ran test with -send_uncaught_sighup=1 and it succeeded: expected failure. Output: PASS FAIL FAIL os/signal 3.575s ``` ...
Testing,NeedsInvestigation,compiler/runtime
medium
Critical
469,947,814
pytorch
Proposal: Optional AutogradMeta for Variable
# Motivation Making AutogradMeta optional for a Variable that does not need gradient computation (i.e. it doesn’t require grad, and it doesn’t have a grad_fn) provides the following benefits: 1. Memory savings for Variable that doesn't need gradient computation. 2. Removal of the `Variable` class and the `make...
module: autograd,triaged
low
Minor
469,965,789
bitcoin
Ensure we have sufficient transaction-relay peers
Currently, we have no protections in place if our outbound peers are running in `-blocksonly` mode. In practice, we rely on our outbound peers to be our best source of announced transactions, but if all our outbound peers were `-blocksonly`, we would make no effort to disconnect any to find an alternative peer to rece...
Brainstorming,P2P
low
Major
469,968,810
flutter
[tool]`--wrap-column` flag has no effect
Related: https://github.com/flutter/flutter/issues/23074. In the following, there is no wrapping of the option description. ``` > flutter help --wrap-column=80 --verbose | grep column --wrap-column Sets the output wrap column. If not set, uses the width of the terminal. No wrapping occurs if no...
tool,a: quality,has reproducible steps,P2,found in release: 3.0,found in release: 3.1,team-tool,triaged-tool
low
Minor
470,040,109
pytorch
Add automatic tuning flags to utils.data.dataloader
## 🚀 Feature Adding automatic tuning flags for `batch_size` and `num_workers` to `torch.utils.data.dataloader` ## Motivation We'd like to help users to get good performance (throughput) in their data loading jobs. This will allow users to focus on defining the logic for the model inference. Today, users have...
feature,module: dataloader,low priority,triaged
low
Critical
470,059,181
react
onBeforeInput fires after browser updates the DOM for special characters like "中" or 😣on Firefox and Edge
<!-- 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?** onBeforeInput fires after browser updates the DOM for special characters ...
Component: DOM,Type: Needs Investigation
medium
Critical
470,113,429
pytorch
ConcatDataset returns different error messages setting out of range plus index and minus index.
## 🐛 Bug ConcatDataset returns different error messages setting out of range plus index and minus index. ## To Reproduce ``` >>> import torch >>> from torch.utils import data >>> x=data.ConcatDataset((range(10),range(10))) >>> x[-100] Traceback (most recent call last): File "<stdin>", line 1, in <modul...
module: docs,low priority,triaged
low
Critical
470,124,196
kubernetes
Allow exposing status.containerStatuses[*].imageID through Downward API
**What would you like to be added**: It would be great if `status.containerStatuses[0].imageID` and `status.containerStatuses[0].image` could be exposed through Downward API and passed as an environment variable. That would allow the container to obtain information about which exactly digest of the image it is runni...
sig/node,kind/feature,priority/important-longterm,lifecycle/frozen,needs-triage
high
Critical
470,159,491
pytorch
The speed of `torch.einsum` and `torch.matmul` when using `fp16` is slow
## 🐛 Bug I found that the speed of `torch.einsum` when using fp16 is much slower than using fp32. when the shapes of inputs are (a,b,c) and (a,c,d), `matmul` became much slower as well. ## To Reproduce ```python import os os.environ['CUDA_VISIBLE_DEVICES']='0' import torch from time import time a = to...
module: performance,module: cuda,triaged,module: linear algebra
low
Critical
470,162,203
create-react-app
Issues with lerna and Yarn workplaces
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
issue: bug
low
Critical
470,227,186
vue-element-admin
有咩有谁在这个项目当中引用过el-image?我引入el-image会报组件注册不正确的错误
## Question(提问) 有咩有谁在这个项目当中引用过el-image?我引入el-image会报组件注册不正确的错误 <!-- 提问之前,请确定你已经过自己的努力,尝试解决过这个问题。 若是代码相关问题,请不要只截图,请提供在线 demo,以便节约彼此的时间。 Before asking a question, please make sure that you have tried your best to solve this problem. If it's a code-related issue, please don't just take screenshots....
feature
low
Major
470,228,221
flutter
Refactor logs to operate on functionality instead of log level
Refactor logs to operate on functionality instead of log level, e.g., `Log.debugPrintSystemChannels();` `Log.debugPrintLifecycle();` etc.
team,framework,P3,team-framework,triaged-framework
low
Critical
470,247,710
pytorch
creation of a tensor from a numba.cuda array
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Having `torch.from_numba(cuda_arr)` can be useful in many cases. ## Motivation With the easy to use APIs in numba, I would like to do the preprocessing on gpu and then pass resultant gpu arrays to pytorch model. But currently, we have ...
feature,low priority,triaged,module: numba
low
Major
470,249,611
pytorch
[c++] torch::conv2d() expected output_padding to be a single integer value or a list of 3 values
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. When I use c++ to deploy my model ,I need to rite a NMS function ,I found torch::conv2d() needs a param I can't provide 2.my source code is ``` torch::Tensor soft_nms_3d(torch...
module: docs,module: cpp,module: nn,low priority,module: convolution,triaged
low
Critical
470,272,196
create-react-app
create-react-app freezes at extracting "rxjs"
![image](https://user-images.githubusercontent.com/44221538/61531295-0b901200-aa44-11e9-8b04-3b4683a23c52.png) #ITS NOW SHOWING TWO LOADERS CAN U PLEASE HELP ME WITH IT ???? ![image](https://user-images.githubusercontent.com/44221538/61531396-4eea8080-aa44-11e9-8669-e37064327db3.png) ##ITS NOW 2 DAYS BUT THIS ...
issue: bug
low
Minor
470,304,311
ant-design
TreeSelect的节点提供连接线以及目录树
- [ ] 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? 目前的TreeSelect展开的树形列表虽然功能上已经基本完善,但是在某些情况下用户体验并不是很好,比如在节点数量比较多,节点层数比较复杂的情况下只用△的展示方式并不友好,所以希望提供像Tree组件的showLine以及DirectoryTree的可选方式展...
help wanted,Inactive
low
Minor
470,319,537
TypeScript
checkJs should recognize properties assigned with lodash
<!-- 🚨 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
low
Critical
470,328,778
pytorch
Inconsistent axis argument names in torch.diagonal and torch.transpose
`torch.diagonal` uses `dim1` and `dim2` while `torch.transpose` uses `dim0` and `dim1`.
module: docs,low priority,triaged
low
Minor
470,362,670
go
cmd/compile: malformed DWARF ranges (child not contained in parent)
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version devel +79bb1a3653 Thu Jul 18 10:16:59 2019 -0400 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operat...
NeedsFix,Debugging
low
Critical
470,382,416
pytorch
update docs that sorting is not needed in
## 📚 Documentation based on dicussion here: https://discuss.pytorch.org/t/why-lengths-should-be-given-in-sorted-order-in-pack-padded-sequence/3540/10 `pack_padded_sequence` does not need sorting anymore, so perhaps the fact the docs mention sorting at all should be deleted. > For unsorted sequences, us...
module: docs,module: rnn,triaged
low
Minor
470,383,168
youtube-dl
[ARD Radio] Audiothek Site support request
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
470,412,279
go
cmd/vet: reject flag.Parse during func init
In #31859, @cespare suggested rejecting flag.Parse during func init, which is always incorrect (other packages not yet initialized may want to define flags). We could add a special runtime hook of some kind to allow flag to see whether main.main has started, but that would be unfortunate. There also may be lots of co...
help wanted,NeedsFix,early-in-cycle,Analysis
low
Major
470,435,143
go
encoding/asn1: valid GeneralizedTime with UTC offset of +0000 not parsed
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.7 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture ...
NeedsInvestigation
low
Critical
470,436,580
flutter
Expose hot restart to flutter_driver
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,tool,t: flutter driver,P3,team-tool,triaged-tool
low
Critical
470,446,879
flutter
Initial image load is slow when AssetManifest.json is larger than 10KB
When AssetManifest.json is larger than 10KB, [AssetBundle.loadString](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/services/asset_bundle.dart#L70) will spawn a new isolate to perform utf8 decoding, and that is taking 1.5 - 3 seconds on my test device (Pixel 2) in debug mode. Release mode i...
framework,c: performance,a: assets,customer: google,a: images,a: build,P2,team-framework,triaged-framework
low
Critical
470,475,903
TypeScript
`this` and `typeof` are not type keywords in completions
In services/utilities.ts:1213, `this` and `typeof` are not in ```ts export const typeKeywords: ReadonlyArray<SyntaxKind> = [ SyntaxKind.AnyKeyword, SyntaxKind.BigIntKeyword, SyntaxKind.BooleanKeyword, SyntaxKind.FalseKeyword, SyntaxKind.KeyOfKeyword, SyntaxK...
Bug,Help Wanted,Domain: Completion Lists
low
Major
470,485,662
pytorch
Versioning for libtorch nightlies
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Currently, all the nightly builds have the same `CAFFE2_VERSION` even though there may be major changes between them. For example, both `1.2.0.dev20190601` and `1.2.0.dev20190717` list the version as `10200`, but there are many breaki...
module: binaries,module: build,triaged,better-engineering
low
Minor
470,516,655
pytorch
Test utility for non-contiguous tensors
Currently in tests, non-contiguous tensors are mostly created in a homebrewed way, e.g., via transpose. This may work for now but it seems relying too much on the underlying implementation which guarantees nothing about contiguity. It would be nice if there is a utility that consistently produces non-contiguous tensors...
module: tests,triaged,enhancement
low
Minor
470,520,993
TypeScript
Optionally provide path/link to file with transpilation error
I see this in my terminal: <kbd> <img width="975" alt="Screen Shot 2019-07-19 at 1 04 27 PM" src="https://user-images.githubusercontent.com/11139560/61562857-18523d00-aa27-11e9-8a2b-67025d2dab95.png"> </kbd> ----- I have two feature requests: 1. for us hard of seeing people, it's _really_ hard to read the...
Suggestion,Awaiting More Feedback
low
Critical
470,566,427
pytorch
[RFC] RPC Based Distributed Model Parallel
with @pritamdamania87 @zhaojuanmao @aazzolini @gqchen @pietern @satgera @ezyang @zdevito @suo @manojkris @gchanan @soumith @dzhulgakov @yifuwang @bddppq @joxu-cn @dwarakrajagopal @jspisak PyTorch currently provides simple APIs for single machine data parallel, distributed data parallel, and single machine model par...
feature,triaged,module: rpc
medium
Critical
470,609,917
godot
Can't change color space of vertex colors in GLES2 using a SpatialMaterial
**Godot version:** 3.1 stable **OS/device including version:** GNU/Linux x64 **Issue description:** Vertex colors look very different in GLES2 and the "Is Srgb" toggle in the material doesn't do anything Note: the "Is Srgb" toggle does make a difference in GLES3, but the colors look right when it's off....
bug,topic:rendering,confirmed,topic:3d
medium
Major
470,614,096
TypeScript
Convert to ES2015 class do not recognize inheritance
Issue Type: <b>Bug</b> ```js function Derived() { Base.call(this, /*some base args*/); /* some other constructor work */ }; Derived.prototype = new Base(); Derived.prototype.constructor = Derived; ``` must be converted to ```js class Derived extends Base { constructor() { super(/*some base ar...
Suggestion,Awaiting More Feedback
low
Critical
470,614,299
TypeScript
Feature Request: Split out JsDoc comments for constructor function when convert function to ES2015 class
Add ability to convert JsDoc comments in following situation: ```js /** * @class * Some constructor description. * @classdesc * Some class description */ function Class() {} ``` must be converted to ```js /** * Some class description */ class Class { /** * Some constructor description. ...
Suggestion,Awaiting More Feedback,Domain: Refactorings
low
Minor
470,635,592
godot
Why is _ptr in cowdata.h mutable?
I tried compiling without the keyword and it compiles just fine...is there any use cases where this is necessary? https://github.com/godotengine/godot/blob/e44041ae41c6b76678f52f772abb5e4834ed40a1/core/cowdata.h#L56
discussion,topic:core
low
Minor
470,651,082
TypeScript
[Feature Request] Print project directory when diagnostics enabled
<!-- 🚨 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
low
Critical
470,672,766
godot
Confusing EditorPlugin.forward_*_gui_input Behavior
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.1.1 <!-- Specify commit hash if non-official. --> **OS/device including version:** Solus Gnome 4.0 <!-- Specify GPU model and drivers if graphics...
discussion,topic:plugin,topic:input
low
Critical
470,678,421
rust
Provide From<E> for Box<dyn Error + Send> and Box<dyn Error + Sync>
[As explained in the Rust User forum](https://users.rust-lang.org/t/impl-e-error-from-e-for-box-dyn-error-send/30507), I noticed that the following impls are not available: ```rust impl<'a, E: Error + Send + 'a> From<E> for Box<dyn Error + Send + 'a> {} impl<'a, E: Error + Sync + 'a> From<E> for Box<dyn Error + Sync...
T-libs-api,C-feature-request
low
Critical
470,684,091
rust
Library load disallowed by System Policy on macOS 10.15 beta 4
On macOS 10.15 beta 4 (19A512f), when I try to run `rustc` (or invoke it through a command like `cargo build`) I get the following message: ``` dyld: Library not loaded: @rpath/librustc_fs_util-e4dabb5766b9af43.dylib Referenced from: /Users/soren/.rustup/toolchains/stable-x86_64-apple-darwin/bin/rustc Reason:...
O-macos
low
Critical
470,704,402
rust
MaybeUninit<T> could be Copy for all T
At the moment it only implements `Copy` when `T: Copy`, but there's no memory-safety reason for it not to always be `Copy`.
C-enhancement,T-lang,T-libs-api
low
Major
470,708,115
node
Memory leak with debugger running.
* **Version**: v11.15.0 * **Platform**: Linux **Edit:** Removed information about https://github.com/nodejs/node/issues/28786 making this hard to debug, as it has been fixed in ``v12.7.0``. This bug might also be the same as, or related to, [this bug](https://github.com/nodejs/node/issues/28420), but because I'm...
memory,inspector
low
Critical