Message from JavaScript discussions
December 2018
β Im checking the timeline scale if i show icons or not
If you zoom 300% some page, then those float values will be relevantπ€€ i prefer to use % for dimensions
β Because it returns *live* object
β At the moment console.log takes .width
, it's one value, at the moment you opening logged object in the console output window, it's another value...
β Https://youtu.be/adgI8-W1VjE
β determin1st I rewrote a lot of my readme... please let me know what you think about its readability: https://github.com/Floofies/HertzScript/blob/master/README.md
β I may add this to the readme
β Nitpick: I don't like require or definition out of order
β Nevertheless, I had a question. Does regular JavaScript source (without spawn) have any benefit of running through Hz?
β Ohh in the Statues example right?
β I usually stick all requires at the top of the file, guess I forgot this time
β Yeah, if you've started your own dispatcher and imported the compiled code into it as a module, then you can tell the dispatcher to pause whenever you want to do something else in regular JS land