Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Go logo
Popular topic
Go is a programming language built to resemble a simplified version of the C programming language.
azure-quickstart-templates
Trending repository
PyBoy
Trending repository
MineRobber9000
MineRobber9000 commented Mar 22, 2020

A program can tell that it's running on PyBoy because the buttons always change right at vblank.

To reproduce:

  1. Install PyBoy
  2. Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
  3. Press all 8 buttons in any order
  4. Watch the arrow sprite at the right side

Expect: Arrow moves after each press, followed

GitHub Satellite
Upcoming event recommended by GitHub
May
6

GitHub Satellite

May 6 • Virtual

GitHub’s product and community event is completely virtual and free to join this year. Check out the schedule and add sessions to your calendar.
MONAI
Trending repository
tvercaut
tvercaut commented Mar 27, 2020

To help with community discussion and support, it would be good to point users towards preferred discussion channels. Note that this would be in support of more formal documentation (see #16).

Typically, bugs and feature requests would be going on the GitHub issue tracker but other means of supporting the discussion would be helpful.

For example, do we point users towards Stack Overflow for

App recommended by GitHub

Imgbot

Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.

Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.

Imgbot uses lossless compression by default.

Trending repository
moon-zhangyue
moon-zhangyue commented Mar 1, 2020

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
然后缺一个展示图表的路由

monitoror
Trending repository
taigrr
taigrr commented Apr 8, 2020

Hey, I notice despite 2.5k stars and 70+ forks at time of writing, there aren't yet any contribution guidelines or published etiquette on how to contribute. Would you be able to add something like this to the README?

Trending repository
1dropaflame
1dropaflame commented Feb 16, 2020

The lesson says to do

git rebase HEAD~2
git commit --amend
git rebase HEAD~2

but it doesn't say what to do in the rebase.
Also solutions are not available so one cannot progress until one gets it correct or see what the correct solutions were.

crawlab
Trending repository
seamusic
seamusic commented Feb 15, 2020

Bug 描述
按教程文档说明的,使用docker-compose up -d 安装启动后,直接执行task报错
不知道哪里有问题呢?
我的docker运行环境是win10

`2020-02-15 15:58:04 [scrapy.utils.log] INFO: Scrapy 1.8.0 started (bot: xueqiu)
22020-02-15 15:58:04 [scrapy.utils.log] INFO: Versions: lxml 4.5.0.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.5.2, w3lib 1.21.0, Twisted 19.10.0, Python 3.6.9 (default, Nov 7 2019, 10:44:02) - [GCC 8.3.0], pyOpenSSL 19

canal
Trending repository
HousionQ
HousionQ commented Sep 24, 2019

运维人员经常将控制台关掉导致数据同步失效,试着用nssm部署成windows服务,发现起不来,看了一下bat感觉是设置的变量在起作用,是不是类里面有使用.bat设置的变量,直接启动java启动会报错
自己修改的启动bat。
java -Xms128m -Xmx512m -XX:PermSize=128m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dapplication.codeset=UTF-8 -Dfile.encoding=UTF-8-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=9099,server=y,suspend=n -DappName=otter-canal -Dlogb

Trending repository
cyriltovena
cyriltovena commented Mar 23, 2020

Recently the table manager period has been changed to use model.Duration from Prometheus because of a vendoring in Cortex. see https://github.com/grafana/loki/blob/master/vendor/github.com/cortexproject/cortex/pkg/chunk/table_manager.go#L95 and #1838

The problem is that before time.Duration was supporting the value 0. Before it propagates to other fields we should try to suggest in the [pro

Trending repository
Trending repository
remcomokveld
remcomokveld commented Nov 2, 2016

Since a good architecture serves to make it easy to swap implementations I think it would be nice to have one or more samples which demonstrate how a data source implementation using a combination of a remote api, and a local sqlite database can be replaced with a realtime database.

I am not sure yet how it would be possible to run the same espresso tests in such a sample since mocking the fire

App recommended by GitHub

WIP

Allow authors of pull requests to set status to pending while still working on it.

You can’t perform that action at this time.