Álvaro Brey

Results 295 comments of Álvaro Brey

Another option would be de-beautifying the code at runtime but before injection, I guess.

>I realized there's a problem, though, I think. I don't think javascript/node provides a way to include a file as a "string literal", like how C's #include works, so even...

There's another option that hadn't occurred to me yet: we may want to generate the `ServicesList.js` file with a custom script at compile time. This hypothetical script would read metadata...

Well, I actually meant writing a script that would generate a `ServicesList` similar to the one we have right now, and just having `npm` execute that script as the first...

@ArtemBogush I ended up implementing my own view. I suggest you do the same, because this library doesn't appear to be maintained at all.

I'll try to reproduce this. Has anyone verified if it happens in a fresh install of 3.20.0? (not upgrade)

I wasn't able to reproduce this. Can anyone upload a logcat?

> > I wasn't able to reproduce this. Can anyone upload a logcat? > > See [logcatOutput.txt](https://github.com/nextcloud/android/files/8661043/logcatOutput.txt) (with redacted username/host/port/user-folders) Thanks! From this and another log that was shared with...

Hey @thethan666, can you get logs from the app? Instructions here: https://github.com/nextcloud/android#getting-debug-info-via-logcat-mag Feel free to search and replace the output for your username and server name, for privacy reasons.

Developer reference: http://github.com/nextcloud/android/blob/master/app/src/main/java/com/owncloud/android/operations/RenameFileOperation.java#L111-L111 The exception is just logged and a `null` result is returned.