Dan Guim

Results 12 comments of Dan Guim

For Emacs installations running on ARM-based processors (M1s), run the following commands for optimal performance on `/Applications/Emacs.app/Contents/MacOS`: `mv Emacs Emacs.old && mv Emacs.pdmp Emacs.pdmp.old` `mv Emacs-arm64-11_2 Emacs && mv Emacs-arm64-11_2.pdmp...

Please correct if I am wrong @caldwell, but if the Emacs binary built for x86 processor is ran on an ARM-based processor it will be first converted into a universal...

I don\`t quite understand why this won`t work, is there anything wrong with the syntax of the __create-node__ key value params I used? If I isolate the problem, I have:...

``` $: grep dbms.security* ~/Applications/neo4j-community-3.3.0-alpha05/conf/neo4j.conf dbms.security.auth_enabled=false dbms.security.allow_csv_import_from_file_urls=true ```

This issue normally appears when `listeners` or `advertised.listeners` on config/server.properties are not appropriately configured or used. More, [info](https://rmoff.net/2018/08/02/kafka-listeners-explained/)

Perhaps it helps, I noticed that my volumes were full and therefore the datanodes could not replicate the data, which meant the namenode was not able to reach the minimum...

Thanks for sharing the helpful code snippet @ii02735 ! I was wondering if anyone knows why is it required to install python on the `resourcemanager` and `nodemanager` containers, AFAIK they...

This is most likely because skipper makes a port range available for streams to connect to it, and they are all being used. If you are running with docker-compose you...

sure, can you provide more info on the issue?

I just tryed to run a simple `dryscrape.Session(url)` and got the same error. Just as @noppanit said, I got: `dyld: Library not loaded: /usr/local/opt/qt/lib/QtWebKit.framework/Versions/4/QtWebKit` I am on a Mac OS...