I am currently stuck on a typescript error regarding the type of a ref object (as far as I know). I am quite new to typescript so i don't understand how to reso
I have method in my API which receives a file, int and string params. Also I have a desktop WPF app (written in C#) where user after choosing some options click
I have a JSON response. I need to parse it using PHP to output in the right place only the data from the second column (close) and the last (end). I previously
So Python has positive and negative infinity: float("inf"), float("-inf") This just seems like the type of feature that has to have some caveat. Is there any
How can I display date of one week ago in the format of YYYY-MM-DD like this one "2015-02-18" in Swift
I get following error message when trying to fire an SQl Statement....the exception: QuerySyntaxException: unexpected token: a near line 1, column 127 [SELECT D
[getToken] Error/Exception: {"nativeStackAndroid":[],"userInfo":null,"message":"6003: certificate fingerprint error","code":"907122045","line":2242,"column":45,
I have created a custom HTML table that I want to render into a bar graph using highcharts. But I would like to show the $ or % symbol to make it clear what the
I am working on app in iOS. I have integrated Facebook App Invite, Everything works fine on XCode 7.3.1, After updating my app to XCode 8.1, Facebook App Invite
I want to sort the data by the "reason" field's values like "spam" , "nudity" and other reasons. could you please help me with that.