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 |
|---|---|---|---|---|---|---|
442,243,752 | rust | Tracking issue for existential lifetimes | This is a tracking issue for existential lifetimes.
**Description:**
Allow hiding a type (via `impl Trait`) that is invariant over some lifetime without explicitly mentioning the invariant lifetime.
Consider the following:
```rust
impl Trait<'b> for Cell<&'a u32> { }
fn foo(x: Cell<&'x u32>) -> impl Trait... | A-type-system,A-lifetimes,T-lang,A-impl-trait,T-types | low | Minor |
442,258,941 | vue-element-admin | ๆง่กnpm install ๅฎ่ฃ
ไพ่ตๆๅพๅคๅ่ญฆ |
## ๆง่กnpm install
ๅฎ่ฃ
ไพ่ตๆๅพๅคๅ่ญฆ
#### Steps to reproduce๏ผ้ฎ้ขๅค็ฐๆญฅ้ชค๏ผ
```
$ npm install
npm WARN deprecated runjs@4.4.2: This project has been renamed to 'tasksfile'. Install using 'npm install tasksfile' instead.
npm WARN deprecated microcli@1.3.3: This project has been renamed to @pawelgalazka/cli . Install using @paw... | feature,in plan | low | Critical |
442,262,099 | PowerToys | Generate/Verify checksums from file | Without a additional tool you canยดt fastly verfiy files with a checksum. You can only use the cmd:
eg. CMD:
certutil -hashfile <filename> SHA256
Possible algorithm:
MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512
It would be great to have these settings in a new tab "Checksum" by right clicking on a file, where all ... | Idea-New PowerToy,Status-In progress | high | Critical |
442,281,055 | pytorch | Support size to `torch.normal` | This would be more consistent with numpy.
```python
torch.normal(0.0, 4.0, size=5)
```
cc @mruberry @rgommers @heitorschueroff | triaged,module: numpy,function request | low | Minor |
442,306,097 | PowerToys | Independent virtual desktops per monitor | Yet another virtual desktop request. Currently switching virtual desktops switches windows on all monitors. It would be great to make this independent per monitor.
Eg. I always have Outlook on monitor 1, but want to switch between multiple sets of apps on monitor 2 and 3 without losing whats on monitor 1.
Bonus p... | Idea-New PowerToy,Product-Virtual Desktop | high | Critical |
442,329,477 | rust | io::Stdout should use block bufferring when appropriate | I feel like a pretty common pitfall for beginning Rust programmers is to try writing a program that uses `println!` to print a lot of lines, compare its performance to a similar program written in Python, and be (rightly) baffled at the fact that Python is substantially faster. This occurred most recently here: https:/... | C-enhancement,T-libs-api,A-io | medium | Major |
442,339,166 | PowerToys | Manage FileMgr view defaults by folder, file type, etc. and prevent re-set w/o permission. | null | Idea-New PowerToy | low | Minor |
442,339,279 | flutter | [in_app_purchase] buying methods should return Future | Currently, you have to subscribe to a `Stream` of purchases, however, in my conception, `Stream`s are preferable when you are supposed to receive lots of responses that update the screen accordingly and do not block user experience. In this case, you are making a request and the user is supposed to continue to use the ... | p: in_app_purchase,package,team-ecosystem,P3,triaged-ecosystem | low | Major |
442,351,807 | TypeScript | Feature: Analyze @throws tags | ### Description
Given a function has a `@throws` JSDoc tag, it would be helpful to apply some analysis and raise a compiler warning (or, if configured, an error) when the caller does not handle the error **and** it doesn't declare its own `@throws` tag.
### Examples
```typescript
/**
* @throws {SomeExceptio... | Suggestion,Awaiting More Feedback | medium | Critical |
442,373,095 | angular | [@angular/animations] sequence non-intuitively/erroneously merges non-animated query() calls into single initial call | <!--๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
Oh hi there! ๐
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
... | type: bug/fix,area: animations,freq1: low,P3 | low | Critical |
442,410,049 | rust | Clippy attributes have no effect on struct fields | Example:
```use failure::Error;
struct MyTest {
a: &'static [u64],
}
fn main() -> Result<(), Error> {
let b = MyTest {
#[allow(clippy::unreadable_literal)]
a: &[1234567890],
};
Ok(())
}
```
The #[allow] directive must be placed on the variable assignment to have an... | A-attributes,A-lints,T-compiler,C-bug | low | Critical |
442,411,893 | go | go/doc: Synopsis can return a sentence spanning multiple paragraphs and code blocks | The [`Synopsis`](https://godoc.org/go/doc#Synopsis) function defines the logic to determine the synopsis, often used on package documentation. The logic is:
> Synopsis returns a cleaned version of the first sentence in s. That sentence ends after the first period followed by space and not preceded by exactly one upp... | NeedsDecision | low | Minor |
442,414,875 | go | cmd/go: concurrent build and cache clean is unsafe | Migrated from discussion in https://github.com/golang/go/issues/31931.
If you start a build with `go build`, and run `go cache -clean` while it is building, the build can fail, because intermediate artifacts get deleted.
A sample failure looks like:
```
# os/exec
../os/exec/exec.go:24:2: can't open import: "... | NeedsInvestigation,GoCommand | low | Critical |
442,427,676 | flutter | [Web] Empty white website in Chrome on GitPod | I tried to make the Flutter for Web run in Gitpod.
All seems to be working in Firefox and Safari (I'm on OSX) but in Chrome I don't anything in the opened website.
To reproduce start this Gitpod workspace in chrome (clicking the link):
https://gitpod.io/#https://github.com/svenefftinge/flutter_web | framework,platform-web,P3,team-web,triaged-web | medium | Major |
442,436,406 | terminal | Need a way to have per-machine profiles in settings | Settings roam, which is really cool! However, my machines don't all have the same configuration. For instance, my main dev machine has tooling installed on the `O:` drive. My default profile runs the VS command prompt batch file. Well, I just dropped terminal on a second machine that doesn't have the same hardware conf... | Issue-Feature,Area-Settings,Product-Terminal | low | Critical |
442,444,486 | terminal | Feature Request: /help commands output to collapsible pane | When using command line tools, I often have to continuously repeat typing command /help to remind myself what I can do with the app.
If there was a way to output the text displayed when typing /help to a collapse box on the screen, I could then expand it to find a command, without having to keep either scrolling, or... | Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal | low | Major |
442,459,776 | TypeScript | [feature request] destructured type assignment | <!-- ๐จ 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
typescript destructuring types
## Suggestion
We can curren... | Suggestion,Awaiting More Feedback | low | Critical |
442,465,752 | flutter | [google_sign_in] better error handling | Currently the way that errors are handled in the ObjC google_sign_in package makes it hard to identify the core issue at hand.
if, for example, the url scheme if not provided in the iOS app info.plist an error is generated by GIDSignIn, when this error is caught it is passed back to flutter the error message is lost... | platform-ios,p: google_sign_in,package,a: error message,P2,team-ios,triaged-ios | low | Critical |
442,471,185 | rust | Types made public via associated types are not documented | Given following code:
```
mod raspberry {
pub struct Banana;
}
pub struct Peach;
pub trait Apple {
type Juice;
}
impl Apple for Peach {
type Juice = raspberry::Banana;
}
```
The generated documentation will not include documentation for `<Peach as Apple>::Juice`.
). In my case this entails taking a binomial sample every epoch from the raw data, and using that sample to train. The dataset itself is small enough to fit into GPU memory (~8... | module: distributions,module: memory usage,triaged | low | Critical |
442,502,210 | vscode | Cannot set embedded language indentation rules | Related: https://github.com/vuejs/vetur/issues/534
Vetur extension defines two languages: `vue` and `vue-html`.
I can only use `languages.setLanguageConfiguration` to set indentation rule of the outer language `vue` but not the embedded `vue-html`.
With this API call, here's what I see:
```ts
export functi... | feature-request,languages-basic | low | Critical |
442,527,001 | node | Inspector segmentation fault | * **Version**: 12.2.0
* **Platform**: Windows 10, Linux Ubuntu 18.0, Mac HighSierra
* **Subsystem**: inspector
Accessing `this` in static class field initialization context in some conditions crashes the process. This seems to be related both to Node.js inspector and Chrome devtool inspector.
Here is an automat... | confirmed-bug,inspector | low | Critical |
442,537,170 | PowerToys | Disable focus stealing | The old TweakUI had an option to disable focus stealing. I am a real power user: while launching several apps I am writing emails, notes, documents and so on. But when another app has been finished the startup it steals the focus. Other times this happens when an app shows a pop-up.
Pls bring back an option to disab... | Idea-New PowerToy | high | Critical |
442,546,218 | go | encoding/asn1: unmarshal of Context Specific into slice of RawValue | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.12.5 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
My Go version is the latest version.
### What operating system and proc... | NeedsInvestigation | low | Minor |
442,604,160 | PowerToys | Network Kill-Switch | As addition to the WLAN and Airplane toggle in the sidebar: A Kill-Switch for all Network-Connections for Internet, WAN and LAN (Ethernet, WLAN, Mobile/LTE/UMTS,...) | Idea-New PowerToy | low | Major |
442,612,690 | godot | Octant physics negatively impact GridMap performance | **Godot version:** 3.1.1 mono (64 bit)
<!-- Specify commit hash if non-official. -->
**Issue description:**
When using the gridmap to render thousands of cells (100.000 cells, 100 different more complex meshes), the framerate drops significantly.
After some investigation, I found out that this is caused by the ... | bug,discussion,confirmed,topic:physics,topic:3d,performance | medium | Major |
442,689,444 | pytorch | [feature request] Run examples from docs as tests | Quite a few times (e.g. https://github.com/pytorch/pytorch/issues/20301) some examples from docs became obsolete and ran unnoticed.
Proposal: ability to mark some examples in docs as tests and run them on CI and check execution for errors, warnings etc. | module: docs,feature,triaged | low | Critical |
442,733,406 | pytorch | Define portable M_PI replacement, use it instead of non-standard M_PI in math.h | A common mistake is to use `M_PI` from `<math.h>` which is not portable on Windows. Standard workaround is to `#define _USE_MATH_DEFINES` before including the header. We should have a shim header that handles this for you, and then add a lint rule to forbid direct inclusion of `math.h`. Alternately, if only uses of `M_... | module: internals,triaged | low | Minor |
442,751,205 | terminal | CMD does not show Unix LF when pasting | * Build 18890 (18894 on the way...)
* What doing: Create a file with **Unix (LF) line endings**. For example,
```cmd
echo foo
echo bar
```
Paste it in CMD window. The output is `fooecho bar`. The output should be in separate lines. Try the same in mintty. It shows correct output.
| Product-Conhost,Area-Interaction,Issue-Bug,Priority-2 | low | Major |
442,790,471 | rust | Tracking issue for RFC 2603, "Rust Symbol Mangling (v0)" | This is a tracking issue for the RFC "Rust Symbol Mangling (v0)" (rust-lang/rfcs#2603).
**Current status:**
Since #90128, you can control the mangling scheme with `-C symbol-mangling-version`, which can be:
* `legacy`: the older mangling version, still the default currently
* explicitly specifying this is uns... | T-compiler,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-needs-to-bake | high | Critical |
442,793,725 | pytorch | Overhead performance regression over time umbrella issue. | This issue is meant to collect various performance-regression-over-time bug reports that aren't specific op regressions, that almost certainly overlap, but which we should track separately to make sure we cover all the cases.
To start:
https://github.com/pytorch/pytorch/issues/5388
https://github.com/pytorch/pytor... | high priority,module: performance,module: internals,module: cuda,module: cpu,triaged,quansight-nack | low | Critical |
442,805,629 | rust | Request: Format change for doc test cli output | _Originally filed at https://github.com/rust-lang/cargo/issues/6927_
---
When running `cargo test` on a project with some doc tests I see the following output:
```
$ cargo test
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running target/debug/deps/tq_parser-9edae091aa940c1c
runni... | T-rustdoc,C-enhancement,A-libtest,A-doctests | low | Critical |
442,813,309 | PowerToys | Add dock to desktop to any window | Add the feature Dock to Desktop found in OneNote 2016 (keyboard shortcut Crtl + Alt + D)
Actually changes the window to a TaskBar allowing you to Maximize a second window to the screen. | Idea-Enhancement,Product-Window Manager | medium | Critical |
442,831,962 | go | x/playground: change vet support to happen in 1 HTTP request/response instead of 2 | Currently the playground makes 2 HTTP requests (/compile + /vet) instead of just 1.
(Noticed while working on #31944)
We need to do this first, otherwise the implementation of #31944 either gets nasty, or slow.
So let's just clean this up first.
Plan:
* keep old handler, to support older javascript clients... | NeedsFix | low | Major |
442,834,700 | godot | Local resource looses resource path | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
66baa3b
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
... | discussion,topic:core | low | Critical |
442,841,130 | pytorch | Better documentation / molly-guards around use of multiprocessing with spawn in Jupyter/ipython notebooks | Apparently, it's really popular for users to use multiprocessing + spawn in ipython/Jupyter notebooks. For example, #17680; also, https://fb.workplace.com/groups/1405155842844877/permalink/2766399306720517/ (FB-only)
There is a loaded footgun that occurs when you combine these three ingredients: the spawn method wil... | module: docs,triaged,enhancement | low | Major |
442,841,968 | terminal | Job control and the Console API | The Console API is presently lacking any notion of the foreground process/process group; that is, there is no equivalent to the UNIX tcsetpgrp() call, and indeed the API documentation notes that in the presence of multiple processes there is no guarantee which process will receive input read from the console.
This i... | Issue-Question,Product-Conhost,Area-Server | low | Critical |
442,873,663 | rust | `impl Trait` changes mutability requirements of closure | This code behaves in a way that is not obvious to me:
```rust
fn main() {
fn get_impl_trait() -> impl Default {}
let impl_trait = get_impl_trait();
let mut unit = ();
let modify_unit = || {
let _captured_impl_trait = impl_trait; // (1)
unit = (); // (2)
};
modif... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
442,887,453 | flutter | [in_app_purchase] BillingResponse should be accessible | The method `buyNonConsumable` of `GooglePlayConnection` calls `launchBillingFlow`, which returns `Future<BillingResponse>`. This response would be very useful to show the user why his/hers purchase was not successful. I've seen that the equivalent `launchBillingFlow` for iOS would be `addPayment` of `AppStoreConnectio... | p: in_app_purchase,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
442,898,678 | rust | Request: Make `std::marker::Freeze` pub again | I had heard tell of `Freeze` but didn't really know what it was until today. [`swym`](https://github.com/mtak-/swym/blob/1dcf0a9d7d61be3bd3cbb6993d5d27bda2874e6d/src/tx.rs#L228), a hybrid transactional memory library, has an accidental reimplementation of `Freeze` using `optin_builtin_traits`. Unfortunately `optin_buil... | T-lang,C-feature-request,needs-rfc | high | Critical |
442,923,850 | terminal | Feature Request: Preview of open tabs in task bar | I would like to have each of my tabs show up in my task bar when I hover over the icon like Edge browser. | Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal | low | Major |
442,945,014 | terminal | Suggestion: "One-click & snap" connect to bluetooth/serial devices and network hosts using QR Code and Code 128 | IoT devices, network equipment, servers, ... can be accessed through serial over bluetooth, telnet, ssh, etc... but they can require quite a bit of information to configure the terminal properly to connect to them.
It is possible to put labels on them with their hostname or ip address, protocol to use, or for bluetoot... | Issue-Feature,Help Wanted,Area-Extensibility,Product-Terminal | low | Minor |
442,961,929 | rust | Compiling is signification slower with long return position impl types | I have the following (relatively complicated) parser code (with dependency `combine 3.8.1` and `either_n 0.2.0`), which takes ~45s on my computer to compile for `cargo test`:
<details>
```rust
#[macro_use]
extern crate combine;
use combine::error::StringStreamError;
use combine::parser::{
char::{alpha_nu... | I-compiletime,T-compiler,A-impl-trait,E-needs-mcve | low | Critical |
442,975,072 | TypeScript | when preserveConstEnums = true should allow use enum[key] | <!-- ๐จ 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 |
443,006,588 | terminal | Feature request: theme preview / install UI | You're probably already working on this, but it would be useful to have an issue to coordinate discussion.
@felixse's Fluent Terminal has a pretty lovely theme UI that gets it 90% right:

Some good thing... | Issue-Feature,Area-UserInterface,Product-Terminal | low | Major |
443,015,147 | godot | Impractical behaviour when trying to enter a new line at the end of a collapsed section | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** v3.1 stable
<!-- Specify commit hash if non-official. -->
**Issue description:** Unable to create new line in the script file when cursor is at the ... | enhancement,topic:editor,usability | low | Major |
443,050,044 | PowerToys | Xmouse (focus follows mouse) | Please update xmouse!
I have a freeware tool that is serviceable, but it does not always play well with various pop-up UI elements, such as color palettes in tools like FileMaker, or the Windows system tray. | Idea-New PowerToy,Product-Mouse Utilities | medium | Critical |
443,050,136 | PowerToys | Send to X | Send to X was the reason I installed PowerToys wherever I went for as long as it worked. It would be lovely to have this back again. | Idea-New PowerToy,Product-File Explorer,Product-File Actions Menu | low | Major |
443,058,154 | pytorch | CosineAnnealingLR has unexpected behavior with large step | ## ๐ Bug
CosineAnnealingLR has unexpected behavior with large step. We use token count as the step for language modeling and this is often in the 1e9 range.
## To Reproduce
1. Construct torch.optim.lr_scheduler.CosineAnnealingLR with max_step=1e9
2. scheduler.step(x) for large x
Repro in this collab noteboo... | module: optimizer,triaged | low | Critical |
443,068,881 | angular | docs: please describe how to compile and load components in the browser | <!--๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
Oh hi there! ๐
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
๐
... | area: core,state: needs eng input,P4 | medium | Critical |
443,080,232 | opencv | HEIF format support in OpenCV | This is a feature request, not a bug.
##### Detailed description
https://github.com/strukturag/libheif
I'd like to access HEIF files directly without conversion. Is it possible to add a build flag by using libheif? | feature,priority: low,category: imgcodecs,GSoC,effort: few weeks | low | Critical |
443,095,800 | flutter | Is that possible to replace the keyboard position with another widget and keep TextField position unchanged during keyboard animation? | Flutter version
```
[โ] Flutter (Channel master, v1.5.9-pre.205, on Mac OS X 10.13.6 17G4015, locale en-CN)
```
Hi, I will try my best to describe the problem. Basically, I want to achieve what many messenger apps do when clicking Emoji icon when keyboard is present. All messenger apps including Facebook messen... | a: text input,c: new feature,framework,f: material design,P3,team-design,triaged-design | low | Critical |
443,103,208 | PowerToys | Context Sensitive Emoji Menu | It would be super nice if I type a sentence "I will see you at home" and press `WIN+.` to open the emoji menu then one of the top results is already if I would have searched for the last word that I typed.
Bonus points if I could go back anywhere in the sentence and do the same thing replacing things with emojis. Ob... | Idea-New PowerToy | low | Minor |
443,104,619 | PowerToys | Change the Z-index of notifications | Notifications in Windows seem to be the highest z-index. However, sometimes those notifications don't have a close button just the arrow to perform an action. The only way to get rid of them is to select them and perform this awkward swipe...which for me always ends up with clicking the notification and opening the act... | Idea-New PowerToy | low | Minor |
443,107,527 | rust | improper_ctypes should not suggest reprs that lead to errors | Currently when the lint finds a repr(Rust) struct, enum, or union that is not FFI-safe, it generally suggests some repr attributes that could be applied to a struct/enum/union that would make it FFI-safe, which is nice. However, it bases these suggestions only on the kind of data type, without checking whether the attr... | C-enhancement,A-lints,A-FFI,T-compiler,L-improper_ctypes | low | Critical |
443,113,002 | rust | Box<dyn Error> does not impl Error | It seems reasonable to expect that `Box<dyn Error>` would implement `Error`, [but it does not](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=36fba6624a6ac8bd886b76a4d838d7e5).
Unfortunately, extending the `impl<T: Error> Error for Box<T>` to also apply for `T: ?Sized` fails because then the... | T-libs-api,C-bug | medium | Critical |
443,113,721 | PowerToys | Configure windows borders size, scroll bars, ... in Windows | One of the main reasons that keeps me clinged to Windows 8.1 is the inability to set windows borders size in Windows 10.
Beside my personal (_and admittedly irrelevant_) idiosyncrasy, I'm strongly convinced that Windows 10 narrow borders can be a real issue for people with certain classes of motor and/or visual dysf... | Idea-Enhancement,Product-Tweak UI Design | low | Major |
443,121,640 | pytorch | String in tensor | ## ๐ Bug
`"whateverstring" in torch.tensor(1.)` returns True

This bug happens in torch.1.1.0, I'm running pytorch with python 3.6.5, on windows linux subsystem.
But it won't happen in 1.0.1pos... | module: internals,triaged | low | Critical |
443,125,939 | go | x/net/http2: panic: interface conversion: http.http2Frame is *http.http2UnknownFrame, not *http.http2HeadersFrame | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.5 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation | low | Critical |
443,129,935 | terminal | coding standards issue, _Upper should be banned | the language standard reserves _Upper and __doubleUnderscore symbols for itself. windows coding standards recognize this as well, all _ prefixes on methods and other things with an upper case second letter should be renamed. | Product-Conhost,Help Wanted,Issue-Bug,Area-Build,Product-Terminal | low | Major |
443,137,782 | terminal | Moving the cursor on the screen breaks 2-cell characters | The lower left area of the window from the lower left of the cursor, the two-cell character is broken.
It is difficult to establish this condition in the console window. As an example, upload Vim's free cursor mode ":set virtualedit=all".
 I wrote a utility that allowed you to quickly change the default printer from the system tray. It was written in the time of the original power tools and was standard Win32 API. The code is at https://github.com/timlegge/printers if you or anyone else is interested in it.
Always found i... | Idea-New PowerToy | low | Major |
443,151,754 | react-native | Building OSS-compatible React Native "Plugins" for Native Libraries | We need help building a generic implementation for native "plugins" as described here: https://github.com/react-native-community/discussions-and-proposals/issues/125
Let's start with iOS for now. | Help Wanted :octocat:,Type: Discussion | low | Minor |
443,165,904 | pytorch | Class based Sampler for Class Incremental/Continual Learning research | ## ๐ Feature
<!-- A clear and concise description of the feature proposal -->
A class based dataset sampler for class incremental and continual learning research.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [.... | feature,module: dataloader,triaged | low | Major |
443,205,853 | go | net: clarify UDPConn Read behaviour documentation | The documentation for `UPDConn.Read` says that "Read implements the Conn Read method." However, UDP is not stream and `Conn` is described as "a generic stream-oriented network connection".
It would be nice to be able to know what the characteristics of `Read` are with respect to packets โ whether `Read` only reads a... | Documentation,help wanted,NeedsFix | low | Minor |
443,228,417 | node | build,cares,openssl,zlib: limit symbol exports | Refs: #4932 #6274
On Windows, Node exports a curated list of symbols from its dependencies that don't use dllimport/dllexport (c-ares, openssl, zlib)
On Unices, Node indiscriminately re-exports everything thanks to `-Wl,--whole-archive`.
There's a comment about it in node.gyp:
```python
# TODO(bnoordhuis) Ma... | build,openssl | low | Minor |
443,306,886 | vue-element-admin | ไธบไปไน็ปๅฝ็ๆถๅ่ฟ่ชๅจๅจheaders้้ขๆทปๅ Authorizationๅๆฐ๏ผ | ## Bug report๏ผ้ฎ้ขๆ่ฟฐ๏ผ
ๅจไฝฟ็จ/login็ปๅฝ่ฏทๆฑ็ๆถๅ๏ผไธบไปไนRequest Headers ไธญไผ่ชๅจๆทปๅ Authorizationๅๆฐ?
#### Steps to reproduce๏ผ้ฎ้ขๅค็ฐๆญฅ้ชค๏ผ
1.ๅฏๅจ้กน็ฎ๏ผ็ปๅฝ่ฐ่ฏๅ็ฐheadersไธญๅบ็ฐๆ้ๆ ก้ชๅๆฐAuthorization
#### Screenshot or Gif๏ผๆชๅพๆๅจๆๅพ๏ผ | need repro :mag_right: | low | Critical |
443,326,250 | PowerToys | Marking and unlocking locked files from context menu | Sometimes executable file is locked due to security reasons. In first try of run this executable nothing happens. It may be confusing. Maybe little mark like this on an executable icon will help to avoid it?

... | Idea-New PowerToy,Status-In progress | low | Major |
443,334,204 | PowerToys | To be able to attach two or more windows showing side by side for easier Alt-Tab Switching | Hi,
1) So today i was having two windows side by side (vscode and outlook) . Then when i tried to switch to chrome with alt tab . After i was finished with chrome i pressed alt tab was hoping that the split view i created (vscode & outlook) should come back with 1 click of alt tab but i had to find both of the apps wi... | Idea-Enhancement,Product-Window Manager | low | Major |
443,353,774 | go | cmd/compile: use slicebytetostringtmp in concatenation | $ go version
go version devel +2e4edf4697 Sun May 12 07:14:09 2019 +0000 linux/amd64
Test:
```go
package main
var data = []byte("data")
var str = "str"
func main() {
if (string(data) + str)[1] == 'a' {
println('a')
}
}
```
This currently uses runtime.slicebytetostring followed by runtime.concat... | Performance,NeedsFix,compiler/runtime | low | Minor |
443,383,047 | pytorch | pos_weight argument in torch.nn.BCELoss | ## ๐ Feature requested
I'd like to have a `pos_weight` arguments in `torch.nn.BCELoss`
## Motivation
to have consistency with `torch.nn.BCEWithLogitsLoss` and to be able to address a multi-label task with a strong class imbalance
<!-- Please outline the motivation for the proposal. Is your feature request ... | module: nn,triaged,enhancement | low | Major |
443,453,368 | pytorch | Dataloader's memory usage keeps increasing during one single epoch. | (All codes were tested on Pytorch 1.0.0 and Pytorch 1.0.1. Memory capacity of my machine is `256Gb`. )
## Description and Reproduction
Hi,
I create a dataloader to load features from local files by their file paths but find this results in OOM problem even though the code is simple.
The dataloader can be si... | module: dataloader,triaged | medium | Major |
443,457,418 | rust | Tracking issue for stabilizing `Error::type_id` | ## Updated Issue
This is a tracking issue for stabilizing the functionality of `Error::type_id` somehow. The subject of a historical [security advisory](https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70) the API was [recently changed](https://github.com/rust-lang/rust/pull/60902) to... | T-libs-api,B-unstable,C-tracking-issue,A-error-handling,Libs-Tracked,PG-error-handling | medium | Critical |
443,495,985 | PowerToys | PowerToy suggestion: Update Dependency Walker for Windows 7/10 | Microsoft's API-sets aren't supported by the last release version of Dependency Walker, so we get dozens of errors.
http://www.dependencywalker.com/ | Idea-New PowerToy | low | Critical |
443,508,129 | create-react-app | Feature: Add line/links to error messages | ### Is this a bug report?
No
### How it is now
I have an error message like this:
```
Compiled with warnings.
./src/components/installation/Websocket.tsx
Line 77: Expected to return a value at the end of arrow function array-callback-return
Search for the keywords to learn more about each warnin... | tag: enhancement | low | Critical |
443,521,561 | flutter | Flutter changelog should list version initially published on, where possible | Currently, [the Flutter changelog](https://github.com/flutter/flutter/wiki/Changelog) has several "Changes since v___" sections (including a long one for chagnes since 1.0). If a breaking change has been published on a version, it should be listed here with the exact version it was published on, so that developers upgr... | team,d: wiki,P2,team-release | low | Major |
443,521,970 | go | cmd/go: validate module proxy URLs received from go-get=1 queries | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
Go tip at [CL 170879](https://golang.org/cl/170879) or later.
### Does this issue reproduce with the latest release?
no
### What operating system and processor architecture ar... | help wanted,NeedsFix,GoCommand,modules | low | Critical |
443,534,939 | node | Calling disconnect causes processes spawned by cluster module to exit too early | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version:
Platform:
If possible, please provide code that demonstrates the problem, keeping it as
simple and free of external dependencies as you can.
-->
* **Version**: 12.2.0 but could als... | help wanted,cluster | low | Critical |
443,536,991 | go | x/website: unify playground.js location | We currently have two copies of the playground's playground.js: one in x/tools (the original) and one in x/website (the new home, but currently unused?).
Unify.
/cc @ysmolsky @andybons @dmitshur @katiehockman @cnoellekb | Thinking,NeedsInvestigation | low | Minor |
443,537,573 | godot | HBoxContainer/VBoxContainer don't have initial size, but will if it's moved | **Godot version:**
3.1.1 (Mono)
**Issue description:**
When adding children to a HBoxContainer/VBoxContainer, the container itself does not immediately have a size. Calling `get_rect()` will return (0,0). However, if you move the container to a different position (e.g. by 1 pixel), then the size is calculated and ... | usability,documentation,topic:gui | low | Minor |
443,539,913 | vue | <keep-alive> within <transition-group> blocks leave transitions | ### Version
2.6.10
### Reproduction link
[https://codepen.io/sathomas/pen/Jqoyqo](https://codepen.io/sathomas/pen/Jqoyqo)
### Steps to reproduce
Component structure:
<transition-group>
<keep-alive>
<component />
</keep-alive>
</transition-group>
Change dynamic ... | improvement,transition | medium | Major |
443,541,135 | go | x/mobile: Exported structs not retaining field values in Swift | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version go1.12.4 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Haven't tested
### What operating system and processor architecture ar... | NeedsInvestigation,mobile | low | Critical |
443,545,307 | go | runtime: optionally (reliably) avoid netpoller | The [gVisor project](https://github.com/google/gvisor) implements a user-space Kernel, and its implementation performance-sensitive, which forces a manual avoidance of the netpoller by avoiding certain APIs.
It would be nice to automate and enforce this avoidance, either by exposing some API that could be use to ass... | NeedsInvestigation,compiler/runtime | low | Major |
443,565,904 | TypeScript | Permit functions that return a value to also serve as a type guard | ## Search Terms
Linear type, affine type, type guard
## Suggestion
It would be very helpful to allow a function to serve as a type guard, but also return an unrelated value.
## Use Cases
This can be used to express type changes as a result of mutating operations, covering some of the use cases of e.g. Ru... | Suggestion,Awaiting More Feedback | low | Critical |
443,611,424 | terminal | CONSOLE_INFORMATION::IsConsoleLocked and CONSOLE_INFORMATION::GetCSRecursionCount inappropriately groveling into opaque CRITICAL_SECTION object internals | > These two functions appear to be peering into the internal opaque CRITICAL_SECTION object. The CRITICAL_SECTION definition is opaque and shouldn't be used by apps (it can - and has - changed layout between OS versions so long as the size is the same).
>
> The CONSOLE_INFORMATION object should track an owning thre... | Product-Conhost,Area-Server,Issue-Bug | low | Critical |
443,640,191 | go | x/tools: automate major version upgrades for modules | This is a spin out of #31543 ("cmd/go: creating v2+ modules has lower success rate than it could").
### Background
[Semantic import versioning](https://research.swtch.com/vgo-import) places the major version in module paths and import paths for v2+ modules, such as:
* `module github.com/some/mod/v2` in the auth... | NeedsInvestigation,modules,Tools | medium | Critical |
443,642,381 | terminal | Investigate using ZWNJ at the beginning of COOKED_READ_DATA line | This is a follow on from #514.
We could potentially insert a ZWNJ at the beginning of a cooked read data line to prevent ligature joins from happening between the immutable text and the prompt line for applications that use the cooked read data services of the `conhost.exe`. This would make this work automagically f... | Issue-Feature,Product-Conhost,Area-Input,Area-CookedRead | low | Minor |
443,648,741 | flutter | The --track-widget-creation kernel transformer should return package:paths instead of absolute paths | Using absolute paths leads to issues as it is harder to detect which paths are package:flutter. This will also help resolve inconsistencies between paths on flutter_web and flutter where different schemes are used due to temporary directories used as part of the build process. | framework,f: inspector,P2,team-framework,triaged-framework | low | Minor |
443,662,095 | pytorch | Lint rule to prevent direct use of #pragma omp | @ilia-cher, I noticed, quite by accident, that you had expunged all occurrences of `#pragma omp` in favor of `at::parallel_for`. That's cool, should we add a lint rule to prevent people from reintroducing direct use of `#pragma omp`? There's still one occurrence of it in aten/src/THNN/generic/VolumetricConvolutionMM.c ... | module: lint,triaged | low | Minor |
443,670,510 | PowerToys | Add Aero-like or Fluent-like titlebar blur and transparency. | It would be cool and would make some apps (like **Photos** or **Calculator**) look more consistent if Win32 programs (like **File Explorer**) have Fluent titlebars. It would also make some programs, like the new **Chromium Edge**, look neat with blur and transparency on titlebar! | Help Wanted,Idea-New PowerToy,Product-Tweak UI Design | medium | Critical |
443,710,417 | youtube-dl | Kare11 | ## Checklist
<!--
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.05.11. If it's not, see https://yt-dl.org/update ... | site-support-request | low | Critical |
443,789,461 | pytorch | [docs] Automatically detect docs missing in rst | I propose something like this to find automatically members missing from rst (could be put on some doc page as well). This could also be improved to make a list of public members missing docs altogether.
```python
rst_dir = 'docs/source'
rst = '\n'.join(open(os.path.join(rst_dir, rst_file)).read() for rst_file in ... | module: docs,module: tests,triaged,enhancement | low | Minor |
443,806,779 | opencv | Possibly a bug fix of OpenCV 4.1.0 with Python3 support? | I **ALWAYS** met the following **ERROR** messages while compiling OpenCV 4.1.0 with Python3:
```bash
In file included from ....../opencv/modules/python/src2/cv2.cpp:1722:0:
....../opencv/build/modules/python_bindings_generator/pyopencv_generated_types.h: In function โPyObject* pyopencv_cv_dnn_dnn_Net_getFLOPS(PyOb... | priority: low,category: build/install,incomplete | low | Critical |
443,833,859 | terminal | Add Optional Cursor Properties to Color Schemes | There are several fields assigned against profiles that feel like they would be better placed in schemes (or at least duplicated to schemes):
* `cursorColor`
* `cursorShape`
* `fontFace`
* `fontSize`
There are two options for these properties that could be utilised:
1. Remove them from the profile and add ... | Issue-Feature,Help Wanted,Area-Settings,Product-Terminal | low | Major |
443,841,799 | rust | Private doc test flag | Doc tests seem to work in a similar way to integration tests, in that the tests are performed from the public facing API. This is great for public facing libraries, however for internal development it would be nice to have doc tests that run in a just-as-easy fashion.
Is this something on the cards that's on the car... | T-rustdoc,C-feature-request,A-doctests | low | Major |
443,846,628 | godot | font.get_string_size() should support '\n' multiline. | I think font.get_string_size() should support '\n' symbol as multiline.
for now everything calculate as one line, and '\n' are ignored!
var size = get_string_size("hello\nworlds");
size.y = could have get_height() * num_lines;
size.x = could have max(line[for_i] , size.x);
**Godot version:**
3.1.1
| enhancement,topic:core | low | Minor |
443,873,689 | youtube-dl | support for https://unacademy.com/ | <!--
######################################################################
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 |
443,888,107 | go | reflect: Value.Method does not do the same nil checks as the language | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.12 linux/amd64
</pre>
### What did you do?
```
package main
import (
"fmt"
"reflect"
)
type S struct {
x int
}
func (S) M(int) {}
type... | NeedsInvestigation,compiler/runtime | low | Major |
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.