2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript2,093 stars (2,093 stars)186 forks (186 forks)batch import
featurehelp wanted
Description
Need to be able to configure a socks / whatever proxy to use.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Proxy protocolsNode.js networkingZazu codebase navigation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue lacks specific implementation details. Start by exploring the Zazu codebase to identify how network requests are made, likely using Node.js's http/https modules. Look for any existing proxy configuration in settings or config files. Consider using a SOCKS proxy library like 'socks' or 'tunnel' to route traffic. The 2 comments on the issue may provide additional context; review them for any suggested approaches.