I want to make a ScrollView that uses data that it async fetches from my backend. But for the moment when I try to render the subject, or even log the subjects,
I have already published my app to the app store. I have already a couple of versions. I created an internal test group and an external test group. Today, I pub
The below is a webservice running, I can use swagger and get the result file from apicontroller but having trouble making the call from console app to get the r
Parent View: @Html.Action("SetReview", "Review", new {sellerId = Model.SellerId}) [HttpGet] public ActionResult SetReview(string sellerId) {
I wonder if there is a way to create my own pdf file reader that can add custom style to pdf files. Just like we add custom css to some websites?
I am trying to evaluate different datamodels in Neo4j. For that reason I have created two databases which have those different models and saved them in the same
I am running an EMR which processes some logs containing around 15-20M log events. Sometimes few log events contain badly formatted data that break my pipeline.
Let's say I create a plotly figure like this: x = [['A','A','B','B'], ['X','Y','X','Y']] y = [1,2,3,2] fig = go.Figure() fig.add_bar(x=x, y=y) fig.show() I get