-
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#
Ansible
-
Updated
Jun 20, 2020 - Shell
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jun 16, 2020 - Python
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Snyk
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix (and prevent!) known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
-
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.
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.

如下:
评论的属性是

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