Re: proposal: String.prototype.padCenter

2018-08-22 Thread Nicolò Ribaudo
It can also be quite useful in Node, to center things printed to the terminal. Il mer 22 ago 2018, 17:57 Naveen Chawla ha scritto: > Isn't "bluetooth printer" too niche a use case? Any other examples? > > On Wed, 22 Aug 2018 at 17:59 Ricardo Zorzal > wrote: > >> >> Isiah Meadows , don't have

Re: Adding support for enums

2018-06-10 Thread Nicolò Ribaudo
Have you seen https://github.com/rbuckton/proposal-enum? The champion is a TypeScript member, so he already had experienc with enums. On Sun, Jun 10, 2018 at 5:44 PM kai zhu wrote: > In Redux, there are actions, which are strings, that get passed to a > reducer, which mutates the states. My