Roberto
Roberto
After `vagrant up` i see: ``` Collecting setuptools (from jsonschema->pymisp==2.4.106->cuckoo) Using cached https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in...
Hi, on macos 10.14.2 with hstr installed thought brew i have this error: `dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local/bin/hh Reason: image not found Abort trap: 6` because brew...
I am using macOS 12.3.1 I tried to install UMS either by downloading the .dmg from github and from homebrew with the command `brew install universal-media-server` in both cases i...
**Step:** - edit app/build.gradle adding ``` lintOptions { abortOnError false } ``` - build using `./gradlew build` App crashing immediately on start up Output of `adb logcat -b crash`: ```...
Build error when compiling example Factory_Test/WIFI_Kit_32_FactoryTest I'm using: - Arduino IDE 1.8.19 on MacOS 12.3.1 - espressif/arduino-esp32 v 2.0.3 - library Heltec ESP32 Dev-Boards v 1.1.0 ``` /Users/myuser/Documents/Arduino/libraries/Heltec_ESP32_Dev-Boards/src/BMP180.cpp: In member...
last glib-2.0 installed with brew after `make` i have this error: ``` Scanning dependencies of target hackrf_ook [ 50%] Building C object CMakeFiles/hackrf_ook.dir/hackrf_ook.c.o [100%] Linking C executable hackrf_ook ld: library...
Testing connection from both https://mqtttiles.flespi.io/ and self hosted version versus this brokers: - emqx websocket + TLS - hivemq.cloud websocket + TLS nothing work using https://websocketclient.hivemq.cloud/ i'm able to connect...
OS: Steam Deck OS (based on Arch) ``` sudo pacman -S autoconf automake $ git clone https://github.com/dvorka/hstr.git $ cd hstr $ cd ./build/tarball && ./tarball-automake.sh && cd ../.. configure.ac:33: installing...
`dbus-send --type=method_call --dest=org.kde.klipper /klipper org.kde.klipper.klipper.setClipboardContents string:'PASTE ETXT HERE'`
The MacOS version crashes when BLE is selected and the 'Connect' button is pressed. I believe the app attempts to use Bluetooth without first requesting permission. In fact, after manually...