Sajjad Hashemian

Results 18 issues of Sajjad Hashemian

Add Testing for different method Same Idea as [Broken v3](https://github.com/eribertomota/axel/tree/3.x-broken/test)

enhancement
help wanted

This is wonderful to see updated Axel, currently when I wan use socks5 as proxy for example I get this error: ``` Invalid proxy string: socks5://127.0.0.1:1080 ``` I'm not a...

enhancement
help wanted

## Summary some languages like Persian, Arabic and Hebrew are RTL. it should be possible to show RTL version based website or user language.

enhancement

I'm trying to add this library to [golang-graphql-benchmark](https://github.com/appleboy/golang-graphql-benchmark). I've created a simple http server but it perform very bad, am i doing this right? ```go package main import ( "encoding/json"...

by adding `dir="rtl"` attribute to `heml` tag all elements should be RTL.

فکر می‌کنم مشکلی با نمایش بعضی از کاراکترها وجود داره، مثلا کاراکتر `@` و `_` نمایش داده نمی‌شن. -- there's a problem with some character which they don't showing up....

can you please use a more complex query and schema for benchmark?

currently always `havoc` displayed in the title bar and never changes. title should be dynamic and provided title by shell should be displayed instead.

currently returned value both of `useMutation` and `useQuery` calculated every time they called, I'm not really familiar with apollo logics, but I guess this can memoized?, for instance `useMutation` should...