EB
EB
I wish open-source projects would be more inclined to setup a donation page to keep things going
Thanks Dillon!
No, these are my personal repos. I can check my permission settings for the CodeHub app to verify. On Wed, Jan 16, 2019 at 10:21 PM Dillon Buchanan wrote: >...
Yep. Sweet. Thanks ninSmith.
Same problem. Python 3.9. Below internet example fails even after force installing newscatcher manually with updated Feedparser version: #!/usr/bin/env python3 from newscatcher import describe_url describe = describe_url('nytimes.com') print(describe['topics']) > ./news_test.py...
@davidjb. FYI, the latest build of KiOS comes with 'mkpasswd'. Though I'm not too familiar with the KiOS internals, this alone should be able to generate secure password hashes. https://www.cyberciti.biz/faq/generating-random-password/
Hi Cedric, I was thinking more of a self-signed certificate for the web interface to encrypt the connection so that login credentials aren't sent via clear-text.
Cedric, I did some testing on my KiOS install (v2.6.0) and found that in order for SSL in NGINX to work, the "[ngx_http_ssl_module](http://nginx.org/en/docs/http/ngx_http_ssl_module.html)" needs to be added. Otherwise it won't...
I'm seeing an almost identical issue here during my development setup build: ``` Welcome! This script will guide you through the process of setting up a Canvas development environment with...
Hi, I think 5.2.2 just came out February 28, 2017. I dunno how anyone can keep up with supporting the latest ES version since it changes every other week.