mobileben

Results 10 comments of mobileben

@garethsb-sony yes, I believe that is it (line 1174). What I wondering if there is a gap in the logic where the connection and/or client need to be re-initialized or...

One other thing to note here. I mentioned that if I get login and then log into docker prior to running the script it works. I noticed it also recreates...

I need to do a little more testing here, but if I run `docker login` as a subprocess. (which defeats the purpose of using docker-py), it works. It seems that...

Okay, I ran some experiments the last few days. Had to deal with the 12 hour AWS ECR ticket so it took a little longer to do. It does seem...

I took a look more at the code. This isn't as straight forward as I initially thought it would be because of the way `BuildStep` objects are initialized. A possibility...

That works, but the only drawback is it is redundant data. I try and log everything, or rather as much as possible. Over time, this translates to more network as...

I do also build this using GCC on Ubuntu and took at the compile logs (I mainly build to run and test on the Mac so I tend to not...

I'm on a Mac and encountered this. I think the problem is the `%20`. I ended up using this for the url string ``` decodeURI(new URL(currentFileUrl).pathname) ```

I'm using 5.2.0 and am experiencing something similar. Not sure if this is related. But I load via code like this ``` const sfx: Record = { 'test': 'assets/test.mp3' };...

@ripperhe how would expect this flag work? For example, is the assumption that the ZIP contains the one directory that is the container of the rest of the files? I'm...