Giulio De Matteis

Results 18 comments of Giulio De Matteis

Hi, I'm trying to implement this by using [remark-shortcodes](https://github.com/djm/remark-shortcodes) as suggested by @Rokt33r I archived to create shortcuts for strings, but I can't put ``. I wrote these lines of...

Hey! I found a way to stream the whole MEGA Cloud Drive using MEGAcmd. I managed to do that using [webdav](https://github.com/meganz/MEGAcmd/blob/master/UserGuide.md#webdav). So you need to: 1) Download and execute [MEGAcmd](https://mega.nz/cmd)....

I have the same problem with bulkDownload. ``` downloadManager.bulkDownload({ urls: urls }, function(error, finished, errors){ if(error){ console.log("finished: " + finished); console.log("errors: " + errors); } }); ``` If urls contains...

This seems to be a nice feature to have

Hi, thanks for submitting the issue! I've never thought about that, I mean my account does not have this kind of protection... I will try to find a solution for...

Hi, thanks for your support! I'll try to implement the back and forward buttons in the next release. For the dark mode I will see what I can do.

Hey, the app should automatically cache your login data... I think it's a problem related to your system in particular.

Hi, thanks for reporting this issue. Apparently there's a problem with the library pynpm if used with versions of Python > 3.7. By the way, at this point you are...

Probably npm is not installing the dev dependencies. Enter in the bandcamp-desktop folder and type: `npm install electron electron-builder` This should install the missing dependencies.

@TipiT thanks for your support! It sounds great, I'm going to add it to the list of improvements :)