Allen Wyma

Results 24 comments of Allen Wyma

It's not a bug. Whenever you use an if or loop you need a colon at the end and an end keyword to end it. This is how Eco works.

Why not wrap everything into a string and output that? That would probably be the easiest, but it's not pretty.

hi @devonestes can we get this merged in soon? Did you need some help with that?

@esmeraldaliaj as a workaround, I have added the ebin folder to the "classpath" for my elixir version: `~/.asdf/installs/elixir/VERSION/.mix/archives/hex-VERSION/hex-VERSION/ebin`

@stavro looks like they closed that? any idea on how to move forward?

hi @benwilson512 circling back from our conversation on slack. I'm trying to think about how we can do this in a good way. Here's my idea: `import Absinthe.Relay.Resolution.Helpers, only: [dataloader:...

hi @benwilson512 from what I understand, paginating the data using relay doesnt' work? hence i was thinking we can do this: `import Absinthe.Relay.Resolution.Helpers, only: [dataloader: 1]`, notice how it's importing...

@mattbrictson can't we just specifically call bash command and use -c ? Cause we are running commands using the env right?

@mattbrictson how about this: http://www.cyberciti.biz/faq/unix-linux-execute-command-using-ssh/ ``` ## su syntax ## ssh user@nas01 su -c "/bin/bash-c 'bash statements'" # RHEL/CentOS specific # ssh user@nas01 su --session-command="/bin/bash-c 'bash statements'" ssh [email protected] su...

@mattbrictson you would be surprised how much prefixing would be easier to do, than to get them to move legacy scripts. i think history was starting off with solarius the...