Alexandru Mărășteanu
Alexandru Mărășteanu
I like the idea of raising `ValueError` 👍
Seeing as the ticket is still open, I'll take the opportunity to share a few thoughts that I've been having recently. When I opened this, I think I was enthusiastic...
@gsakkis @ml31415 thanks for your input
Out of curiosity, do these constraints need to be implemented for each type? I was looking over the list of supported types and realized decimals, strings and UUIDs can be...
The SDK is for the API managed by Vonage, which does include [10DLC features](https://developer.vonage.com/en/api/10dlc). Does this mean Vonage has no plans to support Vonage's API in Vonage's SDK?
Thanks for the follow-up @Westbrook My original comment was not about Storybook, but about the fact that the initial project didn't work at that time. None of the messages in...
What are the use cases?
@ctr49 I kind of like this idea, see https://github.com/alexei/sprintf.js/pull/228 There's one thing I'm undecided about. `%n` in C doesn't accept any options, however I think it would be cool if...
Addresses https://github.com/alexei/sprintf.js/issues/223
I believe that happens because the library uses the right shift operator to ensure the number is positive: https://github.com/alexei/sprintf.js/blob/8a3a4bb0000150ab988abdffd97a2bdb11d49bf9/src/sprintf.js#L114-L116 In doing so, the value is converted to a 32 bits...