Alexander Tsepkov
Alexander Tsepkov
Ok, I'll take a look again.
Won't be addressing this at this time, the difference is subtle enough from regular list comprehension and the change is invasive enough that I'll leave this alone until ES6 functionality...
Hmm, I don't want to favor a particular engine/compiler since I see that falling in "premature optimization" category - even if V8 is most-used. There are, however, obvious optimizations that...
Please see issue #7: https://github.com/atsepkov/RapydScript/issues/7 Since the question of string interpolation has been asked before, with the same argument of being more pythonic, I decided to write a counter-argument blog...
Oh, it definitely includes libraries, take a look at the src/ directory. Problem is if I was to implement every library that Python has myself, I simply wouldn't have the...
Thanks, if you want to put that into stdlib string.format() method, feel free to submit a pull request. I'd like to handle this like Python's string.format() does. I'm confused by...
good catch, will investigate this
In the link you mention, the buttons seem to be using black background (rather than white) for the `:before` element that overlays the button, which indeed doesn't have the same...
@Florian-Schoenherr based on my testing, placeholder seems to work as expected (it gets replaced as soon as the text is typed). But I do agree that label should be an...
No, I think placeholder is fine the way it is. Regarding `value`, there are many cases when developer would want to pre-populate the value of a text field (even if...