StarHack

Results 10 comments of StarHack

I had exactly this error. It was caused by the file `nativescript.config.ts` (in the project root) which contained a line reading: ``` main: 'app.js', ``` I simply removed this line...

@spacetasse You might as well create a new folder and start a new NativeScript Angular project. Afterwards, check the dependency versions in the `package.json` of the newly created project against...

@iotmaestro Thanks for your contribution. I tested this feature today with a real premium account with super old files in it and the connection failed with the error message `can't...

@iotmaestro The implementation is indeed working flawlessly now, thank you! I discovered one more (minor) issue. When mounting a volume, the following hint is printed: ``` ./rclone mount ulozto: /mnt/ulozto/...

@iotmaestro You're right. I recreated the config and the error no longer occurs. All good!

> Now I saw in the doc that copy isn't even supported: https://rclone.org/overview/#optional-features > > However in the uluz setup doc it clearly uses rclone copy as an example. What's...

@eliasnaur Updated implementation to use `io/transfer` package instead and took into account the other change requests to simplify the implementation. Also updated the usage example above.

@eliasnaur Many thanks for your feedback. I have adjusted the implementation which now allows to register a TargetOp with the desired mime type and the event is now routed to...

@eliasnaur @fjl Many thanks for your feedback! I appreciate it. I changed the implementation to return the result of `os.Open()` instead and we now only send the event to the...

@eliasnaur Do you have further feedback on the existing implementation? I'd like to finalize this pull request at one point or another and add support for Linux and Windows as...