sertraline

Results 17 comments of sertraline

Same issue. Using one persistent session (ssl=False) for entire script: aiohttp makes 10 concurrent connections, then hangs, then makes random quantity of concurrent requests. Notice the timing: Image ![Screenshot_20200528_215117](https://user-images.githubusercontent.com/36751007/83182314-b158e680-a115-11ea-89b3-1115885e348a.png) 26...

On Linux 5.10, with free amdgpu stack and vulkan the game is unplayable. Game binary takes all available memory (6GB RAM/8GB swap), without swap it just triggers OOM. Since everything...

AsyncZlib is not an attribute, it's a class. Change `zlibrary.AsyncZlib` to `zlibrary.AsyncZlib()`

same here using Windows 2019 LTSC original iso. Disabling signature check didn't help. Not using v2v. log: https://hastebin.com/raw/vunupaqole

I'm here because Firefox now also detects file as malicious (https://virustotal.com/gui/file/b765ff8fdedf8dc1d586c9a017ad9125286e59db3d0bc5b38c032e9e71956d8a). Just to note, abandoning antivirus is not an option for Windows users who use Home edition, since they don't...

> The error still exists after changing. Cannot reproduce. Did you install zlibrary from pip? What is your `python -V`? ![image](https://github.com/sertraline/zlibrary/assets/36751007/4689a665-94b2-420f-afe3-6b1625414a6a)

I see that you are running anaconda, try installing the package over virtualenv instead.

Let's try the following: 1. Create a clean venv with `python3 -m venv venv` 2. Activate with `source venv/bin/activate` 3. Install from git: `pip install git+https://github.com/sertraline/zlibrary` 4. Run the following...

> Does anyone know what the new configuration for YouTube should be? I've got a private instance running and would like to get YouTube up and running again. Thanks! You...

I was tired of editing cookies manually so I've made a [fork of a Chrome extension](https://github.com/sertraline/Get-cookies.txt-LOCALLY-Cobalt). This extension works **locally**. It will export (or copy) domain cookies in a format...