Eugene Y. Q. Shen
Eugene Y. Q. Shen
So far, req only applies to UBC, but there is no reason why different parsers and crawlers cannot be written for other universities. Do it.
Experiment with different ways to input previously taken courses. For example, using buttons, using wildcards, using templates from standard program requirements, and using exports from the SSC.
Make the design and colours more intuitive. The current colours are completely arbitrary and annoying to keep in mind what each colour means. Furthermore, some states are not particularly relevant...
Currently, ubcalend.py parses the req information from the UBC Calendar into an unambiguous string with parentheses, and then req.py parses these strings into the actual JavaScript arrays. This makes no...
Relevant issue: https://github.com/safe-global/safe-deployments/issues/491
### ChainId 161221135 ### Chainlist https://chainlist.org/chain/161221135 ### Contract deployed - [X] I confirm that the contracts are deployed ### Version of contracts deployed v1.3.0 ### Relevant information - Chain Info:...
#### Expected behavior `web3.utils.padRight('0x05e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2', 64)` should return `0x05e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2`. `web3.utils.padRight('0xb5e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2', 64)` should return `0xb5e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2`. #### Actual behavior `web3.utils.padRight('0x05e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2', 64)` returns `0x05e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2`. `web3.utils.padRight('0xb5e2e7de3cd95eb48fa9ff77e7860cf249fe05f726abea45a0a44e62b4bf52b2', 64)` throws an exception: ``` Web3ValidatorError: Web3 validator found...
The `DepositRequest` and `RedeemRequest` events were mistyped as `RequestDeposit` and `RequestRedeem`. Also adds minor punctuation fixes.