John Salvatore
John Salvatore
is this going to get merged?
For organizations, a major benefit of SSO is seamless on-and-offboarding/role change and centralized RBAC to protect company IP/secrets and enforce policies across complex IT landscape. Github has an enterprise model...
I just tried updating every occurrence of localhost to 127.0.0.1 in `~/.jupyter/jupyter_notebook_config.py`, as well as in `/etc/nginx/conf.d/configuration.conf`, to no avail
I wish I could have some helpful updates, but nope, gave up and moved on.
I'm having the same issue
mkdir -p build mkdir -p bin sed -i -e 's/\/\//g' demos/_.bat ar rcs bin/libsiftgpu.a build/FrameBufferObject.o build/GlobalUtil.o build/GLTexImage.o build/ProgramGLSL.o build/ProgramGPU.o build/ShaderMan.o build/SiftGPU.o build/SiftPyramid.o build/PyramidGL.o build/SiftMatch.o /opt/local/bin/ranlib: file: bin/libsiftgpu.a(ProgramGPU.o) has no symbols...
ok i got it to work: change src/TestWin/BasicTestWin.cpp: ``` #ifdef __APPLE__ # include "OpenGL/OpenGL.h" #else # include "GL/gl.h" #endif ``` to ``` #include "GL/gl.h" ``` Then, I ran into a...
np ;)