particle-dev icon indicating copy to clipboard operation
particle-dev copied to clipboard

Show Text+Data Used

Open hallard opened this issue 10 years ago • 3 comments
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

hallard avatar Nov 28 '14 09:11 hallard

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 avatar Dec 01 '14 18:12 suda

@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 avatar Dec 05 '14 06:12 kennethlimcp

@kennethlimcp you're right! Gonna be easier to add this information then :)

suda avatar Dec 09 '14 13:12 suda