Qiangjun Ran
Qiangjun Ran
Requested a PR based on @Jan-E's comment
I've written code myself to download them all when I was checking this repo as it was not working for me. Planned to opensource it after refactoring. hadn't got time...
To whom may concerns. I've uploaded the code to https://github.com/jungleran/blinkist-downloader, if someone is interested in improving it. PRs are welcome. if you need the maintainership, please open an issue there...
btw, creating index saved my day `db.rocketchat_uploads.chunks.createIndex( { files_id: 1, n: 1 }, { unique: true } )`
BTW, a dirty way to get it working, prepending `PYTHONIOENCODING=utf-8` to the commands
PYTHONIOENCODING=utf-8 works with Chinese, but not working with Vietnamese according to my rocketchat installation.
+1 to this. And add my two cents here: ``` base: '/docs/', cleanUrls: 'with-subfolders', ``` I would visit https://example.com/docs, yeah, it works. BUT the link of the site name is...
BTW, the extra `.html` appended to `/docs` as `/docs.html` on the screenshot happens with `cleanUrls: "off"`
Hi, webflo. Yes, I checked that the drupal/core repository using 8.2.12 as the drupal/coder's version. But as you know. According to the documentations on drupal.org, https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies there is a `version...
@danny-avila, thanks for your attention. How about building an administration page? E.g., `/admin/people` where lists, username/email, user status(Blocked/Active), and total cost etc. Meanwhile, add two new roles: `Authenticated user` and...