Steve Clement

Results 28 issues of Steve Clement

There is a "bug" when trying to compile rocksdb 5.4.12 on GCC 8.2.0 see here: https://github.com/facebook/rocksdb/issues/4017 It has been fixed here: https://github.com/facebook/rocksdb/pull/3870 And is mentioned and discussed further here: https://github.com/facebook/rocksdb/pull/4033...

investigate. (page stuck)

Some issues if it is not configured: https://gist.githubusercontent.com/SteveClement/1ba901612a97d63938ed5cf32c2100ee/raw/3dcfedce8648414fb01c703d1ae02e95212cadaa/gistfile1.txt I see there is code to handle that case but something is not working.

https://github.com/MISP/MISP/issues/3624 Those few links should help: Add feeds via API: https://github.com/MISP/PyMISP/blob/master/examples/add_feed.py Generate feeds: https://github.com/MISP/PyMISP/tree/master/examples/feed-generator https://github.com/MISP/PyMISP/tree/master/examples/feed-generator-from-redis

T: enhancement
help wanted
API

See: https://github.com/tweepy/tweepy/pull/1042/files

``` Writing lock file Generating autoload files > Cake\Composer\Installer\PluginInstaller::postAutoloadDump Action required! The CakePHP plugin installer v1.3+ no longer requires the "post-autoload-dump" hook. Please update your app's composer.json file and remove...

``` (venv) misp@misp-test:~/code/mailoney$ pip install git+https://github.com/D4-project/BGP-Ranking.git/#egg=pybgpranking\&subdirectory=client Collecting pybgpranking Cloning https://github.com/D4-project/BGP-Ranking.git/ to /tmp/pip-install-pnqwv90c/pybgpranking_777f9736e6d849e8bb2af02b4252c0fe Running command git clone -q https://github.com/D4-project/BGP-Ranking.git/ /tmp/pip-install-pnqwv90c/pybgpranking_777f9736e6d849e8bb2af02b4252c0fe Resolved https://github.com/D4-project/BGP-Ranking.git/ to commit 36688e85c17442652b0b893605b50741c01bd62a Collecting requests Using cached requests-2.26.0-py2.py3-none-any.whl (62...

After installing all the required deps it fails on a namespace error. ``` (venv) misp@misp-test:~/code/BGP-Ranking$ bgpranking Traceback (most recent call last): File "/home/misp/code/BGP-Ranking/venv/bin/bgpranking", line 7, in exec(compile(f.read(), __file__, 'exec')) File...

Trying to import bgpranking results in error. See below. ``` (venv) misp@misp-test:~/code/mailoney$ pip install bgpranking-web Collecting bgpranking-web Using cached bgpranking-web-1.2.tar.gz (2.1 kB) Collecting requests Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) Collecting...