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 |
|---|---|---|---|---|---|---|
708,490,753 | pytorch | Blocked version of Cholesky backward | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Update the `cholesky_backward` function to use the blocked algorithm from https://arxiv.org/abs/1602.07527 (function `chol_blocked_rev` in the paper).
## Motivation
For large matrices, the proposed algorithm is faster than the curren... | module: autograd,triaged,module: linear algebra | low | Minor |
708,510,429 | PowerToys | Refactoring of the Settings Codebase | <!--
**Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**.
Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
-->
### Refactoring work that needs to be wrt settings:
1. Move IPC from the shell page to settingsUtils.... | Product-Settings,Priority-2,Issue-Refactoring | low | Major |
708,546,282 | flutter | Add "insertAll" method to AnimatedList | When i'm using the AnimatedList widget, there are many times where i need to insert more than one time at a time.
Just like a normal list provides an `insertAll` method, the AnimatedList widget should also have an `insertAll` method that inserts multiple items. | framework,a: animation,f: material design,c: proposal,team-design,triaged-design | low | Minor |
708,565,431 | create-react-app | Create a @tsconfig/* like tsconfig to extend from | ### Is your proposal related to a problem?
When you use TypeScript, CRA generates a large complex 20 line tsconfig.json with a lot of implementation details. Details which CRA normally tries to hide (like how the eslint config is just `{ extends: 'react-app' }` and the babel configuration is entirely hidden).
The... | issue: proposal,needs triage | low | Minor |
708,566,467 | pytorch | Memory leak when using share_memory_ on cuda device | ## π Bug
<!-- A clear and concise description of what the bug is. -->
I'd like multiple processes use the same tensor in a read-only operation using multiprocessing. When I set `share_memory_()` for a tensor and pass that to a child process, the memory scales linearly with the number of child process if cuda dev... | module: memory usage,triaged | low | Critical |
708,586,039 | rust | Exponential compilation time for recursive data structures implementing traits with associated types. | I stumbled upon a case when recursive data structures implementing traits with associated types cause exponential compilation time and memory consumption.
Example is a bit complicated, but quite fragile. I couldn't simplify it further.
Looks like associated type is a required prerequisite for exponential behavior.
... | A-trait-system,I-compiletime,A-associated-items,T-compiler,C-bug,I-hang,fixed-by-next-solver | low | Critical |
708,600,180 | flutter | WebGPU in Flutter | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have found ... | c: new feature,engine,customer: crowd,c: proposal,P3,team-engine,triaged-engine | medium | Critical |
708,604,502 | youtube-dl | Download video previews when hovering mouse? | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
708,652,963 | pytorch | Tensorboard summary_iterator | ## π Feature
Pytorch has integrated most of tensorflow's tensorboard functionality, but it seems like the summary_iterator, allowing one to iterate through the event files generated, hasn't been ported into torch.utils.tensorboard? It would be nice if we didn't have to install and import tensorflow just to use this o... | module: tensorboard,oncall: visualization | low | Minor |
708,707,726 | youtube-dl | Outtmpl values in python variables | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
708,723,183 | opencv | libprotobuf FATAL, CHECK failed: (index) < (current_size_) | ##### System information (version)
<!-- Example
- OpenCV => 4.2
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
-->
OpenCV : 4.4.0
Operating System / Platform : Windows 10
Compiler : Visual C++ building Tools v142
Tensorflow 1.15.0
##### Detailed description
<!-- your d... | feature,category: dnn | low | Critical |
708,760,583 | flutter | SystemNavigator.pop method doesn't do exit app in Windows | ### Bug
A preferred way to exit a flutter application is through invoking the `SystemNavigator.pop` method through `SystemChannels.platform.invokeMethod()`.
But it doesn't seem to work on windows (haven't tested on Linux or macOS yet) but there's a high probability it's not working there too. **When invoking the... | framework,engine,platform-windows,f: routes,a: desktop,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-windows,triaged-windows | low | Critical |
708,762,942 | flutter | Crash when using FlutterFragment: pc 0004a0d0 /system/lib/libc.so (tgkill+12) | ## Steps to Reproduce
My app needs to show the main program, and at the same time, show a Fragment suspension layer on the main program (click a button) to do other things. (It may be possible to close this Fragment after the next click will need to show it again). So I'm using FlutterFragment and FlutterEngine in my ... | platform-android,engine,a: existing-apps,a: release,P2,c: fatal crash,team-android,triaged-android | low | Critical |
708,794,596 | go | proposal: net/url: add method to filter 'too many redirects' out of url.Error | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14.2 linux/amd64
</pre>
### Does this issue reproduce... | Proposal | low | Critical |
708,818,244 | electron | Feature request: Ability to remove in-memory sessions and already sent net requests to free up memory. | ### Problem Description
I'm using the net request module, and in-memory sessions for sending requests. Sending many requests, and using many in-memory sessions can easily take up many hundreds of megabyte of memory. You are not able to free this memory up unless you restart your Electron process.
### Proposed Solut... | enhancement :sparkles: | low | Major |
708,829,274 | neovim | Do not overwrite CursorLineNr highlight with numhl attribute | <!-- Before reporting: search existing issues and check the FAQ. -->
### Actual behaviour
Currently, since the introduction of #9113 the line number will be highlighted according to the `numhl` attribute (if set).
However, I think it would make more sense to only overwrite the `LineNr` but *not* the `CursorLineN... | enhancement,highlight,column | low | Minor |
708,886,607 | ant-design | Ant design 4.5.2 validateFields.then() not working via forwardRef in HOC | - [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.
### Reproduction link
[https://codepen.io/harvorus/pen/NWNJPEW?editors=001](https://codepen.io/harvorus/pen/NWNJPEW?editors=001)
### Steps to reproduce
Create a parent... | Inactive | low | Critical |
708,891,689 | storybook | Component is not re-rendered when its iternal state is updated. | **Describe the bug**
I am working on a Storybook project that uses lit-element based components.
While creating the Storybook project with the `sb init` script I selected the Web Components option.
I imported one of my components, that is using lit-element and got it working for the most part.
The component updat... | question / support,has workaround,web-components | medium | Critical |
708,917,731 | godot | Editor crashes when stopping on a breakpoint on an object with a script that implements _get() | **Godot version:**
latest steam version for windows x64: Godot Engine v3.2.3.stable.official
**OS/device including version:**
Windows 10 2004 x64
**Issue description:**
The editor crashes and the editor window closes when stopping on a breakpoint on an object with a script that implements _get() **and** uses t... | bug,topic:editor,confirmed,crash | low | Critical |
708,926,739 | neovim | Fixed-width terminal independent of window size | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: master-4a996bc
- `vim -u DEFAULTS` (version: ) behaves differently? No
- Operating system/version: macOS Catalina
- Terminal name/version: iTerm2
- `$TERM`: xterm-256color
### Steps to reproduce using `nvim -u NORC`
``... | enhancement,terminal | low | Minor |
709,041,855 | TypeScript | No ways to do an alias of an exported type inside a namespace | <!-- π¨ STOP π¨ STOP π¨ 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 before lo... | Suggestion,Awaiting More Feedback | low | Critical |
709,084,401 | storybook | Avoid full refresh when linking from a comment/jsdoc | I'd link to link to other components within jsdoc style comments. The code below does that but forces a full refresh when linking. Is it possible to not fully refresh?
```
/**
* Also check out [OtherComponent](/docs/othercomponent--default)
*/
function Component {
...
}
``` | feature request,addon: docs | low | Minor |
709,090,941 | youtube-dl | Simple error/fail report | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | request | low | Critical |
709,106,701 | transformers | Add DistilBERTGeneration comparable to BertGeneration | # π Feature request
I noticed the new `BertGeneration` class, which uses BERT-style models as both encoder and decoder, as well as the more general `EncoderDecoder` class. This is all great stuff! It would also be great to be able to use distilled models. I believe this is possible for the encoder, but for the deco... | Good Second Issue | low | Major |
709,112,106 | TypeScript | IntelliSense shows invalid tips for tuple | <!-- π¨ STOP π¨ STOP π¨ 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 before lo... | Bug,Domain: Completion Lists | low | Critical |
709,202,946 | godot | TextEdit text is not clipped into content margin. | **Godot version:**
3.2.3
**OS/device including version:**
Windows 10 ltsc 64 bit
**Issue description:**
The TextEdit text is not clipped to the styles content margin on a per pixel basis.

**Steps... | bug,topic:gui | low | Critical |
709,207,561 | godot | TextEdit scrollbar doesn't obey top, bottom, and right side of content margin | **Godot version:**
3.2.3
**OS/device including version:**
Windows 10 ltsc 64 bit
**Issue description:**
- TextEdit scrollbar's top seem to shift up when editing bottom content margin
- TextEdit scrollbar's bottom seem to shift down when editing top content margin
- TextEdit scrollbar's right is unaffecte... | bug,topic:gui | low | Critical |
709,217,278 | flutter | Gotham Font Not Working in iOS for Long Text | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | platform-ios,framework,f: material design,a: typography,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
709,217,602 | pytorch | torch.nn.functional.one_hot should gracefully skip negative and out-of-range indices | ## π Feature
<!-- A clear and concise description of the feature proposal -->
There are useful algorithms that benefit for one_hot skipping negative and out-of-range indices. tensorflow does not crash in these scenarios and instead emits a 0 vector.
```
>>> x = torch.tensor([1, 2, 8])
>>> F.one_hot(x, num_class... | module: nn,triaged,enhancement | low | Critical |
709,290,893 | next.js | Multiple Optional Catchall Routes with overlapping patterns fails to correctly fall-back in dev mode | # Bug report
## Describe the bug
While next is in dev mode, it fails to build appropriate catchall route when multiple catchalls exist with overlapping patterns. For example, a page at `pages/[[...foo]].js/` will not be built if `pages/[bar]/[[...bazz.js]]` exists, until first navigating to the homepage `/` to forc... | good first issue,Navigation | low | Critical |
709,291,371 | node | Test arm7 on Actions with qemu | No intention of dropping Jenkins ARM tests for now, but this should give us better coverage on Actions as well as serve as a testing ground for using qemu instead of bare metal hosts. Maybe after some time if we gather enough confidence in this method we can re-evaluate how we do those tests in Jenkins.
---
![ima... | build | low | Minor |
709,300,203 | PowerToys | [KBM] Shortcut remaps can be optimized | Currently the [ShortcutRemap](https://github.com/microsoft/PowerToys/blob/master/src/modules/keyboardmanager/dll/KeyboardEventHandlers.cpp#L179) code iterates through the list of shortcut remaps and checks if any of them match the current key selection or if it is a subset of it (for shortcut to key). Since these are s... | Product-Keyboard Shortcut Manager,Area-Quality,Issue-Task | low | Major |
709,314,010 | flutter | Better rationale should be documented for using GlobalKeys | Per @HansMuller in https://github.com/flutter/flutter/pull/66504
> We should provide a better rationale for this approach than expediency. The cost of Scaffold.of(context) is constant (not proportional to context's depth). The example that follows does cover the case where the key is useful.
This is in regards t... | framework,f: material design,d: api docs,P2,team-design,triaged-design | low | Minor |
709,327,454 | terminal | Convert LocalTests_SettingsModel into UnitTests_SettingsModel | # Description of the new feature/enhancement
#7667 introduces the TerminalSettingsModel by ripping out a large chunk of TerminalApp. All of the testing was thrown into LocalTests_SettingsModel. Moving them into a unit tests project like TermApp.UnitTests allows us to run these in CI.
About 20/33 tests are able to... | Product-Terminal,Issue-Task,Area-CodeHealth | low | Minor |
709,414,288 | flutter | [pigeon] Support multiple instances of an API | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | package,c: proposal,team-ecosystem,p: pigeon,P3,triaged-ecosystem | medium | Critical |
709,433,922 | vscode | Selecting 2 color values and changing them both with color picker | <!-- β οΈβ οΈ Do Not Delete This! feature_request_template β οΈβ οΈ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
As the title says, it would be a very nice featu... | help wanted,feature-request,editor-color-picker | low | Major |
709,516,816 | TypeScript | Compiler API: Please mark TransformationContext.addInitializationStatement as public API | <!-- π¨ 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 FAQ, especia... | Needs Investigation | low | Critical |
709,518,696 | flutter | [url_launcher] Support requiring non-browser for `launchUrl` on Android | ## Use case
I am implementing OAuth2.0 (for Amazon Alexa, but this could apply for any OAuth provider with similar setup), the provider recommends that the deeplink/applink should be used to authorize, if the app is installed in the device and as a fallback use webview/in-app browser tab.
For iOS the use case is ... | platform-android,p: url_launcher,package,c: proposal,P3,has partial patch,team-android,triaged-android | low | Major |
709,521,257 | node | doc: Options passed needlessly to https request object and agent prop | # π API Reference Docs Problem
<!--
Thank you for wanting to make nodejs.org better!
This template is for issues with the Node.js API
reference documentation.
For problems with nodejs.org beyond the API
reference documentation, please open an issue
using the issue tracker for our site repository.
h... | https,doc | low | Minor |
709,532,157 | create-react-app | Jest configuration support for "setupFiles" | ### Is your proposal related to a problem?
I'm trying to test localStorage with https://www.npmjs.com/package/jest-localstorage-mock which requires some minor configuration setup in the package.json however when I try to add the following to my package.json
```
"jest": {
"setupFiles": ["jest-localstorage... | issue: proposal,needs triage | low | Critical |
709,533,369 | rust | allow_internal_unstable silently ignores typos in feature names | While working on #77088 I wasted a lot of time looking for a bug in my code, when the issue was that I made a typo in the feature name in my test case.
I think it would make sense to check that the feature to be allowed actually exists. | A-attributes,C-bug | low | Critical |
709,544,593 | rust | Rustdoc lints don't fire for pub re-exports | This is the general form of #77200, since it appears this was unintentional. It came up again in https://github.com/rust-lang/rust/pull/77119#issuecomment-699484891.
I tried this code:
```rust
#![deny(missing_doc_code_examples)]
//! ```
//! unimplemented!()
//! ```
pub use std::task::RawWakerVTable;
```
... | T-rustdoc,A-lints,C-bug,A-cross-crate-reexports | low | Critical |
709,557,094 | storybook | Docs slowing down reloading | Reloading changes made to a component is super slow.
The build process hangs on `70% - sealing React Docgen Typescript Plugin` for 2-3 seconds. Then, tons of `react-syntax-highlighter` entries are output in the list of built files.
I'm using [react-boilerplate-cra-template](https://github.com/react-boilerplate/reac... | performance issue,addon: docs,block: argstable | high | Major |
709,559,272 | godot | Puppet functions callable locally from non-network master | **Godot version:** 3.2.3
**OS/device including version:** Windows 10
**Issue description:** The puppet and puppetsync annotated functions still receive calls from other puppet clients, not just the master.
According to this line: https://github.com/godotengine/godot/blob/00949f0c5fcc6a4f8382a4a97d5591fd9ec380f8/co... | bug,topic:network,topic:multiplayer | low | Major |
709,561,286 | create-react-app | Get new jest and eslint | Can we please upgrade inside react-scripts dependencies.
eslint 6.8.0 β 7.9.0
jest ^24.9.0 β ^26.4.2
Thanks. | stale,needs triage,issue: bug report | low | Major |
709,575,947 | flutter | [in_app_purchase] Status change from pending to error missing | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | p: in_app_purchase,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
709,578,170 | youtube-dl | add extractor [www.believe.online] | <!--
######################################################################
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 |
709,583,178 | kubernetes | Create E2E test for CVE-2020-8559 and similar | @tabbysable Any interest in turning your POC into a Kubernetes E2E test? I was intending to use the overridden redirect feature added in https://github.com/kubernetes/kubernetes/pull/92850 as the basis for the E2E.
_Originally posted by @tallclair in https://github.com/kubernetes/kubernetes/issues/92914#issuecomment... | sig/api-machinery,sig/auth,help wanted,lifecycle/frozen,sig/security | low | Major |
709,597,256 | storybook | Allow viewport width/height fields to be editable + draggable viewport | **Describe the solution you'd like**
When a viewport is selected, it shows the width and the height and allows them to be swapped, it would be nice if we could also edit those fields as number inputs. It would also be useful to make the right and bottom of the canvas draggable.
**Describe alternatives you've consid... | feature request,addon: viewport | medium | Major |
709,600,980 | terminal | ability to pipe scrollback buffer to a pager or terminal editor like kitty | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-Extensibility,Product-Terminal | low | Critical |
709,625,255 | terminal | Minimize button glyph is one pixel too high | 
# Description of the new feature/enhancement
The minimize button glyph is one pixel higher than all other window decorations and should be moved down by one pixel. The current desi... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task,Priority-3 | low | Major |
709,639,676 | flutter | Transparent Backgrounds for Linux | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,framework,engine,e: embedder,platform-linux,c: proposal,a: desktop,P3,team-linux,triaged-linux | medium | Critical |
709,662,329 | create-react-app | npm start isssue | events.js:292
throw er; // Unhandled 'error' event
^
Error: spawn powershell ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Emitted 'err... | stale | low | Critical |
709,692,891 | godot | Unable to start HTTP server when using VSCode as external editor | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2.3 stable
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. -->
Win... | bug,platform:web,topic:editor,topic:porting | low | Major |
709,697,695 | flutter | Android: back button key events that are marked as handled are not always absorbed. | When adding a `KeyboardHandler` to the root level the android back button stops working. But **only after a physical key was pressed** on the keyboard.
<details>
<summary>This behavior is in the latest master channel</summary>
```
Flutter 1.22.0-10.0.pre.380 β’ channel master β’ https://github.com/flutter/flutter... | c: regression,platform-android,framework,engine,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-android,triaged-android | low | Major |
709,722,982 | node | `vm.compileFunction(source)` is much slower than `new vm.Script(source)` | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | vm,performance | medium | Critical |
709,758,127 | flutter | Detect cases where pub version solving fails on flutter tools, suggest reinstall or rm bin/cache | ## After a Flutter upgrade attempt flutter_tools is stuck in a loop
I tried a Flutter upgrade on master channel on a Flutter Windows 10 install, after that all I get is this after any Flutter command:
```
The current Dart SDK version is 2.10.0-4.0.dev.flutter-20bf2fcf56.
Because flutter_tools depends on colle... | tool,platform-windows,P2,team-tool,triaged-tool | low | Critical |
709,771,546 | rust | Help messages could include required `use` line. | _{This specific case originates from the following issue & comment: https://github.com/rust-lang/rust/issues/47168#issuecomment-699176014 }_
[Playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=172efba811b18e197937c5cd40a01ce1)
**I tried this code:**
```rust
test(array.len()... | C-enhancement,A-diagnostics,P-low,T-compiler,A-suggestion-diagnostics | low | Critical |
709,782,284 | go | x/sys/unix: want more platform support for UNIX domain socket peer credentials | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
PS C:\Users\garre> go version
go version go1.14.4 windows/amd64
</pre>... | help wanted,NeedsInvestigation,compiler/runtime | low | Critical |
709,788,756 | go | gollvm: redefinition of SYS_SENDTO in sysinfo.go | > $ make -j 1 gollvm
> [ 0%] Built target GoDumpSpecMacroParser
> [ 0%] Built target LLVMDemangle
> [ 0%] Built target LLVMSupport
> [ 0%] Built target LLVMBitstreamReader
> [ 0%] Built target LLVMRemarks
> [ 0%] Built target LLVMTableGen
> [ 0%] Built target LLVMTableGenGlobalISel
> [ 0%] Built target ... | NeedsInvestigation | low | Critical |
709,801,335 | pytorch | build_android.sh | ## π Bug
<!-- A clear and concise description of what the bug is. -->
```
liulai@liulai-thinkpad:~/src_compile/pytorch$ ./scripts/build_android.sh -DBUILD_BINARY=ON
Build with ANDROID_ABI[armeabi-v7a with NEON], ANDROID_NATIVE_API_LEVEL[21]
Bash: GNU bashοΌηζ¬ 5.0.17(1)-release (x86_64-pc-linux-gnu)
Python: 3.8.... | oncall: mobile | low | Critical |
709,802,498 | create-react-app | @import-normalize does not work | ### Describe the bug
According to the documentation adding **@import-normalize** in index.css should reset the browser styles but apparently it does not work and gives error as:
**Unknown at rule @import-normalizecss(unknownAtRules)**
Here is the image with **@import-normalize**
<img width="1404" alt="Screen S... | needs triage,issue: bug report | medium | Critical |
709,803,616 | pytorch | Load ExtraFilesMap with Java library | ## Feature
When saving a trained model, extra information can be added in Python or C++ using an ExtraFilesMap object. In Python this extra metadata can be extracted from a saved model e.g. via
extra_files = torch._C.ExtraFilesMap()
model = torch.jit.load(filepath_model, _extra_files=extra_files)
dataOptsStr =... | triaged,enhancement,oncall: java | low | Minor |
709,812,776 | deno | Request: SharedWorkers in Deno | Is it planned that Deno support SharedWorkers and / or ServerWorkers at some point?
I don't see the use for ServiceWorkers in Deno, but SharedWorkers are useful for multi-threaded code that uses normal workers, as they allow access to the same worker via ports. | cli,suggestion | low | Major |
709,851,527 | flutter | Not inheriting fontFamily in certain widgets | Some widgets are not inheriting the fontFamily defined in the global theme widget. In the attached screenshot, you can the appBar title is using the correct fontFamily but the CupertinoAlertDialog is not inheriting the fontFamily.
Few other widgets that has the same issue: DropdownButton, TextSpan
<img width="240... | framework,f: material design,f: cupertino,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
709,857,647 | create-react-app | React events.js:292 Error keeps happening with npm start | This error happens on new builds and pre-existing builds. This error only goes away if I roll back the "react-scripts": "3.4.3" to 2.1.8 but then I cannot use newer features. I'm not sure if there is a problem with Path or node or what. Please let me know if you need any other files. I really appreciate all the hel... | stale | low | Critical |
709,857,705 | godot | Trying to build Mono project from Github Actions causes headless editor to crash | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2.3 mono linux headless: https://downloads.tuxfamily.org/godotengine/3.2.3/mono/Godot_v3.2.3-stable_mono_linux_headless_64.zip
**OS/device includi... | bug,topic:editor,topic:porting,topic:dotnet,crash | low | Critical |
709,896,146 | godot | "Internal Script Error! - opcode #0 (report please)" when saving a script while a Timer is running in the project (due to live script reloading) | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
error description in debugger:
E 0:01:39.393 call: Condition ' (ip + 5) > _code_size ' is true. Breaking..:
<C++ Source> modules/gdscript/gdscript_function.cpp:447 @ ... | bug,topic:gdscript,confirmed | low | Critical |
709,909,486 | go | cmd/compile: checking pointers for nilness inside a loop | ### What version of Go are you using (`go version`)?
<pre>
$ go version
1.15
</pre>
### Does this issue reproduce with the latest release?
y
### What operating system and processor architecture are you using (`go env`)?
amd64
### What did you do?
Tried to optimize a function by replacing a slice... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
709,914,856 | pytorch | Autocast but there are no kernels registered for this dispatch key. The operator is pοΏ½8ίU Aborted (core dumped) | ## π Bug
After build my program with libtorch1.6 static library, there has coredump when running program:
```bash
terminate called after throwing an instance of 'c10::Error' what(): found != kernels_.end() INTERNAL ASSERT FAILED at "../../aten/src/ATen/core/dispatch/OperatorEntry.cpp":137, please report a bug ... | triaged,module: amp (automated mixed precision) | low | Critical |
709,915,654 | pytorch | Module __call__ typing | ## π Feature
Python typings for `self.forward` are not propagated through `self.__call__`. This makes typing PyTorch modules pointless.
## Motivation
For complex PyTorch models, it's helpful to incorporate types for development.
## Pitch
Add typing generics to `torch.nn.Module`.
## Alternative
So... | module: typing,triaged | low | Minor |
709,930,242 | create-react-app | Library Build Support like ng-packager in angular cli | ### Is your proposal related to a problem?
i cannot rely on create-react-app to build react component / library.
### Describe the solution you'd like
Maybe it can rely on babel /rollup / webpack to generate react component library. The generated npm package would be very similar to one like generated by ng-pac... | issue: proposal,needs triage | low | Minor |
710,019,459 | flutter | Support multiple target when using iOS app clips | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | platform-ios,tool,d: api docs,c: proposal,P2,team-ios,triaged-ios | low | Critical |
710,022,639 | godot | [3.x] Autocomplete stops working after nested quote | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2.3
**OS/device including version:**
Windows 10
**Issue description:**
A nested quote (single or double) causes autocomplete to stop working on... | bug,topic:gdscript | low | Critical |
710,059,397 | excalidraw | The menu's position should auto adjust according to editing position | Currently the menu is hidden when you are in selection mode. If you switch to other mode by selecting the toolbox, it appears at the top-left corner, which works fine.
However, you can also switch to text mode by double-click at anywhere. So if you double click on the top left area, the menu may overlap with your text... | discussion,UX/UI | low | Major |
710,124,868 | go | go/types: missing type information in cycle detection | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +816ff44479 Tue Oct 8 16:41:02 2019 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summ... | NeedsInvestigation | low | Major |
710,146,704 | flutter | onLongPress in Material framework ignores Deep Press on Pixel devices | ## Steps to Reproduce
1. Use a Google Pixel or any other device that supports [Deep Press events](https://developer.android.com/reference/android/view/MotionEvent#CLASSIFICATION_DEEP_PRESS)
1. Create a Material framework widget that accepts onLongPress argument, like RaisedButton or InkWell
```dart
RaisedButton(
... | framework,f: material design,f: gestures,team-design,triaged-design | low | Major |
710,153,610 | ant-design | Tree didn't update node data ζ η»δ»ΆδΌηΌεε
·ζηΈεkeyηθηΉηε±ζ§ | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[](https://codesandbox.io/s/awesome-burnell-n2bzc?file=/src/App.js)
... | Inactive | low | Minor |
710,154,078 | PowerToys | [FZ Editor] Launching the FZ editor through settings (when running) closes the instance, instead of switching to it | ## βΉ Computer information
- PowerToys version: 0.22
- PowerToy Utility: FZ
## π Provide detailed reproduction steps (if any)
1. Open PT settings and navigate to the FancyZones page.
2. Click on "Launch zones editor"
3. Switch back to PT settings.
4. Click on the button again.
### βοΈ Expected result
Cl... | Product-Settings,FancyZones-Editor,Product-FancyZones,Area-User Interface | low | Critical |
710,156,533 | godot | Emission being enabled unecessarily - Unexpected parameters set in imported materials using gITF, Collada and FBX from Blender | **Godot version:**
Godot 3.2.3
**OS/device including version:**
Windows 10 Pro v.2004 / Inspiron 7373 Core i7-8550U / Intel(R) UHD Graphics 620
**Issue description:**
When importing models including materials from Blender, I'm getting unexpected parameters set in the materials:
Using all three gITF, Col... | bug,confirmed,topic:import,topic:3d | medium | Critical |
710,195,890 | kubernetes | Collapse parameters passed down to storage implementations | As discussed in this comment thread: https://github.com/kubernetes/kubernetes/pull/94364/files#r493818602
it will be useful to avoid passing newFunc() to storage factory explicitly and rather make it part of storagebackend config.
Unfortunately it's not trivial currently - see the comment thread mentioned above for... | sig/api-machinery,priority/important-longterm,lifecycle/frozen | low | Major |
710,215,163 | pytorch | Use libtorch for online inference: an illegal memory access was encountered | ## β Questions and Help
We have trained a detection model and save as torchscript object, but when we do online inference by libtorch library, there are some strange error with cuda. The error is:"context_gpu.h:195 Check failed: error == cudaSuccess (700 vs. 0) an illegal memory access was encountered ". And the error... | awaiting response (this tag is deprecated),module: cuda,triaged | low | Critical |
710,239,574 | terminal | Screenreader NVDA is not able to read text in terminal | # Environment
```none
Windows build number: Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 1.3.2651.0
Any other software?
* Screen magnifier (Windows 10 Built in)
* NVDA Screenreader
```
# Steps to reproduce
* Start NVDA Screenreader with Mous... | Issue-Bug,Area-Accessibility,Product-Terminal,Priority-1,Tracking-External | low | Major |
710,350,934 | electron | webContents.invoke() and ipcRenderer.handle() | <!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can.
-->
### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-... | enhancement :sparkles: | low | Major |
710,371,863 | flutter | [google_maps_flutter] Fit Bounds Centered on a Location | ## Use case
In the application I am working on we have several markers that need to be fitted to screen and with the camera centered on a specific location.
Although [GoogleMapController](https://pub.dev/documentation/google_maps_flutter_platform_interface/latest/google_maps_flutter_platform_interface/GoogleMapsFlu... | p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
710,414,938 | pytorch | Using operator[] in GenericPackedTensorAccessor impossible in cpu code in .cu files (tensor on cpu) | ## π Bug
I want to use the same `__host__ __device__` function for computation on the cpu and gpu, therefore i put it into a ".cu" file. It accesses data using the accessor objects retrieved via `tensor.packed_accessor32<...>(...)`. I later I create a `__host__ __device__` lambda and dispatch it to either the cpu or ... | module: build,triaged | low | Critical |
710,446,870 | flutter | Scaffold's showBottomSheet cannot receive data from Navigator.pop | The `result` passed to `Navigator.pop(context, result)` never reaches the `PersistentBottomSheetController.closed`.
I think maybe the problem is [here](https://github.com/flutter/flutter/blob/fba99f6cf9a14512e461e3122c8ddfaa25394e89/packages/flutter/lib/src/material/scaffold.dart#L1855), it seems that `value` is nev... | framework,f: material design,f: routes,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | medium | Major |
710,479,500 | rust | Error message for `T <binop> U` worsens if `T` has exactly one implementation of the relevant trait | This code
```rust
struct S;
fn main() {
let _ = S == ();
}
```
Emits the error message
```
error[E0369]: binary operation `==` cannot be applied to type `S`
--> src/main.rs:4:15
|
4 | let _ = S == ();
| - ^^ -- ()
| |
| S
|
= note: an imp... | C-enhancement,A-diagnostics,A-trait-system,T-compiler,D-confusing | low | Critical |
710,479,509 | pytorch | Retire usages of CUDA_tensor_apply helpers in ATen | CUDA_tensor_apply helpers were historically created to mimic THC_PointwiseApply, but since then this functionality has been better reimplemented with TensorIterator. Most usages since then have been ported to TensorIterator. Remaining usage is CUDA_tensor_apply2 in Distributions.cu, and it is a pointwise kernel that sh... | module: internals,module: cuda,triaged,better-engineering | low | Minor |
710,486,962 | angular | Establish timeline and execute removal of deprecated global keys in zone.js | A removal plan/timeline need to be established and executed for `zone.js` for the following global keys:
- `__zone_symbol__BLACK_LISTED_EVENTS`
- `__Zone_Error_BlacklistedStackFrames_policy` | area: zones,needs: discussion | low | Critical |
710,498,392 | pytorch | CuDNN version not found | When compiling the latest pytorch, I get this error:
-- Caffe2: CUDA detected: 10.2
-- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda
-- Caffe2: Header version is: 10.2
-- Found cuDNN: v? (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.... | module: build,module: cudnn,triaged | low | Critical |
710,518,358 | flutter | Implement Vulkan code paths for EmbedderTest harness | EmbedderTest currently tests both software and GL rendering pipelines. With flutter_runner_next for Fuchsia (based on the Embedder API) on the way, we need to extend the EmbedderTest harness to support Vulkan and write Vulkan test cases.
This will likely involve:
- Creating a TestVulkanSurface akin to TestGLSurfa... | a: tests,customer: fuchsia,engine,dependency: fuchsia,P2,team-engine,triaged-engine | low | Minor |
710,553,051 | flutter | [web] Add integration test for custom url strategy | Custom URL strategies are supported since [this PR](https://github.com/flutter/engine/pull/19134) and [this PR](https://github.com/flutter/flutter/pull/59797). Let's add an integration test to prevent any regressions in the future. | f: routes,platform-web,P2,team-web,triaged-web | low | Minor |
710,561,320 | pytorch | Backward for sparse tensor item select does not work | ## π Bug
<!-- A clear and concise description of what the bug is. -->
Computing a backward of sparse tensor item selection fails.
## To Reproduce
Steps to reproduce the behavior:
```
>>> a = torch.sparse_coo_tensor([[0]], [1.0], (1,), requires_grad=True)
>>> a[0]
tensor(1., grad_fn=<SelectBackward>)
... | module: sparse,module: autograd,triaged | low | Critical |
710,572,596 | go | spec: surprising rules for inheriting methods when declaring named types | First, a piece of code that's minimized from a real bug we hit at work. What do you think this code does? https://play.golang.org/p/-FkcWvJzLZS
`json.Unmarshal` on `Embedding` uses the method we declared directly on that named type, which just does nothing, so we end up with a nil error. All as expected so far.
I... | NeedsInvestigation,Analysis | medium | Critical |
710,577,643 | godot | View Z-Far distance above 5000 causes SSAO banding in GLES3 | Godot Version 3.2.2 Stable
Windows 10 Pro, AMD Ryzen, RTX 2070
Description:
When you increase the view distance of the main viewport (view z-far distance setting) beyond about 5000, objects close-up appear to have lines all over them in a weird pattern, see image attachment for example. This is an issue in every... | bug,topic:rendering,confirmed,topic:3d | low | Minor |
710,599,036 | pytorch | torchscript model size increases when loading and saving it again | ## π Bug
For the same jit model file, if I load and save it again, the size increases from 1.8 MB to 3.1 MB.
## To Reproduce
Steps to reproduce the behavior:
1. Please note that the model link provided below is an internal link
`cp /mnt/vol/gfsai-oregon/aml/mobile-vision/body_tracking/ts_f179073222_300_1... | oncall: jit | low | Critical |
710,622,491 | godot | Raycast debug gizmo casts shadows in editor | **Godot version:**
3.2.3.stable
**OS/device including version:**
Windows 10 Pro 2004/19041.508. AMD RX 5700, Radeon version 20.7.2. Using GLES3.
**Issue description:**
Was testing something unrelated and noticed that in Play mode a Raycast child of the player node was casting a shadow on my test level. Cou... | bug,topic:rendering | low | Critical |
710,624,080 | node | fs.realpathSync('') returns CWD | ```
$ node -v
v12.18.4
```
### What steps will reproduce the bug?
```
$ cd /tmp
$ node -e "console.log(fs.realpathSync(''))"
/tmp
```
### What is the expected behavior?
```
$ node -e "fs.realpath.native('', (e) => void console.log(e))"
[Error: ENOENT: no such file or directory, realpath ''] {
errno: -... | fs | low | Critical |
710,630,063 | rust | Inconsistent failure in byte slice &[u8] comparison caused by unrelated code | <!--
Thank you for filing a bug report! π Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```toml
[package]
name = "rbup"
version = "0.1.0"
authors = ["Aidan Hobson Sayers <aidanhs@cantab.net>"]
edition = "2018"
[de... | A-type-system,T-compiler,A-inference,C-bug,A-slice,T-types | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.