Ashok Koyi

Results 90 comments of Ashok Koyi

Appreciate if someone can help w.r.t @xenocrat question. Thanks!

The project is now migrated to https://github.com/1tontech/bootstrap4-snippets to unify development of both vscode & intellij plugins

I have not yet done the whole setup myself. I need to move from my dev env to aws/gce/third party hosting solution very soon. My assumption is that ingress controller...

Along with visibility state, we should identify additional common views/components whose state we would want to be restore out of the box such as `LinearLayoutManager`, e.t.c. Why does anyone needs...

@frankiesardo Any views on this? FYI: I'm not comfortable clojure, else, I would have submitted a pull request :(

[Spring Data R2DBC](https://github.com/spring-projects/spring-data-r2dbc/issues/43) also has exactly the same issue

Also, `send` method too feels like an ACTION, but the actual call happens when we subscribe like any other reactive stream (please correct me if I'm wrong). So, even `send`...

@smaldini Thanks for your response We need some guidelines on naming methods in reactive world so that regular java users do not feel they are caught off guard. We need...

`.block()` does what it implies from method name. It blocks current thread when the method gets executed `.subscribe()` does it what implies based on method name. It subscribes to the...

A rough guideline I've in my mind is this > Method names should say `what` they do, avoid implying `when` they do it