Eric Lathrop

Results 22 comments of Eric Lathrop

It would be handy if the intent allowed me to specify the filename to export to.

Right now the app takes all arguments on the command line. It would be weird if it started paying attention to some hidden file. I'm fine with an exclusion feature,...

I've got a branch I haven't pushed yet that has command-line flags. This change would be fine behind a flag. Something like `--private`.

Ah, good catch! What's a good username to test this with? Yours?

Just mapped a bunch fo ps4 stuff, but PS4/win/ff is broke.

I'm not much of an elixir expert, but can't we just change the makeprg to `elixirc`, which compiles the code instead of running it? I tried it, and it seems...

Ah, I found [this security issue raised on the Elixir project](https://github.com/elixir-lang/elixir/issues/3282) where José himself describes how to approach syntax error detection. Looks like Elixir can easily parse its own code,...

@lcd047 Okay, I'll work on adding error checking and pushing this further along. I just started a new job so it may take a week or two. I think `mix`...

I did a `pip install mssql-cli` in my Alpine container, and ended up with version 0.3, which didn't work at all.

``` $ uname -a Linux xps 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ``` I'm trying to run `sp_spaceused`, or `sp_helpdb` ``` $ mssql-cli...