RenWal
RenWal
Hi, I've just stumbled upon the fact that (at lest at my university) echo360 has an RTMP stream with much higher quality available (720p instead of the 360p I get...
The following line causes a cmake failure on my Ubuntu 20.04 machine: https://github.com/emsec/hal/blob/5e004f6010a9e690b56fe02b54f38a970f8fa5f9/cmake/detect_dependencies.cmake#L148 "Dual stack" python installs, i.e. having both python2 and python3 installed, will trigger this if the system's...
**Describe the bug** The `graph_algorithm` plugin makes several references to `net::get_source()`, which is deprecated and superseded by `net::get_sources()`. This will break functionality if multi-driven nets are encountered in the netlist....
**Describe the bug** Both the Python console and the log have infinite scrollback. This causes high memory consumption of a few tens to hundreds additional MB when you leave HAL...
**Describe the bug** The keybind settings widget doesn't recognize the Command key on MacOS, so no keybinds with this key can be set up. **Affects branch** integrate-graph-features **To Reproduce** Steps...
**Describe the bug** Calling `input()` in either the Python console or editor locks up the GUI (see #101) and one can't type their input into the console as they would...
**Describe the bug** When saving a netlist as .hal file, all open python editors with pending changes are marked saved. This is only partially correct: When the HAL file is...
**Is your feature request related to a problem? Please describe.** For large projects, if you want to quit HAL you need to click all Python tabs separately to save their...
**Describe the bug** Writing an endless loop (by accident) will block the HAL user interface. There is currently no way to cancel a running script or console command besides killing...