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 |
|---|---|---|---|---|---|---|
304,080,322 | You-Dont-Know-JS | Async & Performance Chapter 4 for..of completion signal to iterator | The section is called "Stopping the generator" and here it is:
> In the previous example, it would appear the iterator instance for the *something() generator was basically left in a suspended state forever after the break in the loop was called.<br>
> But there's a hidden behavior that takes care of that for you. "A... | for second edition | medium | Major |
304,081,442 | TypeScript | In JS, module.exports should support property assignments as declaration | ```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @strict: true
// @Filename: a.js
// from debug
var debug = module.exports = create.debug = create['default'] = create;
function create() {
function d() {
var curr = +new Date()
d.curr = curr
}
return d
}
function ... | Bug,checkJs,Domain: JavaScript | low | Critical |
304,082,498 | TypeScript | In JS, module.exports should support "defaulted assignment" declarations | Javascript allows you to write `var a = global.a || {}` in order to use a previously declared `a` if present. This should be allowed in Javascript `module.exports` assignments too.
```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @Filename: a.js
// from url-search-params
function A() {
}
modul... | Bug,checkJs,Domain: JavaScript | low | Critical |
304,090,307 | rust | Tracking issue for future-incompatibility lint `unstable_name_collisions` | This is the **summary issue** for the `unstable_name_collisions` future-incompatibility lint and other related errors. The goal of this page is describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the change shou... | A-lints,T-compiler,C-future-incompatibility,C-tracking-issue | medium | Critical |
304,102,943 | go | cmd/go: file positions reported by 'go test' differ for compile errors and vet errors | Given a single file with a trivial syntax error in the current directory:
```
$ cat f.go
package p
func
$ go build f.go
# command-line-arguments
./f.go:4:1: syntax error: unexpected EOF, expecting name or (
$ gofmt f.go
f.go:3:6: expected 'IDENT', found 'EOF'
```
The compiler likes to use the `./` pref... | NeedsFix | low | Critical |
304,102,966 | flutter | Add support for printing to logcat at different levels | Internal: b/324516014
## Steps to Reproduce
Generate logging entries with `logging: "^0.11.3+1"` for any Flutter log level
```dart
import 'package:logging/logging.dart';
final Logger log = new Logger('Example');
Logger.root.level = Level.ALL;
Logger.root.onRecord.listen((LogRecord rec) {
print('${rec.... | c: new feature,framework,engine,P2,customer: huggsy (g3),team-engine,triaged-engine | low | Critical |
304,108,803 | TypeScript | getDefinitionAtPosition doesn't distinguish different kinds in a merged declaration | **TypeScript Version:** 2.7.2
**Search Terms:** getDefinitionAtPosition kind
**Code**
```ts
namespace A { export interface B {} }
class A {}
interface A {}
var x: A; // do getDefinitionAtPosition on the A reference here
```
**Expected behavior:**
In the result, each of the individual declarations s... | Bug,Help Wanted,Good First Issue,PursuitFellowship | low | Major |
304,146,221 | material-ui | [Chip] Add "selected" prop | <!--- Provide a general summary of the issue in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] I have searched the... | new feature,design: material,component: chip | low | Critical |
304,162,075 | gin | Proposal of a new implementation method of LoadHTMLGlob | I'm very grateful that I usually use **gin** to create web services.
However, I felt that LoadHTMLGlob is a slightly bad implementation.
When loading a nested HTML file with LoadHTMLGlob, you must define it in the tmpl file.
If you implement the following implementation, how do you think HTML can be called immed... | feature | low | Critical |
304,187,383 | godot | C# auto complete for _Input spits out an invalid variable name '@event' | **Godot version:**
3.0.2+
**OS/device including version:**
Windows 10
**Issue description:**
When using windows 10 and vs code and you try to autocomplete the `_Input` method it spits out
```csharp
public override void _Input(InputEvent @event)
{
}
```
**Steps to reproduce:**
Just attempt to a... | enhancement,usability,topic:dotnet | low | Major |
304,196,418 | scrcpy | Show touch | In developer options, there is an option "show taps", that whenever you touch the screen, a white circle appears.
For some reason, it doesn't appear when using this app.
Please let us have it.
It can be useful for screenshots and screen-video capture. | feature request,showtaps | medium | Critical |
304,198,122 | go | go: add more examples to go/* package documentation | It can be hard to figure out how to use the go/* packages. More examples will help.
Coming up with useful, short examples that demonstrate these packages well will be hard and ongoing and probably require some discussion, hence this meta-issue.
A complimentary wiki page (what would a good name for this page be?),... | Documentation,help wanted,NeedsInvestigation | low | Major |
304,200,823 | scrcpy | Add auto-update to the app | As the title says | feature request | low | Major |
304,200,903 | three.js | CameraHelper: .clone() is broken | ##### Description of the problem
`CameraHelper::constructor` expects a `Camera` argument, but since `CameraHelper::clone` is not overwritten it will forward to `LineSegments::constructor` which expects a geometry and a material.
As a result `cameraHelper.camera` won't be set and `cameraHelper.clone()` throws via ... | Enhancement | low | Critical |
304,205,906 | godot | Next pass in CanvasItemMaterial seems to do nothing? | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
eceba5a
**OS/device including version:**
OS: Ubuntu Linux 17.10 64b.
OpenGL version string: 4.6.0 NVIDIA 387.34
OpenGL shading language version ... | enhancement,topic:rendering,confirmed | medium | Critical |
304,211,655 | rust | `Span` issues with `FromStr` in unstable `proc_macro` | While writing improved tests for `proc_macro2`, I noticed some surprising behaviour of the `FromStr` impl for `proc_macro::TokenStream`.
When parsing a string with `FromStr`, a token parsed from the very beginning of the string can have a different `source_file()` than a token parsed elsewhere. For example:
```ru... | E-needs-test,T-compiler,A-macros-2.0,C-bug | low | Minor |
304,236,161 | youtube-dl | [raywenderlich] Add support for authentication | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | account-needed | low | Critical |
304,279,003 | flutter | Show more granular details during gradle build | The `Running 'gradlew assembleDebug'...` takes a long time and shows no indication of what it's currently doing. Would be nice to break it up more like #14715 and show more details. Should be easy since flutter.gradle is already neatly broken up. | platform-android,tool,t: gradle,P3,team-android,triaged-android | low | Critical |
304,293,799 | go | cmd/go: build cache does not check #included headers for changes | go 1.10 linux/amd64
The `go build` and `go test` commands don't rebuild packages if included cgo files changed. I guess a solution would be to run the preprocessor first or disable caching for packages that use cgo altogether. | help wanted,NeedsInvestigation | medium | Critical |
304,302,860 | flutter | Flutter driver test fails when invoked directly via `dart.exe` | **I just started setting up our Flutter App testing added the following dependencies.
in `pubspec.yaml`
```yml
flutter_driver:
sdk:
flutter
```
`test_driver` folder in the project
and add test file with extension `.dart`
and created Flutter-Driver folder for creating scripts.
But unfortunately, I ca... | tool,t: flutter driver,P2,team-tool,triaged-tool | low | Critical |
304,374,567 | TypeScript | Incorrect Source Map Generation | **TypeScript Version:** 2.5.2
**Search Terms:** source map
**Code**
This is sadly kind of hard to show.
**example.ts**
```ts
import * as fs from 'fs';
import { message } from './extra';
console.log(message, fs.readFileSync(__FILE__));
```
**extra.ts** (force imports to get mangled by tsc)
```ts
ex... | Bug | low | Critical |
304,405,763 | TypeScript | In JS, reassignment of a constructor function should work. | graceful-fs allows the user to provide a constructor function for the ReadStream class. It then modifies the function’s prototype (including modifying its base class). If no function is provided, then it provides one. This pattern should be supported as long as the provided function is assignable to the default one.
... | Bug,checkJs,Domain: JavaScript | low | Minor |
304,438,425 | go | syscall: Syscall6 not implemented on Solaris | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.10 linux/amd64
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"
G... | help wanted,OS-Solaris,NeedsFix | medium | Critical |
304,527,611 | youtube-dl | Can't download from Tou.TV extra ("Unable to extract access token") |
- [X] I've **verified** and **I assure** that I'm running youtube-dl **2018.03.10**
- [X] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
- [X... | account-needed | low | Critical |
304,530,984 | flutter | More strongly caveat usage of debugProfileBuildsEnabled and debugProfilePaintsEnabled | Learned the hard way. Seems like Timeline.start/finishSync calls adds performance cost itself on medium complexity layouts in profile mode.
Without tracing, it costs 578ms to produce 28 frames. 242ms in build and 181ms in paint.
With tracing, it costs 1087ms to produce the ~same 29 frames. 420ms in build and 489m... | team,framework,c: performance,d: api docs,a: debugging,P2,team-framework,triaged-framework | low | Critical |
304,531,093 | vscode | Zen Mode Settings | I request a special property for zen mode
zenMode.fontSize and "zenMode.fontWeight": "bold"
So would be different from
editor property settings | feature-request,workbench-zen | medium | Critical |
304,546,819 | flutter | OEM animations | Is it possible to use native animations? Each phone brand has their own animations (I really like my pixel's) and I'd like to use the animations that come with every phone, it breaks the native feel in my opinion when the animations don't match. | platform-android,framework,a: animation,f: material design,a: fidelity,P3,team-android,triaged-android | low | Minor |
304,559,224 | neovim | avoid hit-enter prompt on SIGSTOP (ctrl-z) | I have a plugin installed that is triggered on save, and I'm not sure via what means, neovim currently triggers a buffwrite on `SIGSTOP` (i.e. ctrl-z in normal mode). I tried to capture any events from the signal handling with the logging, but I didn't come up with anything useful (still attached). That is all, however... | tui,system | low | Critical |
304,575,032 | flutter | Render as many lines as space allows before ellipsing | I have a fixed sized container with two Text widgets in a column. The first text should take up as much space as needed to render it fully and the second text should render as many lines as the remaining space allows before getting ellipsed.
```dart
new Container(
padding: new EdgeInsets.all(15.0),... | c: new feature,framework,engine,a: typography,P2,team-engine,triaged-engine | low | Critical |
304,576,008 | flutter | Document the performance impact of Material widget | Point out that likely only one Material instance per elevation is needed to provide the splash for all of its descendent ink wells. Use DecoratedBox if using just for background colors. | framework,f: material design,d: api docs,P2,team-design,triaged-design | low | Major |
304,611,600 | vue | [SSR] 服务端渲染能否增加自定义 TemplateRenderer 或者 提供部分inject的参数? | ### What problem does this feature solve?
当我使用 inject: true 的参数渲染 ssr 页面时,我只想对 renderScripts 这部分做自定义修改,其他继续沿用默认templateRenderer的render**。
如果 我设置了 inject: false,那我必须在 html模板中 添加 各种 {{ render** }} 。
请问有没有更方便的方法?
### What does the proposed API look like?
```
createBundleRenderer({
inject:true,
renderScri... | feature request | medium | Minor |
304,613,131 | scrcpy | Weird scaling on macOS in Parallels VM | I'm not sure if it's an issue in scrcpy.
With scaling setting "Best for Retina Display" scrcpy running in VM shows cropped image:
<img width="1920" alt="screen shot 2018-03-13 at 06 06 31" src="https://user-images.githubusercontent.com/11808223/37320496-004ac424-2685-11e8-9d34-0661755f2a8c.png">
However, with ... | bug,hidpi,macos | low | Critical |
304,661,311 | scrcpy | Add toggle button on window menu "stay on top" | As the title says.
| feature request,windows | low | Major |
304,695,135 | flutter | OnMemoryPressure is unreliable on Android | ## Steps to Reproduce
1. Create several cache's that load large amounts of data.
2. Create a handler for the OnMemoryPressure to clear the caches
3. Suspend application
4. Use another application (say: https://play.google.com/store/apps/details?id=me.empirical.android.application.fillmemory)
to fill memory
##... | engine,c: performance,perf: memory,P3,team-engine,triaged-engine | high | Critical |
304,728,213 | pytorch | [feature request] Callback on learning rate drop in torch.optim.lr_scheduler.ReduceLROnPlateau | Currently [torch.optim.lr_scheduler.ReduceLROnPlateau](http://pytorch.org/docs/master/optim.html#torch.optim.lr_scheduler.ReduceLROnPlateau) has the option to print a fixed message once the learning rate drops.
I propose that either this be replaced, or modified in some way so that we can run an arbitrary closure / ... | todo,module: optimizer,triaged | low | Major |
304,762,154 | scrcpy | Add density controls | While it's nice that I can set `adb shell wm density XXX` before running scrcpy, it would be nicer to have this while using it, eg. CTRL-OP or something that increments density live (if it's possible).
If not live, maybe a start argument, that first sets density and then runs scrcpy. | feature request | low | Minor |
304,786,959 | pytorch | [feature request] scalar input to scatter_add_ like scatter_ | Note that #5659 only fix the bug reported in #5405 (thanks for @zou3519 pointing out, I open a new issue about that). Do we need scalar input to `scatter_add_`?
I think the implementation may be similar to `scatter_` where it broadcast the scalar based on `dim` and `index`. | triaged,function request,module: scatter & gather ops | low | Critical |
304,828,471 | vue | Globally registered component naming converts to kebap-case when PascalCase is used | ### Version
2.5.15
### Steps to reproduce
Currently all globally registered components automatically convert their name to kebap-case.
```js
// register component
Vue.component('RouterLink', {...})
// get component fails, returns undefined
Vue.component('RouterLink')
// get component works, returns t... | improvement | medium | Minor |
304,866,202 | react | React onBlur events not firing during unmount | **Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
If a DOM element rendered by a React component has focus, and the React component unmounts, the React `onBlur` event does not fire on parent DOM elements.
**If the current behavior is a bug, please provide the st... | Type: Bug,Component: DOM,Type: Needs Investigation | medium | Critical |
304,904,446 | godot | Input.is_action_just_released() not working with left/right shift and neo2 keyboard layout | **Godot version:**
3.0.2 official
**OS/device including version:**
Linux, Debian Stretch
**Issue description:**
Input.is_action_just_released() is not working for SHIFT if using neo 2 keyboard layout
tested successfully with standard "qwert" and "dvorak" layout, only "neo2" gives problems
| bug,platform:linuxbsd,topic:core,topic:input | low | Major |
304,939,149 | rust | Collecting into a Result<Vec<_>> doesn't reserve the capacity in advance | Couldn't find an issue for this and don't know if it counts but filing anyway.
----
If you have
fn foo(s: &[i8]) -> Vec<u8> {
s.iter()
.map(|&x| x as u8)
.collect()
}
the `SpecExtend` machinery ensures that the vector has `s.len()` space reserved in advance. However if y... | I-slow,C-enhancement,T-libs,C-optimization | low | Major |
304,948,372 | go | x/sys/unix: add Solaris/Illumos ACL and extended attribute support | Would it be possible to get these calls added as part of Solaris/Illumos. Must use cgo to interface with file attributes otherwise. Some of these might exist, most don't. Most implementations seem to handle these via a syscall which we don't have in Solaris.
fgetattr,fsetattr,getattrat,setattrat
acl_get,facl_get... | help wanted,OS-Solaris,NeedsFix,compiler/runtime | low | Critical |
304,955,615 | go | x/build/cmd/gerritbot: Gobot shouldn't be added as a CC/Reviewer | Gobot is added as a CC when it says "Trybots beginning", and as a Reviewer when it posts Trybot-Result+1 or Trybot-Result-1. For example, see: https://go-review.googlesource.com/c/go/+/100475
I realise that this is how Gerrit is supposed to work for humans - a user should be subscribed to updates if they comment, an... | help wanted,Builders,NeedsFix | low | Major |
304,971,777 | flutter | libtxt: Single line RTL text is clipped on the beginning (right) of the text instead of the end (left). | When a single line of text (defined like this):
```dart
new Text('תווית ארוכה מאוד תווית ארוכה מאוד',
maxLines: 1,
softWrap: false,
overflow: TextOverflow.fade,
textAlign: TextAlign.start,
textDirection: TextDirection.rtl)
```
Reaches the end of its allowed size (e.... | framework,engine,a: internationalization,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine | low | Major |
304,985,458 | godot | Editor plugin receives mouse events even if the Spatial gizmo is being manipulated | Godot 3.0.2
I made a plugin which lets the user paint on a terrain. However, I noticed that if I select the terrain node and try to drag the usual Spatial gizmo to move it, if my click lines up with the terrain, I end up painting and the gizmo doesn't reacts (because my plugin got the event and captured it).
If I... | bug,topic:editor | low | Major |
304,987,006 | go | os/user: LookupUser() doesn't find users on macOS when compiled with CGO_ENABLED=0 | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.9.2 darwin/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
GOARCH="amd64"... | OS-Darwin,NeedsInvestigation | medium | Critical |
305,000,301 | flutter | Merge debug tracing toggles | There are `debugProfilePaintsEnabled` and `debugProfileBuildsEnabled` to break down the timeline in debug mode for the framework build and paint phases. But for breaking down LayerTree::Paint in the GPU thread in the timeline, the toggle is on by passing `--trace-skia` when invoking the command line. Would be good to c... | team,framework,engine,a: debugging,P3,team-engine,triaged-engine | low | Critical |
305,044,558 | nvm | upgrade node succeed but nodejs failed. | <!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
- Operating system and version:
Ubuntu server 14.04
- `nvm debug` output:
<details>
<!-... | OS: ubuntu | low | Critical |
305,081,183 | go | cmd/compile: keeping a subset of a struct value's fields is slow | ### What version of Go are you using (`go version`)?
go version devel +e601c07908 Tue Mar 13 22:02:46 2018 +0000 linux/amd64
### What did you do?
https://play.golang.org/p/H9LaiI3BP-U
See the comments as to why I prefer writing the slower version, as it helps maintain the software in the long run.
##... | Performance,compiler/runtime | low | Major |
305,124,139 | neovim | swapfile: support long file names | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: v0.2.2
- Vim (version: 8.0) behaves differently? Yes
- Operating system/version: Arch Linux
- Terminal name/version: GNOME Terminal 3.26.2 Using VTE version 0.50.3 +GNUTLS
- `$TERM`: xterm-256color
- [strace.log](https://gi... | enhancement,bug-vim | low | Critical |
305,152,203 | vue | v-model support for web components (stenciljs) | ### What problem does this feature solve?
V-model support for web components(tested with web component implemented with ionic's stenciljs compiler).
Does not work:
```
<ui-input v-model="mySelect" />
```
Works:
```
<ui-input :value="mySelect" @input="mySelect = $event.target.value" />
```
Can this be en... | feature request | medium | Critical |
305,195,743 | rust | Incorrect recursion in type inference | I encountered a recursion overflow error on a trait implementation of HashMap (`Encodable`) when I tried to extend an unrelated trait (`Inner`) by a where clause for the same trait. This might end in a case of 'You are holding it wrong', but I couldn't find any clue why the change should infer with the given implementa... | A-trait-system,T-compiler,C-bug | low | Critical |
305,247,831 | flutter | Slow scrolling on ios when the scroll view or any of it's children contains an image. | Scrolling is super slow and choppy when it or any of it's children contain and image. No matter where I initialize the image (as a method variable, directly in the Widget, or even if I initialize it outside of the method and just pass it in as a parameter) which leads me to believe that it has to do with fetching the i... | e: device-specific,platform-ios,engine,c: performance,dependency: skia,a: images,has reproducible steps,P2,team-engine,triaged-engine,found in release: 3.13,found in release: 3.15 | low | Major |
305,263,765 | TypeScript | Recursive conditional types are aliased |
I am trying to create a conditional type that converts
```ts
type Before = {
a: string;
b: number;
c: string | undefined;
d: number | undefined;
nested: {
a2: string;
b2: number;
c2: string | undefined;
d2: number | undefined;
nested2: {
a3: string;
b3: number;... | Suggestion,Experience Enhancement | low | Major |
305,301,701 | go | runtime: panic: runtime error: index out of range on all commands on Darwin | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
$ go version
panic: runtime error: index out of range
goroutine 1 [running]:
os.executable(...)
/usr/local/Cellar/go/1.10/libexec/src/os/executable_darwin.go:13
os.Executable(...)
/usr/... | OS-Darwin,NeedsInvestigation | low | Critical |
305,305,991 | flutter | Clearer error message for crash when mixing 64 and 32 bit code on Android | According to @jason-simmons, on 64-bit Android devices, Flutter will automatically build with 64-bit native code but it's possible to bring in other 32-bit JNI code via gradle. Launching an app built this way would crash on launch.
```
03-14 12:49:37.531 4779 4779 D AndroidRuntime: Shutting down VM
03-14 12:49:3... | c: crash,platform-android,tool,customer: posse (eap),t: gradle,P2,team-android,triaged-android | low | Critical |
305,323,585 | pytorch | Add hookable weights | It would be nice to have hookable weights, where per-layer parameters can be operated upon and determined dynamically during each forward pass. The following is a short list of techniques that could benefit from this functionality:
- Quantization[[1]](https://arxiv.org/abs/1609.07061)
- Pruning[[2]](https://arxiv.o... | module: nn,triaged,enhancement | medium | Major |
305,377,029 | rust | improve wording of "possible candidate is found in another module" with enums | When compiling:
```rust
enum E { Foo }
fn main() {
println!("{}", Foo);
}
```
rustc currently produces:
```rust
error[E0425]: cannot find value `Foo` in this scope
--> src/main.rs:3:20
|
3 | println!("{}", Foo);
| ^^^ not found in this scope
help: possible candidate is foun... | A-frontend,C-enhancement,A-diagnostics,T-compiler,WG-diagnostics | low | Critical |
305,378,793 | go | plugin: type switches fail with reflect-created types | cmd/compile generates type hashes using MD5, but package reflect uses FNV-1 when dynamically constructing anonymous types. This causes type switches (which first search on type hash) to misbehave when using package plugin:
$ go build -buildmode=plugin w.go
$ go run x.go
FAIL; got *[8675309]int
... | help wanted,NeedsFix,compiler/runtime | low | Critical |
305,384,398 | rust | panic mode where it aborts upon panic iff there are no catch_unwind calls to catch it | The two options for panic handling, abort and unwind, seem insufficient to cover my use case. When I release my app to users, I use a crash reporter (catches crash signals with a signal handler, records the stack trace, and uploads it). If I use abort for panics, then I'll see the stack trace of the panic in my crash r... | A-codegen,T-lang,C-feature-request | medium | Critical |
305,406,539 | rust | Possible Vec::split improvement | Hi guys! The other day I was working on something where I had some ``Vec<u8>`` data and wanted to split on two consecutive bytes. Normally with strings I can just do:
```rust
let v: Vec<&str> = "Hello\r\nWorld!".split("\r\n").collect();
```
But for ``Vec<u8>`` it only accepts a closure rather than a Pattern type, s... | T-libs-api,C-feature-request | low | Major |
305,413,238 | flutter | Document widget creation source in Timeline RenderObject and Layers | With debugProfilePaintsEnabled and --trace-skia turned on, a nice RenderObject.paint call stack and Layer stack on the engine is printed. But it's hard to figure out where they are and where they came from.
If possible reuse widget inspector magic to tag these Timeline entries with args to show its source code widg... | c: new feature,framework,d: api docs,f: inspector,a: debugging,P3,team-framework,triaged-framework | low | Critical |
305,414,003 | flutter | Create a debug rebuild rainbow debug overlay like the repaint rainbow? | c: new feature,framework,a: debugging,P3,team-framework,triaged-framework | low | Critical | |
305,426,465 | flutter | If downloading dart sdk fails, cache is left in a bad state: FileSystemException: Cannot open file, path = '.../flutter/bin/cache/dart-sdk/version' | Get a new flutter version, run flutter, ctrl-c as soon as Downloading Dart SDK from Flutter engine xxxx... appears.
I ended up in a state where
```
Building flutter tool...
Unhandled exception:
FileSystemException: Cannot open file, path = '.../flutter/bin/cache/dart-sdk/version' (OS Error: No such file or dir... | c: crash,tool,P2,team-tool,triaged-tool | low | Critical |
305,428,661 | flutter | "Google Calendar" AppBar animation | ## What I'm trying to do:
I am trying to build an AppBar in my app that can expand with an animation programmatically - not using a SliverAppBar with CustomScrollView and nested scrolling. The most similar example that I can think of is when you tap the month in Google Calendar, the app bar expands to show a child "mo... | c: new feature,framework,a: animation,f: material design,c: proposal,P2,team-design,triaged-design | low | Minor |
305,545,292 | godot | [Bullet] 3D StaticBody constant linear/angular velocity doesn't work when using Bullet | **Godot version:** 3.0.2
**Issue description:**
While building my first game to test Godot out, I was [reading about StaticBody](https://godot.readthedocs.io/en/latest/classes/class_staticbody.html#class-staticbody)s in the documentation and stumbled upon constant velocity:
> [...] a constant linear or ang... | bug,confirmed,topic:physics | low | Major |
305,550,809 | angular | Feature Request: Automatic Mock Components | # The Problem
In unit testing components, one has to declare all child components (and their children, recursively) and directives in the call to `TestBed.configureTestingModule()`. For simple components which do not have many child components, this is okay.
The problem occurs when testing a component which has m... | feature,area: testing,freq2: medium,feature: under consideration | medium | Critical |
305,555,443 | opencv | camera led stays on after release | When I release my logitech c920, the led goes off but in one second it goes on again. it happens 1 from 4 times probably, when i try the most simple example, the led stays on (probability is about 20%)
##### System information (version)
- OpenCV => 3.4
- Operating System / Platform => Windows 7 64 Bit
- Compile... | category: videoio(camera),incomplete | low | Critical |
305,559,592 | angular | Add ability to provide reason to navigation cancellation. | ## I'm submitting a...
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ x ] Feature request
[ ] Documentation issue or request
[ ] Support request
</code></pre>
## Current behavior
When blocking route resolution via a route guard, the public API ... | feature,freq2: medium,area: router,feature: under consideration | medium | Critical |
305,637,373 | flutter | Please clarify the usage of InheritedWidget | Hi,
after long discussions in Gitter today I hope you can shed some light on that topic.
What is the correct way to use an InheritedWidget? So far I understood that it gives you the chance to propagate data down the Widget tree. In extreme if you put is as RootWidget it will be accessible from all Widgets in the ... | framework,d: api docs,c: proposal,P2,team-framework,triaged-framework | low | Major |
305,644,066 | flutter | flutter run's "o" switch-operating-system command needs a 'reset' to default option | When using
```bash
flutter run -d
```
to enable hot-reloading on an iOS & Android emulator at the same time... when a user then presses "o"
```bash
To simulate different operating systems, (defaultTargetPlatform), press "o".
```
to switch operating systems, both change to iOS, then to Android, then bac... | c: new feature,tool,P3,team-tool,triaged-tool | low | Minor |
305,666,718 | TypeScript | Proposal: better type narrowing in overloaded functions through overload set pruning | **TypeScript Version:** 2.7.2
**Search Terms:** type inference, type narrowing, overloads
**Code**
```ts
function bar(selector: "A", val: number): number;
function bar(selector: "B", val: string): string;
function bar(selector: "A" | "B", val: number | string): number | string
{
if (selector === "A")... | Suggestion,In Discussion | medium | Critical |
305,672,802 | youtube-dl | ProjectAlpha Support / Support for Comcast's theplatform.com | ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.03.14*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
- [X] I've **verified**... | account-needed | low | Critical |
305,686,985 | vue | keep-alive breaks initial transition | ### Version
2.5.16 (but I also checked to version 2.5.5)
### Reproduction link
[https://jsfiddle.net/bpkpz6v6/](https://jsfiddle.net/bpkpz6v6/)
### Steps to reproduce
- Add 3 items. You can see the animation on every item ✅
- Remove items in this order 3 -> 2 -> 1
- Add 3 item. This time animation for item 1... | transition | medium | Minor |
305,696,975 | godot | Light2D misbehaves if nodes use custom draw() | Godot 3.02
Windows 7, 64bit
Nvidia Geforce GTX 960
**Issue description:**
Using custom draw() commands with nodes does not work properly with Light2D if drawn areas overlap.
Lighting seems to accumulate at the overlapping areas.
, we treat that type as unSSAable. All operations on variables of that type go to the stack, as if their address was taken.
This is suboptimal in various ways. For example:
```
type T... | Performance,NeedsFix,compiler/runtime | medium | Major |
305,720,628 | go | x/build/cmd/gopherbot: comment patch series in order | When I upload a patch series, it would be nice if those CLs were grouped together as a single gopherbot comment on the issue, or at least listed in CL order.
Here's an example where gopherbot listed CL 100846 before CL 100845: https://github.com/golang/go/issues/22075#issuecomment-373522789 | Builders,NeedsFix | low | Minor |
305,723,167 | rust | rayon type inference regression | The rayon tests are encountering a new type inference failure, and with the latest nightly, an ICE.
```
$ git describe HEAD
v1.0.0-14-g68aabe9e460f
$ rustc +nightly-2018-03-15 -Vv
rustc 1.26.0-nightly (521d91c6b 2018-03-14)
binary: rustc
commit-hash: 521d91c6be76367d966df419677dd187f799b116
commit-date: 201... | P-medium,T-compiler,A-inference,C-bug,E-needs-mcve | low | Critical |
305,734,440 | rust | When running Emscripten tests, rustbuild should tell compilertest the version of the Emscripten LLVM, not the host LLVM | Discovered in https://github.com/rust-lang/rust/pull/48983#issuecomment-373529195. It seems rustbuild will always passes information about the host LLVM config, even when running Emscripten tests. https://github.com/rust-lang/rust/blob/39264539448e7ec5e98067859db71685393a4464/src/bootstrap/test.rs#L911-L920
This mak... | A-LLVM,A-testsuite,A-cross,T-bootstrap,C-bug,O-emscripten | low | Critical |
305,746,566 | TypeScript | Infer type in conditional cannot unify generics | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 -->
<!--
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/Microsoft/TypeScript/search?type=Issues
* Read the CONT... | Suggestion,Needs Proposal | low | Critical |
305,751,959 | TypeScript | In JS, aliasing property assignments to JS containers should work | ```ts
// @noEmit: true
// @allowJs: true
// @checkJs: true
// @strict: true
// @Filename: a.js
// from async
var a = {};
a.each = function () {
console.log('hi')
}
a.forEach = a.each
```
**Expected behavior:**
No error, and `a.each()` and `a.forEach()` both have the type `() => void`.
**Actual be... | Bug,Domain: JavaScript | low | Critical |
305,850,431 | opencv | Bug(s) in cv::fitEllipse() | ##### System information (version)
- OpenCV => 3.4
- Operating System / Platform => Windows 10 64bit
- Compiler => Visual Studio 2015
##### Detailed description
#### This issue affects _**cv::fitEllipse**_ in _**shapedescr.cpp**_.
1. The angle of ellipses with a small difference in width and height (circle-li... | bug,priority: normal,category: imgproc,affected: 3.4 | low | Critical |
305,868,554 | vscode | [icon themes] Expose API to provide a dynamic icon theme. | This is an API feature request.
We at `vscode-icons` extension support project detection which dynamically re-generates our icon manifest file including or not project specific icons. Additionally to that, we provide the ability to the user to provide its own custom icons and more.
All these features, in the end,... | feature-request,themes | medium | Major |
305,876,388 | angular | Router should help manage focus for a11y | ## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instea... | feature,area: router,Accessibility,feature: under consideration | low | Critical |
305,889,920 | rust | macro rules shadowing error should emit where the macro being shadowed lives | The ``macro-expanded `macro_rules!`s may not shadow existing macros`` should mention where the macro being shadowed was defined.
For example compiling `stdsimd` I get the following error:
```
error: `is_x86_feature_detected` is already in scope
--> crates/stdsimd/src/../../../stdsimd/arch/detect/arch/x86.rs:21:1
... | A-diagnostics,A-macros,T-compiler,D-terse | low | Critical |
305,980,658 | godot | Sprite3D not casting a shadow | <!-- 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.0 stable and 2.1.4 stable
**OS/device including version:**
<!-- Specify GPU model and drivers if graph... | bug,topic:rendering,topic:3d | low | Critical |
306,005,135 | TypeScript | In JS, aliasing of C.prototype should cause property assignments to add to the instance | ```ts
// from acorn
function Parser() {
/** @type {number} */
this.x = 1
}
var pp = Parser.prototype
pp.m = function () {
this.x = "should be an error"
return this.x
}
new Parser().m
```
**Expected behavior:**
`pp.m = function() ...` should add a method to the `Parser` instance. This sho... | Suggestion,Needs Proposal,checkJs,Domain: JavaScript | low | Critical |
306,028,878 | vue | Extending object syntax of v-on to support modifiers | ### What problem does this feature solve?
The object syntax of the v-on directive is vital in achieving conditional binding of event listeners, as shown in the discussions at https://github.com/vuejs/vue/issues/7349.
<div v-on="{ mouseover: condition ? handler : null }">
However, the current object syntax do... | feature request | medium | Critical |
306,029,833 | flutter | flutter doctor - The resource loader cache does not have a loaded MUI entry . (HRESULT: 0x80073B01 Exception) | ## Steps to Reproduce
Running `flutter doctor` in PowerShell
## Logs
```
C:\Users\Pedro>flutter doctor
Checking Dart SDK version...
Downloading Dart SDK from Flutter engine ead227f118077d1f2b57842a32abaf105b573b8a...
Start-BitsTransfer : flutter doctor - 69/5000 The resource loader cache does not have a loa... | c: crash,tool,platform-windows,t: flutter doctor,a: first hour,P2,team-tool,triaged-tool | low | Critical |
306,035,798 | scrcpy | Thank you for this project :) | I have waited so long for an opensource alternative to some paid options. This is a big help to the community. Big thanks :) | wontfix | medium | Major |
306,052,900 | opencv | FindPNG overwrites settings of BuildZLIB | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
This is a template helping you to create an issue which can be... | priority: low,category: build/install | low | Critical |
306,058,616 | create-react-app | verifyPackageTree() errors when wrong version dependency is installed in any parent directory | ### Is this a bug report?
Yes
### Did you try recovering your dependencies?
No. This issue presents an argument that there may be a bug in the [verifyPackageTree.js](https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/scripts/utils/verifyPackageTree.js) logic added in the `next` branc... | issue: needs investigation | medium | Critical |
306,103,421 | TypeScript | Proposal: Easier Migration with Loose Mode in TypeScript Files | This issue is the dual of #23906.
# Background
TypeScript has always aimed at making migration from JavaScript as easy as possible; however, even today there exists a bit of an awkward gap where you must rewrite your JavaScript code to put it in a state where it's "ready" to be converted to TypeScript. As an exam... | Suggestion,Awaiting More Feedback | low | Critical |
306,113,248 | godot | Shaders rendered on a transparent viewport are darker | **Godot version:**
Godot Engine v3.0.2.stable.official
**OS/device including version:**
Windows 10 Home v1709 (Fall Creator's Update); Nvidia GTX 660 (I don't believe this is specific to my GPU, though)
**Issue description:**
Shaders that get rendered on a transparent viewport (with nothing behind them) e... | topic:rendering,confirmed,documentation,topic:shaders | medium | Critical |
306,127,825 | TypeScript | Proposal: Overload Function.bind for when no argArray is provided. | # Background
Currently the `Function.bind` type definition defines only one signature:
```typescript
bind(this: Function, thisArg: any, ...argArray: any[]): any;
```
This destroys typing information on the bound function. Given difficulties in generating a new type for the bound function (the number of argum... | Suggestion,In Discussion | low | Critical |
306,146,135 | neovim | win: jobwait(): use WaitForSingleObject | - `jobwait()` (which depends on `process_wait()` internally) needs to be revisited on Windows.
Maybe it should be implemented using `WaitForSingleObject`. https://stackoverflow.com/a/2153846/
- ~~But `process_stop()` was changed in https://github.com/neovim/neovim/pull/8107 , so maybe `jobwait()` works better aft... | platform:windows,job-control,needs:discussion,complexity:low,system | low | Critical |
306,159,335 | rust | Incorrect warning: Unnecessary unsafe block | 
This warning is incorrect. It says for both unsafe blocks that they are unnecessary, and when either of the unsafe keywords is removed, it gives an error (of course).
It wrongly says that the first block is ... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
306,165,229 | opencv | ProjectPoints incorrect result w/Java bindings and z-coordinate small |
##### System information (version)
- OpenCV => java_340
- Operating System / Platform => win64
- Compiler => javac 1.8
##### Detailed description
When I run projectPoints function using java code below with most simple inputs I get what I believe is incorrect answer when z is small. Here is result that shows ... | category: calib3d,category: java bindings | low | Minor |
306,184,989 | pytorch | Change THCudaCheck to suggest that device-side asserts likely mean that you have out of bound indices | Hi
I have written the following code to train my model, after a few iterations it stops throwing a similar error as shown in the image. Note that error is similar but not same, it changes everytime. I have read all the answers here and pytorch forum for the similar errors, none of them works. Please help ...
:
```ts
type Friend<T> = {
-private [P in keyof T]: T[P]
}
``` | Suggestion,Awaiting More Feedback | high | 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.