Anshul

Results 9 issues of Anshul

This is what is get on posting ``` Expectation Violation: Duplicate atom key "postState". This is a FATAL ERROR in production. But it is safe to ignore this warning if...

bug

#### **Is your feature request related to a problem? Please describe.** Currently, the "Jump to Message" icon is not conveniently located, making it difficult to quickly access messages. Additionally, when...

## **Summary** Loki currently performs pixel-by-pixel visual diffs, which can result in flaky test failures due to minor rendering inconsistencies (like anti-aliasing, sub-pixel shifts, font rendering differences, etc.). This proposal...

Description ffdeptree fails to resolve imports when they rely on re-exports via an index.ts file — particularly when using export { ... as default } or other re-export styles. It...

closes #499 his PR adds a fetchFailIgnore config in examples/react/loki.config.js to avoid test failures caused by expected fetch failures from: http://localhost:1234/get http://192.168.29.108:6006/runtime-error These are used in specific stories to simulate...

## Description When viewing a thread in Rocket.Chat **native app**, only a subset of thread messages are shown in the thread preview, even when viewing from the same account and...

![GSoC 2025](https://unikraft.org/images/gsoc25.jpeg) ### Mentor(s) : - [Douglas Fabris](https://github.com/dougfabris) - [Guilherme Gazzo](https://github.com/ggazzo) ### Mentee: - [Anshul Ivan Ekka](https://github.com/Anxhul10) # Project Overview Visual regression testing is used to detect visual bugs caused...

Closes #1611 ### video https://github.com/user-attachments/assets/fc8a2b4b-781c-4f27-8578-47c7b6d29e5b ### logs ```fuselage-hooks git:(chore/tamagui) ✗ yarn ➤ YN0000: · Yarn 4.6.0 ➤ YN0000: ┌ Resolution step ➤ YN0000: └ Completed in 0s 393ms ➤ YN0000:...

## Summary This PR integrates the `Button` component into the `fuselage-tamagui` package and includes several improvements and fixes. ## Changes Made - Replaced hardcoded colors in `Button` with token-based values...