Hobbyist developer | CTO @zerodha | Volunteer @fossunited
-
Zerodha
- Bangalore
- https://nadh.in
Highlights
- 1 discussion answered
Block or Report
Block or report knadh
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
otpgateway Public
Standalone server for user address and OTP verification flows with pluggable providers (e-mail, SMS, bank penny drops etc.)
-
sql-jobber Public
A highly opinionated, distributed job-queue built specifically for queuing and executing heavy SQL read jobs asynchronously. Supports MySQL, Postgres, ClickHouse.
-
tg-archive Public
A tool for exporting Telegram group chats into static websites to preserve chat history like mailing list archives.
796 contributions in the last year
Less
More
Contribution activity
March 2022
Created 37 commits in 5 repositories
Created 1 repository
- knadh/dont.build HTML
Created an issue in cypress-io/cypress that received 1 comment
Add Query String format option(s) to cy.request()
Current behavior
cy.request({url: '/url', qs: { list_id: [1, 2, 3] })
Generates the request URI:
/url?list_id%5B0%5D=1&list_id%5B1%5D=2&list_id%5B2…
1
comment