Raphaël Droz
Raphaël Droz
Tested. Works beautifully. thx! The **only** missing change would be to switch Makefile's `LDFLAGS` to `LDLIBS` so that final libs' order is corrected and `cc` succeeds.
Out of curiosity, is there anything else that would make this plugin restricted to reveal.js 3.x (like an hardcoded list of supported option or similar?)
https://github.com/lbryio/rocksdb/pull/1 then ```patch diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ src/rocksdb/librocksdb.a: -Dlz4_LIBRARIES=../lz4-1.9.3/lib \ -Dzstd_INCLUDE_DIRS=../zstd-1.4.9/lib \ -Dzstd_LIBRARIES=../zstd-1.4.9/lib \ - -DZLIB_INCLUDE_DIR=../zlib-1.2.12 \ - -DZLIB_LIBRARY=./zlib-1.2.12 \ + -DZLIB_INCLUDE_DIR=../zlib-1.3...
- Is that still valid? Extensive dict can be huge, is a MR the adequate way? - What playbook/process would you follow for the training process and how long before...
Wouldn't using a kind of **first-pass-rule processing for separators** be a less-disruptive way to implement it ? - would not affect most of the existing [`pp.c`](https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/pp.c) code (nor keyspace generation/options/...)...
- Tested all of them (with `small`) without `CT2_*` env and got `ValueError: Requested XXX compute type, but the target device or backend do not support efficient XXX computation.` except...
Python 3.10 on Linux works. (But a fork of TensorFlowTTS must be installed)
I'm being brought into this topic because half of my servers can't ping `downloads.wordpress.org` (network quality of WP.org resources is getting worst). I saw [this project](https://github.com/centminmod/wordpress-plugin-mirror-poc) (heavily Cloudflare dependent) aimed...
The first step would be to identify the commits which updated the lib' in such an incompatible way. I doubt the switch from `cudnn8 -> cudnn9` was responsible for this...