Mark Ericksen
Mark Ericksen
Verified that this is an existing known problem. Appears to be with "commander.js". https://github.com/tj/commander.js/issues/786#issuecomment-433131956
Very cool and interesting idea! I like it. However, at this time I don't have the time to focus on a feature like that. However, I like the idea and...
I _used_ to have a strong JS knowledge... but I'm moving to heavily to LiveView because I don't _want_ to maintain that up to date knowledge with JS. :slightly_smiling_face: Honestly,...
Thanks for the response. I verified I don't have anything running on port 80. I also verified that rinetd (version 0.62-5.1) is running. However, the /var/log/rinetd.log file is empty. Even...
Contents of `~/.invoker/config`: ``` --- :http_port: 23401 :https_port: 23402 ``` I am able to telnet to port 23401: ``` $ telnet 127.0.0.1 23401 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character...
Sure... I didn't customize anything here: ``` $ cat /etc/rinetd.conf # # this is the configuration file for rinetd, the internet redirection server # # you may specify global allow...
I am also using RVM, if that is a factor in the problem.
@gnufied It is my development laptop, so that isn't an option.
Hey @dnsbty! Thanks for writing this up! Previously, I talked with Parker Selbert about how to best work with Oban in a situation like this. We determined that Oban really...
I think your application setup is cleaner though. I like that.