Here's what's popular on GitHub today...
Trending repository
-
Updated
Aug 19, 2021 - Java
Popular topic
SQL
Trending repository
-
Updated
Aug 19, 2021 - C#
Trending repository
-
Updated
Aug 19, 2021 - Dart
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
Reproduce:
- Open TextEditor
- Enter some text and save file
- Without moving the cusor bar, enter more characters or digits. Note that the modified
(*)and...does not appear in the title bar. - Close the window and reopen the file, note that all data entered after the save is lost.
Trending repository
Collection recommended by GitHub
App recommended by GitHub
Review Notebook App
[If unable to purchase via GitHub marketplace, write to support@reviewnb.com to set up an account]
Join hundreds of companies in using ReviewNB for notebook code reviews,
- Rich diffs for easy version control
- Commenting to discuss changes
- Conversation threads to track all open discussions
Fill the form for Enterprise plan
Trending repository
-
Updated
Aug 19, 2021
Trending repository
Trending repository
-
Updated
Aug 19, 2021 - Python
Trending repository
-
Updated
Aug 19, 2021 - Jupyter Notebook
Trending repository
-
Updated
Aug 18, 2021 - Python
Trending repository
-
Updated
Aug 18, 2021
Trending repository
🚀 Feature
Teach torch.Tensor.scatter_ to handle index.size(d) > src.size(d).
Motivation
Currently, torch.Tensor.scatter_ requires index.size(d) <= src.size(d) for all dimensions d, unless src is float-valued. This constraint seems artificial.
import math
import torch
device = 'cuda' # fail
Trending repository
-
Updated
Aug 19, 2021
Trending repository
-
Updated
Aug 18, 2021 - Python
Trending repository
Trending repository
-
Updated
Aug 19, 2021 - Java
Trending repository
-
Updated
Aug 18, 2021 - JavaScript
Trending repository
Trending repository
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
Trending repository
The Travis jobs are currently not triggered as the jobs are not yet moved to http://travis-ci.com.
Trending repository
-
Updated
Jul 25, 2021 - Java
Trending repository
-
Updated
Apr 17, 2021 - Shell
Trending repository
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
Trending repository
-
Updated
Aug 19, 2021 - Java
App recommended by GitHub
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.
explanation of config for newbies in WIKI