Posts by HenryPK Developing Apps • 21 points
2 posts
-
1
votes2
answers131
viewsQ: Convert power
I have a function format(input) which transforms code citation from a numerical expression, to become more readable to the user with Unicode characters. e. g. "3 * 2 + 1 - 5 / 2pi" -> "3 × 2 + 1…
-
1
votes0
answers40
viewsQ: How to capture error: SERVER RESPONDS REQUEST-URI TOO LONG, STATUS = 414
I’m making a chat application, which opens a file (via file input) and then converts to DATA URI. (I am using Pubnub) when I send the string, I get a 'URI Too long' error. How can I compress the…