particle-dev
particle-dev copied to clipboard
Show Text+Data Used
trafficstars
When compiling with Spark-Dev we don't see any information of text+data used as we can see in Web IDE Would it be possible to have this feature to see what the program use ?
Thank you very much for your help
This is a nice idea. Unfortunately the API doesn't return this info at this time. It is something we'll think about in the future.
@suda, doesn't the API already return the size as used in Spark-cli?
https://github.com/spark/spark-cli/blob/master/js/commands/CloudCommands.js#L304
@kennethlimcp you're right! Gonna be easier to add this information then :)