eabase

Results 197 comments of eabase

@beerb0x If you use tripple back-ticks (```) to enclose your code markup, we can actually read it.

For MT5 this is already available. Perhaps we can reuse [some of this code](https://www.mql5.com/en/articles/7463)?

I didn't find an `redis-cli.exe`, but I found [this](https://redislabs.com/blog/get-redis-cli-without-installing-redis-server/), and installed the [node version](https://github.com/lujiajing1126/redis-cli) using: ```bash npm install -g redis-cli ``` Note sure this will work though...

Ok. Here's the solution. Because MT4 is a 32-bit binary the DLL also have to be the 32-bit version. So even if your Windows installation have dozens of `sqlite3.dll` files...

@jepeloa Please enclose your code with triple back ticks(```), so that the code is formatted. Nearly impossible to read as is... Click to see Code ```python m= folium.Map(location=[centery, centerx], width=1000,height=1000,...

Cool page. Would be nice to see in frame w. other info.

Just linking to `git credential` for easy ref. [1] https://git-scm.com/docs/git-credential/2.35.0 [2] https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage

@camh- What does `caller` do here?

Hi @achillesrasquinha > I'm not sure I understand this issue. What do you mean by "spamming" environment variables? I mean this: * https://github.com/achillesrasquinha/pipupgrade/blob/e70314b1457fe03552b9ba06f4a982e712960a7d/docs/source/envvar.md That is crazy number of new variables...

> Curious to know if there are other packages/software that recommend this style? If you're used to any *nix based OS, you'd know that most software needing a lot of...