I use bellow code to create reactor netty http client and use this client to send request. ConnectionProvider connectionProvider = ConnectionProvider.builder("l
In a reactor operation chain, it first queries another server for response, and the based on the response fields, it continues reactor Mono chain or stops. Befo
I have created a simple firebase webapp, which is subscribed to listen for changes within a collection in firestore. As there are only 3 items in that collectio
I am using R (not rstudio) in MacBook when hitting the tab key to complete the directory name, I get the following warning "IsMenuKeyEvent: found no unichar dat
The method which I wanted to test looks like: public void method1(String str) { ParmaObjectRequest request = new ParmaObjectRequest(str); this.instanc
Here is how it looks like I want to remove the distance between bottom of the ad and top of the bottom navigation view. I have no idea where is this gap commin
I'm annoyingly back again with a problem with my admin page. I pull data from the database and generate an html table with the data. I haven't decided what colu
I'm currently working with a Guava cache generated by Guava's cache builder and it has methods to remove all values, remove a set of values by key, and to remov
I am trying to splice out a particular piece of string. I used: myVar=$(grep --color 'GACCT[ATCG]*AGGTC' FILE.txt | cat) then, I used the code below to remove