Mohammad Hossein Fattahizadeh

Results 52 issues of Mohammad Hossein Fattahizadeh

For achieve this, consider these following steps: * Add language/translation instead of hardcoded text in templates * Choose CSS framework support RTL like bulma / Or even better using Reactive...

enhancement
help wanted

Why install during clean? I dont wanna compile debug based packages. https://github.com/openresty/openresty-packaging/blob/e1ed5ccc096beb8f06f9d559c7783fa5e9aea67e/deb/Makefile#L206 Using build script then clean cause error: during compile ``` sudo apt-get -y -qq install openresty-zlib-dev openresty-pcre-dev openresty-openssl111-debug-dev...

``` deb-src http://openresty.org/package/ubuntu bionic main ``` will be an error ``` W: Skipping acquire of configured file 'main/source/Sources' as repository 'http://openresty.org/package/ubuntu bionic InRelease' does not seem to provide it (sources.list...

Is there any control size of popup thumbnail in browser? CSS or JS Way? ![Screenshot from 2022-12-25 09-14-51](https://user-images.githubusercontent.com/1172526/209458277-af37afff-5d8c-4a13-a601-8ce5d7ddb357.png)

I use fake data to generate about 10 root menu and about 100 menu. I have simple test unit with fake data: ```js const tree = await Menu.fetchTree(0, rootId, {...

help wanted

how to forward to another socks proxy?

Add cookie parser for check request and system status. Consider HTTP request always carry the cookie of client unique identifier. For example Cookie: cuid=blahblahblah; * Add Cookie parser for parse...

enhancement

Following check point must be checked. * Standard Verb of HTTP https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods * Full URL Manipulation https://en.wikipedia.org/wiki/Uniform_Resource_Identifier ``` userinfo host port ┌─┴────┐ ┌────┴────────┐ ┌┴┐ https://[email protected]:123/forum/questions/?tag=networking&order=newest#top └─┬─┘ └───────┬────────────────────┘└─┬─────────────┘└──┬───────────────────────┘└┬─┘ scheme authority path...

enhancement