The Wayback Machine - https://web.archive.org/web/20210503111325/https://github.com/explore
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!

Terminal logo
Popular topic
The terminal is an interface in which you can type and execute text-based commands.
supabase
Trending repository
App recommended by GitHub

LGTM

Continuous security analysis

LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.

LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.

Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.

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

LogRocket screenshot
App recommended by GitHub

LogRocket

LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.

LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.