Babak
Babak
Here is a simplified version of my code: https://codepen.io/BabakA/pen/ZExbLwy I have two issues with the displayed chart: 1. Candle's bodies have deviated to the right. This is because of setting...
وقت بخیر از آنجایی که در لینک http://tsetmc.com/tsev2/data/MarketWatchPlus.aspx علاوه بر اطلاعات قیمت، اطلاعات سفارشات نیز وجود دارد روشی که شما در لینک زیر استفاده کردهاید باعث بدست آمدن آیدی تکراری...
## Environment data - Language Server version: v2023.7.40 - OS: Windows 11 - Python version: 3.11 ## Code Snippet ```python from aiohttp import ClientSession class MyClass: a = 0 b:...
Here is a simple code to test the apply() method, but it ended up with an `EOFError` exception: ```Python import asyncio from aiomultiprocess import Pool async def worker(): pass async...
@sijokun thanks for maintaining this repo. I'm aware that this is an async version of the original repository, and you might not be keen to modify some basic dependencies. But...
I attempted to install this tool on Ubuntu 20.04/x86_64 following the instructions: ``` DIVE_VERSION=$(curl -sL "https://api.github.com/repos/wagoodman/dive/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/') curl -OL https://github.com/wagoodman/dive/releases/download/v${DIVE_VERSION}/dive_${DIVE_VERSION}_linux_amd64.deb sudo apt install ./dive_${DIVE_VERSION}_linux_amd64.deb...
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...
Every time I lose my internet connection for any reason, the taskbar window displays zeros for both download and upload speeds and becomes unresponsive. This issue also occurred in the...