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

MATLAB logo
Popular topic
MATLAB is a programming platform for numerical computation and visualization.
App recommended by GitHub

Pull Assistant

Every time you create a pull request, Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with confidence.

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

Google Cloud Build screenshot
App recommended by GitHub

Google Cloud Build

Google Cloud Build

Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.

You can’t perform that action at this time.