RenWal
RenWal
I can't reproduce this issue. Usually if you get `None` from `get_plugin_instance`, this means that the plugin you've asked for is not available. Please confirm that `graph_algorithm` is available in...
If the plugin is not visible in the plugin manager, then it does not exist in your installation. This is usually due to build options that have disabled this plugin...
related https://github.com/emsec/hal/pull/487
Thanks for the contribution! We may want to reconsider the choice for which plugins to build by default; your proposed change in 98a8e06 would cause the build to include the...
I believe you have uncovered a larger issue here which applies beyond Arch. `logic_evaluator` has an incorrect build config, we shouldn't be building this plugin by default without building all...
We appear to have external interest in at least the icons part of this FR. Having a way to assign a (pre-defined or custom) icon to a gate or module...
Thanks Jörn! I'll put this on the agenda for our next meeting, let's have a quick chat on how we can build this together :)
@joern274 About that dependency issue: Any insights on what may be going on in the plugin manager here? Is this a configuration problem at install time (e.g. some library path...
The old `python_shell` plugin wasn't updated in about 5 years and is therefore not really compatible with the current state of HAL. You do still get a Python shell, but...