rick
rick
Just to test if it's work. I'll add more options after, based on patternfly documentation.
It allows to add these components inside a modal for example. I'll maybe add it if I've time.
cf. #881 , a quick pr, can be improved
I'm wondering why you only support genisoimage and not mkisofs. Isn't interesting to check if genisoimage is installed, then check for mkisofs (or vice-versa) ? They are basically doing the...
fix #491 , however I'll try to compile it on Arch linux next week before merging it
I'm compiling bulk_extractor on the last commit (same problem with v1.4.0) on Gentoo, using GCC 15.1.0. I got an error, due to a missing header file. ``` g++ -std=gnu++17 -DHAVE_CONFIG_H...
py2neo is end of life since [2021](https://neo4j-contrib.github.io/py2neo/). They recommend to change for officials Neo4J drivers or [Neomodel](https://neomodel.readthedocs.io/en/latest/index.html). This [blog post](https://neo4j.com/blog/developer/py2neo-end-migration-guide/) looks like a good guide to migrate the code.