Rohan Verma
Rohan Verma
Closes #314
I tried to find the close to tray option everywhere in the app but it took me quite some time to realize that to switch it on I need to...
Hey, Thanks for this amazing library. I wanted to know if there is any way to export/convert the PDF to an image (jpeg/png) currently using this package. I have a...
This commit adds a float_format flag to easyjson which allows users to change the float format used in strconv. The default flag used is `g` by easyjson which is kept...
The steps in https://github.com/mr-karan/kubekutr#grab-the-latest-binary are incorrect. Also, has a few problems. `curl -sL "https://github.com/mr-karan/kubekutr/releases/download/0.8.2/kubekutr_0.8.2_$(uname)_amd64.tar.gz"` 1. `$(uname)` returns `Linux` not `linux` 2. The version `0.8.2` is written twice, so even if...
Hey, Just stumbled across this project, looks amazing. Really curious to see how it compares against other similar projects like in terms of execution performance (not parse/check): 1. [Knetic/govaluate](https://github.com/Knetic/govaluate) 2....