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

C# logo
Popular topic
C# ("C sharp") is an object-oriented and type-safe programming language.
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
Vadimledyaev
Vadimledyaev commented Jan 10, 2020

Godot version:
Godot v3.2.beta.calinou.7f56ef365
OS/device including version:
Chrome Win10 / Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-72-generic x86_64)
Issue description:
I am trying to set up a wss server using Linux server and HTML5.
First I set up an insecure connection and it worked pretty well, but I can't let it work with wss; I get ERROR: Class type: 'X509Certificate' is

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 Russian 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). Of
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
strapi
Trending repository
mtmsuhail
mtmsuhail commented Jan 7, 2020

Describe the bug
The default _limit for the find() is currently fixed to 100. I can't understand why the team picked it is 100? why wouldn't be 10 or 50?.

If some one needed to fetch default 50 records for all end point of find(), at-least he have to edit all request URL or needed to override the current find() handle.

This may not be a bug for the team, but for best framework we need t

PySimpleGUI
Trending repository
jason990420
jason990420 commented Dec 24, 2019

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

When I put Text and FileBrowse at same line, file path selected will be shown on Text. To stop it, I add target = (None, None), then no event generated.
If not put Text and FileBrowse at the same line, I don't need option target and work well.
Why no event generated when target=(None, None) and enable_events=True ?

Operating System

Wi

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.