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
485,391,901
pytorch
Error in python3: double free or corruption (fasttop)
Training crashes after a variable number of iterations, after a variable amount of time, and on a variable training example. I checked torch.cuda.memory_allocated() and it is only using .15GB at crash time, not close to running out of memory. I have also made sure that I am not running out of CPU memory. Environment...
needs reproduction,module: cudnn,module: multiprocessing,module: dataloader,module: cuda,triaged,quansight-nack
low
Critical
485,425,469
neovim
Cursor shape change has a delay when blinking is enabled (Konsole)
When using blinking cursor settings, there is a delay for cursor switching shape, between normal, insert and replace modes for example (pressing Ins). My settings: ``` " cursor shapes set guicursor=n-c:block-Cursor/lCursor-blinkon1,i-v-ci:ver25-Cursor/lCursor-blinkon1,r-cr:hor20-Cursor/lCursor-blinkon1 " restorin...
bug,tui
low
Critical
485,434,973
flutter
UIKItView should support mutations: color_filter
UIKitView does not support color_filter. See below screenshot. The top half of the app is a regular flutter widget with a color filter and the bottom part is a platform view with the same color filter. They should look the same once UIKitView supports color_filter. The demo app is hosted at: https://github.com/cya...
platform-ios,engine,a: platform-views,P2,a: plugins,team-ios,triaged-ios
low
Major
485,435,378
flutter
UIKItView should support mutations: shader_mask
UIKitView does not support shader_mask. See below screenshot. The top half of the app is a regular flutter widget with a color filter and the bottom part is a platform view with the same shader_mask They should look the same once UIKitView supports shader_mask. The demo app is hosted at: https://github.com/cyangla...
platform-ios,engine,a: platform-views,P3,a: plugins,team-ios,triaged-ios
low
Minor
485,435,922
flutter
Evaluate & introduce iOS 13 materials as reusable components
Instead of duplicating code and creating fliter combos in an ad-hoc fashion, it may be worthwhile to translate iOS system defined materials into reusable cupertino components so we don't have to eye-ball the color values everytime. https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/mate...
c: new feature,framework,f: cupertino,P3,team-design,triaged-design
low
Major
485,479,695
TypeScript
Add way force TS Server to use a specific set of tsconfig/jsconfigs
<!-- 🚨 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 FAQ, especia...
Suggestion,VS Code Tracked,Rescheduled
medium
Critical
485,498,421
pytorch
Ability to tell whether a tensor might be changed in TH/Aten impl
In generated code for `at::rrelu_with_noise(self, noise,..., training)`, Tensor `self` and `noise` are const Tensors. But the content of noise indeed changes when `training=true`. https://github.com/pytorch/pytorch/blob/master/aten/src/THNN/generic/RReLU.c#L54 I'm happy to include this task as part of XLA integratio...
high priority,module: internals,triaged
low
Major
485,516,037
go
encoding/json: unmarshal option to treat omitted fields as null
Json objects have two types of null-like fields, either a null value for `foo` such as `{"foo":null}`, or an omitted `foo` field such as `{}`. When unmarshalling into a Golang struct, the field can't really be absent, but I can choose whether the field's type is nullable or not(*1). I don't want to preserve the distinc...
NeedsInvestigation,FeatureRequest
low
Critical
485,567,143
TypeScript
Block comments inside of callback function body should not be emitted
<!-- 🚨 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,Domain: Comment Emit
low
Critical
485,640,115
rust
Better error message for 'is private'
``` mod foo { use bar::A; mod bar { pub struct A {} } } use foo::A; fn main() {} ``` Produces the error: ``` error[E0603]: struct `A` is private --> src/main.rs:9:10 | 9 | use foo::A; | ^ ``` [playground link](https://play.rust-lang.org/?version=stable&mod...
C-enhancement,A-diagnostics,A-visibility,T-compiler,A-suggestion-diagnostics
low
Critical
485,660,703
electron
the input-box lose focus after call window.alert('...')
<!-- 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]-...
platform/windows,bug :beetle:,5-0-x,6-1-x,10-x-y,has-repro-gist,13-x-y,14-x-y,16-x-y
high
Critical
485,680,435
rust
rustdoc: add a way to link relative to the root of the docs
In a recent documentation change, we were unable to create a link to a function in `std` and had to resort to linking to online documentation. @eddyb described it best: > `../std` won't work in `core::hint/std::hint` and `../../std` won't work in `test` Thus the link checker can't be satisfied. For more info,...
T-rustdoc,C-feature-request
low
Major
485,709,183
flutter
[webview_flutter] Add a callback for unsupported content types
null
c: new feature,customer: crowd,p: webview,customer: google,package,team-ecosystem,P2,triaged-ecosystem
low
Critical
485,716,350
flutter
[ google_maps_flutter ] polylines encoding/decoding algorithms
I am currently using google_maps_flutter and it works great. Would it be possible to add some utility function to help dealing with the encoded Polylines. So you could easily deal with the direction API ``` "overview_polyline":{ "points": "ameiHomjM|sDo}E~}ArbIxuDe_Av_Cv]fyChqCzkC~u@zqAjLjs@ojAn~Ac{AlaAwtBv{...
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
485,720,104
nvm
Make nvm list command more interactive
Currently we can select the node version with the command `nvm use <version>`. Entering the version is time consuming. Also you have to check twice if it is the right version. Very often the command `nvm list` is a precondition for using the command to select the version. My enhancement would be to make the `nvm l...
feature requests
low
Minor
485,720,428
flutter
Multiple pinned widgets will cause the overlapsContent in the delegate of the SilverrPersistentHeader to return true.
Multiple pinned widgets(the `pinned` are set to `true`) will cause the `overlapsContent` in the `delegate` of the `SilverrPersistentHeader` to return `true`, as shown in the interface: When sliding the `SliverFixedExtentList` under the `SliverPersistentHeader`, before the height of the `SliverPersistentHeader` start...
framework,f: material design,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Minor
485,789,228
go
cmd/link: "readSym out of sync" flake
Observed in the `darwin-amd64-10_14` in https://build.golang.org/log/2c4dfc954904829f5c15825b108b5d21e2108fe4: ``` # go/token.test 2019/08/26 10:19:55 readSym out of sync ok go/printer 0.213s ok go/scanner 0.013s FAIL go/token [build failed] ``` That line comes from here: https://github.com/golang/go/bl...
Builders,NeedsInvestigation,compiler/runtime
low
Critical
485,850,286
TypeScript
Union types and overloads acts a bit weirdly
## Acknowledgement I have asked the question on Gitter and most of the users believe it's a bug and I have search for existing issues and didn't found any. ## Issue Let's start with the code. [Playground link](https://www.typescriptlang.org/play/index.html#code/CYUwxgNghgTiAEkoGdnwGIHtPwN4CgBIABwFcAjCASzHjmAAoBKAL...
Bug
low
Critical
485,864,564
node
Flaky test: parallel/test-tls-ticket-cluster
* **Version**: master * **Platform**: test-macstadium-macos10.11-x64-1 * **Subsystem**: test [Console output](https://ci.nodejs.org/job/node-test-commit-osx/28651/nodes=osx1011/console) ``` 04:34:35 not ok 2094 parallel/test-tls-ticket-cluster 04:34:35 --- 04:34:35 duration_ms: 0.579 04:34:35 severity...
tls,child_process,macos,flaky-test
low
Critical
485,900,100
bitcoin
Comply with the XDG Base Directory Specification
Should `$XDG_DATA_HOME` be taken into account when determining the default datadir location? http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html Reopen of issue #1390
Brainstorming
low
Major
485,916,239
flutter
Read flutter_build_log_pipe/pipe_to_stdout with a stream
Here: https://github.com/flutter/flutter/blob/398ac1f6c892bc3638c08f1aef0bfbd99d8418c3/packages/flutter_tools/lib/src/ios/mac.dart#L412 `listenToScriptOutputLine()` repeatedly opens a file and reads available lines from a named pipe using `readAsLines()`. Internally, `readAsLines()` opens a `RandomAccessFile`, which...
team,c: crash,platform-ios,tool,P3,team-ios,triaged-ios
low
Critical
485,930,059
electron
Crash when closing devtools after focus
Happens on at least macOS and Linux on current master. Also reproducible on v6.0.4, v5.0.10, and v4.2.9. Fiddle: https://gist.github.com/6872f27344c011f3565921761b6f8f5f ```js const w = new BrowserWindow({show: true}) const devToolsFocused = emittedOnce(w.webContents, 'devtools-focused') w.we...
platform/macOS,platform/linux,component/devtools,crash :boom:,status/confirmed,component/webcontents,28-x-y,29-x-y
low
Critical
485,935,903
terminal
conpty uses default history buffer length
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Product-Conhost,Product-Conpty,Issue-Bug,Area-Settings
low
Critical
485,974,149
material-ui
[Lab] Improve accessibility of ToggleButton and ToggleButtonGroup
## Summary πŸ’‘ I'm opening this issue as a continuation of discussion that was initiated in #17187. ToggleButton and ToggleButtonGroup elements should be marked with appropriate role and aria attributes depending on their usage. Copying part of my comment from #17187, this is what I envision: - **ToggleButto...
accessibility,component: toggle button
low
Major
486,004,188
pytorch
JIT leaks memory when I change the max sequence length
## πŸ› Bug When I send a series of inputs of a different max_length to jit, it allocates ~200 megabytes and never frees it. Valgrind does not catch the leak, but it's there. [standalone_jit_memory_leak.zip](https://github.com/pytorch/pytorch/files/3547845/standalone_jit_memory_leak.zip) This is CPU forward pass on...
oncall: jit,triaged,has workaround
medium
Critical
486,023,593
react
Confusing error when passing non-function to useMemo
[Example](https://codesandbox.io/s/boring-albattani-grhhp). When passing something like an object to `useMemo` the error isn't very helpful. ``` TypeError: nextCreate is not a function at mountMemo (https://grhhp.csb.app/node_modules/react-dom/cjs/react-dom.development.js:13459:19) ... ``` Most...
Component: Hooks,Partner
low
Critical
486,025,517
go
os: SMB not respecting calls to os.Chtimes (from windows)
Mentioned in #31880 <!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go1.12.7 windows/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor arc...
OS-Windows,NeedsInvestigation
low
Critical
486,026,155
neovim
paste: handle "dangling paste" (missing stop-paste code)
Since https://github.com/neovim/neovim/pull/4448 , paste is handled now by the `vim.paste()` handler (which is invoked by the UI via `nvim_paste()`). There is a potential issue where the TUI could get stuck in paste-mode if the host terminal fails to send a stop-paste sequence (`<Esc>[201~`). In this state, the user...
enhancement,clipboard,tui,input,has:plan
low
Critical
486,089,792
go
net/http: setting IdleConnTimeout to a low value on http.Transport is causing non-deterministic tls handshake failures
<!-- 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.9 darwin/amd64 </pre> ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code>...
NeedsInvestigation
low
Critical
486,091,874
go
spec: language change review meeting minutes
The Go 2 proposal review group meets monthly (every first Wednesday of a month) to review pending Go 2 proposal issues and move them along in the [proposal process](https://golang.org/s/proposal). Review consists primarily of checking that discussion is ongoing, commenting on issues to move discussion along, summari...
NeedsInvestigation,umbrella,LanguageChangeReview
high
Critical
486,113,812
flutter
Extend the inspector selection changed api to indicate which client triggered the selection changed.
Extend the inspector selection changed api to indicate which client triggered the selection changed. Currently clients have to track whether they triggered the selection changed event to disambiguate how the selection changed. This case only matters if the inspector selection is changed very rapidly in which case a...
framework,f: inspector,c: proposal,P2,team-framework,triaged-framework
low
Minor
486,141,996
godot
texelFetch() not behaving properly
___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** 3.1.1 stable **OS/device including version:** Ubuntu 18.04.3 LTS **Issue description:** I was using the *texelFetch* method from GLSL for a shader when I suddenly not...
bug,topic:rendering,confirmed
medium
Critical
486,146,806
create-react-app
Add Ethereum name or address to package.json
### 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..." --> I can't donate to your project using Sustainus, and there is no canonical Ethereum address associated with this project and easily retrievable fro...
issue: proposal,needs triage
low
Minor
486,155,913
flutter
Widgets inserted in MaterialApp Navigator Overlay don't get theme
The app shows popups on top of the visible page. It uses `Overlay.of(context).insert(OverlayEntry(...))` to insert a widget into the `Navigator`'s `Overlay` `Stack`. Unfortunately, the widget cannot get theme data, even though it is under `MaterialApp` in the widget tree. `CupertinoApp` doesn't have this probl...
framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design,f: theming
low
Major
486,163,639
go
cmd/go: support -buildmode=c-shared on openbsd/amd64
### What version of Go are you using (`go version`)? <pre> $ go version 1.12.8 openbsd/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? OpenBSD/amd64 ``` go build -o libr2pm.so -buildmode=c-shared...
help wanted,OS-OpenBSD,NeedsInvestigation,FeatureRequest,GoCommand,compiler/runtime
low
Critical
486,189,689
TypeScript
Node module dependencies that use a triple-slash directive to reference libs poison the global scope
**TypeScript Version:** 2.x, 3.x **Search Terms:** lib.dom.d.ts pollutes global scope, `name` is defined as never, `event` is defined as `Event | undefined` See: https://github.com/AaronFriel/is-test/blob/4e235decffdfd3c137ea066f8462d57d2fc8d0f2/src/index.ts at the commit hash linked. **Expected behavior:** ...
Suggestion,In Discussion
low
Critical
486,213,629
TypeScript
[Proposal] Conceptual(virtual) module in .d.ts
## Motivation A common requirement during JavaScript application development is to bundle multiple modules together. There are many bundling tools to do this, such as rollup.js, webpack. The usual case is that library maintainers organize their source in a internal structure. When publish, bundling tool is called...
Suggestion,Awaiting More Feedback
low
Critical
486,236,571
pytorch
torch.as_tensor(bytearray(...)) seems to leak memory
In my multi-threaded data loader I'm calling `sox` to do some data augmentation (because torchaudio SoxEffectsChain [seems to corrupt memory](https://github.com/pytorch/pytorch/issues/25147)). Somehow I get GPU memory leak. Both these lines do not use any GPU, so it's very strange. ```python effect = ['pitch', 400]...
module: dataloader,module: cuda,module: memory usage,triaged
low
Major
486,251,488
flutter
flutter webview VerticalDragGestureRecognizer get no callback but only onDown and onCancel
I have a webview with `VerticalDragGestureRecognizer` gestures, try to detect the webview scrolling up or down. but I only get `onDown` and `onCancel` callback in iOS simulator/device. the 'onStart' , `onUpdate` never get called during scrolling the webview. using [flutter_webview 0.3.13](https://pub.dev/packages/...
a: quality,f: gestures,a: platform-views,p: webview,package,team-ecosystem,has reproducible steps,P2,found in release: 3.10,found in release: 3.11,triaged-ecosystem
low
Major
486,341,476
flutter
[Error message]Add a better debug message, when a child definition is missing
## Use case During development, sometimes very nice debug messages pop up saying something like "Either this is ... or we should provide a better error message". Therefore I would like to propose to add some information for a scenario that I encounter very often, which is forgetting to define the "child" key. ...
framework,c: proposal,a: error message,P3,team-framework,triaged-framework
low
Critical
486,366,032
flutter
Draggable widget does not update feedback when dragging
Updates are rendered to the childWhenDragging widget but not to the feedback widget. ## Steps to Reproduce https://gist.github.com/mannfeldt/e33e2f8324b783a8fd5b5252f7eedc1b 1. Drag the container. 2. Click the button while still dragging.
framework,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.27,found in release: 3.28
low
Major
486,429,878
pytorch
Handling of packed_sequence by activation functions and linear layers
## πŸš€ Feature It would be absolutely great, more efficient and simplify usage of batched processing of variable length-input, if activations functions and linear layer could handle packed_sequences. ## Motivation I noticed that it is not possible to feed ```packed_sequences``` to things like activation functions...
module: nn,module: rnn,triaged
low
Critical
486,437,154
TypeScript
Arrow function generics are resolved
**TypeScript Version:** 3.5.3 **Search Terms:** arrow function generic **Code** ```ts export const foo = <T extends keyof HTMLElementEventMap>(t: T): T => t; export function bar<T extends keyof HTMLElementEventMap>(t: T): T { return t; } ``` **Expected behavior:** The `d.ts` file contains unresol...
Needs Investigation
low
Critical
486,457,021
pytorch
ConstQuantizerPtr is misnamed
I saw this in TensorMethods.h ``` // This is temporary typedef to enable Quantizer in aten native function API // we'll remove them when we are actually exposing Quantizer class // to frontend using ConstQuantizerPtr = const c10::intrusive_ptr<Quantizer>&; ``` By standard C const precedence rules, "ConstQuan...
oncall: quantization,triaged
low
Minor
486,488,645
TypeScript
Type guard does not narrow the same as if-statement
<!-- 🚨 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...
Suggestion,Awaiting More Feedback
low
Critical
486,509,315
TypeScript
JS: Type reference not resolved, but gives type to variable
From HeapSnapshot.js in chrome-devtools-frontend: ```js var H = {} H.Edge = class { /** @return {H.Edge/*1*/} */ clone() { return new H.Edge() } } /** @type {H.Edge/*2*/} */ var x; x.clone ``` Expected: goto-def at `/*1*/` and `/*2*/` should work. Actual: not resolved and just...
Bug,Domain: Quick Info
low
Minor
486,526,296
pytorch
[jit] Bad error for incorrect container type
## πŸ› Bug In Python2 input to `@torch.jit.script` cannot be `Tuple[Tensor]` but can be `List[Tensor]`. Since this is Python2 I use mypy-style type-hinting. ## To Reproduce Steps to reproduce the behavior: ```python @torch.jit.script def smt_pred(confs, child, threshold, obj, height, width, a): # type...
oncall: jit,triaged,jit-backlog
low
Critical
486,615,305
flutter
Strange Shape Behavior when trying to implement Speed dial Transition with FAB
Hey, I was trying to develop FAB with Speed dial, but I've encountered problem presented below. It is visible only for centerDocked and endDocked floatingActionButtonLocation. I've minimized my code, to present the behaviour. When you change the container height, then the shape is different. It was also clearly v...
framework,f: material design,a: quality,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
486,634,397
flutter
Consider tracking plugin entitlement requirements via pubspec.yaml
For sandboxed macOS appsβ€”which may well be the default, but we want to support regardlessβ€”there are going to be cases where plugins require entitlements in the app (e.g., `camera`). The current solution to this kind of problem on mobile is to document it in the plugin docs, but that's error-prone, and may not be easy t...
tool,P3,team-tool,triaged-tool
low
Critical
486,654,231
opencv
Segfault in cv::divide
##### System information (version) - OpenCV => 4.1 - Operating System / Platform => Ubuntu 18.04 - Compiler => gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 ##### Detailed description OpenCV segfaults when using cv::divide with the same input and output. I've attached a code snippet and the backtrace below. ###...
incomplete,needs reproducer
low
Minor
486,656,797
rust
Improve error when compiling a derive macro with -Z sanitizer
I'm trying to build some code with the address sanitiser on; and I run into this error: ``` Compiling failure_derive v0.1.5 error: Only executables, staticlibs, cdylibs, dylibs and rlibs can be compiled with `-Z sanitizer` error: aborting due to previous error error: Could not compile `failure_derive`. error: b...
A-driver,C-enhancement,A-diagnostics,T-compiler,A-sanitizers,requires-nightly
low
Critical
486,689,176
opencv
more use of Mat_<_Tp>?
I'd like to bring up the issue that puzzles many newbies and users of the Eigen library and that is the need to hardcode element types in code using OpenCV. I'll take an example from [`cv::Mat::at`](https://docs.opencv.org/master/d3/d63/classcv_1_1Mat.html#aa5d20fc86d41d59e4d71ae93daee9726): ``` Mat A(100, 100, CV_64...
category: core,RFC
low
Critical
486,714,332
go
runtime: gc exhausts all cpu causing a short delay
<!-- 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.8 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture ar...
NeedsInvestigation,compiler/runtime
medium
Critical
486,744,596
react
TypeError: "'requestAnimationFrame' called on an object that does not implement interface Window."
<!-- 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?** TypeError: "'requestAnimationFrame' called on an object that does not ...
Type: Bug,Component: Scheduler
low
Critical
486,754,540
flutter
[bug] TextInput cursor positioned over hintText
When using a hintText in an InputDecoration for a TextField, the cursor and the hintText are too close. <img src="https://user-images.githubusercontent.com/70573/63913981-3ccb0d00-ca08-11e9-8373-6454ad787974.png" width="50%"/> Search widget code: ```dart import 'package:flutter/material.dart'; class SearchWid...
a: text input,framework,f: material design,c: proposal,P3,team-text-input,triaged-text-input
low
Critical
486,758,330
rust
NLL issue when using DerefMut to access fields through a Pin, causing multiple mutable borrow error
The code below doesn't compile due to multiple mutable borrows, however the exact same code without the `std::pin::Pin` compiles fine actually. My expectation is however that the code would obviously compile fine in both cases. ```rust use std::pin::Pin; use slab; struct Entry { complete: u64 } struct...
C-enhancement,NLL-complete
low
Critical
486,796,322
godot
Right operand of 'is' is not a class (type: <Anything>) vs. Build-in scripts
[BUG, UNCLEAR USAGE, DOCUMENTATION, BUILT-IN SCRIPT] I have hard time identifying instances. I do not want to use groups. Scenes and instances should have enough information to identify each other. Question: is this instance an instance of the scene or not? **Important: I use **built-in script** in script attachmen...
discussion,topic:gdscript,documentation
low
Critical
486,805,703
pytorch
regarding builtin_function_or_method
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> some way to see the code for builtin_function_or_method ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to anot...
feature,low priority,triaged
low
Minor
486,862,701
rust
Tracking issue for const fn pointers
Sub-tracking issue for https://github.com/rust-lang/rust/issues/57563. This tracks `const fn` types and calling `fn` types in `const fn`. --- From the RFC (https://github.com/oli-obk/rfcs/blob/const_generic_const_fn_bounds/text/0000-const-generic-const-fn-bounds.md#const-function-pointers): ## `const` func...
T-lang,C-tracking-issue,A-const-eval,S-tracking-needs-summary
medium
Critical
486,870,179
godot
Not able to use linear RGB textures in 3d
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Godot 3.1.1 and current master (https://github.com/godotengine/godot/commit/a6b094cdfc6cb102a4c2e378f6ae2a06ac646638) <!-- Specify commit hash if non-of...
bug,topic:rendering,confirmed
low
Critical
486,885,719
neovim
:messages filtering, avoid duplicates, "provider" hook
<!-- Before reporting: search existing issues and check the FAQ. --> ### Actual behaviour When searching for something, and `wrapscan` is not set, and the search is not found `E385` or `E384` is shown, depending on the search direction. Another case is if a search is made using `*` or `#` the same error gets re...
enhancement,provider,core,messages
medium
Critical
486,918,604
pytorch
[DRAFT] Auto-casting in JIT - Automatic mixed precision
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> We want to support automatic precision casting as a JIT optimization pass. This is part of a grand plan to improve PyTorch performance by leveraging hardware acceleration on reduced precision arithmetics. For more background and motivatio...
oncall: jit,triaged
medium
Major
486,980,353
go
database/sql: close Rows if Conn is closed
<!-- 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.9 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Reproduces on play.golang.org ### What did you do? https://p...
NeedsInvestigation
low
Critical
486,982,894
flutter
Check whether `ScaffoldFeatureController` is currently closed
`ScaffoldFeatureController` has the getter `closed`, which returns a `Future<U>` that completes as soon as the feature closes. Because of that asynchronous design choice, it's not possible to acknowledge whether the feature tied to the controller is **currently** closed. As a practical consequence, the only way...
c: new feature,framework,f: material design,c: proposal,P3,workaround available,team-design,triaged-design
low
Minor
486,993,281
terminal
Feature Request: optional splitting of view into scroll pane and static pane while scrolling
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal
low
Critical
487,004,111
go
x/blog: test times out on aix-ppc64 builder
The `x/blog` test is consistently timing out on the `aix-ppc64` builder on `release-branch.go1.13` builds (example: https://build.golang.org/log/587d79c987daa7919322215e2230de451ad552f1). It's not obvious to me whether there is something wrong with the builder (or maybe just slow disk performance?), something wrong ...
Performance,Testing,Builders,NeedsInvestigation,OS-AIX
low
Major
487,066,725
flutter
Drawer animationController
So I'd like to propose for an optional parameter to `Drawer` class so that we can control how it's animation works. **Situation now** The drawer already has a controller class called `DrawerController ` which has open/close callbacks and a few other things, but Scaffold creates a default `DrawerController` if `Scaf...
c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Minor
487,068,532
node
doc: how to document multiple inheritance
**Is your feature request related to a problem? Please describe.** This request was raised in PR comment https://github.com/nodejs/node/pull/29290#discussion_r317847743 **Describe the solution you'd like** How to represent multiple inheritance in Node.js documentation **Describe alternatives you've considered**...
doc,meta
low
Minor
487,072,078
flutter
Implement focus for `HtmlElementView`
The initial version of `HtmlElementView` is landing with minimal feature support, see the PR here: https://github.com/flutter/flutter/pull/37819 We should verify that cross-origin iframes can be focused/blurred and implement focus support for `HtmlElementView`
c: new feature,framework,a: platform-views,platform-web,P2,customer: samehere,team-web,triaged-web
low
Minor
487,074,195
material-ui
[Slider] Support track dragging with range sliders
<!-- Provide a general summary of the feature in the Title above --> <!-- Thank you very much for contributing to Material-UI by creating an issue! ❀️ To avoid duplicate issues we ask you to check off the following list. --> <!-- Checked checkbox should look like this: [x] --> - [x] I have searched the ...
new feature,component: slider,MUI X Pro
medium
Critical
487,113,168
pytorch
[jit] NamedTuples don't respect `__new__`
If a NamedTuple has a `__new__` defined it silently does not get called. This is a problem for RNNs since `PackedSequence` has a `__new__` constructor. ```python import torch from collections import namedtuple MyNamedTuple_ = namedtuple('PackedSequence', ['data']) class MyNamedTuple(MyNamedTuple_): def ...
oncall: jit,triaged,jit-backlog
low
Minor
487,123,136
tensorflow
Initial read on nonexistent tf.gfile.GFile in w+ mode crashes
**System information** - Have I written custom code: Yes - OS Platform and Distribution: Linux Ubuntu 18.04 - TensorFlow installed from: binary - TensorFlow version: v1.14.0-rc1-22-gaf24dc9 1.14.0 - Python version: 3.7 **Describe the current behavior** Python raises `tensorflow.python.framework.errors_impl.Not...
stat:awaiting tensorflower,type:bug,comp:ops,TF 2.11
medium
Critical
487,136,298
pytorch
Add GPU support to c10d allreduce_coalesced
@jfc4050 added CPU `allreduce_coalesced` in #24949. The next would be adding GPU support to `ProcessGroupNCCL` and `ProcessGroupGloo`. cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera
oncall: distributed,feature,triaged
low
Minor
487,137,366
youtube-dl
[Zattoo] Update site web
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
account-needed
low
Critical
487,138,368
pytorch
Add a mode to check input tensor sizes in allreduce_coalesced
@jfc4050 added CPU `allreduce_coalesced` in #24949. The current version flattens all input tensors into one, and then allreduce that tensor. It works, even if, say, process 0 provides a tensor of size 4 and process 1 provides two tensors of size 2 each. This is a reasonable shortcut to avoid using additional communicat...
oncall: distributed,feature,triaged
low
Minor
487,141,643
flutter
Discrete Slider/RangeSlider has interpolation (?) errors
## Steps to Reproduce 1. Create a discrete Slider/RangeSlider with `min:0.0`, `max:35.0`, `divisions: 35` (or see [main.dart](https://gist.github.com/repentsinner/3b635247f37c28f11a6a3a9700ec781d)) 2. Build on Windows & run on a Pixel 2 or build on MacOS and run on an iPhone 7. 3. Slide any of the thumbs to the 29...
framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
487,144,958
TypeScript
Error elaborations should not be de-duped
<!-- 🚨 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...
Suggestion,Awaiting More Feedback
low
Critical
487,175,873
TypeScript
"Go To Type Definition" for type names should navigate to the type definition
"Go To Type Definition" doesn't doesn't work when the selection is itself a type. Instead, you get a "No type definition found" error. I can understand why it was implemented in this way ("types don't have a type!") but IMHO this behavior unnecessarily inconsistent and confusing for users. If I ask for the type defini...
Suggestion,In Discussion,Domain: Symbol Navigation
low
Critical
487,212,381
godot
Issues with the bezier tracks editor in animationplayer
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> 3.1.1.stable.official <!-- Specify commit hash if non-official. --> Ubuntu 18.04 <!-- Specify GPU model and drivers if graphics-related. --> On a bezier curve tr...
bug,enhancement,topic:core
low
Critical
487,212,581
create-react-app
Allow modular SCSS import and avoid duplicated styles on development mode
### 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..." --> We've been trying to use a SCSS module oriented design system that provides a way to explicitly import the SCSS modules as needed when creating st...
issue: proposal,needs triage
low
Major
487,216,348
rust
Nested closures give suboptimal move suggestion
The following code needs a `move` on the `map` closure, but the suggestion first tells us to add it to the `flat_map` closure. After following that suggestion, the next error will tell us to put it on the `map` closure. This terminates correctly, but should suggest the final thing immediately. Note that with many neste...
A-diagnostics,A-lifetimes,P-low,A-closures,T-compiler
low
Critical
487,257,638
flutter
macOS and iOS text and shadow rendering differences
I'm building something like storybook but for Flutter and I want to render on desktop what the app would like like on a phone. By overriding MediaQueryData with the values I get on the phone and the TargetPlatform with the correct one I was able to get Android rendering pixel perfect. But, no matter what, iOS is no...
engine,platform-mac,a: desktop,has reproducible steps,P3,found in release: 3.16,found in release: 3.18,team-macos,triaged-macos
low
Major
487,352,049
flutter
Feature request: Make listeners removable inside function body.
## Summary Add a way to remove a controller's listener inside the listener's function body for cleaner code. ## Use case A use case a lot of community members and I have come across is when you want to conditionally cancel a subscription when results are coming in, ie., inside the listener's function body. Thi...
c: new feature,framework,c: API break,c: proposal,customer: wednesday,P3,team-framework,triaged-framework
medium
Major
487,380,934
flutter
How to unfold DropdownButton menu only downward
This is my code for the DropdownButton menu: ```dart import 'package:flutter/material.dart'; import 'package:percent_indicator/percent_indicator.dart'; import 'package:crypti/main.dart'; // TODO: Change place of Next button since keyboard will appear in screen normally // TODO: force keyboard in screen (also ...
c: new feature,framework,f: material design,P3,team-design,triaged-design
low
Minor
487,400,529
pytorch
Build link not right
I am using CUDA10.1 so that I build libtorch from source, but after building, used I just need replace `lib` with official libtorch downloaded and everything can works. From libtorch-nightly begain, I can not do this anymore, the lib generates always link to my another folder where it builds: ``` linux-vdso.so...
module: build,module: cpp,triaged
low
Major
487,428,179
go
cmd/compile: taking address of variables in chain breaks optimizations
### What version of Go are you using (`go version`)? <pre> $ go version go version devel +f484e96 Fri Aug 30 00:10:31 2019 +0000 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What did you do? I tested the behavior of the gc given a chain of address taking operations (I k...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
487,466,855
go
proposal: os: make the internal lockedfile package public
An internal filelock pkg can be found here: https://pkg.go.dev/cmd/go/internal/lockedfile/internal/filelock A few projects are implementing file locking [1] but they do not seem to be maintained and I think they are not as nice as the internal filelock pkg I mentioned before. As a result some projects are doing th...
Proposal
high
Critical
487,487,929
three.js
Water2 fragment shader does not support Z-up WCS
##### Description of the problem The calculation which blends reflection and refraction fragment color assumes a default Y-up coordinate system to determine the blend amount. As a result, the transition between reflectance and refractance in a Z-up scene (or if the water surface doesn't lie in the xz-plane) happens wh...
Addons
low
Critical
487,497,732
flutter
[proposal] add --ios and --android parameter to specify the platform in `flutter emulators --create`, be able to create an ios simulator from flutter tool
## Use case I'm trying to setup our CI for both ios and android flutter development and tests using docker. i have founded the "flutter emulators β€”create" command help to create emulators but it's seems that it's only create an android emulator not ios. Our driver and performance test will be run on both platfor...
c: new feature,tool,P3,team-tool,triaged-tool
low
Major
487,525,216
vue
(programmatically added) destroyed hooks retain on new instances
### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/h86atdq4/](https://jsfiddle.net/h86atdq4/) ### Steps to reproduce Open linked jsfiddle, open console and click toggle. ### What is expected? That the logged destroyed hook count is always 0 similar to the other hooks ### What is ...
has workaround
low
Major
487,526,800
terminal
Add offsetX/offsetY settings, respecting backgroundImageAlignment to determine which sides of the image to apply the offset to.
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
low
Critical
487,544,502
flutter
Image.network widget cannot rending the gzip encoded image
All HttpClient requests set the header by defalt ``` Accept-Encoding:gzip ``` so the Image.network received a gzip encoded image is possible,but it cannot rending. I tried reset **Accept-Encoding** value to **identity** was defeated ``` Image.network( url headers: {"accept-encodi...
framework,a: images,P2,team-framework,triaged-framework
low
Minor
487,565,809
pytorch
Delete TensorOptions::operator==
We defined an equality test on TensorOptions but we really shouldn't have; the semantics are completely non-obvious. What we should define instead is probably something like `TensorAxes` which is the tuple of `(DeviceType, Layout, DType)` which maps into TensorTypeId and uniquely specifies how dispatch computation h...
module: internals,triaged,enhancement,small
low
Minor
487,597,090
pytorch
Vectorize bool operations
While reviewing #25373 I realized that our bool operations are not vectorized. There isn't really any good reason they're not vectorized, right? We should vectorize them. cc @izdeby
triaged,enhancement,module: boolean tensor
low
Minor
487,597,213
godot
Call to Thread.wait_to_finish() in my scene hangs in Windows but not Linux
**Godot version:** v3.1.1.stable.official **OS/device including version:** Linux/X11 and Windows 10 The same issue was observed across two Windows 10 machines and two Linux machines. **Issue description:** In a function I start a thread, yield until a signal from the thread is received, and then call `Threa...
discussion,topic:core
low
Critical
487,612,399
go
x/tools: document minimum requirements for tests
Some of the x/tools tests are resource intensive and doing `go test golang.org/x/tools/...` on a machine with low RAM may fail. I think it'd be helpful to document the RAM requirement. That way, if the tests run out of memory on a machine that meets the minimum requirements, it becomes easy to determine that the pro...
Testing,Documentation,Builders,NeedsFix,Tools
low
Major
487,612,786
pytorch
[feature request] symmetric matrix square root
This is needed when incorporating curvature information into optimization There's PyTorch implementation of symmetric matrix square root op [here](https://github.com/msubhransu/matrix-sqrt) but they use PyTorch for backward pass only, and use scipy for forward pass In the meantime, see https://github.com/pytorch/...
triaged,module: linear algebra,function request
medium
Critical
487,628,525
tensorflow
Cannot seek on write only tf.gfile.GFile
**System information** - Have I written custom code: Yes - OS Platform and Distribution: Linux Ubuntu 18.04 - TensorFlow installed from: binary - TensorFlow version: v1.14.0-rc1-22-gaf24dc9 1.14.0 - Python version: 3.6 **Describe the current behavior** Calling `seek()` on a `tf.gfile.GFile` opened in write ...
stat:awaiting tensorflower,type:bug,comp:apis,TF 2.11
low
Critical
487,662,942
go
x/image/font/sfnt: GlyphName returns empty string on OpenType font
<!-- 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 darwin/amd64 </pre> ### What did you do? <pre><code> package main import ( "fmt" "io/ioutil" "log" "golang.org/x/imag...
NeedsInvestigation
low
Minor
487,712,959
pytorch
Multithreaded backpropagation with custom autograd.Functions
## πŸš€ Feature By using DataParallel, the engine creates a thread for each GPU. It should do this for backpropagation too, including within python-implemented autograd.Functions. ## Motivation We're trying to implement synchronized batchnorm for one machine/one "main" process using an interface like the traditional...
feature,triaged,module: data parallel
low
Major