TW

Results 2664 comments of TW

can somebody who is familiar with docker please review this?

http://www.bootbundle.com/ http://bootswatch.com/ http://startbootstrap.com/ http://bootstrapzero.com/

fundamental problem: self-destruction would happen after a complete read or download, not before. but what if a file is only downloaded 99.9%, but the last byte is never downloaded? the...

the problem with partial downloads can be solved by not supporting them for small items (like < 1KB). with that plus a new item type x-bepasty-redirect it can work like...

``` update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2 update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 update-alternatives --config python ``` Not required, just have python3 and related installed and use `python3`. You don't...

python 2.7 is not relevant. you can have it or not, it does not matter. if you have python3 and the related tools installed, you can just invoke `python3`, `pip3`,...

If you can do a minimal PR for our docs, that changes whatever is definitely wrong or missing, without adding unneeded stuff, that would be great!

"Here are the configuration defaults:" (note: singular configuration) Also please edit conf.py and add add_module_names = False.