Lucas Vickers
Lucas Vickers
I'm a little confused. I see the online and locally generated documents but I see no explanation regarding full or subset gherkin support. Can anyone point me in the right...
+1 for this feature. This is truly basic functionality that should be added.
OS X and Ubuntu Trusty Currently produces: ``` verbose (CMakeLists.txt) -- adding sample: 1 CMake Error at CMakeLists.txt:54 (add_subdirectory): add_subdirectory given source "/Cinder/samples/1/proj/cmake" which is not an existing directory. ```
``` mkdir build cd build cmake .. -DCINDER_VERBOSE:BOOL=1 -DCMAKE_BUILD_TYPE=Release -DCINDER_BUILD_TESTS=1 -DCINDER_BUILD_SAMPLE=1 ```
Got it. I don't think the naming is an issue as long as we document (and I read said documentation)
I was having similar issue, found explicitly clearing out the oauth tokens in the session between authentication requests solved my issue. Did not find similar issue in facebook, which is...
Sorry for missing this update, I used the code ``` if session.has_key('twitter_oauth_tokens'): del session['twitter_oauth_tokens'] ``` where my oauth getter/setter references that key ``` @twitter.tokengetter def get_twitter_oauth_token(): ... return session.get('twitter_oauth_tokens') ```
I was having similar issue, found explicitly clearing out the oauth tokens in the session between authentication requests solved my issue. Did not find similar issue in facebook, which is...
Hello, thanks for the quick response. ``` $ python -m ensurepip --upgrade Looking in links: /tmp/tmpi5bv9rha Requirement already satisfied: pip in ./env/lib/python3.12/site-packages (24.0) $ python -m pip install --upgrade setuptools...
Is this just an issue with how the version is named? https://stackoverflow.com/questions/75202383/raise-packaging-version-invalidversion-linux-pip