Skip to content

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

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

Crystal logo
Popular topic
Crystal is a self-hosted, general purpose programming language.
supabase
Trending repository
GitHub Planeta: по русски
Upcoming event recommended by GitHub
May
18

GitHub Planeta: по русски

May 18, 2021 • Online

Наши ведущие Хабберы расскажут о новинках ГитХаба.
App recommended by GitHub

Testspace.com

Testspace is an integrated GitHub test solution for Automated, Manual, and Exploratory Test Management

  • Publish your Workflow test results with a single command
  • Implement Manual Tests as Code using your repository
  • Facilitate Exploratory testing in all your sessions

See our documentation...

openpilot
Trending repository
HaraldSchafer
HaraldSchafer commented Apr 2, 2021

If you command a lane change under 45mph, nothing will happen. It it should be clear to the user that no lane change can be done because the speed is too low.

Perhaps instead of the message "Steer Left to Start Lane Change" that appears above 45mph something like "Speed too low for lane change"

uniswap-interface
Trending repository
guyaqi
guyaqi commented Dec 3, 2020

Bug Description
in src/state/governance/hooks.ts
Line 72: const [name, types] = signature.substr(0, signature.length - 1).split('(')
types may be undefined when the proposal has wrong signiture.
Line 75: const decoded = utils.defaultAbiCoder.decode(types.split(','), calldata)
TypeError: Cannot read property 'split' of undefined

Steps to Reproduce
Call propose function on con

App recommended by GitHub

Stale

Automatically close stale Issues and Pull Requests that tend to accumulate during a project.

How it works

After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.

If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.

If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.