Andrew

Results 287 comments of Andrew

Ah, I had mistakenly calculated the wrong source for this dependency. Looks like eclint updated os-locale and mem a while ago. GitHub reporting does not provide the dependency chain. In...

Not quite. There are plenty of valid reasons to invoke a shell command, such as Vagrant does, providing a convenient wrapper around VirtualBox and other VM's. However, many uses of...

Calling a Ruby program from another Ruby program is forgivable, though ideally the authors provide a Ruby library as well, in order to avoid unnecessary overhead. There are plenty of...

At the very least would do well to have an option available to exclude.xml to disable the security manager.

Go ahead and lookup the ID when the user searches for an application, and then invoke the install phase using that ID. Do this on behalf of the user. This...

@brianmorton This is why an exact name should be used.

Same behavior on my machine: ```console [mysql] 2019/05/06 09:46:20 packets.go:36: unexpected EOF ``` I'm using upper.io with go-sql-driver/mysql, Go v1.11, RHEL.

Ah, I think I understand. Yes, for many applications and queries, having each batch operate atomically is a good fail-safe in case of any errors. In my case, however, I...