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 |
|---|---|---|---|---|---|---|
420,625,225 | godot | Viewport display modes not working in GLES 2 | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
3.1
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
Pop ... | bug,topic:rendering,topic:editor,confirmed | low | Major |
420,629,804 | pytorch | "unknown builtin op" error with static library | Getting error while running libtorch example from https://pytorch.org/tutorials/advanced/cpp_export.html . Getting error only with static library. Shared library works fine.
```
./libtorch_test model.pt
terminate called after throwing an instance of 'torch::jit::script::ErrorReport'
what():
unknown builtin op... | module: cpp,triaged | low | Critical |
420,653,825 | TypeScript | QuickInfo misleading with signatures from higher order function type inference | <!-- π¨ 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: Type Display,Domain: Quick Info | low | Critical |
420,668,186 | kubernetes | Vsphere Cloud Provider: failed to detach volume from shutdown node | **What happened**:
I have a pod with a pv attached to it running on node1.
When I shutdown node1 to simulate node-failure, Kubernetes detects the unhealthy node in the configured timeframe and tries to re-schedule the pod on node2 following the --pod-eviction timeout.
When trying to start the pod on node2, the pv ca... | kind/bug,priority/important-soon,lifecycle/frozen,area/provider/vmware,sig/cloud-provider,needs-triage | medium | Critical |
420,671,831 | flutter | Provide a way to print the Navigator inner stack | It would be nice to have a way to print the `Navigator` current stack, so we can check if it's being built in the way we imagine, or if there are some stray screens there, that shouldn't, or if we are replacing the wrong screen in a `pushAndRemoveUntil`.
something like:
```
Navigator.of(context).printStack();
`... | c: new feature,framework,f: routes,customer: crowd,c: proposal,P3,team-framework,triaged-framework | medium | Critical |
420,675,356 | material-ui | Equivalent to Blueprint's RunningText | A `<RunningText>` component would apply typography styles to basic html elements in it, so something like this:
```
<RunningText>
<h2>Foo</h2>
</RunningText>
```
Would behave like this:
```
<Typography variant="h2">Foo</Typography>
```
- [x] This is not a v0.x issue. <!-- (v0.x is no longer maintained) ... | new feature,waiting for π,component: Typography | low | Minor |
420,675,838 | rust | C runtime library is not linked on macOS | **Problem**
rustc is not default to link C runtime library on macOS. I'm trying to write rust binding for a C library. That C library is shipped with my crate by a git submodule. The C library uses functionality provide by C runtime library. When I run `cargo test` without any special cargo configuration, it failed at... | A-linkage,O-macos | low | Critical |
420,750,511 | pytorch | Unsupported type of tensor c10::half when running resnet50_trainer.py in Caffe2 | ## π Bug
Unsupported type of tensor c10::half error in SpatialBN operator when running resnet50_trainer with float16 type on V100, cuda10, cudnn7
## To Reproduce
Steps to reproduce the behavior:
1. docker pull pytorch/pytorch:nightly-runtime-cuda10.0-cudnn7
2. nvidia-docker run --entrypoint="/bin/bash" -... | caffe2 | low | Critical |
420,757,855 | go | cmd/compile: allow ; on the RHS of rewrite rules for side-effects | Consider this rewrite rule:
```
(ADDQ x l:(MOVQload [off] {sym} ptr mem)) && canMergeLoadClobber(v, l, x) && clobber(l) -> (ADDQload x [off] {sym} ptr mem)
```
The `canMergeLoadClobber` condition is pure (free from side-effects). The `clobber` condition is not really a condition at all, but pretends to be one a... | NeedsFix | low | Minor |
420,789,025 | ant-design | Avoid to remove tag when pressing backspace on select | - [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.
Hi, I have been trying to intercept on keydown and preventDefault / stopPropagation / return false but nothing works, I think it will be a great feature.
### What pr... | Inactive,βFAQ | medium | Major |
420,794,007 | pytorch | Support 'bytes' type in torchscript | ## π Feature
Need support for 'bytes' type in torchscript
## Motivation
While dealing with image data, we have use cases where we download a blob from a blobstore and need to pass it to a torchscript module for further processing (ex: torchvision.transforms).
Currently, there is no clean way to do this sin... | oncall: jit,triaged,jit-backlog | low | Major |
420,805,826 | vscode | TerminalOptions.waitOnExit API | ```ts
enum WaitOnExitType {
Never = 0,
NonZeroExitCode = 1,
Always = 2
}
export interface TerminalOptions {
/**
* Whether the terminal panel should wait before closing when a terminal's process exits.
*/
waitOnExit?: WaitOnExitType;
}
```
waitOnExit was originally proposed... | feature-request,api,api-proposal,terminal-process | medium | Major |
420,817,011 | godot | Textboxes trap the input using keyboard only | **Godot version:**
3.1 stable
**OS/device including version:**
Windows 10
**Issue description:**
When the user moves with only the keyboard or a joystick pad, if the current focused object is a lineedit or textedit, the user can't leave the textbox using left and right arrows in lineedit and left, right, up, ... | bug,topic:gui | low | Major |
420,824,657 | go | x/image/tiff: unexpected EOF | <!-- 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 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | ExpertNeeded,NeedsInvestigation | low | Critical |
420,829,064 | go | x/build: speed up large container start-up times without pre-pulling containers into VMs (CRFS) | Tracking bug for improving how we maintain & deploy our larger builder environment containers easily and quickly while also having them start up quickly.
Our current situation (building a container, pushing to gcr.io, then automating the creation of a COS-like VM images that has the image pre-pulled) is pretty gross... | Performance,Builders,NeedsInvestigation | high | Critical |
420,832,563 | go | cmd/go: more graceful upgrades when a module changes its name | <!-- 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 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsFix,GoCommand,modules | medium | Critical |
420,854,865 | godot | Soft bodies do not collide with each other | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
3.1 Stable
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. --... | bug,confirmed,topic:physics | low | Critical |
420,877,133 | go | cmd/go: 'build -o' overwrite behavior differs between Linux and 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
go version go1.12 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What did you do?
<!... | OS-Windows,NeedsInvestigation | low | Critical |
420,905,054 | pytorch | caffe2 Segmentation fault (core dumped) | I compile caffe2 from source(pytorch) by anaconda3.
operations:
In the pytorch directory,I
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=/home/zhengr/.conda/envs/caffe2-source -DCMAKE_INSTALL_PREFIX=/home/zhengr/.conda/envs/caffe2-source ..
sudo make install -j8
there is no error by then.
[100%] Bui... | caffe2 | low | Critical |
420,939,222 | godot | FileDialog and EditorFileDialog signals are not fired from EditorScript | **Godot version: 3.1 stable**
<!-- Specify commit hash if non-official. -->
**OS/device including version: macOS 10.14.3 (Mojave)**
<!-- Specify GPU model and drivers if graphics-related. -->
**Issue description:**
If created from `EditorScript`, none of the `FileDialog` or `EditorFileDialog` signals seem to e... | discussion,topic:editor | low | Critical |
421,002,780 | neovim | create one-line window / remove local statusline | Some times, I need one line window, such like WinBar of vim8.1 or notebook tabs like gui.
But I found, I can not make one line window, the minimize window has 2 lines, 1 line content and 1 line statusline.
Can nvim provide an option to hide the statusline of the window? | enhancement,ui,ui-extensibility,statusline | low | Major |
421,014,657 | create-react-app | replace dotenv with dotenv-webpack? | ### Is this a bug report?
No
### Description
We are using a .env file to make configuration changes easy between our different environments and it works great.
However, the way that `dotenv` works it not particularly interesting as it:
1. bloats the code (even minified)
2. exposes all environment variables righ... | issue: proposal | low | Critical |
421,045,558 | TypeScript | Request (probably long-term) type compilation debugger | ## Search Terms
`debug type`, `debug types`, `debug compilation`
## Related
- #3318 about debugging the compiler; with enough knowledge of tsc it probably could be used for this but thatβs quite a barrier
- #29937 about logging types and other strings during compilation
## Suggestion
This is probably a ... | Suggestion,Needs Proposal | medium | Critical |
421,060,619 | storybook | Change theme to dark if user has dark mode enabled using prefers-color-scheme media query | Chrome and Safari will soon support the [prefers-color-scheme](https://caniuse.com/#search=prefers-color-scheme%3A) media query. Let's respect that since Storybook has a dark theme already
**Are you able to assist bring the feature to reality?**
yes
| feature request,documentation,theming | medium | Major |
421,147,665 | flutter | After some number of failures, retry pub get with the --offline flag | When I run an app from IntelliJ and my computer is offline, it tries to do a pub get, and fails (this is usually when it has needed to rebuild the flutter tool because I committed a change). It doesn't actually need to fetch anything, however, the data is already in the pub cache. (For that matter, it doesn't need to ... | c: new feature,team,tool,a: annoyance,P3,team-tool,triaged-tool | low | Critical |
421,155,058 | rust | Cannot pass small struct by value across FFI on linux-gnu | I am creating an FFI function that takes a tagged union as a parameter. It corresponds to a Rust enum with variant. The tagged union definition for the C++ code was generated with `cbindgen`. The problem is that the calling convention between Rust's `extern "C"` and the actual C calling convention aren't matching up, s... | O-linux,A-FFI,O-x86_64,T-compiler,C-bug | low | Major |
421,161,011 | rust | Document and clean up ty::print some more. | In order to get #58140 merged before it bitrots again, and needs an eleventh rebase, I've left some of the review comments (by @nikomatsakis) unresolved.
There's also a few things, such as const generics, `$(...)?` in macros, etc. that weren't possible when the PR was originally authored, but can be taken into accou... | C-cleanup,A-pretty,T-compiler | low | Minor |
421,164,857 | flutter | findsOneWidget erroneously passes for DropdownMenuItem that is off screen under DropdownButton. | ## Steps to Reproduce
* Create a Mobile app project for Flutter in Android Studio
* Create a unit test in a new my_test.dart file:
```
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
Future void main() async {
testWidgets('drop down value', (tester) async {
f... | a: tests,framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Minor |
421,171,314 | flutter | The engine should be tested with AddressSanitizer | engine,P2,team-engine,triaged-engine | low | Minor | |
421,186,618 | kubernetes | emptyDir persistent volumes | **What would you like to be added**:
I need a volume accessible from different pods on each node, serving as a **shared file cache**. In my case it should be a `tmpfs` volume to provide maximum speed, so I'd use `emptyDir` with `medium: Memory`.
Therefore I'd like `emptyDir` to be available in `PersistentVolumeSpe... | sig/storage,kind/feature,lifecycle/frozen | medium | Critical |
421,221,336 | TypeScript | Confusing error message for labels used before definition | The following gives me an unexpected "TS1007: Jump target cannot cross function boundary error" in TS 3.3.33333
```
function foo() {
for (let i = 0; i < 10; i++) {
console.log(`${i}`);
continue loopend;
}
loopend:
console.log('end of loop');
}
```
Further investigation... ... | Suggestion,Help Wanted,Good First Issue,Effort: Moderate,Domain: Error Messages,Domain: Related Error Spans,Experience Enhancement,PursuitFellowship | low | Critical |
421,226,079 | scrcpy | View X Y coordinates | On occasion it is nice to automate a few things using ADB/monkeyrunner, but the process to get the X/Y coordinates to simulate touches can be a pain. It would really cool to integrate this somehow. Previous implementations have done this (e.g. droid@screen, Monkeyrunner Recorder). Great tool, thanks! | feature request | low | Minor |
421,238,879 | flutter | CustomPaint instances are really hard to test. | Our finders assume they will take a list of elements and evaluate to a list of elements.
CustomPaint is fine with this if you're looking for a `child` of it, but not if you want to find (for example) semantic information it baked into the `foreground` or `background`. In that case, the semantics no longer correspon... | a: tests,framework,a: quality,P2,team-framework,triaged-framework | low | Minor |
421,243,788 | flutter | Path.combine() is Not Precise when intersecting Paths with another Path. | I am using the `Path.combine()` operation to find all the intersecting `Paths` with another `Path`.
The necessary code:
```
Rect intersectPathBounds = intersectPath.getBounds();
_paths.forEach((Path path, PenInfo penInfo) {
if (path.getBounds().overlaps(intersectPathBounds )) {
... | engine,dependency: skia,a: quality,P3,team-engine,triaged-engine | medium | Critical |
421,249,886 | opencv | imgcodecs: avoid vulnerabilities in Jasper codec (JPEG-2000) | Jasper project has many opened vulnerabilities which are not get fixed for a long time.
Especially in version 1.900 which is used by OpenCV.
It is not safe to open external/untrusted JPEG-2000 images via `imread()`/`imdecode()`.
Perhaps it is not save to use encoder too via `imwrite()`/`imencode()`.
Possible al... | bug,category: imgcodecs | low | Major |
421,274,633 | puppeteer | Modified request headers don't appear in response.request().headers() | I'm doing something relatively simple in the request interception:
```javascript
const headers = request.headers();
const modifiedHeaders = { ...headers, "x-new-header": "true" };
request.continue({ headers: modifiedHeaders });
```
However, later, when I receive the callback for the response, this header is... | feature | low | Minor |
421,313,983 | flutter | Deeper integration for package:test running on device | Relates to #26080
Right now you can run package:test tests on a device using Flutter driver but there's no easy way to get reports of failed tests and notify the host about them. In the meantime we can check the logs output for "Some tests failed."
Support for getting more fine-grained test reports could probably... | c: new feature,tool,t: flutter driver,P3,team-tool,triaged-tool | low | Critical |
421,394,472 | godot | Errors when Godot try to import files which contains in name unallowed characters | **Godot version:**
Godot 3.1
**OS/device including version:**
Ubuntu 18.04
**Issue description:**
When I put into godot project, folders with names like :::\\::: (kopia) or ::::\\::Zdj?>, then Godot show a lot of errors:
```
ERROR: _scan_filesystem: Condition ' split.size() != 3 ' is true. Continuing..:
... | enhancement,topic:editor,usability | low | Critical |
421,394,991 | rust | ARM needs a "thumb-state" target-feature to fix a recent breakage that `stdsimd` caused. | So recently [stdsimd added an intrinsic](https://github.com/rust-lang-nursery/stdsimd/issues/702) that was too liberal. The intrinsic needs to only be allowed in in [specific circumstances](https://github.com/rust-lang-nursery/stdsimd/issues/702#issuecomment-471179422), like so:
```rust
#[cfg(any(not(target_feature... | O-Arm,T-compiler | low | Minor |
421,405,528 | godot | Conversion of Sprite using region to MeshInstance2D broken | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1-stable
**OS/device including version:**
Windows 10
**Issue description:**
When converting a Sprite that uses region to MeshInstance2D, th... | bug,topic:editor,confirmed | low | Critical |
421,414,192 | pytorch | cuDNN error when using 3d convolutions | ## π Bug
The following simple script: https://gist.github.com/vlasenkov/b3aa7c12570fe0056fca3421453470ca crashes with the following traceback:
```
Traceback (most recent call last):
File "models/unet/test.py", line 126, in <module>
loss.backward()
File "/opt/conda/lib/python3.6/site-packages/torch/tens... | module: dependency bug,module: cudnn,triaged | low | Critical |
421,537,582 | godot | Creating and Saving Mono Nodes Fails | **Godot version:**
3.1
**Issue description:**
Given a C# class "NodeScript" which inherits from Node, I expected the following to work:
```
var node = new NodeScript();
var packedScene = new PackedScene();
packedScene.Pack(node);
var restoredNode = (NodeScript) packedScene.Instance();
```
But ... | bug,topic:dotnet | low | Minor |
421,544,855 | bitcoin | Feature request: bitcoin-wallet tool: don't modify files unless requested | When only getting info for a wallet with the bitcoin-wallet tool, I was surprised to find it changing the file modification time (but happy that it didn't also seem to modify the file contents):
```bash
$ stat --format=%Y /tmp/test.dat ; sha256sum /tmp/test.dat
1552658778
8d932caabee0dc8d42c7ea362fb685325bd23f217... | Utils/log/libs | low | Critical |
421,611,545 | storybook | Addons panel position resets on story change | **Describe the bug**
Panel position is being reset to what is specified in the global options.
**To Reproduce**
Steps to reproduce the behavior:
1. Run CRA example (note: `panelPosition: 'right'` is set in the options)
2. Open `/?path=/story/button--with-text`
3. Switch addons panel to the `bottom` mode
4. Ope... | bug,good first issue,ui | low | Critical |
421,619,693 | TypeScript | source.organizeImports organizes imports to a sort order that tslint complains about | Issue Type: <b>Bug</b>
settings:
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
}
tslint.json:
{
"extends": "tslint-microsoft-contrib",
...
Code:
```ts
import * as cp from 'child_process';
import * as fse from 'fs-extra';
import { IActionContext, parseErr... | Suggestion,Experience Enhancement | low | Critical |
421,630,412 | go | proposal: database/sql: define a Decimal decompose interface for decimal packages | ## Background
Databases store many types of values. One type of very common value databases store, especially SQL databases, are decimal values. Some databases limit the size of the decimal, while others support arbitrary precision. But common to all is a base10 representation of the decimal number.
Historically ... | Proposal,Proposal-Hold | high | Critical |
421,638,108 | TypeScript | Including full error range in TSC output | From https://github.com/Microsoft/vscode/issues/70465
**Repo**
1. For the TS code with `strict` enabled:
```ts
const obj = {
prop: Date.now() ? 'str' : undefined
}
obj.prop.toLowerCase();
```
1. Run a tsc task in VS Code to see reported errors (make sure to close the ts ... | Suggestion,Awaiting More Feedback | low | Critical |
421,672,285 | svelte | Some way of binding bidirectionally to all props in an object, capturing all custom events. | There seems to be no way of bidirectionally binding to all of a component's arbitrary props.
```html
<!-- pass arbitrary props, already there -->
<svelte:component this={someComponent} {...itsProps} />
<!-- get changes to arbitrary props, missing, various potential syntaxes follow -->
<svelte:component this={... | feature request,temp-stale | low | Critical |
421,677,187 | flutter | WebView crash: IllegalArgumentException: reasonPhrase can't be empty. | Pretty much any webpage I try to goto craps out with wanting glUtilsParamSize?? maybe thats unrelated but its preventing me from releasing this update to the android play store.
or its
java.lang.IllegalArgumentException: reasonPhrase can't be empty.
I am using pretty much the built in Example from the /ex... | c: crash,platform-android,p: webview,package,P3,team-android,triaged-android | medium | Critical |
421,681,289 | vscode | Settings UI is overwhelming for extensions with lots of settings | Specifically for GitLens, I find the settings ui practically unusable -- mainly because GitLens has LOTS of settings, but also because there is no extension controlled order (alphabetic imo doesn't work well), no extension controlled grouping (other than alphabetic proximity), and more. And since the new settings ui be... | feature-request,settings-editor | medium | Major |
421,685,848 | neovim | filter :bufdo with regex pattern | I'd like to request a new feature where ex commands like `:bufdo` `:tabdo` `:windo` would accept optional regex parameter to filter the scope.
| enhancement,core | low | Minor |
421,693,283 | create-react-app | Feature request: importing json from sass | It would be great to have out of the box support for import JSON files in SASS/CSS Modules. One source of truth for configurations. Perhaps something like this:
https://github.com/Updater/node-sass-json-importer
| issue: proposal | low | Minor |
421,697,565 | flutter | [Flutter Driver] How to submit a TextField? | ## Steps to Reproduce
1. Create a TextField inside the app with an onSubmitted handler.
2. Write a driver test case that inputs text into it
(so far, this works flawlessly)
But now what, how can I submit the TextField to trigger onSubmitted without creating a separate UI element that does that when tapped?
... | a: tests,framework,t: flutter driver,c: proposal,P2,team-framework,triaged-framework | low | Major |
421,703,413 | rust | Consider appending to CLI list arguments rather than overwriting | Right now with (at least) `-C` and `-Z` command line arguments that are lists, specifying the argument multiple times _overwrites_ the earlier options. It probably would be more logical to _append_ to that list, but this may be a breaking change for stable flags. | C-enhancement,T-compiler | low | Minor |
421,712,380 | create-react-app | [internal] e2e:docker tests fails on lerna publish (works running each test suite separately) | First of all, thanks to all of you for the incredible job you've done with this project!
I tried to run `yarn e2e:docker`, both with and without the `--test-suite=all` flag and the second test suite (`./tasks/e2e-kitchensink.sh`) always fails. However, when running the tests separately, they all pass, including `e2e... | tag: internal | low | Critical |
421,718,015 | puppeteer | SOCKS proxy authentication | According to [this comment](https://github.com/GoogleChrome/puppeteer/issues/426#issuecomment-345830027), `page.authenticate` doesn't work for SOCKS proxy.
We should make `page.authenticate` more capable to drive auth for proxies and servers. | feature | medium | Critical |
421,719,658 | rust | #[panic_handler] does not work with std. | The `#[panic_handler]` attribute does not work when using the std library. Thus, there's no way for libraries to register custom panic handlers without resorting to a lazy_static or similar global initializer.
This seems like quite an oversight. | T-lang | low | Major |
421,749,239 | pytorch | [JIT Script] Need support on distributions.Categorical. | ## π Feature
Need jit script module to support `torch.distributions.Categorical`.
## Motivation
Our generative model need a sample layer during inference. Currently we are missing sampling support for script model.
## Alternatives
Categorical is a simple method to implement, we can implement a less perfor... | oncall: jit,triaged | low | Major |
421,759,286 | pytorch | torch.flip is inconsistent with np.flip and also uses `dims` arg instead of `dim` | Functions like `torch.sum` and `torch.mean` support multi-dim through argument `dim` accepting a tuple or a list.
`torch.flip` instead asks for an argument named `dims`. Yes, it doesn't do reduction, but still it processes multiple dimensions, for the sake of consistency, I propose it supports `dim` as well (and may... | triaged,module: numpy,function request | low | Major |
421,762,688 | go | net/http: document that context cancellation does not apply to writable bodies | https://github.com/golang/go/issues/26937
To enable http.ReverseProxy to cleanly support websocket connections, http.Transport began returning writable response bodies.
This is documented. But what's undocumented is how this response body deals with the request context's cancellation.
See https://github.com/g... | Documentation,NeedsInvestigation | low | Major |
421,773,595 | vue | v-on listeners array | ### What problem does this feature solve?
Two components with scoped slots that provide events to a child component. If they are used together some listeners may be overwritten if not normalised first.
```html
<v-menu>
<template #activator="{ on: menu }">
<v-tooltip bottom>
<template #activator="{ ... | feature request,has workaround | medium | Minor |
421,773,610 | rust | Improve the help message for the error on using fully qualified syntax for nested associated types | Here is a small example to reproduce the error and its help message:
```
trait A {
type Item;
}
trait B {
type Item: A;
fn trait_fn(x: Self::Item::Item);
}
```
Then I get the following error:
```
error[E0223]: ambiguous associated type
--> src/main.rs:8:20
|
8 | fn trait_fn(x: Se... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics | low | Critical |
421,792,067 | pytorch | Android NNAPI support of Caffe2 | ## β Questions and Help
I want to run my nerual network model on Android mobile phone with Snapdragon DSP or Huawei NPU.
As I know, Android NNAPI supports vendor-specific drivers, including drivers for Snapdragon DSP or Huwaei NPU.
I saw some code supporting NNAPI for Android phone in Caffe2.
* [nnapi.h](https:... | caffe2 | low | Minor |
421,797,029 | flutter | Cupertino blurs should boost saturation | Apple makes extensive use of blur on iOS/MacOS to guide the users focus and attention. As announced in the 2019 roadmap, Flutter wants to expand to platforms beyond mobile (such as Mac/Web) but still wants to provide the most native experience possible. This could be easily improved by providing a more open ImageFilter... | c: new feature,framework,engine,f: cupertino,customer: crowd,P3,team-design,triaged-design | medium | Critical |
421,798,156 | scrcpy | Customable Phone Skin for scrcpy Window | Hi, Developers.
Thank you very much for this very useful opensource software.
I have a feature request for adding generic phone skin for scrcpy including menu, home, and back button skin. It will be very nice to have it, especially for people like me who want to make tutorial for Android.
Thanks. | feature request | low | Major |
421,798,433 | go | x/tools/go/ssa/interp: panic: no code for function: time.runtimeNano on darwin | #### What did you do?
main.go
```go
package main
import (
"go/types"
"log"
"golang.org/x/tools/go/packages"
"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/ssa/interp"
"golang.org/x/tools/go/ssa/ssautil"
)
func main() {
target := "./testdata"
cfg := &packages.Config{
Mode: packages.... | NeedsInvestigation,Tools | low | Critical |
421,804,333 | vscode | [html] embedded java script grammar doesn't end because of missing semicolon | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: latest
- OS Version: windo... | bug,html | low | Major |
421,817,788 | godot | tree_exited signal callbacks are run in the editor even when the script is not "tool", can cause editor crash | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.1-stable_X11.64
<!-- Specify commit hash if non-official. -->
**OS/device including version:** Solus 3.9999 Gnome Nvidia GTX 1050TI
<!-- Specify ... | bug,topic:core,topic:editor,confirmed | medium | Critical |
421,825,593 | TypeScript | preserveSymlinks: Changes to target module are not propagated to symlink modules | **TypeScript Version:** 3.4.0-dev.20190316
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
- preserveSymlinks, symlink, watch, change
**Description:**
I'm not familiar with how `preserveSymlinks` works internally, but it appears that symlink ... | Suggestion,Awaiting More Feedback | low | Major |
421,833,517 | opencv | python cv2: suppress stream decoders output messages (f.e. `[h264 @ 0x2f6d280] Invalid NAL unit size (0 > 2133).`) | Hello,
i'm processing some videos retrieved from the web using the `cv2` python module, and some of those videos generate warning during decoding with 3rd-party codecs, for example:
```
[h264 @ 0x2f6d280] Error splitting the input into NAL units.
[h264 @ 0x2dbbb00] Invalid NAL unit size (0 > 41960).
[h264 @ 0x2d... | feature,category: video,priority: low | low | Critical |
421,843,500 | pytorch | copy.copy not working for ScriptModule | The following code does not work
```python
import torch
import copy
class M(torch.jit.ScriptModule):
@torch.jit.script_method
def forward(self, x):
return x
m = M()
copy.copy(m)
```
Error message:
```
Traceback (most recent call last):
File "test.py", line 13, in <module>
... | oncall: jit,triaged,jit-backlog | medium | Critical |
421,845,605 | react | Hooks - unmount and didUpdate | I'm opening this up at Dan's request from a twitter discussion:
https://twitter.com/lichstam/status/1106995545938247682
From Twitter:
I can fill in on this. The first example I would like to point to is a debouncing hook I've created that looks something like this:
```javascript
useEffect(() => {
const ... | Type: Discussion | low | Minor |
421,848,829 | youtube-dl | Formula1.com | - [X] I've **verified** and **I assure** that I'm running youtube-dl **2019.03.09**
- [X] At least skimmed through the [README](https://github.com/ytdl-org/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/ytdl-org/youtube-dl#faq) and [BUGS](https://github.com/ytdl-org/youtube-dl#bugs) s... | geo-restricted | low | Critical |
421,874,972 | godot | No button release triggered after drag using "gui_input" signal | **Godot version:**
godot 3.1 master
**OS/device including version:**
N/A
**Issue description:**
When connecting to a control "gui_input" signal, to detect click+drag+release, the left mouse button released (event) at the end of the drag is not triggered.
if I print event as_text()
```
if p_event is Inpu... | bug,topic:input | low | Major |
421,888,999 | youtube-dl | Please add support for Google Fiber as an MSO | - [x] I've **verified** and **I assure** that I'm running youtube-dl **2019.03.09**
### Before submitting an *issue* make sure you have:
- [x] At least skimmed through the [README](https://github.com/ytdl-org/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/ytdl-org/youtube-dl#faq) a... | tv-provider-account-needed | low | Critical |
421,893,612 | create-react-app | Question: Source mapping componentStack from error boundary in production | Lately, I am trying to use error boundaries to tackle unexpected errors more properly. I am also logging most of the errors to the Sentry service. I am sending the `componentStack` from `componentDidMount` there as well, but since it's minified, it feels fairly useless.
?
<pre>
$ go version
go version devel +14c3692502 Sat Mar 16 14:16:39 2019 +0000 linux/amd64
</pre>
(Also tested with go1.12 and go1.12.1).
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architectur... | NeedsInvestigation,compiler/runtime | low | Critical |
421,925,982 | rust | Reevaluate removing `ty::Error` | I just found
https://github.com/rust-lang/rust/blob/7cf074a1e655ac07d04d045667278fa1a9970b93/src/librustc/ty/flags.rs#L70-L76
which seems to suggest that it's not the "infects everything" problem of using `Result` in more places, but actually some ages old situation where either the compiler ended up segfaulting ... | C-cleanup,T-compiler | low | Critical |
421,949,465 | vscode | WebView doesn't close on extension (but not window) reload | ### Summary
Some actions can cause extensions to be reloaded without the whole window being reloaded. This results in WebViews opened by extensions to remain open. On its own not a problem, except should these use the message API to "talk" to their extension, since it got reloaded/terminated. Expected behavior is to c... | feature-request,webview | low | Major |
421,949,874 | TypeScript | Inconsistent error reporting for duplicate JSDoc tags | <!-- π¨ STOP π¨ π¦π§π’π£ π¨ πΊπ»πΆπ· π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug | low | Critical |
421,958,257 | TypeScript | Alternate syntax for function overloads | <!-- π¨ 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 |
422,009,168 | three.js | Editor: better controls for default camera | Most modelling programs have quick settings for the default camera, such as:
* jump to specific views such as top, left, bottom, right,
* reset the view
* switch between perspective and orthographic projection
* fit camera to scene (in clara.io this is called "frame scene")
* fit camera to selection
* create n... | Enhancement,Editor | medium | Major |
422,033,094 | go | cmd/trace: generate trace graph for custom region selection | I propose that cmd/trace should have an option in the web UI to generate a trace graph for an arbitrary list of user defined regions.
I want/need to see the timing between certain user defined regions and having such an option in the web ui would be very useful. I could just dump them all into the same task but this... | Proposal,Proposal-Accepted,FeatureRequest | medium | Critical |
422,038,271 | TypeScript | Organize imports: add an option to put all absolute paths after node_modules ones | **Feature Request**
Add a configuration option that to sort all the absolute paths (i.e. with `baseUrl = /src` in `jsconfig.json`) after all the node_modules paths.
**Reason**
More and more people use alias to avoid long relative paths. It's a common practice to have first the third-party imports, then the abs... | Suggestion,Awaiting More Feedback | medium | Major |
422,044,924 | godot | Unable to make CollisionPolygon2D from specific array | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:3.1
<!-- Specify commit hash if non-official. -->
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
**... | bug,topic:core,confirmed | low | Critical |
422,063,561 | flutter | [documentatio] rename Overlay class or provide updated documentation | Documentation of [`Overlay`](https://docs.flutter.io/flutter/widgets/Overlay-class.html):
> A Stack of entries that can be managed independently.
>
> Overlays let independent child widgets "float" visual elements on top of other widgets by inserting them into the overlay's Stack. The overlay lets each of these wid... | framework,d: api docs,c: proposal,P2,team-framework,triaged-framework | low | Minor |
422,075,845 | flutter | When there is a RouteObserver set inside the child of a Hero widget, Flutter crashes | If you take out only the Hero widget from the below code, everything works as expected.
## Code
``` Dart
import 'package:flutter/material.dart';
import 'test_page.dart';
import 'test_widget.dart';
final RouteObserver<PageRoute> routeObserver = RouteObserver<PageRoute>();
void main() => runApp(MyApp());
... | c: crash,framework,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework | low | Critical |
422,077,988 | create-react-app | npm start does not work on Node.js 11.3.0 and above. | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
Yes
<!--
If you answered "Yes":
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't f... | issue: needs investigation | low | Critical |
422,110,431 | flutter | Add run once after first build layout | Every time you need to use the context but run once the code you need to use some bool flag or ??= to instantiate only once. Something like didChangeDependencies() running once like initState() does. For example using .of(context) to get the BloC and subscribe to it.
Also for first after layout there is this packag... | c: new feature,framework,P3,team-framework,triaged-framework | medium | Critical |
422,110,805 | create-react-app | dynamic import are unrecognized in 3.0.0-next.b0cbf2ca, compile fails | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
Yes
<!--
If you answered "Yes":
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't f... | tag: underlying tools,issue: needs investigation | medium | Critical |
422,176,478 | TypeScript | This narrowing typeguard effect bleeds into subsequent statments on a type with bivariant type-parameter | **TypeScript Version:** 3.4.0-dev.201xxxxx (although 3.3 is also impacted)
**Search Terms:** this type guards
If we create a type-guard that narrows `this` on a type that has a type-parameter that is present only in a bivariant position, the effect of the type guard persists outside of the guarded block.
**Co... | Suggestion,Needs Proposal | low | Major |
422,182,049 | go | x/image/riff: Implement write functionality | Presently, `x/image/riff` has no functionality for writing in the RIFF format; it only has read functionality. | NeedsDecision,FeatureRequest | low | Minor |
422,203,494 | TypeScript | Proposal: Follow program flow in constructor when strictPropertyInitialization = true | ## Search Terms
constructor strictPropertyInitialization flow
## Suggestion
TypeScript should follow unconditional function calls in constructor when checking for strict property initialization.
## Use Cases
It is a common pattern to be able to reset objects after construction and, thus, to transfer obje... | Suggestion,In Discussion | medium | Critical |
422,210,219 | flutter | Drag&Drop reorder between two lists | Hello!
I am trying to create some sort of task manager exactly like in trello and your library solving my problem of drag&droping perfectly, but now fully. Can you please make possivle to drag&drop item of list between two and more lists.
 and `BinaryHeap::drain_sorted` (`binary_heap_drain_sorted`) implemented in https://github.com/rust-lang/rust/pull/65091.
EDIT much later:
- [ ] https://github.com/rust-lang/rust/pull/76234 looked at stabilizing part of ... | A-collections,T-libs-api,B-unstable,C-tracking-issue,A-iterators,Libs-Tracked | medium | Critical |
422,350,633 | material-ui | [Select] Remove the React.cloneElement usage | <!--- Provide a general summary of the issue in the Title above -->
I have a form with two text fields. The first text field works as expected in selecting and closing on click, but the second does and not have have gone in to very hacky territory in order to try to get it to work but it does not.
<!--
Thank... | new feature,component: select | medium | Critical |
422,386,771 | TypeScript | Convert to async/await doesn't support .finally() method | ```ts
declare function delay(n: number): Promise<void>;
async function foo() {
delay().then(x => delay(400)).then(x => delay(400)).finally(x => console.log(x));
}
``` | Suggestion,Experience Enhancement | low | Major |
422,399,488 | opencv | imread Should Raise If Path Doesn't Exist | ##### System information (version)
- OpenCV => 4.0.1
- Operating System / Platform => MacOS 10.14 Mojave
- Compiler => Xcode 10.1
##### Detailed description
`cv2.imread` doesn't check file existence and reads nonexistent files into a NoneType object. In comparison, `matplotlib.pyplot.imread` and `PIL` both thr... | category: imgcodecs,RFC | 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.