Amr Youssef

Results 15 comments of Amr Youssef

This issue hasn't been updated since February, it means everyone got their problem solved? ;) More seriously though, I'd appreciate it if anyone can share their updates. So far I'm...

I got it working after checking the erl(1) man page, which said this about `-name`: > The name of the node will be Name@Host, where Host is the fully qualified...

I can reproduce this was RabbitMQ 1.7.2. Please find the crash report below. (alice@pipeline)1> Error: {json_encode,{bad_term,{,,,}}} =CRASH REPORT==== 22-Apr-2010::16:53:09 === crasher: initial call: mochiweb_socket_server:acceptor_loop/1 pid: registered_name: [] exception error: bad...

[This commit](http://github.com/cooldaemon/alice/commit/99edabb1072ce9cca3f1b5cb489f6cf0f6b65fc3) fixes the issue, not sure if it has been proposed by its author for merge.

Current HEAD had this fixed. Please update the issue if it's still crashing for you.

Just wanted to share my experience in case it helps someone. My specific case is that I'm trying to containerize my react app and my requirements are: 1. I need...

@jakubknejzlik the optimization of building only when env vars change (outlined above) should mitigate that a lot, because it would mean booting is very fast except the first time after...

@cowtowncoder I was able to confirm that doing what you suggested does indeed write the header. Thanks for the tip! Would be nice of course if this was provided explicitly...

Isn't this already supported? https://github.com/FasterXML/jackson-dataformat-csv/blob/master/src/test/java/com/fasterxml/jackson/dataformat/csv/deser/AnySetterTest.java

+1, this would also not require the root permission.