André Venâncio

Results 9 issues of André Venâncio

## Feature request ### Overview Infinite scrolling has become some what of a standard on social media platforms. However the more dom elements you create as you scroll, the less...

Type: New Primitive
Difficulty: Hard

As the platform continues to grow in users, we see more and more scaling issues mostly tight to API's fails. But we're also testing new code in production, and all...

enhancement

The new username on SUBKJT contract allow for multiple spaces. Below are some suggestions for fix an issue where the names are displayed with a `%20` instead of a space....

feature-request

Implement search feature with GraphQL query ``` query Search($ilike: String!) { hic_et_nunc_token(where: {title: {_ilike: $ilike}, _or: {description: {_ilike: $ilike}}}) { id title description } } ```

feature-request

Implementing imageUri like we did with the HTML version will enable us to achieve a couple of things: Speed up how fast assets load on the main feed and on...

enhancement

* Add documentation for all packages. * create homepage with some example on scree and link to docs / examples

enhancement

the package.json generator to include LICENSE and issues, webpage url, to so packages on npm are a bit more clear.

enhancement

On the latest version update the logic on the hook should have also been implemented in the hoc. the properties merged aren't correct. if a component is listening to changes...

bug

First off, I hope everyone on the team is doing well and I hope the conflict in Ukraine ends soon with Ukraine's victory. I've read your stance on token whitelist,...