Gabriel Bianconi

Results 3 issues of Gabriel Bianconi

aria-description is not supported in version 6.5.1 ![aaaaaaaaaaaaa](https://user-images.githubusercontent.com/25694348/170113104-dad0d6cc-5e46-446b-b655-ddc100d9de75.png)

OAuth 1.0a User Context authentication method is not supported ### Expected behavior OAuth 1.0a User Context authentication method is supported in order to be able to get timelines from a...

The interface is like ``` export interface VEvent extends BaseComponent { type: 'VEVENT'; summary: string; ... } ``` but it should be like: ``` export interface VEvent extends BaseComponent {...