You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the format function awesome. It is very intuitive. And sometimes, I even like to put it into a kind of generate_formatter, like myformat(x) = format(x, width=3). This is slow as said in the README. Hence it would be awesome if generate_formatter(width=3, ...) would work to create an efficient version of this.
I find the format function awesome. It is very intuitive. And sometimes, I even like to put it into a kind of generate_formatter, like myformat(x) = format(x, width=3). This is slow as said in the README. Hence it would be awesome if generate_formatter(width=3, ...) would work to create an efficient version of this.