Josejulio Martínez

Results 26 comments of Josejulio Martínez

Maybe it could have an option to let you choose what you want to sync? e.g. roms, saved games, configuration, etc.

Maybe something like this could help? https://github.com/gilbertchen/acrosync-library

Another option that comes to my mind, would be to start a web server, and request the user to move to a browser (on this phone, pc, mac, w/e) and...

> Now I am unable to reproduce a scenario which logs this error. weird. FWIW I was seeing those weird errors locally, but it looks like they are gone after...

@Spoonrad The problem that I see is that every time you change the value, a new value is passed to `Child`, and that triggers an `onChange` (which repeats). I'm not...

@HoldYourWaffle Did you start something? I would imagine that there would be limitations to what It can automatically do, but maybe not an issue to everyone. I found this: https://github.com/gristlabs/ts-interface-builder...

Regarding this subject, I'm not worried about additional properties, but more worried about possible typos made to optional properties. Consider the following: ```typescript const ExternalServiceInfoCodec = t.exact( t.intersection([ t.interface({ name:...

Just throwing an idea, but it could be implemented as base class that has accessors to get the specialized object. e.g. for ```json { "allOf": [ { "oneOf": [ {...

I think you need to set your container name: e.g. ``` environment: - HTTP_ENABLED=true - AUTH_MECHANISM=noAuth - FILTERS={"name":["^/your_container_name$$"]} ```

> I found the same oddity. It seems like downloading artifacts requires "admin" permissions instead of "read" permissions (as documented). Is this reported somewhere? If not, where would be the...