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...

Ethereum logo
Popular topic
Ethereum is a distributed public blockchain network.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 โ€ข Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it allโ€”and the people who use it every day.
godot
Trending repository
akien-mga
akien-mga commented Jan 8, 2020

I just merged #34921 which updates Bullet to version 2.89.

If you simply rebuild it on top of a previous Godot build using the earlier Bullet version, it might compile fine but give you a broken binary which gives weird memory errors and crashes.

So to be safe, cleanup all build artifacts with scons <your_usual_arguments> -c or git clean -fdx (removes all untracked files), or simply:
``

App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

free-programming-books
Trending repository
eshellman
eshellman commented May 22, 2019

Below is a list of failing links in our French lists
You can help improve this repo by resolving the problems.

A failing link may be a website or resource that has disappeared. You can submit a PR

  • removing the link (maybe the resource is obsolete.)
  • correcting the link (sometimes things move)
  • replacing the link (make sure the link is authorized, or the resource is open-licensed). Oft
You-Dont-Know-JS
Trending repository
oriprice
oriprice commented Jan 17, 2017

In What about &&? section we have the following code.

function foo() {
    console.log( a );
}

var a = 42;

a && foo(); // 42

result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in || operator). i think results of a and foo() should be different to make the example be clearer.

terminal
Trending repository
carlos-zamora
carlos-zamora commented Nov 7, 2019

At Ignite, there's been some interest in a few specific scenarios on how to set up the terminal. @cinnamon-msft demo-ed that you can set the "commandline" setting to a .bat script. In my demo, I was able to set it to a powershell script.

It would be nice to have a blogpost or doc describing a few scenarios of how to do this and how this can be useful. Particularly, consider the following:

GitHub-Chinese-Top-Charts
Trending repository

:cn: GitHubไธญๆ–‡ๆŽ’่กŒๆฆœ๏ผŒๅธฎๅŠฉไฝ ๅ‘็Žฐ้ซ˜ๅˆ†ไผ˜็ง€ไธญๆ–‡้กน็›ฎใ€ๆ›ด้ซ˜ๆ•ˆๅœฐๅธๆ”ถๅ›ฝไบบ็š„ไผ˜็ง€็ป้ชŒๆˆๆžœ๏ผ›ๆฆœๅ•ๆฏๅ‘จๆ›ดๆ–ฐไธ€ๆฌก๏ผŒๆ•ฌ่ฏทๅ…ณๆณจ๏ผ

  • Updated Jan 12, 2020
  • Python
PySimpleGUI
Trending repository
ThomasFreedman
ThomasFreedman commented Jan 2, 2020

Type of Issues (Enhancement, Error, Bug, Question)

Question: Now that I have a simple example working I wanted to run it on my remote headless server. I have installed pySimpleGuiWeb and remi with pip3.

Operating System

Debian 9

Python version

python3.7.2

PySimpleGUI Port and Version

Web

Your Experience Levels In Months or Years

__3 Python programming e

autogluon
Trending repository
aaronmarkham
aaronmarkham commented Dec 6, 2019

I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g

App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You canโ€™t perform that action at this time.