Alexander Molochko

Results 24 comments of Alexander Molochko

@Trikke thank you a lot for you time and explanation, I think I got idea. I felt that app should be based on similar architecture some time ago when I...

@jemshit you are asking a really good question. Such things like authentication, sessions cannot persist on only one layer they are exist on mostly all layers of an application. I...

@Doctoror I think it is up to. That's why `RxJava` is used here as a link between different layers because it makes it much easier to convert, adapt and manipulate...

@japplin This repo is just an example and possible interpretation of `Clean Architecture`. You should not follow the same way, this is like understanding of @android10 of Uncle Bob's architecture....

I have the same question, according to the answers above, there is only one way is to execute some commands on a running container. I solved this problem with a...

I have tried to debug and got into the `Socket` source file, tried to use something like that `socket.setTimeout(200, socket.destroy); ` but this doesn't work as well. In case of...

I've tried to set break point at the line ` if (msecs === 0) {` In this function. ``` Socket.prototype.setTimeout = function(msecs, callback) { if (msecs === 0) { timers.unenroll(this);...

The issue is related to changed selectors, try my fork - https://github.com/CROSP/google-this/tree/main Or use the following selectors by directly changing the contants.js file ``` SELECTORS: { // Organic Search Results...

@kaplanerkan Thank you for your question. I would strongly suggest you not to mix the Infrastructure layer with the Presentation layer. This library is intended to be used just a...

@kaplanerkan You can always use the **setCurrentTime** method that accepts time in seconds. Or you can call another method **setCurrentTime(long time, @TimeFormat int timeFormat)** that also accepts a time format...