0xbrivan

Results 4 issues of 0xbrivan

In this code (link: https://github.com/quii/learn-go-with-tests/blob/main/arrays-and-slices.md#write-enough-code-to-make-it-pass-4): ``` func SumAllTails(numbersToSum ...[]int) []int { var sums []int for _, numbers := range numbersToSum { if len(numbers) == 0 { sums = append(sums, 0)...

**The section must take the full height of the screen**(100vh) ![Screenshot from 2023-02-11 12-00-49](https://user-images.githubusercontent.com/75367288/218254552-1555b4bb-ef6e-4594-a5c1-5c5f41bf4fda.png) ``` Put the sponsors information in a `data.js` file ```

### Component Forge, Other (please describe) ### Describe the feature you would like With the introduction of `try{}catch` blocks in Solidity, nested calls that might revert can be handled gracefully...

T-feature
A-cheatcodes