Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X86-version possible? #23

Open
NickETH opened this issue Nov 24, 2020 · 1 comment
Open

X86-version possible? #23

NickETH opened this issue Nov 24, 2020 · 1 comment

Comments

@NickETH
Copy link

NickETH commented Nov 24, 2020

Hi tidwall,
thanks a lot for this very useful utility.
We use it with installers to setup default values for apps with JSON settings files.
Unfortunately, we need to support x86 applications for a few more years.

Would it be possible for you, to compile a x86-version for Windows?

Many thanks,
BR, Nick

@sergeevabc
Copy link

sergeevabc commented Feb 18, 2024

It seems the author has left us. Nevertheless, I still use this tool on Windows 7 x64.
However, I am also confused about some things like how to get the value without brackets and quotes here

$ curl -s http://www.randomnumberapi.com/api/v1.0/randomstring | gojq -r .[0]
MmEtJSQfuqiW

$ curl -s http://www.randomnumberapi.com/api/v1.0/randomstring | jj [0]
["MmEtJSQfuqiW"]

$ curl -s http://www.randomnumberapi.com/api/v1.0/randomstring | jj [0] -l
"MmEtJSQfuqiW"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants