Danish Arora

Results 46 issues of Danish Arora

chromium won't run on WSL & Xvfb won't run on Windows; why is headless: false? wouldnt running on a server require headless: true?

This is a **change request** ## Problem Our protocol implementations exist is `@waku/core`, and offer opinions on the usage such as: - using multiple peers - message dedeplication (for filter)...

E:js-waku Improve Reliability

This is a change request ## Problem We currently have camel case as well as snake case exports within our codebase: ![image](https://github.com/waku-org/js-waku/assets/35004822/09e6e898-119e-4ec1-a580-0ee371e30b76) ## Proposed Solutions Standardise it to use camel...

enhancement
good first issue

## Problem From libp2p docs: > Yamux natively supports flow control, it is better suited for applications that require the transfer of large amounts of data. >Until recently, the reason...

## Problem When PRs are opened, they need to be manually rebased/merged with `master` if they fall behind. ## Proposed Solutions Similar to how Dependabot handles its own PRs by...

enhancement
good first issue

## Problem Within our tests suite, we have tests that also attempt connection with nodes started on cluster ID = 1 and after the v0.26.0 update, it **expects** a RPC...

bug
test

This is a **bug report** ## Problem For our tests suite, we sometimes get vague generic errors from Allure that don't convey any directed information about the origin of the...

enhancement

This is a **change** request ## Problem Similar to work on https://github.com/waku-org/js-waku/pull/1871, developers currently rely on importing discovery packages and passing it to `libp2p.peerDiscovery` like: ```ts import {wakuPeerExchange, wakuDnsDiscovery} from...

enhancement

This is a feature request. ## Problem Right now we don't have any strategy for measuring and limiting size of `js-waku` package family. ## Proposed Solutions Define maximum size limit...

test

## Problem The current Filter implementation has a few gaps: ### Dev Ex - library consumers are more used to an event-based approach for subscription-like implementations - `await filter.subscribe(xyz, callback)`...

E:Presentation Readiness