Sơn Trần-Nguyễn

Results 36 comments of Sơn Trần-Nguyễn

Mình có thêm cái pull request #23 để hỗ trợ file có mật khẩu. Các bác muốn thì test thử.

@hoangtu21488 Trước dòng lệnh tải bạn thêm vào `FILE_PASSWORD=password_cua_file `

Chỗ đoạn này nè: ![image](https://user-images.githubusercontent.com/973206/97020775-9600d480-1517-11eb-9ab7-b237adaebb4f.png) Sửa lại thành: ``` FILE_PASSWORD=password_cua_file curl -sS https://raw.githubusercontent.com/duythongle/fshare2gdrive/master/fshare2gdrive.js | \ tail -n+2 | node - "" "" "" | bash -s ```

I will second it. My use case is exactly this. I need to create an archive from a remote folder. I tried `rclone cat` and pipe the stream to `tar`...

One important aspect of archiving is the final file size. Would `rclone size` work with a zip? From what I understand, we can only determine the final file size when...

That is the issue if I use ES6 module directly from the browser, i.e.: ```html ``` `app.mjs` ```js import "../node_modules/aos/dist/aos.js"; ``` AOS will try to set `AOS` to `this`, which,...

@thgross That's correct. ES6 module is loaded differently than normal script.

Same with IBM Plex Sans. On the helper site: ![image](https://user-images.githubusercontent.com/973206/55247962-da7e9e00-5216-11e9-8704-d5b4d013b1e1.png) Versus on Google: ![image](https://user-images.githubusercontent.com/973206/55247978-e66a6000-5216-11e9-961b-4fe7a02ccfa9.png)

Currently, `yazl` supports creating archive from streams.

@mikob > Now I'm simply using tsc then plugging in the js input to rollup instead and my build time is down about 5x and memory down about 100x. I...