Sebastin Santy

Results 20 comments of Sebastin Santy

I guess it allows clients to make playlists too!

@mukkachaitanya I think that is what @prampey meant by saying that. We can use [Preferences](https://www.npmjs.com/package/preferences) instead of using a db, because, given db's location, there is a possibility, someone can...

@mukkachaitanya Are you still doing this? I might want to give a shot at this! Thanks :)

Actually the socket is open for everyone (we need to close it to avoid breach). We have only created a check in the front-end template.

This is the check [https://github.com/OSDLabs/Encore/blob/master/views/index.html#L23-L25](https://github.com/OSDLabs/Encore/blob/master/views/index.html#L23-L25)

@prampey Yes, it is

@UtkarshMe Yeah, it is public and that's the downside. This can be exploited only if the enduser makes a socket-client and connects (rare case). After our initial release, we can...

Oh yes, I agree. I didn't notice the socket events you mentioned.

Maybe implement some sort of recursive download for github based repos (or any folder based format for that matter) in DataDeps.jl?

I tried for a day more. The issues are: 1) What is an identifier in the Dataverse API? There is an `id` field, `identifier` field both of which don't work...