Sung-jin Brian Hong
Sung-jin Brian Hong
Nicholas, are you also interested in Jupyter notebook(IPython notebook) support? We are internally heavily using Jupyter notebook for data analysis on Spark. If you are interested in adding Jupyter notebook...
I think the usage pattern would be creating a command like this: ``` flintrock jupyter # Opens jupyter notebook in the master port 8754. Maybe open a browser # automatically...
Yes, it is because of the debug symbols. You can always strip them out in the build script if you want.
It does not support NDK build. Any contributions welcome. :) Writing `Android.mk` file is not that hard. If you need any guidelines, I'd be happy to help.
See `android.mk` documentation and samples from https://android.googlesource.com/platform/development/+/7bc5bfc65c1f73f474b45b02d92d01032b79df3c/ndk/samples/ Add source files defined in https://github.com/devsisters/libquic/blob/master/CMakeLists.txt and create a `Android.mk` file. See also: https://github.com/bagder/curl/blob/master/packages/Android/Android.mk
@vyrus001 You can always add a self-signed CA to the system for doing the testing. Or you can add `InsecureSkipVerify` option to the `tls.Config`.
Please execute main.py with `--use_gpu=False`
You might want to look at the example. It already serves files in `/files` endpoint. https://github.com/devsisters/goquic/blob/master/example/server.go
Thanks! I will have a look at it. :)
Can you try it again? The darwin static libs were old versions. I updated it. :)