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 |
|---|---|---|---|---|---|---|
440,829,066 | flutter | Create onLoad event in SearchDelegate | ## Use case
I need to show a list of users when loading the SearchDelegate screen. Taking in consideration the [API](https://docs.flutter.io/flutter/material/SearchDelegate-class.html) there is nothing that allows me to load something based or not in the query and that is only triggered once.
Playing with `buildR... | c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Minor |
440,831,515 | flutter | Allow to disable AutoFocus in input using SearchDelegate | ## Use case
Allow to disable the auto-focus being done in the input of the SearchDelegate. This feature is also related to [this feature request](https://github.com/flutter/flutter/issues/32153). If something is being fired in the `onLoad` event it might be counterproductive to have the keyboard immediately open be... | c: new feature,framework,f: material design,P2,workaround available,team-design,triaged-design | low | Major |
440,845,547 | flutter | Support iOS short task execution | iOS supports running short tasks in a way that gives them a little extra time to complete if the app moves out of the foreground.
iOS Docs:
https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html
Flutter should support the ... | c: new feature,platform-ios,would be a good package,package,P3,team-ios,triaged-ios | low | Minor |
440,850,903 | flutter | Consider removing Matrix4.fromFloat32List from the engine | If we do not allocate `Matrix4` using externally instantiated lists, we can communicate to the compiler that the size of the list is always exactly 16 element. Using this information the compiler can eliminate range checks. | engine,c: performance,platform-web,c: proposal,P3,team-web,triaged-web | low | Minor |
440,858,791 | go | cmd/go: do not download “modules” that contain no go.mod or *.go | At the moment, `go mod download` will happily try to extract and download any arbitrary repository as long as it can be resolved by some means (through a hard-coded hosting service such as `github.com`, or using a distinguished extension like `.git`), even if it does not contain anything even marginally related to buil... | Proposal,Proposal-Accepted,early-in-cycle,modules | medium | Critical |
440,861,073 | vscode | Add shift+ctrl option to editor.multiCursorModifier setting | In Xcode multiple cursors is activated via shift+ctrl and clicking. Could that option (or just any recorded modifier combination) be added to the list of options for editor.multiCursorModifier?
https://stackoverflow.com/questions/50696995/multi-cursor-editing-in-xcode-10 | feature-request,editor-multicursor | low | Minor |
440,917,099 | pytorch | Latex Errors when Compiling documentation to latexpdf | ## 📚 Documentation
<!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/... | module: docs,triaged,module: doc infra | low | Critical |
440,941,402 | pytorch | Unify Caffe2 and PyTorch OpenMP initialization | At the moment we have two separate OpenMP initialization procedures, one in Caffe2 in `caffe2/core/init_omp.cc`, executed when `GlobalInit` is called. Another is in PyTorch in `at::init_num_threads()`
There're some differences in default settings (e.g. single-thread setting in Caffe2 and default settings in PyTorch)... | triaged,module: multithreading | low | Minor |
440,946,034 | terminal | [Setting] New tab button should open another of the currently selected tab | * Your Windows build number: 10.0.18890.1000
* What you're doing and what's happening: When you press the add tab button it always opens cmd.
* What's wrong / what should be happening instead: It should open another of the currently viewed tab.
| Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal | medium | Major |
440,947,466 | terminal | Feature request: Add fluent design reveal highlight to tabs and buttons | Add reveal highlight to the tabs and buttons similar to how classic ms edge has.
| Issue-Feature,Area-UserInterface,Product-Terminal | low | Minor |
440,961,661 | flutter | Different mainAxisMargins for different scrollbar orientations and edges | `ScrollbarPainter` now assumes `mainAxisMargin` is always the same for different scrolling directions / towards different edges
On iOS, mainAxisMargin should be different for vertical and horizontal scrollbars. And for vertical scrollbars the top margin and the bottom margin are different.
### Screenshot from iPhon... | framework,a: fidelity,f: cupertino,P2,team-design,triaged-design | low | Minor |
440,979,996 | PowerToys | Full window manager including specific layouts for docking and undocking laptops | This was mentioned in the README so I'm creating the issue as it sounds like a neat idea to me
I'm assuming this would allow for more flexible window arrangements than the current quadrant snapping, etc. | Idea-Enhancement,Idea-New PowerToy,Product-Window Manager,Product-FancyZones | high | Critical |
440,991,863 | PowerToys | Window auto-alignment/snap/magnet to other windows and screen edges | When window is moved or resized, the edge should auto-align/snap when it gets within X pixels of an existing window or screen edge.
Edit: To clarify, I'm talking about snapping capability like the old "AllSnap" program. This has nothing to do with layouts or window management. | Idea-Enhancement,Product-Window Manager,Product-FancyZones | high | Critical |
440,991,972 | vue | ability to keep `enter-to` class after show transition completes | ### What problem does this feature solve?
In some CSS libraries, i.e. Bootstrap, many components have opacity set to `0` by default, and only have opacity set to `1` when a class is applied. i.e. Bootstrap's `fade + show` classes:
```css
.fade:not(.show) { opacity: 0; }
```
The current `<transition>` behaviou... | feature request,transition | low | Major |
441,000,114 | flutter | [maps] Get latitude and longitude when polyline is tapped | ## Use case
It would be nice if we can get latitude and longitude when a polyline is tapped.
## Proposal
Currently the `onTap` for a polyline looks like
`onTap() {}`, can you guys make it like
`onTap(LatLng) {}`?
Now `GoogleMap` widget does have `onTap(LatLng)` but to be able to receive click events on my p... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
441,011,198 | create-react-app | `yarn tsc && react-scripts build` v3 takes 1 hour to complete | ### Is this a bug report?
Yes,
The production build of a TypeScript project requires almost an hour to complete.
I have tried many different version combinations all with the same result; either my system crashes or I get a very slow build process.
yarn start takes about 5 min and my production build takes alm... | issue: needs investigation | high | Critical |
441,043,866 | terminal | Workspace-specific settings and profiles | Is workspace-specific settings on the roadmap for the Windows Terminal? I was chatting with @jongalloway about it and it would really help streamline teams to be able to check in certain settings or profiles with a solution. VS Code has a great model for Workspace settings and User Settings, I would love to see it here... | Issue-Feature,Area-Settings,Product-Terminal | low | Minor |
441,068,209 | TypeScript | support match for type infer | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,Awaiting More Feedback | low | Critical |
441,074,342 | terminal | Feature request: Recording | It would be cool to have a built-in tool to record a terminal session; this would make it easy to create demos and tutorials with no demo ghosts.
Basic feature could be a animated gif
The more advanced could be a playback where you get a live terminal that plays back the recorded session and leaves it open for contin... | Issue-Feature,Area-Output,Area-Extensibility,Product-Terminal | medium | Critical |
441,087,327 | PowerToys | Tabbing Features | With the release of the new command line system for W10 I think this kind of feature is a no brainier. Here is another solution for reference: [TidyTabs](https://www.nurgo-software.com/products/tidytabs) | Idea-New PowerToy,Product-Window Manager | high | Critical |
441,087,583 | PowerToys | Disable Sticky Corners in aero snap | When moving the mouse from one monitor to the other it gets stuck because of the "sticky corners".
So for example, if you want to close a window in the right monitor but your mouse is on the left monitor, you end inadvertently closing the window of the left monitor as the mouse gets stuck in the close button.
The... | Idea-New PowerToy,Product-Tweak UI Design | low | Major |
441,094,165 | PowerToys | Scripting API for Window Manager | Just through out an idea. If you guys create a customizable window manager, I'd welcome a way to interact with it via some scripting language or the commandline.
In Linux, [i3](https://i3wm.org/) comes with a commandline utility `i3-msg` which allows you to reorganize windows via scripts. | Idea-Enhancement,Product-Window Manager | medium | Major |
441,096,416 | ant-design | Collapse中使用form的validateFieldsAndScroll | - [ ] 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?
因为Collapse展开需要时间,调用validateFieldsAndScroll会滚动不到具体位置,需要加定时器。
### What does the proposed API look like?
希望添加Collapse展开后回调函数。
... | 💡 Feature Request,Inactive | low | Major |
441,110,850 | TypeScript | Correct typing when using the index signature of an Enum | ## Search Terms
enum index signature
## Suggestion
Imagine a non const enum (which can be accessed using properties and it's index signature).
``` typescript
enum example { ONE = 1, TWO = 2, THREE = 3 }
const a = example.ONE;
console.log(a); // Prints 1
const aName = example[a]; // Type of aName is ... | Suggestion,In Discussion | low | Minor |
441,115,204 | neovim | missing redraws when rpcrequest() is used in statusline expression | This is with recent nvim HEAD, and also manifested with a version some month back. I did not investigate if there are older versions which behave correctly here. The RPC plugin in question is [here](https://github.com/KillTheMule/nvimpam/tree/impro) (take care to take the `impro` branch), so it's not minimal in any way... | bug,api,channels-rpc,display | low | Critical |
441,148,822 | pytorch | SyncBatchNorm should support 2D input (B, C) | ## 🐛 Bug
In the implementation of SyncBatchNorm, I just found that there is a `_check_input_dim` to make sure the input dimension > 2. But actually it should support the input with shape (B, C), just like the BatchNorm1d.
So is there any other reasons for the condition `input.dim() <=2`? If no, could you relax ... | oncall: distributed,module: nn,triaged,enhancement | low | Critical |
441,154,515 | go | crypto/tls: incompatibility with Trust Settings in CA certificate | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
golang:latest @ docker
<details><summary><code>go env<... | NeedsInvestigation | low | Critical |
441,154,929 | create-react-app | Add support for SRI (Subresource Integrity) | SRI used to be supported in CRA (facebook/create-react-app#1176) but it was removed because of some incompatibilities (facebook/create-react-app#1231).
Could we re-add SRI support in CRA? I feel like the reasons given in #1231 could be solved. | issue: proposal,tag: enhancement | medium | Critical |
441,211,626 | pytorch | Failed to build with system protobuf | ## 🐛 Bug
Failed to build (link) `caffe2_benchmark` target.
## To Reproduce
Steps to reproduce the behavior:
1. `git submodule update --init --recursive`
2. `... python setup.py build`
3. Get error:
```bash
[ 94%] Linking CXX executable ../bin/caffe2_benchmark
/usr/bin/ld: ../../../../../lib/libpthread... | module: build,module: protobuf,triaged | low | Critical |
441,224,537 | rust | Infinite "recursive requirements" compiler error | When compiling this program, the compiler fails with an infinitely recursive error message. The message makes no sense, as it contains types that aren't even in the program.
use std::ops::{Add, Sub};
struct Point2d<T> {
pub x: T,
pub y: T,
}
impl<'a, T> Sub<&'a Point2d<T>> fo... | E-hard,A-diagnostics,A-trait-system,P-medium,T-compiler,C-bug | low | Critical |
441,238,331 | rust | CP15 barrier instructions should be emitted before the exclusives loops (arm) | ## Symptoms
* Rustup hangs (unable to install Rust)
* Tracked down to [parking_lot](https://github.com/Amanieu/parking_lot/issues/130) issue
* Not just Rust related, [Swift has this problem as well](https://forums.balena.io/t/cloud-build-fails-but-local-device-build-works-on-raspberry-pi-zero/4994)
* -> LLVM ... | A-LLVM,O-Arm,T-compiler,C-bug,A-atomic | low | Critical |
441,257,306 | go | testing: parallel benchmark results are poorly documented | The way parallel benchmark results are reported is easy to misinterpret, and the correct way to interpret them is not documented. Typically this makes perfectly-scalable benchmarks appear to perform much worse at low parallelism, and makes not-at-all-scalable benchmarks appear to be doing fine. For example, this came u... | Documentation,NeedsFix | low | Major |
441,275,421 | PowerToys | X Clipboard (select to copy, middle click to paste) | Select to copy, middle click to paste | Idea-New PowerToy | high | Critical |
441,284,859 | godot | Refused connection emits connected_to_server on client | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
<!-- 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... | bug,confirmed,topic:network,topic:multiplayer | medium | Critical |
441,338,418 | rust | Behavior of panicking Drop::drop is not properly documented | It was decided in, I think, #14875, that `Drop::drop` can panic, and if this happens, the value must be leaked (at least in a generic context), that is, it cannot be re-dropped again and doing that could invoke UB (that's at least what generic unsafe code needs to assume).
This does not appear to be documented anywh... | C-enhancement,A-destructors,I-needs-decision,T-lang,A-docs | low | Critical |
441,340,629 | flutter | [google_maps_flutter][iOS] Override default animate Camera on MarkerTap | <!-- 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,p: maps,package,c: proposal,P3,team-ios,triaged-ios | low | Critical |
441,346,944 | TypeScript | `any` appears to shortcircut structural type checking | <!-- 🚨 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: Conditional Types,Domain: Variance Relationships | low | Critical |
441,356,590 | TypeScript | API: expose isReadonlySymbol | <!-- 🚨 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
readonly symbol property
## Suggestion
Expose `isReadonlyS... | Suggestion,In Discussion,API | low | Critical |
441,358,685 | flutter | debugPaint is broken | If you open the gallery app the debug paint output obscures the entire app:
<img width="1192" alt="Screen Shot 2019-04-23 at 8 38 37 PM" src="https://user-images.githubusercontent.com/211513/56631846-dffbb800-660b-11e9-850c-649b13758134.png">
/cc @jacob314 in case you have more info to share | framework,f: inspector,platform-web,P3,team-web,triaged-web | low | Critical |
441,359,569 | flutter | [Android Web] TalkBack does not read out value changes on increase/decrease. Ex: RangeSlider | TalkBack does not read out value changes on increase/decrease. iOS and Safari correctly read out the announcement. | platform-android,framework,a: accessibility,platform-web,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework | low | Minor |
441,360,511 | flutter | Add support for fontFamilyFallback in ParagraphStyle and TextStyle | See https://docs.flutter.io/flutter/painting/TextStyle/fontFamilyFallback.html | c: new feature,framework,a: typography,platform-web,e: web_html,P3,team-web,triaged-web | low | Minor |
441,360,688 | flutter | drawLine paint bounds are overestimated | See screenshot test:

See also this TODO: https://github.com/flutter/flutter_web/blob/dcc5b18ee643631cd3c86e3004c380576dfd9c67/packages/flutter_web_ui/lib/src/recording_canvas.dart#L... | engine,c: performance,platform-web,P3,team-web,triaged-web | low | Minor |
441,361,084 | flutter | TextPainter - forced line-wrapping with bidi in text_painter_rtl_test failing | We are skipping these tests right now. | a: tests,framework,a: internationalization,a: typography,platform-web,P3,team-web,triaged-web | low | Minor |
441,363,612 | flutter | [Web] Content is missing and misaligned when printing | **Describe the bug**
There are multiple issues when attempting to print from the web browser:
- All elements are missing on Safari
- Canvas elements are missing on Chrome
- Content is not centered on Chrome
**To Reproduce**
```
import 'package:flutter_web/material.dart';
void main() => runApp(MyApp());
c... | c: new feature,framework,a: fidelity,platform-web,P3,team-web,triaged-web | medium | Critical |
441,393,733 | angular | Location shim causes repeat hash in hash-based navigation | When using the `useHash` option for `$locationShim`, routing works until refreshing the browser, at which point the hash appears to be duplicated in the URL. Refreshing again continues to append the hash repeatedly.
Repro: https://github.com/brandonroberts/phonecat-upgrade-cli/tree/840035fcc41d75bbf7b75a494ff40db98f... | type: bug/fix,freq2: medium,area: router,state: confirmed,P3 | low | Minor |
441,429,786 | PowerToys | Moving a program with you to another virtual desktop | One of the thing I've found lacking ever since I started using the virtual desktops is the ability to move a window with you while moving to another virtual desktop.
Currently, we can move to another desktop using the shortcut `ctrl + win + left/right`, I feel like a shortcut along the lines of `ctrl + win + alt + ... | Idea-New PowerToy,Product-Virtual Desktop | high | Critical |
441,429,915 | pytorch | ProcessGroupMPI tests in test_c10d.py | These are not in place yet due to the non trivial work required to launch an MPI test.
Go through the test cases in `test_c10d.py` and evaluate where we need to add tests that use `ProcessGroupMPI`. Also figure out where refactoring is needed to support this.
There is an opportunity to consolidate the multi proce... | oncall: distributed,module: tests,triaged | low | Minor |
441,455,044 | terminal | Support Right to Left (RTL) text | * What you're doing and what's happening: When writing some right-to-left characters (Farsi, Arabic, ...) after some left-to-right characters, the rtl text goes from the cursor position into the left, causing it to be mixed with the ltr text written before.
* Steps to reproduce: Open a Windows Terminal window. write... | Issue-Feature,Help Wanted,Area-Rendering,Product-Terminal | medium | Critical |
441,458,453 | terminal | Feature Request: Ctrl-Drag anywhere on the terminal window to move the window | Moving the terminal window around is tricky, particularly when `experimental_showTabsInTitlebar` is enabled. Many unix terminals (and some Windows console replacements) allow Ctrl-LeftDrag operations on the window to map to a window drag instead. Would love to see this added to Windows Terminal as well! | Issue-Feature,Area-UserInterface,Product-Terminal | low | Major |
441,473,979 | pytorch | Sparse tensors can't be used in DataLoader running many workers | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
Sparse tensors can't be used in DataLoader running many workers
## To Reproduce
Steps to reproduce the behavior:
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
```python
import tor... | module: sparse,module: multiprocessing,feature,triaged | medium | Critical |
441,475,211 | rust | powerpc64: allow querying ELF ABI version | There are two ABIs on ppc64, ELFv1 (legacy) and ELFv2 (introduced a couple years back, used by default for little endian). Rust currently has logic in it that for the `musl` libc, ELFv2 is used on big endian and ELFv1 is used otherwise. This is inadequate, as you can use ELFv2 as well with `glibc`. In my distribution, ... | T-lang,O-PowerPC | low | Major |
441,486,396 | create-react-app | Syntax error appears twice in console | 1. Create a new project
2. Make a syntax error
The terminal is fine but the console reports the same error twice:
<img width="838" alt="Screen Shot 2019-05-08 at 00 23 36" src="https://user-images.githubusercontent.com/810438/57339054-cbe5a980-7127-11e9-9ee8-e843d2de25ec.png">
| issue: bug | low | Critical |
441,535,260 | TypeScript | Error in module-plugin.d.ts template | <!-- 🚨 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... | Docs | low | Critical |
441,535,296 | go | cmd/compile: suboptimal assembly for a + b + 1 | ```go
package p
func f(a, b uint64) uint64 {
return a + b + 1
}
```
On amd64, this assembles to:
```
"".f STEXT nosplit size=24 args=0x18 locals=0x0
0x0000 00000 (x.go:4) MOVQ "".a+8(SP), AX
0x0005 00005 (x.go:4) MOVQ "".b+16(SP), CX
0x000a 00010 (x.go:4) LEAQ (CX)(AX*1), AX
0x000e 00014 (x.go:4)... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
441,562,744 | flutter | Flutter on iOS should support semantic autofilling of text fields | See https://github.com/flutter/flutter/issues/32265 for some context
We currently support password autofill, but not as nicely as we could. In a native iOS app, autofill works if there's a password box anywhere on the screen. After a bug fix for the linked issue, we only support it if the box has focus. We also o... | a: text input,c: new feature,platform-ios,framework,engine,a: fidelity,P2,team-ios,triaged-ios | low | Critical |
441,569,890 | TypeScript | Unable to add generic function overload for module default export | <!-- 🚨 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: JSDoc,checkJs,Domain: Type Inference | low | Critical |
441,598,795 | puppeteer | Can't use getDisplayMedia (and then start recording) in headless mode | <!--
STEP 1: Are you in the right place?
- For general technical questions or "how to" guidance, please search StackOverflow for questions tagged "puppeteer" or create a new post.
https://stackoverflow.com/questions/tagged/puppeteer
- For issues or feature requests related to the DevTools Protocol (https://ch... | feature,confirmed | medium | Critical |
441,641,579 | vue | this.$nextTick don't work fine in (android 5.1.1)android webview 55.0.2883.91. | ### Version
2.6.10
### Reproduction link
[https://codesandbox.io/embed/k36zj3z5o7](https://codesandbox.io/embed/k36zj3z5o7)
### Browser info
android 5.1.1
android system webview 55.0.2883.91.
### Steps to reproduce
input phone number more than 3.
### What is expected?
when i input phone number more th... | need repro,browser quirks | low | Critical |
441,673,093 | PowerToys | Shortcuts for numbered virtual desktops | Desktops are already numbered, would be useful to have some sort of indicator of the current desktop number in the taskbar and to add a shortcut to jump between desktops, something like WinKey + Ctrl + 1..9 to go to desktop 1... all the way to 9 | Idea-New PowerToy,Product-Virtual Desktop | high | Critical |
441,678,321 | go | internal/poll: transparently support new linux io_uring interface | A document on the latest linux IO syscall has made the rounds of discussion forums on the internet:
http://kernel.dk/io_uring.pdf
I wanted to open a discussion on whether we could (and should) add transparent support for this on supported linux kernels.
LWN article: https://lwn.net/Articles/776703/ | OS-Linux,NeedsInvestigation,compiler/runtime | high | Critical |
441,689,935 | pytorch | [Caffe2] Convert caffe to caffe2 with solverstate | Can I convert a caffemodel and a solverstate file to caffe2 training file?
I have used below code to convert caffemodel, but it only convert the weight.
I want to get the momentum information which is in solverstate.
`python -m caffe2.python.caffe_translator XXX.prototxt XXX.caffemodel`
| caffe2 | low | Minor |
441,703,211 | flutter | flutter channel command output | ## Use case
When Dart 2.3 was announced I started to use it on flutter master channel because I really needed that. After some while, I needed to go back to the stable channel that didn't support Dart 2.3 at that time. So every time that I would like to know if Dart 2.3 was already on the stable channel, I had to ch... | c: new feature,tool,P3,team-tool,triaged-tool | low | Minor |
441,713,265 | go | runtime: no examples for LockOSThread and UnlockOSThread | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
</pre>
### Does this issue reproduce with the latest release?
### What operating system and processor architecture are you using (`go env`)?
<detail... | Documentation,help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
441,748,473 | node | investigate flaky test-cpu-prof | https://ci.nodejs.org/job/node-test-commit-freebsd/26122/nodes=freebsd11-x64/console
test-digitalocean-freebsd11-x64-2
<details>
```console
00:15:35 not ok 2553 sequential/test-cpu-prof
00:15:35 ---
00:15:35 duration_ms: 2.101
00:15:35 severity: fail
00:15:35 exitcode: 1
00:15:35 stack: |-
00:... | flaky-test | low | Critical |
441,754,064 | pytorch | Redundantly saving sizes of SavedVariables in autograd Function | I was reading some autograd code and I noticed this:
```
struct MmBackward : public TraceableFunction {
using TraceableFunction::TraceableFunction;
variable_list apply(variable_list&& grads) override;
std::string name() const override { return "MmBackward"; }
void release_variables() override {
sel... | module: bootcamp,module: autograd,low priority,triaged | low | Minor |
441,764,162 | pytorch | Linker errors when linking statically (avx perfkernels) [Caffe2] | ## 🐛 Bug
I've been trying to build the caffe2 v1.1.0 release and link it statically with our application, but I'm getting a lot of undefined symbols related to avx functions.
## To Reproduce
I've built caffe2 142c973f4179e768164cd578951489e89021b29c using the following flags:
```bash
$ cd pytorch
$ mkdir b... | caffe2 | low | Critical |
441,769,175 | rust | Inlining + target_feature broken in powerpc64 | [godbolt](https://godbolt.org/z/FsNj8l)
```rust
#![feature(repr_simd, powerpc_target_feature)]
#![allow(non_camel_case_types)]
#[repr(simd)] pub struct u32x4(u32, u32, u32, u32);
impl u32x4 {
#[inline]
// #[inline(always)]
fn splat(x: u32) -> Self {
u32x4(x, x, x, x)
}
}
#[ta... | A-LLVM,T-compiler,O-PowerPC,A-SIMD,C-bug | low | Critical |
441,782,684 | PowerToys | Disable first click handling in inactive window | instead only bring the window to front.
Example of problem to be solved: only a piece of a browser window is visible. Clicking onto a link (by accident) to bring it into the foreground will also change the page shown within that browser window.
As long this isn't going to be a official Windows mouse settings option i... | Idea-New PowerToy | low | Major |
441,783,356 | PowerToys | "Jump to target" in Open/Save dialogs on Drop | Just like the MacOS handles it...
For those who never experienced it: dragging a file into an open/save file dialog will jump to the enclosing folder and select the dropped file/folder.
Its one of those features missing that gets (Ex-) Mac users crazy... | Idea-New PowerToy | medium | Critical |
441,798,056 | PowerToys | Assign Applications to Specific Desktops | Currently, very easy to open multiple versions of an app, that if on the wrong desktop, creates chaos. This especially true for apps such as Microsoft Outlook. Also not being able to assign a specific desktop for VMWare Horizon Client can cause strange behavior.
This should persist across docking and undocking a l... | Idea-Enhancement,Product-Window Manager,Product-Virtual Desktop | medium | Major |
441,855,965 | PowerToys | SyncToy and Robocopy | Please bring back Synctoy for a Robocopy like function....and/or open source Robocopy
https://en.wikipedia.org/wiki/SyncToy | Idea-New PowerToy | high | Critical |
441,856,778 | godot | XMLParser get_node_name only works on NODE_ELEMENTs | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1.1
**Issue description:**
`get_node_name` doesn't work on any nodes other than `NODE_ELEMENT` and `NODE_ELEMENT_END`. Sometimes I want to get th... | enhancement,topic:core,confirmed,documentation | low | Critical |
441,869,837 | rust | unused_mut warning gives bad suggestion in a macro | The following gives a suggestion to remove the `mut` which will cause the code to fail to compile.
```rust
macro_rules! array {
($($element:expr),*) => {{
let mut array = Vec::new();
$(
array.push($element);
)*
array
}};
}
fn main() {
let _x: Vec<i... | A-lints,T-compiler,A-NLL,C-bug,D-incorrect | low | Major |
441,870,374 | TypeScript | Recognize properties introduced by jQuery extend | The old VS JS language service used to make runtime types available at design-time, allowing it to support jQuery's `extend` function for adding properties dynamically. The new one uses static types and so does not offer these symbols during completion, navigate-to, etc. We've had some customer inquiries about the po... | Suggestion,Awaiting More Feedback | low | Minor |
441,873,341 | TypeScript | GTD not working between ES5-style classes | Reported in VS, repros in VS Code.
https://developercommunity.visualstudio.com/content/problem/556364/javascript-go-to-definition-or-f12-doesnt-work-wit.html
```js
(function () {
my.namepsace.myclass = function () {
something: function something() {
};
};
my.namespace.mysta... | Suggestion,Awaiting More Feedback,Domain: JavaScript | low | Major |
441,878,189 | PowerToys | Apps remember virtual desktops between reboots and location | Preserve application and virtual desktop layout between reboots! :) | Idea-Enhancement,Product-Window Manager,Product-Virtual Desktop | medium | Critical |
441,883,037 | go | go/build: inconsistency on whether NoGoError includes test files | The code & documentation disagree about whether `go/build.NoGoError` includes tests.
Code says:
```go
if len(p.GoFiles)+len(p.CgoFiles)+len(p.TestGoFiles)+len(p.XTestGoFiles) == 0 {
return p, &NoGoError{p.Dir}
}
```
But docs say:
```go
// NoGoError is the error used by I... | NeedsInvestigation | low | Critical |
441,897,905 | terminal | More complete tab sizing configurations | Initially brought up in #444, the ability to enable/disable a configurable min-width for tabs when you have many of them, similar to:

If disabled, it would be chrome-like with tabs getting ever smaller, and if enabled, it would be firefox-like with a user-defined min-width before ... | Issue-Feature,Area-UserInterface,Product-Terminal | medium | Critical |
441,901,894 | TypeScript | 3.5 regression: return type forced more restrictive than needed | <!-- 🚨 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,Needs Proposal,Domain: Indexed Access Types,Domain: Control Flow | low | Critical |
441,904,593 | flutter | [web]: Scrolling is very slow when displaying large Text | ## Versions:
Dart VM version: 2.3.0 (Fri May 3 10:32:31 2019 +0200) on "macos_x64"
Flutter 1.5.4-hotfix.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7a4c33425d (9 days ago) • 2019-04-29 11:05:24 -0700
Engine • revision 52c7a1e849
Tools • Dart 2.3.0 (build 2.3.0-dev.0.5 a1668... | engine,c: performance,platform-web,customer: webeap,e: web_html,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-web,triaged-web | low | Major |
441,921,768 | youtube-dl | Add Support for MQube.net | <!--
######################################################################
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 |
441,923,749 | go | cmd/go: 'list std' unnecessarily opens *_test.go files | While working in an environment with a slow filesystem (immediate stats+readdirs, but slow opens), I noticed that `go list std` was very slow (~6 seconds), which prompted me to look at what it was doing.
One thing that jumped out was that it's opening *_test.go files, which should not be necessary to answer the ques... | help wanted,ToolSpeed,NeedsInvestigation,GoCommand | low | Critical |
441,947,502 | PowerToys | Manage right-click - Customize context menu | Easily manage the right click actions to edit, open at. Right now this is all over the place, different applications add right-click extensions and it is a mess. You can somehow change the default open application. But it would be great to be able to manage other actions to for example edit e.g Tiff file, HTML file, co... | Idea-New PowerToy,Product-Tweak UI Design,Product-File Explorer | high | Critical |
441,947,867 | neovim | MSVC builds of same source are not identical | I've downloaded the `nvim-win64.zip` file of version 0.3.5 last week (2019-04-29).
I've downloaded the same file today (2019-05-08).
When I check the sha256 sums of the two files, they are different.
When I check the content of the files inside the zips (using FreeFileSync and WinMerge),
it appears that the follo... | platform:windows,distribution,complexity:low,has:plan | low | Critical |
441,949,970 | PowerToys | Change size of task bar and alt tab thumbnail previews | My greatest motivation for this is because I'd like the previews of the app windows that you get when you hover over the taskbar or hit alt+tab to be big enough for me to see what's going on in that window without actually clicking on it (for example, to have task manager open behind a maximized window, and let the thu... | Idea-New PowerToy,Product-Tweak UI Design | low | Major |
441,954,604 | youtube-dl | www.myfreecams.com | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2019.04.30**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker ... | site-support-request | low | Critical |
441,982,367 | rust | ICE in LlvmArchiveBuilder when cross-compiling openssl for Android ARM64 | There is an ICE in nightly that I can trigger by adding a dependency on vendored openssl when cross-compiling for aarch64 android with the NDK. It's possible the problem here isn't really rustc's fault, but it does crash.
Test repo: https://github.com/thombles/rust-ice-openssl
(Requires Android NDK - tested on Darw... | A-codegen,I-ICE,O-android,P-medium,T-compiler,C-bug,O-AArch64 | low | Critical |
441,985,142 | youtube-dl | Add support for gounlimited.to | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2019.04.30**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [ ] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker ... | site-support-request | low | Critical |
441,988,416 | flutter | Would be nice to let archives in flutter.cn pre-set the env vars for mirrors | tool,a: china,c: proposal,customer: countless,P3,team-tool,triaged-tool | low | Major | |
442,030,268 | neovim | address sanitizer report heap use after free | <!-- Before reporting: search existing issues and check the FAQ. -->
nvim -version
```
NVIM v0.4.0-731-g400ee5924
Build type: Debug
LuaJIT 2.0.5
Compilation: /usr/bin/cc -fsanitize=address -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes ... | needs:repro,has:backtrace,bug-crash,syntax | medium | Critical |
442,034,986 | go | net/http: log ServeContent errors reading from the content during Copy? | ERROR: type should be string, got "https://github.com/golang/go/blob/f766b68023c7fa4076d61824d631b3fe2cc697d2/src/net/http/fs.go#L298\r\n\r\n\r\nfunc serveContent was used by docker distribution project,I get 'unexpect eof error 'when I pull image for registry server may be related the bad network(just 20mb bandwidth).I can'not find any error in registry server log,it alwayls return response complete and 200 http status code.so i found error in io.CopyN after debug,it just copy only part of entire content due to ceph( the regitry storage backend ) rst the connection(mayby slow network). \r\n\r\nI found same issue in [9709](https://github.com/golang/go/issues/9709 ) ,however ,If it's not worth the cost of adding return error,can add error in ResponseWriter.like this\r\n\r\n```\r\n\tif r.Method != \"HEAD\" {\r\n\t\tlength, err := io.CopyN(w, sendContent, sendSize)\r\n\t\tif err != nil {\r\n\t\t\terrDetail := fmt.Sprintf(\"copy error,Just copy %d of %d\", length, sendSize)\r\n\t\t\tError(w, errDetail, StatusInternalServerError)\r\n\t\t\treturn\r\n\t\t}\r\n\t}\r\n```\r\n" | NeedsInvestigation | low | Critical |
442,037,865 | rust | Wrong Send constraint when using a trait with lifetime + associated type in async | **Update: See https://github.com/rust-lang/rust/issues/60658#issuecomment-1509321859 for the latest reproducer**
Minimal:
```rust
#![feature(async_await, await_macro)]
use std::future::Future;
pub trait Foo<'a> {
type Future: Future<Output = ()>;
fn foo() -> Self::Future;
}
struct MyTyp... | C-enhancement,A-diagnostics,T-compiler,A-async-await,AsyncAwait-Triaged | low | Critical |
442,076,524 | PowerToys | Profiles for Network Cards | Could we get Profiles for Network Cards?
Would be great to change from Manual Assigned IP to DHCP with Keyboard Shortcuts or Shortcuts in the Taskbar. | Idea-New PowerToy | low | Major |
442,082,397 | TypeScript | Convert to discriminated union | A refactoring to convert from enums or plain unions to discriminated unions.
<!--  -->
 {}
```
expanded with `rustc --edition 2018 -Z unpretty=hir` yields
```rust
async fn foo<'_>(__arg0: &'_ u8)
->
::std::future::from_generator(move ||
{
let __arg0 = __arg0;
... | A-pretty,T-compiler,A-HIR,C-bug,A-async-await,AsyncAwait-Triaged | low | Critical |
442,136,843 | PowerToys | Minimize to tray | Minimize to tray by right clicking the minimize button | Idea-New PowerToy,Product-Window Manager | high | Critical |
442,157,569 | vscode | Stabilize FileSearchProvider API | @roblourens I created this issue in the hope `FileSearchProvider` is going to get finalized at some point. If yes, maybe add the api-finalization label here.
If I'm out of order creating this, or if I've overlooked another issue dealing with its finalization, please close.
| feature-request,api,search,on-testplan,api-proposal,search-api | medium | Critical |
442,193,765 | PowerToys | Apps launch on screen where they were invoked | When clicking on a shortcut or Start Menu item in Monitor 1 I'd like it to launch in Monitor 2. Vice-versa for Monitor 2. If we could teach Windows which apps we like in which monitor over time, and any snap-to preferences while in each monitor that would be awesome! | Idea-Enhancement,Product-Window Manager | low | Major |
442,194,841 | pytorch | libtorch+opencv Mat result error: different from the python ones | ```
#include <torch/script.h> // One-stop header.
#include <iostream>
#include <memory>
#include <string>
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
int main(int argc, const char* argv[]) {
//加载模型
string model = "model.pt";
// Deserialize the ScriptModule from a file using to... | module: cpp,triaged | low | Critical |
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.