Francois-Guillaume Ribreau

Results 61 issues of Francois-Guillaume Ribreau

Hello ! Is a plugin system planned on Hermes roadmap? :) I would live to develop one to add support for image charts to hermes. (like I did for [mjml](https://mjml.io/)...

enhancement

> It's my objective to build the most convenient redis client GUI tool in the world Hello Cao, Did you take a look at ? https://redsmin.com It offers multi-server real-time...

Hello @jgzamora, I would like to submit a PR to add a chart component in order to easily embed image charts ([bar chart](https://documentation.image-charts.com/bar-charts/), [pie chart](https://documentation.image-charts.com/pie-charts/), etc...) into emails. ``` https://image-charts.com/chart?chbh=20...

Hello ! Just like I did with [mjml-chart](https://github.com/image-charts/mjml-chart#mjml-chart-for-mjml) I think this library deserve a chart support as well (knowing how painful it is for developer to integrate their own server-generated...

jq.node should support [JSON lines](http://jsonlines.org/) and/or simply a stream of ```\n``` separated records. Support this: ``` $ echo -e '{"foo": "bar"}\n{"baz": "qux"}' | jq '.' { "foo": "bar" } {...

enhancement

The same way as: https://github.com/simeji/jid#jid

enhancement

Let the dev manage everything through npm scripts. Also added `npm run psql:logs` ``` ╰─ npm run Lifecycle scripts included in starter-kit: test npm run test_db && npm run test_rest...

currently we have REDIS_AUTH, REDIS_PORT and REDIS_HOST, we could add REDIS_URL="" and support a connection string altogether. I will accept a PR for it! --- Want to back this issue?...

enhancement

``` redsmin_1 | {"connected":false,"connecting":false,"handshaken":false,"socket":false} redsmin_1 | 2016-06-14T08:30:17.152Z - debug: disconnect():: socket already not connected, doing nothing redsmin_1 | 2016-06-14T08:30:17.152Z - info: [RedisClient] Reconnecting... redsmin_1 | 2016-06-14T08:30:17.153Z - error: Redis client...

question