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

Phaser logo
Popular topic
Phaser is a fun, free, and fast 2D game framework for making HTML5 games for desktop and mobile web browsers.
App recommended by GitHub

CircleCI

Now supporting GitHub Checks!

You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.

Build faster. Test more. Fail less.

Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.

PowerToys
Trending repository
mikeparkie
mikeparkie commented Mar 3, 2020

App specific shortcut guide for any configured app using a modifier + foreground running application.

The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is in the foreground.

Example: PhotoShop is running in the foreground, you press

Trending repository
rasa
Trending repository
solyarisoftware
solyarisoftware commented Apr 30, 2020

I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.

What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti

cypress
Trending repository
tzolnai
tzolnai commented Mar 31, 2020

Current behavior:

We use --env variable to pass some environment variables to cypress, when it's running both in headless and headed mode.

One of the parameters is a hash (mix of numbers and characters). Surprisingly some specific hash values make cypress to fail reading this value from the command line (e.g. 769e98018). The corresponding environment variable is not set and the `Cyp

Trending repository
AngelGuerra
AngelGuerra commented Apr 16, 2020

Thumbor is an open-source photo thumbnail service

I'm only have read about it, I never have used it so I open a issue instead of pull request, maybe someone can give us a feedback, but it looks good.

Maybe it can be in "Photo and Video Galleries" section?

Trending repository
harshul1610
harshul1610 commented Feb 18, 2019

Hi Team,

Since most of the developers still use pip, should we add a requirements file present to install all the required libraries at once. sometimes when I am in the middle of the lectures on youtube, I have to pause the lecture and get the libraries installed. This disturbs the flow of learning.

Will be willing to do a commit for this.

Thanks,
Harshul

jax
Trending repository
vmikulik
vmikulik commented Jan 15, 2020
key_1 = jax.random.PRNGKey(1)
key_2 = jax.random.PRNGKey(2)
print("output for key_1:", jax.random.randint(key_1, (), 0, 2**31))
print("output for key_2:", jax.random.randint(key_2, (), 0, 2**31))

yields

output for key_1: 0
output for key_2: 0

And indeed, the function returns 0 for any key you pass it, so long as maxval >= 2**31.

I guess this is an issue with the

formik
Trending repository
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

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.

You can’t perform that action at this time.