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 |
|---|---|---|---|---|---|---|
513,424,961 | youtube-dl | Add extractor | <!--
######################################################################
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 |
513,436,692 | pytorch | [CUDA-MEMCHECK] TestTorchDeviceTypeCUDA.test_pin_memory_from_constructor_cuda fails | Run `cuda-memcheck` with unit test `TestTorchDeviceTypeCUDA.test_pin_memory_from_constructor_cuda` in `test_torch.py` gives the following error:
```
========= CUDA-MEMCHECK
========= Program hit cudaErrorInvalidValue (error 1) due to "invalid argument" on CUDA API call to cudaPointerGetAttributes.
========= ... | module: cuda,triaged | low | Critical |
513,444,964 | pytorch | torch.from_file not documented | ## 📚 Documentation
The torch.from_file function is not documented. Only the [torch.Storage.from_file](https://pytorch.org/docs/stable/storage.html#torch.FloatStorage.from_file) is documented, but it's not clear how to create a Tensor from that function. Specifically, it requires knowing that you can construct a Ten... | module: docs,triaged | low | Minor |
513,465,428 | vscode | [folding] Improve #region support: make it look like Visual Studio IDE | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
The current VSCode region folding is OK (eg. in C# or JS), but it would be very nice to have a viewlet kinda like VS IDE to regions, so this request is purely visual.
 with "sharing violation" in OneDrive | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.3 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | ExpertNeeded,OS-Windows,NeedsInvestigation | medium | Critical |
513,558,788 | TypeScript | Investigate Delayed Go-to-Definition Behavior in Editors | Today go-to-definition across files takes a minute in large projects when a file isn't currently opened in an editor.
```ts
// a.ts
import "./b.js" // <- jump to definition on this path
// b.ts
export function foo() {
}
```
It's not clear why this is the case when the language service is fully initialized... | Bug,Domain: Performance,Domain: Symbol Navigation | low | Major |
513,578,060 | TypeScript | Update contributing documentation | @RyanCavanaugh recently walked through `CONTRIBUTING.md` and our wiki and commented that the process is a bit old and crusty. In the interest of making things more obvious for contributors, we need to clean things up here. | Docs,Infrastructure | low | Minor |
513,587,128 | rust | Cycle detected when using associated type bounds in super trait | I don't know if this is a bug or expected behaviour. But I'm encountering the following error when compiling the following code.
```rust
#![feature(associated_type_bounds)]
trait A {
type T;
}
trait B: A<T: B> {}
```
```rust
error[E0391]: cycle detected when computing the supertraits of `B`
--> src... | A-diagnostics,A-trait-system,T-compiler,F-associated_type_bounds,D-confusing,D-terse,I-cycle | low | Critical |
513,627,619 | flutter | google_sign_in plugin example should have an encrypted GoogleSignIn-Info.plist | Right now the Google Sign In plugin isn't adequately integration tested.
The iOS version of the example requires following the signup steps in the README or it won't work. Because we don't necessarily want everyone sharing the same GoogleService-Info.plist, we might want to write the file using Cirrus encypted data.... | platform-ios,p: google_sign_in,package,c: proposal,P2,team-ios,triaged-ios | low | Minor |
513,630,666 | flutter | 960 grid for web development | <!-- 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,P3,team-framework,triaged-framework | low | Critical |
513,692,303 | neovim | view unexpectedly altered when 'winminheight' is 0 | - `nvim --version`: NVIM v0.5.0-116-g4f4f5ef4f
- `vim -u DEFAULTS` (version: 8.1 Included patches: 1-2231) behaves differently? Yes
- Operating system/version: Ubuntu 16.04.6 LTS
- Terminal name/version: XTerm(322)
- `$TERM`: xterm-256color
### Steps to reproduce
Run this shell command:
nvim -Nu ... | ui,bug-regression,has:bisected | low | Major |
513,700,840 | rust | Diagnostic for mismatched pointers type could be improved | The following snippet is build with Rust 1.38.0: https://rust.godbolt.org/z/NGTGo-
<details>
<summary>snippet</summary>
```rust
mod unique {
type HANDLE = *mut ::std::os::raw::c_void;
type PHANDLE = *mut HANDLE;
fn foo(token: PHANDLE) {}
fn bar() {
let token: HANDLE = ::std::ptr::nu... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
513,710,730 | vue | Property '$options' does not exist on type 'VueConstructor<Vue>'. | ### Version
2.6.10
### Reproduction link
[https://jsfiddle.net/jafbudpk/3/#&togetherjs=HlrrSLGnsb](https://jsfiddle.net/jafbudpk/3/#&togetherjs=HlrrSLGnsb)
### Steps to reproduce
```
import Vue, { PluginFunction } from 'vue';
interface PluginOptions {}
export const Plugin: PluginFunction<Plugi... | typescript | low | Minor |
513,822,790 | opencv | Segmentation fault when inheriting from openCV cpp-classes in Python | <!--
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... | feature,category: python bindings | low | Critical |
513,846,543 | pytorch | torch.cuda.close request to be able to reset communications | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Is it possible to reinitialize communication with the cuda drivers once they have been made? At the moment, `torch.cuda.init()` calls a lazy init function which sets up communication. Is it possible to close that communication and open it ... | feature,module: cuda,triaged | low | Major |
513,866,337 | rust | Document query modifiers | We should document what the [query modifiers](https://github.com/rust-lang/rust/blob/eb5ef813f0d6e3fe8edd3abb046a18f5b1a8cc48/src/librustc_macros/src/query.rs#L33-L62) mean in a more involved form than currently, ideally in rustc-guide or so, with a comment in src/librustc/query/mod.rs pointing to there. | C-enhancement,P-medium,T-compiler | medium | Major |
513,904,944 | rust | LLVM is unable to eliminate bounds checks with widening multiply | Demonstration:
```rust
pub fn bar(rand: u32, arr: &[u8]) -> u8 {
let mul = rand as u64 * arr.len() as u64;
let hi = (mul >> 32) as u32;
arr[hi as usize]
}
```
Note that `hi` *must* be less than `arr.len()`. LLVM is unable to prove this, and inserts a bounds check on array access. Extract from the [c... | A-LLVM,I-slow,T-compiler | low | Major |
513,924,900 | puppeteer | page.emulateMediaFeatures([{ name: 'hover', value: 'hover' }]) throws error | ### Steps to reproduce
**Tell us about your environment:**
* Puppeteer version: 2.0.0, Headless
* Platform / OS version: Ubuntu 18.04.3 LTS
* URLs (if applicable):
* Node.js version: v10.16.3
**What steps will reproduce the problem?**
_Please include code that reproduces the issue._
1. Create a new pa... | feature,upstream,good first issue,confirmed | low | Critical |
513,936,097 | flutter | in_app_purchase plugin - detecting subscription lapse client-side | I'm using the in_app_purchase plugin (v0.2.2) for Flutter to implement in-app auto-renewing subscription purchasing. I'm struggling to figure out how I check if a user's existing subscription has lapsed, which could be because of:
- user has cancelled and the remaining time on the current billing period has elapsed
-... | d: api docs,p: in_app_purchase,package,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
513,939,980 | flutter | [google_maps_flutter] Padding not working on android | <!-- 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... | platform-android,p: maps,package,has reproducible steps,P2,found in release: 2.0,found in release: 2.3,team-android,triaged-android | low | Critical |
513,956,363 | godot | JSON fails to parse object keys other than String type | **Godot version:**
3.2-alpha
**Issue description:**
Converting a variable to JSON with `to_json` method and back with `parse_json` doesn't work on object keys if they are not of type `String`.
**Steps to reproduce:**
```gdscript
extends Node
func _ready():
var dict = {
{"key_dict": true}: "value"
}
... | bug,topic:core,confirmed | low | Major |
513,972,381 | go | proposal: crypto/tls: expose TLS alert type for more precise error checks | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.3 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture a... | Proposal,NeedsInvestigation,FeatureRequest,Proposal-Crypto | low | Critical |
513,987,710 | storybook | [addon-docs] Link to another story | **Is your feature request related to a problem? Please describe.**
Well of course. I need to link to another story to sort of build a "See also" or "For more information, see..." section.
**Describe the solution you'd like**
I would like to be able to just link to another story by writing a MD link, something like... | feature request,has workaround,addon: docs | medium | Critical |
514,043,715 | ant-design | Set Global Tooltip mouseEnterDelay/Other Properties | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
Currently tooltips show up after 0.1 seconds by default. We can customise this delay using the "mouseEnterDelay" API. For our use... | Inactive | low | Major |
514,076,664 | create-react-app | provide option to use pnpm for installation to avoid file replication across apps. | ### Is your proposal related to a problem?
using create-react-app uses for installation leads to lots of repeated node_module folders
angular cli provides option to use npm or pnpm for installation.
### Describe the solution you'd like
give an option during create-react-app process to use pnpm if installed ... | issue: proposal | low | Major |
514,083,721 | TypeScript | Type reference to Image resolves to static side | ```js
/**
* @param {Image} i
* @param {Element} l
*/
function f(i, l) {
l.appendChild(i);
i.style.display = 'none';
}
```
Expected: `i` should (1) have type `Image` (2) be assignable to Node and (3) should have the property `style`.
Actual: `i: new (width?: number, height?: number) => HTMLImag... | Bug,Domain: JavaScript | low | Minor |
514,127,002 | kubernetes | Admission chain for underlying resource is not called for requests to /scale subresource | **What happened**:
When a user makes a modifying request to an object through the /scale subresource, the /scale admission chain is called, but mutating and validating admission for the underlying resource are not. This introduces some unexpected behavior and also makes certain valid use cases impossible to enforce co... | kind/bug,priority/backlog,sig/api-machinery,lifecycle/frozen,wg/api-expression | medium | Critical |
514,132,209 | godot | Spatial Shader with render_mode world_vertex_coords prevents skinning | Characters with a Skeleton stop skinning altogether when their Material uses a Shader that sets **render_mode** to **world_vertex_coords**
I'm not sure if this is expected behavior, but I couldn't find any mention of it in the documentation.
Simplest shader to reproduce the issue:
`shader_type spatial;
render_m... | bug,topic:rendering,confirmed,topic:3d | low | Major |
514,152,712 | flutter | [flutter_plugin_android_lifecycle] Add a getter for a service lifecycle | Currently the plugin only exposes a getter for the activity lifecycle, a getter for the lifecycle available through ServicePluginBinding should be added as well.
The code should be just:
```java
@Nullable
public static Lifecycle getServiceLifecycle(@NonNull ServicePluginBinding servicePluginBinding) {
tr... | platform-android,e: embedder,package,P3,p: flutter_plugin_android_lifecycle,team-android,triaged-android | low | Minor |
514,222,748 | go | x/crypto/ssh: add example for KeyboardInteractive | I'm having trouble figuring out how to use this method to prompt a user for input and get a password back out. I tried searching on Github but most of the top results are vendored copies of the ssh package.
Alternatively, it would be nice to have a default implementation. | Documentation,help wanted,NeedsInvestigation | low | Minor |
514,235,632 | go | spec: clarify range over maps will produce every non-deleted entry avaiable when it starts | ### What version of Go are you using (`go version`)?
N/A, but 1.13
### Does this issue reproduce with the latest release?
Sure.
### What operating system and processor architecture are you using (`go env`)?
N/A
### What did you do?
https://play.golang.org/p/jX-Bp63JDHX
### What did you expect to... | Documentation,NeedsDecision | low | Critical |
514,238,011 | node | Handle windows-style bare specifiers in exports | There's currently a loophole in CJS exports:
```js
require('x\\y.js');
```
The above will load `y.js` at least on Windows even if `x` uses `exports` and didn't whitelist the path. This happens because the specifier isn't recognized as an `exports` specifier.
There's three possible ways out:
1. We detect t... | module | low | Major |
514,278,346 | pytorch | Remove bce_with_logits in derivatives.yaml | Its backward is done through autograd, we don't need explicitly set it at all. | triaged,enhancement,better-engineering | low | Minor |
514,279,657 | flutter | flutter can't be installed as a shared program | While trying to install flutter 1.9.1+hotfix.6 using Ansible on several Linux servers, I noticed that I can't run flutter if the user is not the one that has been used for the installation (this is a standard use case for any Linux/Unix system)
For example, flutter executable tries to create/modify a lock file under... | tool,platform-linux,c: proposal,P3,team-tool,triaged-tool | low | Minor |
514,295,351 | TypeScript | Uncalled Function Checks don't check negative condition | ```ts
function foo() {
}
if (!foo) {
let x = 10
}
else {
}
```
**Expected**: Error on `!foo` that the condition is always true because `foo` is defined.
**Actual**: No error.
Also, any work on this should include the following test:
```ts
function foo() {
}
if (!foo) {
}
else {
foo... | Suggestion,Awaiting More Feedback | low | Critical |
514,317,249 | flutter | The FlutterPointerEvent coordinate space is not documented. | [This](https://github.com/flutter/engine/blob/e5692949023766c6a42b554a0ded365f1e8a33b3/shell/platform/embedder/embedder.h#L409) has caused some confusion to custom embedder authors. The GLFW example embedder does seem to [handle this correctly](https://github.com/flutter/engine/blob/e5692949023766c6a42b554a0ded365f1e8a... | engine,d: api docs,e: embedder,P2,team-engine,triaged-engine | low | Minor |
514,320,573 | vue | Add non-passive event modifier | ### What problem does this feature solve?
An event modifier to support `passive` events was added in #5132.
In the last couple of years, browsers have adopted the `passive` behavior by default for `touchstart` and `touchmove` events ([reference](https://www.fxsitecompat.dev/en-CA/docs/2018/touch-event-listeners-are... | feature request | medium | Major |
514,326,318 | flutter | [maps] MissingPluginException when calling methods on maps instance that has been torn down on the native side | Hello, I am experiencing this error below, whenever I use the google map.
Also, please find below the flutter doctor -v output as well.
```
E/BufferQueueProducer(12362): [SurfaceTexture-0-12362-4] queueBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(12362): [SurfaceTexture-0-12362-4] dequeueBuffer:... | c: crash,customer: crowd,p: maps,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
514,328,975 | pytorch | Command for downloading torch 1.12.0 CUDA 10 linked to cu92 version | I want to install pytorch 1.12 CUDA 10 in Ubuntu following this step https://pytorch.org/get-started/previous-versions/ .
Every time I input this command `pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html` I always get the `cu92` version instead of CUDA 10 version.
... | module: binaries,triaged | low | Minor |
514,372,185 | flutter | [webview_flutter]About handle long press gestures | ```dart
/// Which gestures should be consumed by the web view.
///
/// It is possible for other gesture recognizers to be competing with the web view on pointer
/// events, e.g if the web view is inside a [ListView] the [ListView] will want to handle
/// vertical drags. The web view will claim gestures tha... | c: new feature,customer: crowd,p: webview,package,team-ecosystem,P3,triaged-ecosystem | low | Major |
514,408,856 | flutter | Remove delegate setter on FlutterActivity and FlutterFragment | Remove delegate setter on FlutterActivity and FlutterFragment.
A more complete and current infrastructure for writing Android tests within the engine should allow a better approach. | a: tests,team,platform-android,engine,c: proposal,P2,team-android,triaged-android | low | Minor |
514,412,153 | material-ui | [Snackbar] Add imperative methods to display them directly | ## Summary 💡
Support imperative calls for the sake of simplicity.
## Examples 🌈
```jsx
import { useSnackbar } from '@material-ui/core';
function MyComponent() {
const snackbar = useSnackbar();
return (
<Button
onClick={() => {
snackbar({
message: "My primary messag... | new feature,component: snackbar,priority: important | medium | Major |
514,477,522 | go | x/sys/windows: go test ./... failed on windows | <!-- 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 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
### What operating system and processor architecture are y... | OS-Windows,NeedsInvestigation,compiler/runtime | low | Critical |
514,509,533 | flutter | [iOS] Light/Dark mode on iOS should change in the background | <!-- 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... | platform-ios,framework,f: material design,a: fidelity,f: cupertino,customer: crowd,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
514,518,990 | youtube-dl | Raiplay - Site Updated - Dowload do not start | From few days Raiplay website is changed and now youtube-dl ca not dowload is stream
$ youtube-dl -v https://www.raiplay.it/video/2017/01/Il-quinto-potere-df98d885-128b-40d8-8e7c-118eef7a0e79.html
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'htt... | geo-restricted | low | Critical |
514,653,748 | go | x/build/internal/task/releaselet: Windows installer fails to open device or file when installer file is located on ram disk | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
go1.13.3.windows-amd64.msi
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<detail... | OS-Windows,NeedsInvestigation | low | Critical |
514,734,923 | node | Cannot compile node | Cannot compile node 13.0.1 with flags `./configure --fully-static --with-intl=full-icu` inside docker image for node
Getting this output
```
LD_LIBRARY_PATH=/node/out/Release/lib.host:/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /node/out/Release/obj/... | confirmed-bug,build,i18n-api | low | Critical |
514,760,312 | godot | Microphone recording doesn't work on Linux with official builds | **Godot version:** Git https://github.com/godotengine/godot/commit/924db5fa58ab28912857029ec8dd34fbde771550
**OS/device including version:** Fedora 30, PulseAudio
**Issue description:** Microphone recording doesn't seem to work on Linux, even though Godot appears as a capture device when running the Mic Record De... | bug,platform:linuxbsd,confirmed,topic:audio | high | Critical |
514,764,943 | pytorch | Support RRef[T].__call__(*args) which invokes T.__call__(*args) on owner | This is a necessary syntax sugar to for the following use case:
```python
class MyModel(nn.Module):
pass
model = rpc.remote("worker0", MyModel)
# The following line should result in an RPC call to worker0 to
# run MyModel constructor
outputs_rref = model(inputs)
```
We can implement `RRef[T].__call__(... | triaged,module: rpc | low | Major |
514,767,398 | rust | Rust is unable to figure out that `if` inside the nested loop is executed at most once per outer loop iteration | Rust unable to figure out that `if` inside the nested loop is executed at most once per outer loop iteration.
https://users.rust-lang.org/t/how-to-make-compiler-automatically-elide-bound-checks/34148/6
```
pub fn foo() -> usize {
let mut index = 0;
for i in 0..100 {
assert!(index <= i); // Th... | I-slow,T-compiler | low | Minor |
514,772,848 | pytorch | Why attn_mask is not 3D tensor in nn.MultiheadAttention? | ## 🚀 Feature
I think shoud add 3D attn_mask.
## Motivation
For example, if in a translation task, I want to let every word in the target sentence focus different words in source sentence, " attn_mask" should in shape (tgt_len, scr_len) , ok! That's fine, that's exactly what it is now. But in different sentences... | module: nn,triaged,enhancement | low | Minor |
514,795,894 | PowerToys | [PowerRename] respect file order of Windows File Explorer | # Summary of the new feature/enhancement
I would like the incremental numbers to be based on the sort order.
That way I can sort files in Windows File Explorer, for example on create date. Then using the `Enumerate Items` checkbox the files get a incremental number. But the file order seems random or at least not c... | Idea-Enhancement,Product-PowerRename | low | Major |
514,849,582 | flutter | ThemeData.from is good, but does not merge with existing theme | How does someone put together ThemeData.from() with an existing theme? It works nice on the root of a project, but if you have it anywhere else things start to break and boilerplate starts adding fast.

Whe... | c: new feature,framework,f: material design,P2,team-design,triaged-design | low | Major |
514,861,427 | flutter | Flutter material popup menu doesn't consume the latest context | Flutter material popup menu doesn't consume the latest context but the one passed in its constructor. This can be observed if you toggle to dark mode in a popup menu, for example.
Details in b/140223471 | framework,f: material design,P2,team-design,triaged-design | low | Minor |
514,865,225 | go | os: output buffer seems to be blocked by first come, first serve | ### What version of Go are you using (`go version`)?
1.13.3
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
```
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/user/.cache/go-build"
GOENV="/home/user/.config/go... | NeedsInvestigation | low | Critical |
514,868,712 | flutter | Missing CupertinoSlidingSegmentedControl features | ### 1. [`isMomentary`](https://developer.apple.com/documentation/uikit/uisegmentedcontrol/1618586-ismomentary)
A stateless variant of `CupertinoSlidingSegmentedControl`.
### 2. `proportional` layout:
Per https://developer.apple.com/documentation/uikit/uisegmentedcontrol:
> The UISegmentedControl object a... | c: new feature,framework,f: cupertino,P1,team-design,triaged-design,:hourglass_flowing_sand: | medium | Major |
514,872,811 | flutter | Adding and removing a Flutter View sometimes gets semantics into a bad state | Related: https://github.com/flutter/flutter/issues/31139
This previously caused a crash - in working on a test to make sure we don't regress the crash, I'm noticing that sometimes the semantics just stop working. It seems a bit racy. I believe the fix is what I was originally going to do for the crash (we have to ... | platform-android,framework,engine,a: accessibility,a: existing-apps,P2,team-android,triaged-android | low | Critical |
514,875,690 | rust | IPv6 link-local address parsing & round-tripping | Consider the following link local IPv6 sockaddr string:
`[fe80::f03c:91ff:fedf:75ee%eth0]:8080`
This address does not parse or round-trip: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b36d93fe7d2a8699397c6dfafa2a3edf
The output formatting also elides the scopeid, which means that pri... | T-libs-api,C-feature-request | low | Critical |
514,906,905 | rust | Symbols in optimized async programs are often not useful | (As observed on `rustc 1.40.0-nightly (4a8c5b20c 2019-10-23)` targeting `thumbv7em-none-eabihf`; CC @tmandry)
I'm making my first aggressive use of `async fn` in an application. It's a deeply-embedded performance-sensitive application, and I wind up inspecting the disassembly output a lot (using `objdump`).
This ... | A-debuginfo,C-enhancement,A-codegen,P-medium,T-compiler,A-async-await,AsyncAwait-Triaged | low | Critical |
514,943,971 | pytorch | Font used in documentation is not always sharp | As discussed in this issue in the forum: https://discuss.pytorch.org/t/font-in-the-instructions-are-not-sharp-in-chrome-browser/59365/2
The font is not always sharp for all users
cc @jlin27 | module: docs,triaged | low | Minor |
514,985,294 | godot | Unset PackedScene export property causes a silent crash | **Godot version:**
v3.1.1.stable.mono.official
**OS/device including version:**
Ubuntu 18.04.3 LTS
**Issue description:**
If your C# class has an [Export] property of type PackedScene, and you forget to set the scene in the editor, your game will crash on start with no error messages or any indication of what ... | bug,topic:dotnet,crash | low | Critical |
515,001,507 | pytorch | Provide rpc, remote and dist autograd C++ APIs and register them as Prim::ops | In order to make rpc, remote and dist autograd APIs run in torch script mode, we need to provide C++ APIs of them and register them as Prim::ops.
These APIs include:
rpc_sync(), rpc_async(), remote(), dist_autograd.backward()
cc @ezyang @SsnL @albanD @zou3519 @gqchen @yf225 @pietern @mrshenli @pritamdamania87... | module: cpp,module: autograd,triaged,enhancement,module: rpc | low | Minor |
515,011,282 | pytorch | torch::tensor(scalar) behaves differently from at::tensor(scalar) | After https://github.com/pytorch/pytorch/pull/28523 is merged, C++ `torch::tensor(scalar)` behaves the same as Python `torch.tensor(scalar)` and creates a 0-dim tensor. However, C++ `at::tensor(scalar)` still creates a 1-dim tensor, and it would be great to change the behavior of `at::tensor(scalar)` to create a 0-dim ... | module: cpp,triaged,module: pybind | low | Minor |
515,012,752 | pytorch | Add support for multidimensional input to `at::tensor` | `torch::tensor` currently accepts braced-init-list (such as `{{1}, {2}}`) as multidimensional input. It would be great if `at::tensor` supports the same as well.
This would involve moving `torch/csrc/api/include/torch/detail/TensorDataContainer.h` to ATen, and using it from `aten/src/ATen/templates/NativeFunctions.h... | module: cpp,triaged | low | Minor |
515,051,826 | pytorch | Cannot select version in the tutorials page | ## 📚 Documentation
The documentation pages can be viewed for different versions using the [versions page](https://pytorch.org/docs/versions.html). However, when navigating to the "Tutorials", the versions cannot be selected. This is a problem for the experimental parts (s.a. quantization), as we update the tutorial... | module: docs,triaged | low | Minor |
515,058,089 | flutter | Remove AndroidBuilder from the tool | This was originally added to workaround the limitation that Gradle couldn't be easily mock without leaking the entire build process. Once https://github.com/flutter/flutter/pull/43479 is in, there's no need for this wrapper class since the build system is simpler and has a more defined surface area. | team,platform-android,tool,a: build,P2,team-android,triaged-android | low | Minor |
515,075,677 | ant-design | Table with rowSpan > 0, if we do a filter on such a table, this filter does not consider the column where rowSpan if greater than 0 | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[https://codepen.io/yashinigam/pen/LYYOVZZ?editors=0010](https://codepen.io/yashinigam/pen/LYYOVZZ?editors=0010)
### Steps to reproduce
Hi,
Co... | Inactive | low | Minor |
515,116,814 | rust | Tracking issue for dyn upcasting coercion | This is a tracking issue for [RFC3324](https://github.com/rust-lang/rfcs/pull/3324). Corresponding [MCP](https://github.com/rust-lang/lang-team/issues/98) is here.
The feature gate for the issue is `#![feature(trait_upcasting)]`.
### STATUS UPDATE
#### We are in the process of stabilizing.
### About tracking issues
... | A-trait-system,T-lang,T-compiler,C-tracking-issue,disposition-merge,finished-final-comment-period,F-trait_upcasting,S-tracking-ready-to-stabilize,T-types | high | Critical |
515,122,638 | pytorch | The `@` operation uses too much memory on GPU | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
#### A
```py
>>> x = torch.randn(100, 128, 512, requires_grad=True)
>>> y = torch.randn(100, 128, 512, requires_grad=True)
>>> w = torch.randn(50, 512, 512, requires_grad=True)
>>> s = (x.unsqueeze(1) @ w @ y.unsqueez... | needs reproduction,module: memory usage,triaged | low | Critical |
515,182,204 | pytorch | ConnectionResetError when using dataLoader with pin_memory=True | ## 🐛 Bug
ConnectionResetError when 'pin_memory=True' for dataLoader.
A simple test case is provided.
( I found the issue in a more complex training code with larger dataset. I made a simple code to pinpoint the problem)
## To Reproduce
```
from torch.utils.data import Dataset, DataLoader
class Set_e... | needs reproduction,module: dataloader,triaged | low | Critical |
515,304,347 | TypeScript | Project with project references and outFile fails to build | **TypeScript Version:**
3.8.0-dev.20191031
**Search Terms:**
"project references" paths outfile "has not been built from source file"
**Code**
https://github.com/ecl1ps/project-references-demo/tree/amd-outfile
Project structure
```
/src
/animals
tsconfig.json
dog.ts
... | Bug | low | Critical |
515,315,337 | pytorch | RuntimeError: CUDA error: unknown error | Hi there,
I am issuing this problem on pytorch. I know that there are lots of similar issues like this, however none of the solution proposed works to me.
I am using this Linux system configuration:
> __Hardware Information__
Machine : x86_64
CPU Name ... | needs reproduction,module: cuda,triaged | low | Critical |
515,478,049 | rust | FnAbi computation should be cached. | We might be spending a non-trivial amount of time creating `FnAbi`s and adjusting them, so we should investigate caching them, similar to how we cache LLVM `Type`s we compute from Rust `Ty`s.
After #65947, this is what's left:
* `FnAbi::of_instance`: takes `ty::Instance`, easy to cache
* we should be able to mak... | C-enhancement,A-codegen,I-compiletime,T-compiler | low | Minor |
515,519,655 | pytorch | [feature request] Some activations modules missing inplace argument | E.g. nn.Tanh and nn.Sigmoid are missing inplace argument, though torch.Tensor.sigmoid_ exists (although torch.nn.functional.sigmoid does not support inplace/out argument either)
https://pytorch.org/docs/master/tensors.html?highlight=sigmoid_#torch.Tensor.sigmoid_
consistency wrt out arguments is nice to easier su... | module: nn,triaged,enhancement | low | Minor |
515,535,591 | vue | Trigger a warning when v-show and other incompatible directives are used on <template> | ### What problem does this feature solve?
Hi,
I lost quite some time trying to figure out when my code didn't work.
The error was on my part, not vue, but i think Vue should trigger an error in this case.
The problem is that you CANNOT use `v-show` on a `<template>` tag, which make sense since `v-show` add inli... | discussion,warnings | low | Critical |
515,581,436 | rust | Using thread-local state inside proc-macro causes ICE | ICE will be produced on any channel.
Error:
```
thread 'rustc' panicked at 'use-after-free in `proc_macro` handle', src/libcore/option.rs:1190:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
error: internal compiler error: unexpected panic
note: the compiler unexpectedly pan... | A-diagnostics,I-ICE,A-macros,T-compiler,A-thread-locals,E-needs-mcve,A-proc-macros | low | Critical |
515,599,869 | go | cmd/go: TestScript/mod_import failure on darwin-amd64-nocgo | `darwin-amd64-nocgo` (https://build.golang.org/log/b64b26f0f1ea99d0a15dbe847285ee310af7fae9):
```
go test proxy running at GOPROXY=http://127.0.0.1:57008/mod
go proxy: no archive rsc.io v1.1.0: file does not exist
go proxy: no archive rsc.io v1.5.2: file does not exist
go proxy: no archive rsc.io v1.0.0: file do... | help wanted,OS-Darwin,NeedsInvestigation | low | Critical |
515,692,781 | pytorch | Unsafe use of `at::parallel_for` in current codebase | As discussed in https://github.com/pytorch/pytorch/issues/28370 , `parallel_for` is not propagating thread local states to worker threads which can lead to subtle errors when operations relying on thread local states are performed inside it.
Here is a list of all the potentially unsafe calls we have:
- [ ] In `Aten... | high priority,module: performance,module: internals,module: autograd,triaged,module: multithreading | low | Critical |
515,741,340 | pytorch | torch.mean(x, dims=[]) has incorrect gradient in 1.2 | ## 🐛 Bug
```
import torch
torch.__version__
x = torch.ones(3, requires_grad=True)
out = x.mean([]) # gives 1, as expected
out.backward()
x.grad # gives tensor([1., 1., 1.]) which is incorrect!
```
`torch.mean(x, [])` should be equivalent to `torch.mean(x)` unless I am missing something. Compare the above ... | high priority,module: autograd,triaged,quansight-nack,module: reductions | low | Critical |
515,743,907 | flutter | Support FragmentActivity for plugins | This is a documentation ticket that explains why `FragmentActivity` is not currently supported for plugin access. Other tickets that reference this limitation can link to this one, and developers can thumbs up this issue if they run into use-cases that are significantly hampered by the lack of `FragmentActivity` suppor... | platform-android,engine,P3,a: plugins,team-android,triaged-android | low | Major |
515,747,051 | go | x/build/maintner/maintnerd: Gerrit events are slow to pick up | I've noticed a huge delay lately starting TryBots.
Something's stuck or being slow in the pubsubhelper and/or maintner Gerrit code.
| Builders,NeedsInvestigation | low | Major |
515,815,937 | TypeScript | Provide metadata about TypeScript's available refactorings and quick fixes | ## Problem
We are working on improving discoverability of JS/TS refactorings and quick fixes in VS Code. As part of this, we'd like to put together documentation and a new [contribution points](https://code.visualstudio.com/api/references/contribution-points) that lists out the code actions provided by TypeScript
A... | Suggestion,Committed,Rescheduled | low | Major |
515,821,768 | pytorch | torch.stack does not yet support named tensors | ## 🚀 Feature
tensor.stack outputs named tensors.
## Motivation
Stack is one of those times when you are mushing together a bunch of tensors and getting the end result to match what you intended can be surprisingly tedious and finicky. Named tensors is a beautiful idea that provides names for each dimension.
... | feature,triaged,module: named tensor | low | Critical |
515,828,006 | TypeScript | Missing JSDoc description when using arrow functions in --allowJs + --declaration | I was trying to use `--allowJs --declaration` in a javascript only project and noticed that the JSDoc descriptions for arrow functions aren't properly attaching to the type defs.
**TypeScript Version:** 3.8.0-dev.20191031
**Search Terms:** arrow function, allowJs, declaration
**Code**
https://github.com/hi... | Bug,Domain: Comment Emit | low | Critical |
515,838,915 | tensorflow | Porting gradients to C++ from python | **System information**
- TensorFlow version (you are using): v2
- Are you willing to contribute it (Yes/No): Yes
**Describe the feature and the current behavior/state.**
I'm writing a Java gradient optimizer to allow training models on the JVM. I've got pretty much everything working, but some of the gradients ca... | stat:contribution welcome,stat:community support,type:feature,stale,comp:runtime | low | Critical |
515,863,185 | go | x/build/maintner/maintnerd: don't sync GitHub issues once we get a 410 that they're disabled | Seen in maintnerd logs:
```
2019/11/01 01:47:40 sync github golang/arch: Beginning sync.
2019/11/01 01:47:40 sync github golang/arch: 2 missing github issues.
2019/11/01 01:47:40 sync github golang/arch: After page 1: 2 issues, 0 changes, 2 issues in memory
2019/11/01 01:47:40 sync github golang/arch: remaining ... | Builders,NeedsFix | low | Critical |
515,907,249 | PowerToys | [FancyZones] distinguish between "drop" and "resize to" zone | I suggest that to make FancyZones really useful it should distinguish between the zone that you drag a window to, what we might call a "Drop Zone", and the zone that window will be resized to, represented by a "Resize to" zone.
For example, you could drag a window to some small zone on monitor 1 and have that window... | Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones | low | Minor |
515,920,857 | go | cmd/go,testing,doc: better information about debugging test cache failures | I'm trying to figure out why Go is not caching a test I wrote. First, after about 10-15 minutes of searching (including through old issues here) I could not find the flag to enable the debug output that shows you how Go builds its cache. Finally, I found it `(GODEBUG=gocache{hash,test}=1)`
I am trying to read throug... | help wanted,NeedsInvestigation | low | Critical |
515,948,643 | youtube-dl | Option to daemonize youtube-dl | - [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2019.10.29**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
There has been one mention of adding an option to daemonize youtube-dl in the past - however I am inte... | request | low | Critical |
515,956,718 | neovim | Extra blank line when using confirm() | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: v0.5.0-68-gfe9d54f41
- `vim -u DEFAULTS` (version: ) behaves differently?
- Operating system/version: macos
- Terminal name/version: kitty
- `$TERM`:
### Steps to reproduce using `nvim -u NORC`
1. nvim -u NONE
2. ~:ma... | enhancement | low | Minor |
515,964,064 | pytorch | Named Tensors: size of a named dimension | how do we get the size of a particular named dimension ? Today, I get it as shown below, but it seems round about. Is there a better way to doing the same ?
```
>>> t = torch.zeros((3, 224, 400), names=('C', 'H', 'W'))
>>>
>>> t.shape[t.names.index('H')]
224
cc @zou3519 | module: docs,triaged,module: named tensor | low | Minor |
515,965,633 | pytorch | Named Tensors: Slicing based on name | How do we slice tensors based on their names ? Are there named equivalents for
- t[0,:,:] = blabla
- x= t.narrow(0, 0, 1)
cc @zou3519 | triaged,module: advanced indexing,module: named tensor | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.