Am0rphous
Am0rphous
> Ok, I found how to upgrade to latest version of electron (I never work on electon, so i suppose this not the best solution, and more work is needed)...
Not working on macOS Big Sur version 11.2. Tusk 0.23.0 (0.23.0.650) Same white screen.
Copy of solutions for macOS ```` brew install npm git clone https://github.com/klaussinani/tusk.git cd tusk git checkout dependabot/npm_and_yarn/electron-9.4.0 npm install electron@latest npm install npm start ```` After running `npm start`, Tusk...
In future issue reports, it helps to describe the problem. E.g. what platform and version do you use? Latest Ubuntu, Windows, MacOS? "What" doesn't work? If you look at "Issues",...
Still affected in proxychains-ng version **4.14** with nmap version **7.80**. Using the -sU parameter requires sudo, which is why I is used in the command below: ```` $ sudo proxychains4...
I was able to fix this while investigating `liblua.5.3.dylib`. Fix: ```` cd liblua.5.3.dylib/ ln liblua.5.4.dylib liblua.5.3.dylib ```` Nmap is now working as exspected. Cheers!
@leggylas Try running `conda install -c bioconda samtools openssl=1.0` If that doesn't work, try: ```` brew update brew install openssl ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/ ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ ```` -...
Beware: virustotal reports that two antivirus vendors flags the link above (evil.com) as phishing and malicious. @goarblt You've been reported.
I support this request. There is a Linux project named [SafeEyes](https://github.com/slgobinath/SafeEyes) which uses an array of messages which is located in [this](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/config/safeeyes.json) file. The messages asks you: **In the short...
I experience similar problem @steveharman. It seems rumps, which stands for _Ridiculously Uncomplicated macOS Python Statusbar apps_ requires Python 2.6+. Someone correct me if I'm wrong, but I think the...