Jerod King

Results 6 issues of Jerod King

It would be nice to be able to pass in an env var like `SYSLOG_ENDPOINT` and have that be used with the syslog command. Example: ``` sudo docker run --name='logspout'...

type: enhancement

I'm not sure if this is a problem with ARM. I'm trying to install gifsicle on a Docker image running an an ARM (AWS t4g server). This is the Dockerfile...

## Issue Description When using sequelize.query with Typescript, the definitions for UPDATE/INSERT don't allow for rows to be returned. ### What are you doing? Using sequelize.query with type: QueryTypes.INSERT, and...

type: typescript

Something about the transpiling this class with babel-preset-2015 will cause Electrolyte to be unable to create the object: ``` 'use strict'; class Test { async home() { } } module.exports...

When running the ES2015 example, it doesn't look like class constructors can be used, which is a real disappointment, I don't want to write a factory function for every class....