Kamyar Mirzavaziri
Kamyar Mirzavaziri
It would be a great idea to show RTL texts RTL. This simple function would help to check if a text is RTL or not, ``` const isRtl = (text)...
This PR closes issue #6650. RELEASE NOTES: - Features: Improved performance and simplified implementation of `grpcrand` by adopting `math/rand`'s top-level functions for go version 1.21.0 and newer. - Impact: Faster...
Assume we have the following wsdl: ```xml ``` Using zeep in python I can generate a valid request: ```python from requests import Session from zeep import Client, Transport from zeep.proxy...
Fixes issue #44. I am not sure if the function `HumanSizeWithPrecision` with `precision` of `1` behaves as expected. Please let me know if there is any improvement I can make.
Let's keep it short, such a test will fail: ``` assertEquals(t, "1GB", HumanSizeWithPrecision(999.6*MB, 3)) ``` With the following message: ``` Expected '1GB' but got '1e+03MB' ``` The case holds in...