Francois-Guillaume Ribreau

Results 86 comments of Francois-Guillaume Ribreau

@steve-chavez hello steve! I'm working for a company interested by this feature, is there any way we could sponsor its implementation?

We definitely need this :+1:!

> Without any plugin system, a simple idea could be to add a Chart in Email.Body. But, every built-in theme will have to implement charts. Yes, that would be nice,...

Hi @matcornic ! > Although, I think Chart struct should be more service-agnostic as possible, meaning it should contains points or something, not just params (it may not be possible...

Here is a first try: ```go type Chart struct { // (optional) Image-Charts or Google Image Charts endpoint endpoint string // (required) chart type cht string // (required) chart data...

Hello @matcornic, Oh did not see that you were from Rennes! (I'm from Nantes) are you going to Breizh Camp? I will!

Awesome, see you there! I will give 2 talks there "Construire et automatiser l'ecosystème de son SaaS grâce à une spécification Swagger" & "Une API REST et GraphQL sans code...

Hello Cao, In fact you can connect either a publicly available redis instance (a.k.a accessible from the internet) or any other redis instance using our Redsmin proxy (just select "Locally...

Hello Cao, The following command can't work : ``` npm install redsmin@~1.1.0 -g set RKEY=53d6531c7ae7f0a940000645 redsmin set_key redsmin start ``` because npm try to install all the package name after...