Ani

Results 11 issues of Ani

**Details of the conference**: - Website: https://in.pycon.org/2020/ - Date: 2-5 Oct. - Venue: Online. - Description: The annual python conference from the python community of India.

## Summary I'm using [fiber](https://github.com/gofiber/fiber) which uses fasthttp context. On integrating `/fasthttp` package, I'm getting the error as : `invalid handler fasthttp.RequestHandler` ## Steps To Reproduce I'm following the [fasthttp...

Type: Bug
Scope: Integration Package

Reviewers are segregated based on the proposal section they are assigned to, or type of sessions (Talks/Workshop) they're interested in. There's no access control right now to have reviewers one...

type/enhancement
priority/long-term

As requested by one of the speakers who submitted his proposal: ``` 1. In the markup there's some problem with inputting images. I could not. 2. I could not input...

type/enhancement
good first issue

One of the speakers faced issue in rendering sub-lists in markdown for [his proposal][1]. While Editing: ![preview](https://user-images.githubusercontent.com/5357586/85940185-8641fc80-b938-11ea-8aae-71db7d0900ec.png) Final Render as can be seen on [his proposal][1] page: ![home](https://user-images.githubusercontent.com/5357586/85940187-893ced00-b938-11ea-91b9-8d2e86c229ca.png) [1]: https://in.pycon.org/cfp/2020/proposals/let-rest-do-rest-deep-dive-in-graphql-apis-in-python~elz1b/

type/bug
good first issue
area/ui

**Is your feature request related to a problem? Please describe.** [New Tag Request] Add hardhat and ShimmerEVM as tags **Additional context** Important for filtering as we'll have more content around...

feature

How do we send header like Content-Type along with the api call ?

getCiphers() sometimes returns empty array. Overriding with a default array of all available algo in place. Fix for issue #73

I'm getting error `aes-128-ctr is not available` when trying to run `keythereum.recover()`. I'm using `web3` version `^0.19.1`.