Jimmy Wan

Results 15 comments of Jimmy Wan

Any news on a new release? Stumbled across this fix that I'd like to see released to the wild: 610596c9d93b3c9086becd6212ab4ba81d476dc4

Any updates on this? Unfortunately s4cmd doesn't appear to support this either. :(

Seems perfectly fine for me with windows 10 (64-bit) and cygwin(32-bit). Subsecond response on everything. ``` $ git --version git version 2.12.3 ```

I believe I'm running into the same issue. If it helps, I was originally running the following on a Synology NAS: * portainer/portainer-ce:2.6.3 * pihole/pihole:5.3.1 And now I've upgraded to...

> @jimmywan I don't have a Synology NAS to test locally unfortunately. If you spin up a fresh container with the latest pi-hole, does that work out of the box?...

I don't think there's anything that needs to be done. It just works. ### before ```bash $ pyenv shell miniconda3-4.1.11/envs/test (test) (test) ✔ 17:48[vagrant@ubuntu-14:~] $ python --version Python 3.6.2 ::...

> My point here is that this is not the typical conda usage. I don't think that's a true statement, I do it all the time and conda allows you...

Can we close this? At some point along the line I just got used to the conda tool not being available from virtualenvs of my miniconda install and it wasn't...

__(emphasis mine)__ > For every python project I've worked on (usually scripts and daemons, not web apps), I've adopted the workflow of creating a virtualenv inside the project directory and...

> If it's committed to source control then it makes things confusing... Don't commit it. Problem solved.