Seyyed Morteza Moosavi

Results 21 issues of Seyyed Morteza Moosavi

The pronounce is a command line tool for pronouncing English words.

If we are inside a git repo, running `initGit` will create a new git repo inside the main git repo. in this change, we check if we are inside a...

When I use rtl direction for container sort is not working correctly demo: https://jsfiddle.net/eckfano0/2/ video: https://www.useloom.com/share/03959b86fb3447b39248a4ff4721e0f2 ```css .item { cursor: move; padding: 8px; border: 1px solid red; } .container {...

we can generate global types (like enums) with [apollo tooling][apollo-tooling]. you can see `--globalTypesFile` option. can we do the same thing with relay compiler and generate global types file. tnx...

enhancement

move global types inside `declare module` in typings.d.ts please review with hiding white space [flag](https://github.com/date-fns/date-fns/pull/3088/files?diff=split&w=1) fixes #1472

maybe you love this one: https://github.com/so-fancy/diff-so-fancy and use that in this project

enhancement

When I zoom out my page, Native scrollbars of browser become visible. ![gemini-scrollbar custom overlay-scrollbars with native scrolling mechanism for web applications](https://cloud.githubusercontent.com/assets/1582954/11472825/5d2727ec-9784-11e5-8c8a-39594984560d.png) I guess this bug occurs because scrollbar width...

If some queries are executed in async mode, these queries are missing in the panel. How can we collect these? ```python data = asyncio.run(parallel_calc_aggregations(queryset, aggregations)) ``` **note1:** I am using...

Async 🦄

download media to local folder

I tried the cargo call-stack and this error happened: ``` thread 'main' panicked at 'internal error: entered unreachable code', /home/my-user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stack-sizes-0.5.0/src/lib.rs:311:17 ``` Infos: - RTIC v2 - target: thumbv6m-none-eabi - cargo...