Justin D. Harris

Results 15 issues of Justin D. Harris

**Description** Solidity 0.6 introduces the `abstract` keyword for abstract contracts: https://solidity.readthedocs.io/en/v0.6.0/contracts.html#abstract-contracts Works: ```Solidity // Test.sol pragma solidity ^0.6; contract Test { uint a = 1; } ``` Does not work:...

enhancement

On a normal controller, you can hold the Home button to wake the Switch up from sleep. Might require work in https://github.com/mart1nro/joycontrol

enhancement
help wanted
good first issue

Example: ```python @memoize(max_len=250, max_age_seconds=10) def fib(n): if n == 0: return 0 elif n == 1: return 1 return fib(n - 1) + fib(n - 2) assert 280571172992510140037611932413038677189525 == fib(200)...

Thanks for this work! It seems like OpenSources.co is down. Can you add the lists of reliable and unreliable sources to this project?