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
460,187,698
opencv
aarch64: libgomp.so.1: cannot allocate memory in static TLS block
Problem is caused by this optional flag: `-DWITH_OPENMP=ON` Comment with **workaround**: https://github.com/opencv/opencv/issues/14884#issuecomment-706725583 Comment with **investigation**: https://github.com/opencv/opencv/issues/14884#issuecomment-815632861 --- #### Original description I am compiling openc...
needs investigation,platform: arm,category: 3rdparty
medium
Critical
460,189,894
TypeScript
feature request: support for mixins composed from other mixins.
## Search Terms ## Suggestion At the moment, it seems to be very difficult to compose mixins from other mixins. Here's an example on StackOverflow: https://stackoverflow.com/questions/56680049 Here's an [example on playground](https://www.typescriptlang.org/play/#code/C4TwDgpgBAwg9gOwM7AE4FcDGw6oDwAqUAvFA...
Suggestion,Awaiting More Feedback
medium
Critical
460,260,763
flutter
Official support for Raspberry PI 4
Would like to see Flutter officially running on the latest **Raspberry PI 4** device. Heard someone ported Flutter on an old Raspberry PI device. But we need official support along with the mobile, desktop and web with minimal configuration setup. This will be a game changer in the competitive field of IOT. Since F...
c: new feature,e: device-specific,engine,customer: crowd,platform-linux,c: proposal,P3,team-engine,triaged-engine
high
Critical
460,286,358
TypeScript
Consider inferring class members types by implemented interface members (continuation of #340)
Continuation of #340, #1373, #5749, #6118, #10570, #16944, #23911. ## Why a new issue? Many previous issues discussed about having contextual types based on **both** extended base class members **and** implemented interface members. This proposal only applies to `implements`, not `extends`. Discussions in #611...
Suggestion,In Discussion
medium
Critical
460,325,664
svelte
Change body class via <svelte:body />
It's just an idea, but it'll be very convenient if we'll able to switch classes on body element like this: ```html <svelte:body class:profile={isProfilePage} /> ```
feature request,popular
high
Critical
460,335,705
vue
Warn if colon shorthand is used on v-if/v-html/etc.
### What problem does this feature solve? I just spent way too long debugging something really weird until I realized I accidentally wrote `:v-if` instead of `v-if`. A warning when wrongly using shorthands like `:` on "native" vue attributes could prevent this bad experience easily. ### What does the proposed ...
contribution welcome,feature request,good first issue,has PR,warnings
medium
Critical
460,342,359
go
x/tools/gopls: completion offers too many irrelevant candidates in struct literal
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version devel +44c9354c5a Fri Jun 21 05:21:30 2019 +0000 linux/amd64 $ go list -m golang.org/x/tools golang.org/x/tools v0.0.0-20190620191750-1fa568393b23 $ ...
help wanted,NeedsInvestigation,gopls
medium
Critical
460,350,161
godot
Editor Plugin fails to reference a singleton that is intended to load with itself.
**Godot version:** 3.1.1 stable official x64 **OS/device including version:** Windows 10 1709 x64 **Issue description:** Singleton, spawned in editor plugin main file with add_autoload_singleton(), and deleted with remove_autoload_singleton(), prevents to reactivate plugin if it's use was implemented to co...
bug,confirmed,usability,topic:plugin
low
Critical
460,365,206
terminal
Bug: Launching code from the wsl command line shouldn't break tmux.
<!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. Please use t...
Area-Output,Issue-Bug,Product-Terminal,Priority-2
low
Critical
460,453,023
material-ui
Support for prefers-reduced-motion
- [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. ## Expected Behavior 🤔 The transition components Collapse, Fade, Grow, Slide, and Zoom (and other M...
new feature,accessibility
medium
Major
460,482,639
flutter
Text widget dynamic amount of lines in a Container or SizedBox with fixed height
I would like a Text to render as many lines as can fit in a parent height. So let's say I have a container with height of 50px and I want a long text inside to render 5 lines and then do ellipsis. But if my Text widget have maxLines: 6 then 6th line will get cut off. I would expect that if 6 lines don't fit it should r...
c: new feature,framework,P3,team-framework,triaged-framework
low
Minor
460,499,243
godot
In ItemList, the text and icon don't have margin and is even rendered outside their row Rect.
Found similar but not same issue with ItemList. **Godot version:** <!-- Specify commit hash if non-official. --> Latest at this time master https://github.com/godotengine/godot/commit/ca084db4aa6d5da8f34fc889d70f1b8e46990b82. **OS/device including version:** <!-- Specify GPU model and drivers if graphics-relat...
bug,topic:gui
low
Critical
460,539,339
react
getDerivedStateFromError for Control Flow
Spinoff from https://github.com/facebook/react/pull/15797#issuecomment-504782329. We might want to offer a way to "bubble" control flow up the tree a la Algebraic Effects. `throw Redirect()` is a canonical example. However, we want them to bypass the normal error boundaries. So it probably needs to be a first-class ...
Type: Feature Request,Component: Reconciler,React Core Team
medium
Critical
460,540,822
react
Collapsible Error Dialogs for the Ecosystem
Spinoff from https://github.com/facebook/react/pull/15797#issuecomment-504782329. Both in React Native and Create React App, redboxes are full screen. But in React, most errors are recoverable. Even with accidental runtime crashes it's useful to look "underneath" to see whether your boundary worked as expected, and ...
Type: Feature Request,Component: Developer Tools,React Core Team
medium
Critical
460,542,947
flutter
iOS platform view clip path: Find a better approximate for conic path
In current PlatformView clipping behavior, clipPath is not completely accurate when the path is a `conic path`. For example [conicTo](https://api.skia.org/classSkPath.html#a9edc41978765cfe9a0b16e9ecf4d276e) Quartz doesn't support `conic path`. We currently uses quad to approximate conic. This is inaccurate when the ...
platform-ios,engine,a: platform-views,P2,a: plugins,team-ios,triaged-ios
low
Minor
460,550,077
flutter
TextField maxLines should be a double, not an int.
We need to be able to define a fractional maximum number of lines for a TextField. When using an integer number of lines, and there is a lot of text, the user will only see a few of the lines and may think that there are no more. On the contrary, if you define, say 5.5 lines, and there are in fact, say, 10 lines, th...
a: text input,c: new feature,framework,f: material design,good first issue,P3,team-design,triaged-design
low
Major
460,586,606
terminal
Add a "tab busy indicator" to show when a tab has belled or has output
# Summary of the new feature/enhancement if something output to tab which no in view, give it a sign, mean something output in that tab, but you no watch it, has below ![1](https://user-images.githubusercontent.com/983106/60125055-8bb4b600-97bd-11e9-8283-123f05807d29.png) green point and blue background mean t...
Issue-Feature,Area-UserInterface,Product-Terminal
low
Major
460,595,927
pytorch
[doc] nn.Module.forward documentation unclear
## 📚 Documentation This note is totally unclear to me. What does it mean? I don't know what should be called afterward. The link doesn't point to a function, just to torch.nn.Module. ![image](https://user-images.githubusercontent.com/44090/60126626-b6d3e100-978e-11e9-9d76-d7df1f7415dc.png)
module: docs,module: nn,triaged,enhancement
low
Major
460,643,619
go
encoding/json: memoize strings during decode
Part of the motivation for #32593 is the observation in json-iterator/go#376 that when you json decode, many of the same strings appear over and over in the JSON and get copied and reconstructed in the result over and over as well. We do _not_ want to make the JSON coalesce all the allocated strings into one giant bu...
Proposal,Proposal-Accepted
high
Critical
460,643,936
flutter
Pure Flutter support for Native Ads Advanced
Split off #12114 Users would like to use Flutter widget for rendering AdMob [Native Ads Advanced](https://developers.google.com/admob/android/native/start) ads. Note: Native Ads Advanced is only available to a limited set of approved app developers(publishers)
c: new feature,package,team-ecosystem,P3,triaged-ecosystem
medium
Critical
460,652,145
pytorch
[FYI] Introducing Quantized Tensor
Hello everyone, here is an update about quantized Tensor, we are actively working on brining in more support for quantization in PyTorch, please stay tuned. https://github.com/pytorch/pytorch/wiki/Introducing-Quantized-Tensor
module: docs,triaged
low
Minor
460,678,080
godot
`inst2dict` does not work with objects having no script on them
Godot 3.1.1 The following does not work: ```gdscript var sprite = Sprite.new() var d = inst2dict(sprite) ``` Error: ``` Error calling built-in function 'inst2dict': Not a script with an instance ``` Is there a reason why the object must have a script on it? Either way, if it's intented it should also be d...
bug,discussion,topic:core,confirmed
low
Critical
460,718,098
TypeScript
Type named capture groups better
## Search Terms named regexp, named capture groups ## Motivation Currently named capture groups are a bit of a pain in TypeScript: 1. All names are of type string even if the regexp doesn't have that named group. 2. You need to use non-null assertion for `.groups` even when that is the only possibility. #...
Suggestion,Awaiting More Feedback
high
Critical
460,780,562
pytorch
[libtorch] header warning suppression
``` libtorch/include/c10/util/logging_is_not_google_glog.h:136:0: warning: "CHECK_GT" redefined #define CHECK_GT(val1, val2) CHECK_OP(val1, val2, >) ``` How to disable those header file warnings?
triaged,module: build warnings
low
Minor
460,825,575
opencv
bug in videoio dshow access violation exception
- OpenCV => 4.1.0 - Operating System / Platform => Windows 7 64 Bit - Compiler => Visual Studio 2017 my app crashed because of videoio, the call stack is VCRUNTIME140!MoveSmall **line 430** f:\dd\vctools\crt\vcruntime\src\string\amd64\memcpy.asm opencv_videoio410!SampleGrabberCallback::SampleCB qedit!CSampl...
category: videoio,incomplete,platform: win32,needs reproducer,needs investigation
low
Critical
460,845,065
PowerToys
Two Monitors screenshot picker
Hello, I have two Monitors and I want when I press screenshot to give me a picker to select Option 1: Screenshot for All Monitors Option 2: Screenshot for either Monitors 1, Monitors 2 Thanks
Idea-New PowerToy
low
Major
460,860,822
rust
Adding nom as a dependency to a proc-macro crate with tests results in link error
Long debug session short: - Having a proc-macro crate with tests works. - Adding nom 5 as a dependency to a proc-macro crate works. - Having nom 5 be a dependency in a proc-macro crate with tests does not work. This might be a known problem; I couldn't find an open issue, though. Even so, error is not user frie...
A-linkage,P-medium,A-macros,T-compiler,C-bug,E-needs-mcve,A-proc-macros
medium
Critical
460,911,232
pytorch
using multi thread lead to gpu stuck with GPU-util 100%
I tried to inference using multi thread, but gpu stuck with GPU-Util 100%. The pytorch was builded from source in branch v1.1.0. But if i install the torch from pip or conda, the some code can work smoothly. Is there ignore some import process in building? I followed the guidance: ``` conda install numpy ninja ...
high priority,needs reproduction,module: cuda,triaged,quansight-nack
medium
Critical
460,920,640
TypeScript
Dynamic import breaks global onError with requirejs
**TypeScript Version:** 3.2.2 **Search Terms:** dynamic import, requirejs, amd, onerror **Code** ```ts import('module').then(()=>{ /* some code*/ }); ``` compiled to ```js new Promise(function (resolve_1, reject_1) { require(['module'], resolve_1, reject_1); }); ``` If require are called with ...
Needs Investigation
low
Critical
460,921,142
go
cmd/compile: debugger jumps around declarations
### What version of Go are you using (`go version`)? <pre> $ go version go version devel +9bf62783d2 Wed Jun 26 06:27:56 2019 +0000 windo ws/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details>...
NeedsInvestigation,compiler/runtime
low
Critical
461,055,734
go
cmd/go/internal/modfetch: re-evaluate the undocumented proxy behavior in proxyRepo.latest()
Forked from the discussion during the review of https://golang.org/cl/183402 1) undocumented `/@v/list` format [`proxyRepo.latest()`](https://github.com/golang/go/blob/19690053606dd14dedcf028bb37df79e3e33c003/src/cmd/go/internal/modfetch/proxy.go#L283) assumes `/@v/list` could return a list of version, commit tim...
Documentation,NeedsInvestigation,modules
low
Major
461,066,736
create-react-app
Looking for a reference documentation to use CRA with (NWB) external modules in the same monorepo
### Is your proposal related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Since monorepo support was reverted on v2 release, some of my projects are stuck in pre-release, which is not durable. I need a robust solution to...
issue: proposal
low
Minor
461,080,734
go
api: document the purpose of and review process for next.txt
@andybons sent me [CL 183919](https://golang.org/cl/183919) and I wasn't quite sure what to do with it: * The diff from `api/next.txt` to `api/go1.13.txt` was not entirely trivial, but there were no visible failures on the build dashboard indicating any kind of skew (even for the symbols found in `next.txt` that were ...
Documentation,NeedsInvestigation
low
Critical
461,085,970
node
http server respond with inappropriate default headers for `HEAD` method
<!-- 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,http
low
Critical
461,093,613
TypeScript
Language service OOM on lodash DT tests when batch compilation succeeds
Various CI runs on lodash for DefinitelyTyped confirm that batch compilation works fine, but certain language service operations OOM consistently, and the PR doesn’t look particularly costly. This makes me wonder if the language service is doing more work than necessary. https://github.com/DefinitelyTyped/Definitely...
Bug,Crash
low
Minor
461,103,154
godot
Add comments why some code is disabled by false statement
**Godot version:** 3.2 master **Issue description:** - [ ] 1. https://github.com/godotengine/godot/blob/8591691b9b7be784606a367142b0b83ecd5975dd/scene/animation/animation_player.cpp#L317-L321 - [ ] 2. https://github.com/godotengine/godot/blob/b16c309f82c77d606472c3c721a1857e323a09e7/servers/audio/effects/audi...
discussion,topic:core
low
Minor
461,153,979
pytorch
second derivatives of unfold
## 🚀 Feature Backprop through backprop of `torch.nn.functional.unfold`. ## Motivation I'm trying to research models where I need to use fancy convolutions (e.g. https://discuss.pytorch.org/t/locally-connected-layers/26979) and be able to take the gradient of the gradients. However, currently trying to do this...
triaged,enhancement,module: derivatives
low
Critical
461,165,284
pytorch
Handle all IntArrayRef expansions in ATen
See #22032 and #20866 for the rationale and #22073 for an example.
module: nn,triaged,enhancement
low
Minor
461,178,368
flutter
`flutter test --start-paused test/material/about_test.dart` will eventually time out
We should remove the timeout that checks that tests connect to the test harness. For example, just now I ran (in //flutter/packages/flutter): ``` flutter test --start-paused test/material/about_test.dart ``` ...and then did something else for 6 minutes and when I got back to it, it had timed out, and I had to r...
a: tests,team,tool,P2,c: flake,team-tool,triaged-tool
low
Minor
461,192,979
flutter
Enforce platform lifecycle in framework
Enforce platform lifecycle in framework. Based on #35054 (which contains 2 different bugs), it looks like there may be a number of framework behaviors that do not respect the platform lifecycle. Namely, the platform goes to the "inactive" state, but the framework does not update its state accordingly. Example 1: ...
platform-android,framework,engine,a: existing-apps,P2,team-android,triaged-android
low
Critical
461,196,978
pytorch
Box constraints for optimizers
## 🚀 Feature Offer the option to set box constraints for optimizers. ## Motivation In some applications of reinforcement learning, falling outside of a region correspond to inadmissible actions. ## Alternatives One can omit the constraints, and hope that the optimal parameters found happen to be within ...
feature,triaged
low
Major
461,220,064
godot
`obj` files are not showing in dependency fix file dialog
Godot 3.1.1 Windows 10 64 bits I dropped an asset from another project into a new one so I could re-use it. That caused some paths to be wrong, so when I opened the scene Godot asked me to fix dependencies. However, one of them is an `.obj` model but I wasn't able to pick it, even though it's shown in the file exp...
bug,topic:editor,confirmed
low
Minor
461,270,750
TypeScript
Super call of non-method incorrectly allowed if target >= ES6
<!-- 🚨 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
461,275,910
TypeScript
Support abstract mixin classes.
## Search Terms Related, but not completely the same: https://github.com/microsoft/TypeScript/issues/29653 ## Suggestion Allow mixin classes to be abstract. ## Use Cases For example, by using a mixin, it might require the user to implement a method. ## Examples ```ts type Constructor<T = any, A ex...
Suggestion,In Discussion
low
Major
461,282,622
flutter
Implement Paint.imageFilter for web
See also https://github.com/flutter/flutter/issues/35141 https://github.com/flutter/engine/pull/9508
c: new feature,engine,platform-web,c: rendering,P3,a: gamedev,team-web,triaged-web
low
Minor
461,296,893
godot
Children of GridContainer have same position as parent
**Godot version:** Tested in 3.1 and 3.1.1 **Issue description:** <!-- What happened, and what was expected. --> I'm using a GridContainer to arrange nodes in a grid. However, I want to get the world/global position of each child in that container. When I try to do that with get_global_position() I only get the p...
enhancement,documentation
low
Critical
461,330,685
flutter
Parent render objects that fail to layout children in perform layout fail too late
The docs on `performLayout` indicate that parents are _required_ to layout their children in this method, but there are no assertions checking it. See https://github.com/flutter/flutter/pull/35110, specifically https://github.com/flutter/flutter/pull/35110/commits/4485cdf54cdb894c7fc3fa96ac7db7e85c3c0f7c We'll ca...
framework,c: rendering,P3,team-framework,triaged-framework
low
Minor
461,334,359
three.js
Feature Suggestion: Support Global Uniforms
I've been using the Line example in a recent project and I've found the `resolution` uniform on `LineMaterial` a bit difficult to work with. It's per-renderer-specific and must be maintained and updated on every LineMaterial if it changes. I know a [comment mentions that the renderer could eventually set it](https://gi...
Enhancement
medium
Major
461,361,831
godot
High GPU usage in editor with active AnimatedSprites
<!-- 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.official **OS/device including version:** Windows 10 Pro 1903 Intel HD Graphics 530 (21.20.16.4550) Nvidia GeForce GTX 960M (430.86...
bug,topic:editor,confirmed
low
Major
461,365,335
opencv
cv2.error: OpenCV(4.1.0) /io/opencv/modules/core/src/persistence.cpp:2046: error: (-215:Assertion failed) isMap() in function 'operator[]'
![image](https://user-images.githubusercontent.com/42333539/60246163-bd7a6980-98f0-11e9-84dd-b5496d6b0105.png) i got this error
category: contrib,needs investigation
low
Critical
461,365,572
godot
TreeItem add move up/down function
<!-- 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. --> 3.1 **Issue description:** <!-- What happened, and what was expected. --> Right now TreeItem implemen...
enhancement,topic:gui
low
Major
461,406,808
rust
match guard is lengthening borrow unexpectedly under NLL
Spawned off of #60914, namely the [regression][cs_review regression] of the [cs_review crate][] [cs_review regression]: https://crater-reports.s3.amazonaws.com/pr-60914/try%23f45cc3094ee337acd688771b9234318046b0572d/gh/198d.cs_review/log.txt [cs_review crate]: https://github.com/198d/cs_review I was looking for...
T-compiler,A-NLL,C-bug,NLL-complete,NLL-polonius
low
Critical
461,475,112
rust
Incorrect unused lifetime warning after import failure
When building [this commit](https://github.com/RalfJung/rust/commit/9b317bad57f48cf18a921e0655ab05e59fc19c4d) with `./x.py build --stage 0 src/librustc_mir`, I get the following output: ``` error[E0432]: unresolved import `crate::interpret::InterpretCx` --> src/librustc_mir/const_eval.rs:25:59 | 25 | Inte...
A-lints,A-lifetimes,T-compiler,C-bug,E-needs-mcve
low
Critical
461,503,577
kubernetes
[Tracking Issue] Pain points in using OpenAPIv2 schema
/kind feature /sig api-machinery @sttts @roycaihw @kubernetes/sig-api-machinery-misc - Multi-types support: - (https://github.com/kubernetes-client/java/issues/86) Delete calls returns actual objects in the response (e.g. when there's remaining finalizers) while the v2 spec says it's returning a status objec...
sig/api-machinery,kind/feature,lifecycle/frozen
low
Major
461,535,121
TypeScript
Result of `Object.create(null)` may be passed to template literal
**TypeScript Version:** 3.5.1 **Search Terms:** template string, template literal, Object.create(null) **Code** ```ts `${Object.create(null)}` ``` **Expected behavior:** `TypeError`, as the object passed to the template string has no `toString` method in the prototype chain (as it has no prototype chain ...
Suggestion,Awaiting More Feedback
low
Critical
461,562,193
flutter
`TextField` should receive the callbacks from `TextSelectionGestureDetector`
Currently, the `TextField` only receives the callback `onTap`, which is called after the `_TextFieldState` handles `onSingleTapUp` from its `TextSelectionGestureDetector`. The lack of other callbacks bothers, though. Besides supporting all the callbacks from `TextSelectionGestureDetector`, the details (e.g. `TapDown...
a: text input,c: new feature,framework,f: material design,P3,team-design,triaged-design
low
Minor
461,587,353
go
x/tools/go/analysis/passes/nilness: detect wrapping of nil errors
As of `4874f863`, the `nilness` check doesn't seem to trigger on `fmt.Errorf` calls with an error that is proven nil. Example: ```go func f() error { exists, err := g() if err != nil { return errors.Wrap(err, "error1") } if !exists { return fmt.Errorf("nothing: %w", err) } return nil } ``` ...
NeedsInvestigation,Tools,Analysis
low
Critical
461,607,503
rust
Self::call constrains lifetime covariance and/or inference unexpectedly under NLL
Spawned off of #60914, namely the [regression][vc regression] of the version-compare crate [vc regression]: https://crater-reports.s3.amazonaws.com/pr-60914/try%23f45cc3094ee337acd688771b9234318046b0572d/gh/timvisee.version-compare/log.txt Look at this ([play](https://play.rust-lang.org/?version=stable&mode=debug...
T-compiler,A-NLL
low
Critical
461,657,311
flutter
PageController properties should be more developer-friendly
In https://github.com/flutter/flutter/issues/32639, the developer was having a difficult time trying to configure PageController to their own use case, as PageController.page is difficult to use without diving into its implementation details. Hence, we should probably improve the PageController API to be more usabl...
framework,d: api docs,c: proposal,P2,team-framework,triaged-framework
low
Minor
461,713,663
godot
Non-Object Pointers Implicitly Converted to Bool When Used for Variants
When a non-object pointer is used to construct a Variant, that pointer is implicitly converted to a bool. This is suboptimal, as a pointer may be mistakenly passed to a function that expects a Variant, and the error will only be caught at run-time, if at all. If that is done, the engine compiles fine, so that the...
enhancement,topic:core,confirmed
low
Critical
461,745,549
go
proposal: cmd/fix: automate migrations for simple deprecations
(I've mentioned this in passing on #32014 and #27248, but I don't see an actual proposal filed yet — so here it is!) Over time, the author of a package may notice certain patterns in the usage of their API that they want to make simpler or clearer for users. When that happens, they may suggest that users update thei...
Proposal,NeedsInvestigation,FeatureRequest,Proposal-FinalCommentPeriod
high
Critical
461,804,463
godot
NARROWING_CONVERSION warnings when using `clamp` on an integer
**Godot version:** v3.1.1.stable.official **OS/device including version:** iMac (Retina 5K, 27-inch, 2017) macOS Mojave (10.14.5) **Issue description:** I get a NARROWING_CONVERSION warning - Narrowing conversion (float is converted to int and loses precision) - in the following line: ``` func shake...
bug,discussion,topic:gdscript,confirmed
low
Major
461,811,273
go
x/tools/go/packages: high CPU usage while processing cgo file
<!-- 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.5 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture ar...
Performance,NeedsInvestigation,Tools
low
Critical
461,814,523
youtube-dl
Unsupported URL: animemusicvideos.org
<!-- ###################################################################### 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
461,838,932
pytorch
Training CNNs with deconvolution
## 🚀 Feature Implicitly calculate the scatter/covariance matrix of the im2col matrix. ```python def F(I): """ Please help us to do the following implicitly: """ X= im2col(I) Cov=X@X.t()/N return Cov ``` ## Motivation Neural networks are learning from a convolved world! Machi...
module: convolution,triaged,module: vision,function request
low
Major
461,846,134
pytorch
Integer division by Zero giving large number results instead of NaN/inf on Windows
## 🐛 Bug Integer tensors, when divided by zero, is giving large integer values as answers instead of flagging as ZeroDivision error or results as inf/NaN. Float numbers, however, are behaving as expected (returns inf) For e.g in Numpy, the behavior is to return inf with "RuntimeWarning: divide by zero encountere...
module: cpu,triaged
low
Critical
461,859,226
TypeScript
Resolve project references from root
<!-- 🚨 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 Project reference root resolve. <!-- List of keywords you sea...
Suggestion,Awaiting More Feedback
low
Critical
461,867,040
rust
HRTB prevent mem::transmute and mem::MaybeUninit from working
The following code prevents `mem::MaybeUninit` and `mem::transmute` from creating values. ```rust trait Ty<'a> { type V; } trait SIter: for<'a> Ty<'a> { fn f<F>(&self, f: F) where F: for<'r> Fn(<Self as Ty<'r>>::V); } struct S<I>(I); impl<'a, I: Ty<'a>> Ty<'a> for S<I> { typ...
A-trait-system,E-needs-test,T-compiler,C-bug,A-higher-ranked
low
Critical
461,904,199
scrcpy
Thank You Very Much For Making this Sir !
wontfix
low
Minor
462,046,251
pytorch
Illegal instruction (core dumped) when running in qemu
I had installed Pytorch using Anaconda from pytorch website. conda install pytorch-cpu torchvision-cpu -c pytorch I'm getting Illegal instruction (core dumped) When I start the app using gdb, I get the following error. I guess something is wrong with libcaffe2.so Thread 1 "python" received signal SIGILL, Ill...
high priority,module: crash,module: cpu,triaged,module: vectorization
medium
Critical
462,051,063
pytorch
Reducer bucketing based on autograd profile
## 🚀 Feature How gradient tensors are batched together in bucket prior to reducing them across processes is done completely statically today. A user specifies a lower bound on the bucket size and parameters are bucketed accordingly. We can use profile data of the backwards pass to find a bucket assignment that bett...
oncall: distributed,feature,triaged
low
Minor
462,058,762
rust
Inclusive version of take_while
`Iterator::take_while` stops _before_ the first element where the condition evaluates to `false`. That is the correct behavior given its name, but it makes it difficult to write an iterator that should include the boundary element. In particular consider something like iterating over a [histogram](https://docs.rs/hdrhi...
T-libs-api,C-feature-request,A-iterators
medium
Critical
462,059,730
go
x/tools/go/packages: panic in testParseFileModifyAST
Observed in https://build.golang.org/log/269df758e38c6dcc180de71777773231b6f98014 (on `windows-amd64-2016`): ``` panic: runtime error: index out of range [recovered] panic: runtime error: index out of range goroutine 512 [running]: testing.tRunner.func1(0xc0001bab00) C:/workdir/go/src/testing/testing.go:830...
Testing,NeedsInvestigation,Tools
low
Critical
462,065,558
go
x/tools: frequent out-of-memory errors on linux-arm builder
The tests under `golang.org/x/tools` almost always fail on the `linux-arm` builder. Looking at the build dashboard, the most frequent failure mode (by far) seems to result in errors of the form `fork/exec /workdir/go/bin/go: cannot allocate memory *os.PathError` in the `golang.org/x/tools/internal/lsp` tests: htt...
Testing,Builders,NeedsInvestigation,Tools
low
Critical
462,082,328
go
x/debug/cmd/viewcore: does not build on aix-ppc64
The `x/debug` build is consistently failing on the `aix-ppc64` builder. It appears that `x/debug` depends on `github.com/chzyer/readline`, but that package is missing an `aix` implementation. CC @chzyer @Helflym ``` aix-ppc64 at 67f181bfd84dfd5942fe9a29d8a20c9ce5eb2fea building debug at 621e2d3f35dac46daf912f8...
Testing,help wanted,Builders,NeedsInvestigation,OS-AIX
low
Critical
462,084,500
go
x/crypto/ssh: test consistently runs out of memory on js-wasm builder
The `golang.org/x/crypto/ssh` test consistently fails on the `js-wasm` builder with the error message `runtime: out of memory: cannot allocate 8192-byte block`. Can the test be made to fit within the runtime on that architecture? If not, it should be skipped, instead of continuing to fail and potentially masking mor...
Testing,help wanted,NeedsFix,arch-wasm
low
Critical
462,085,936
flutter
Improve error message when trying to run on a device the project doesn't support
`flutter run` should do a check very early on that the project supports the target device, and fail with a clear error message (e.g., `This project doesn't support macOS`). Long-term maybe explicitly trying to run on an unsupported device should run the relevant `flutter create` (or whatever it ends up being called) co...
tool,a: quality,a: error message,P2,team-tool,triaged-tool
low
Critical
462,086,027
go
x/net/http2: data race in TestIssue20704Race
A flake observed in `golang.org/x/net/http2` on the `freebsd-amd64-race` builder. From the name of the test, I'm guessing it's intended to detect and prevent exactly the race in question, so there is probably a serious bug or regression here. https://build.golang.org/log/e64159dc443157fafd5d63551f3478b309a5f4c0 ...
NeedsInvestigation
low
Critical
462,086,954
flutter
Switching off network provider on iOS does not immediately stop WebSocket connection
Switching off WiFi or mobile network provider on iOS while websocket connection is alive should cause immediately emitting done(close) event to listening streams. But this does not happen on iOS in contrast to Android. *Preparations to reproduce the issue:* 1) grab the test code: [github project main.dart](https://...
platform-ios,engine,dependency: dart,has reproducible steps,P3,dependency: dart:io,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios
medium
Major
462,092,860
scrcpy
[feature] Add version number
**Suggestion:** Show the version number in the title bar (the title bar seems like the best option, but somewhere else could also work). **Why?** Currently there is no (easy) way to see the version number using the GUI only. Adding it in the title bar would be could be very handy to check if you're on the latest v...
feature request
low
Minor
462,113,802
electron
Implement BrowserWindow.setFocusable on Linux
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
enhancement :sparkles:
low
Minor
462,118,330
pytorch
New Weight Scheduler Concept for Weight Decay
## 🚀 Feature Weight decay is used very often. A common strategy is to implicitly use the learning rate scheduler todo so, or to simply shrinking the weights at the end of each iteration by a constant multiplicative factor. However, one could expect to use strategies different from this. In that case, we could have ...
feature,module: optimizer,triaged
low
Major
462,136,392
terminal
Mouse panning (middle-button scrolling)
# Summary of the new feature/enhancement Introduce scrolling with middle mouse button, common to browsers/text editors and also available in conhost. Currently middle mouse button is not used (right?) but there are requests to use it to paste text, so there needs to be a settings for that. # Proposed technical...
Help Wanted,Area-Input,Area-TerminalControl,Product-Terminal,Issue-Task,good first issue
low
Major
462,145,806
rust
Unable to emit llvm-bc when CARGO_INCREMENTAL is set
When building with the rustc argument to emit an llvm bc file ```cargo rustc -v -- --emit llvm-bc``` Cargo builds successfully but prints the warning ```warning: ignoring emit path because multiple .bc files were produced``` Doing a recursive search for all *.bc files from root, I can see that the bc file I'm w...
T-compiler,A-incr-comp
low
Critical
462,204,312
create-react-app
Can not start app using grpc web due to incorrect eslint errors
<!-- 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
462,208,322
go
cmd/go: 'go list -export' doesn't report export data file path when GOROOT is wrong
cc @jayconrod <pre> $ go version go version go1.12 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary><br><pre> $ go env GOARCH="amd64" G...
NeedsFix,GoCommand
low
Critical
462,225,880
go
cmd/compile: -m output is missing escape information
In #32670 we are considering a new API for golang.org/x/crypto/curve25519. One of the changes I'd like to introduce is not to require the caller to pre-allocate the destination. OTOH, I'd like not to introduce a heap allocation in the process. I was hoping to be able to use the inliner to inline the variable declara...
NeedsInvestigation
medium
Critical
462,229,774
TypeScript
Auto import suggestions heavily slows intellisense
**TypeScript Version:** 3.6.0-dev.20190628 **Search Terms:** `auto import` `auto import performance` **Code** Enter this into a blank TypeScript project in VSCode: ```ts import {S3} from 'aws-sdk' const a: s ``` **Expected behavior:** Intellisense suggestions to pop up in under 500ms. **Actual be...
Bug
low
Major
462,233,884
pytorch
When I run python setup.py install to install Caffe2, I have an error: "No such file or directory: 'nvcc': 'nvcc'"
I can't seem to figure out how to include nvcc as a directory. Obviously I have downloaded CUDA and have CuDNN running too. Can someone please help me? Thank you so much. (I am working on a Mac)
caffe2,triaged
low
Critical
462,251,726
rust
Can't use `impl Fn` to return a closure that returns another closure
While trying to write some currying code using stable (1.35.0), writing a `fn` that returns `impl Fn(T1) -> impl Fn(T2) -> T3` results in a compile error. E.g. ```rust fn foo(a: i64, b: bool, c: f64) { println!("{:?} {:?} {:?}", a, b, c) } fn foo2(a: i64, b: bool) -> impl Fn(f64) -> () { move |c: f64| foo(a,...
C-enhancement,A-closures,T-lang,A-impl-trait
low
Critical
462,264,927
terminal
Windows Store install fails when default app save location not set to C:
When default new app save location was set to D:, WT would download and attempt to install but then fail with a non-specific error (sorry no screenshot but should be repeatable). Changing the default app save location to C: allowed it to install. There are a pair of Event Logs describing the event: ``` Fault ...
Resolution-External,Product-Terminal,Needs-Tag-Fix
low
Critical
462,280,166
flutter
Please add resource map like Android's R.class in Flutter
### Please add resource map like Android's R.class in Flutter create Asserts map to mapping assert like image string file...
c: new feature,framework,P3,team-framework,triaged-framework
low
Minor
462,295,358
pytorch
returned non-zero exit status 2.
I compile pytorch1.1 with TX2(python3.7) I follow the steps: 1.git clone --recursive https://github.com/pytorch/pytorc 2.cd pytorch 3.git submodule syn 4.git submodule update --init --recursiv 5.python3.7 setup.py install this is error messages: nvlink error : entry function '_Z32ncclAllReduceRingLLKernel_su...
module: build,triaged
low
Critical
462,303,346
godot
Polygons With Bones and Lighting
When you bind a polygon to a bone (Polygon dots are white or gray in the Polygon's bone tab), lighting doesn't affect the polygon.
bug,topic:rendering
low
Major
462,309,380
flutter
[google_maps] Allow a `Marker` to be auto selected.
I am looking for way to send list of `Marker`'s to the `GoogleMap` widget where one of the markers would be auto-selected on next draw. That would allow me to control selection and focus on map's `Marker` from outside of `GoogleMap` widget, for example from list on side drawer, etc. ## Use case In tablet app, ...
c: new feature,customer: crowd,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
462,339,749
flutter
Google Play Pre-Launch Report cannot control Flutter PageView
First of all, I am facing this issue when uploading my Flutter app in Google Play and the automatic Pre-Launch Report tries to "test" my app. The problem is that I have a First-Start Tutorial based on a Pager that is shown automatically at application startup. And it seems that the Pre-Launch Report cannot control the...
a: tests,platform-android,framework,a: release,P3,team-android,triaged-android
medium
Critical
462,346,669
TypeScript
Non-exported classes in type declaration files leaking value names
**TypeScript Version:** 3.5.2 **Search Terms:** ambient module declaration export declare class type name **Code** In a file called `classes.d.ts`: ```ts declare class A {} export declare class B extends A {} ``` In a file called `test.js`: ```js let a = require('classes').A; ``` In a file ca...
Docs
low
Critical
462,346,693
pytorch
Label.dim Enforcement Check in AccuracyOp
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Run CNN, with label.dim() = 2 && label.dim32(1) = 1 <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A...
caffe2,triaged
low
Critical
462,347,010
godot
Animation resources as references aren't clarified well by the editor at design time
**Godot version:** 3.1.1 **Issue description:** When instancing a scene which inherits from a scene with an `AnimationPlayer`, any changes to animations and animation tracks will affect **all** instances, including deleting animations. This also applies to copied-and-pasted animations and tracks across disparate ...
enhancement,topic:editor,confirmed,usability,topic:animation
medium
Major
462,349,344
flutter
[Web] RawKeyboardListener does not return correct data
## Steps to Reproduce <!-- Please tell us exactly how to reproduce the problem you are running into. Please attach a small application (ideally just one main.dart file) that reproduces the problem. You could use https://gist.github.com/ for this. If the problem is with your application's ...
a: text input,team,framework,platform-web,P2,c: tech-debt,team: skip-test,team-web,triaged-web
low
Critical