-
Notifications
You must be signed in to change notification settings - Fork 8
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
Trying to add mruby-httprequest #3
Comments
I'm not sure Could you try to downgrade |
Ok I did some research, don't know why |
OK, finally let it work, because LLVM-macOS should include I'll send a PR to mruby, don't know this is the right way. You need put these in to your gembox:
and you have to give a long timeout throttle because 1 second is too short for network IO, and keep in mind that mruby is running syncronizingly which means it will blocking your program until return or timeout. Thank you give this issue that let me know IO works in the sandbox. |
Unforunatly ESS opened Although we can give an option to remove that, but that would lead the sandbox vulnerble. what do you think? |
Was just about to try this out. It would be nice to have this option, but indeed vulnerable sandboxes make no sense. Let's not. I'll think of another way! Shall I close this ticket? Really enjoy using this gem! |
Thank you for reply! I close the issue |
Trying to add https://github.com/matsumotory/mruby-httprequest, to script_core's mruby.
Steps:
Last bit of output of step 3:
This is on macOS. Any idea what causes this? Is this a too new gcc?
The text was updated successfully, but these errors were encountered: