Roman Frołow

Results 49 comments of Roman Frołow

Duplicate of https://github.com/source-foundry/Hack/issues/241

Superseded by https://github.com/source-foundry/Hack/issues/472 ?

Looks like `binstall` is using it: `installers/npm/package-lock.json` ```json "binstall": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/binstall/-/binstall-1.2.0.tgz", "integrity": "sha1-aywPWAuePGB/UO96IqVM6f3I2TM=", "requires": { "request": "2.79.0", "tar": "2.2.1" } }, ``` and we use it here:...

Maybe relevant: Elm Europe 2017 - Evan Czaplicki - The life of a file https://www.youtube.com/watch?v=XpDsk374LDE

Example https://github.com/serde-rs/serde/issues/1107#issuecomment-348548681

Regarding the code from https://github.com/SergioBenitez/Rocket/issues/25#issuecomment-271065434, I have found this: >The only valid value for this header is true (case-sensitive). If you don't need credentials, omit this header entirely (rather than...

``` bash $ node --version v4.5.0 $ npm --version 2.15.9 ```

I am using rclone to copy all files from dropbox: `rclone copy dropbox:/ .`

I got errors when using rclone. Something like these: ``` 2019/05/31 16:01:00 ERROR : projects/javascript/date/doc/Writing_A_Daytime_Server_In_Node_js_pliki/shCore.js: Failed to copy: failed to open source object: path/restricted_content/... 2019-05-31 16:19:20 ERROR : projects/g2/gopath/.git/objects/12/5883d3cb94901419f70602a09d79830d8cef7b: Failed...

Try rclone https://github.com/dropbox/dbxcli/issues/60#issuecomment-497713363