-
Updated
Jun 20, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 20, 2020 - C#
Sass
-
Updated
Jun 20, 2020 - Shell
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jun 16, 2020 - Python
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
-
Updated
Jun 20, 2020 - Go
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](htt
-
Updated
Jun 20, 2020 - Vue
Describe the bug
codium's apt and rpm packages, as built by the recommended repository, are missing some metadata that differentiates codium from VS Code, such as the license and the project url.
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It onl
-
Updated
Jun 11, 2020 - Java
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e. mix phoenix.create vs. mix phx.create.
Also it's missing some steps. For one this they never do mix ecto.create without which the postgres database is not initialized so the app doesn't wo
1. path('praise/', views.prise_or_criticize), path('criticize/', views.prise_or_criticize),
这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.urlpatterns = [ # 此处省略上面的代码 path('teachers_data/', views.export_teachers_excel), # 此处省略下面的代码 ]
这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由
-
Updated
Jun 20, 2020 - HTML
-
Updated
Jun 17, 2020 - Python
-
Updated
Jun 20, 2020 - Python
The mock cookbook advises adding a backdoor to delegate on a mock's parent. But the parent can be called directly:
ON_CALL(foo, Concrete).WillByDefault([&foo](const char* str) {
return foo.Foo::Concrete(str);
});-
Updated
May 31, 2020 - JavaScript
-
Updated
Jun 20, 2020 - Python
-
Updated
Jun 20, 2020 - Go
Currently, the benchmarks and SMHasher scores shown in README.md and xxhash.h are out of date. They should be updated, as XXH32 fails SMHasher and they don't include the newer hashes.
TestQuality
TestQuality's GitHub Test Management extends Github to provide powerful and modern test plan management helping developers and testers create, run, coordinate and monitor software testing tasks. TestQuality's live 2-way integration with GitHub seamlessly extends workflows so you can create, update, delete, and link defects and requirements in your GitHub repos without leaving your testing or dev workflows. TestQuality is FREE for GitHub public repo’s and affordable for private repo's.



如下:
评论的属性是

comment,而不是comments,虽然表DATABASECHANGELOG中相应的字段叫COMMENTS,正常的记录效果如下: