π™ƒπ˜Όπ™π™π™”

Results 100 comments of π™ƒπ˜Όπ™π™π™”

I'm not sure about this. AFAIK when you will click view SSL Certificate in Chrome, each site will show, that the certificate has issued to them. (I'm not sure, give...

> You could try `mkcert *.local`. That should do a catch-all for everything under .local tld. This doesn’t work.

I don’t even mind paying a monthly subscription for this extension if the dev is willing to fix bugs on a daily basis and actively improving it.

I had to add `--file-allocation=none` to make it work on Ubuntu 20.04 ``` aria2c -d /dev -o null --allow-overwrite=true --file-allocation=none ```

``` harry@ubuntu16:~$ pip3 install -U git+https://github.com/bluet/ProxyBroker.git Defaulting to user installation because normal site-packages is not writeable Collecting git+https://github.com/bluet/ProxyBroker.git Cloning https://github.com/bluet/ProxyBroker.git to /tmp/pip-req-build-6uybb137 Running command git clone -q https://github.com/bluet/ProxyBroker.git /tmp/pip-req-build-6uybb137 Installing...

Hmm. Right. Regex wasn't parsing it. Send a PR ? https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/9a95f2488495f13494e7c19ba7ad452946e947a7/MysqliDb.php#L620

There is no namespace.

This already have been fixed in #870 , download the master branch.

I've tested this with a basic data and it works fine. But `$db->getLastQuery()` does not work. **Update**: As it seems that you're using `CASE` operator which very slow compared to...

Thanks for this. But I’ve built my own. πŸ˜