Olivier Fauchon
Olivier Fauchon
Hi all, Journey is a great project ! ...but It seems there is no more significant activity (only one PR since 2017) @kabukky (or any team member) : Could you...
While testing journey with 'paperleaf' theme, I found out that "Nested Helpers" are not working properly in comments like : {{!-- jQuery needs to come before `{{ghost_foot}}` so that jQuery...
Hi. I tried to counters "on the fly" : ``` let itfCounters = {} function increaseCounter(cnt){ if (!itfCounters.hasOwnProperty(cnt)){ console.log("Create counter " + cnt) //itfCounters[cnt]= new Counter(cnt) } itfCounters[cnt].add(1) } ......
Hi. I was looking for an home automation controller, and I was happy to find gohome (as it's written in go ) But there is not much commits and issues...
Hi. I'd like to use Pinpoint on a Quarkus-based application. I don't know much about this framework, but it seems it's based on VertX 4.3.2. Do you think Pinpoint could...
Hi, Server-Sent Events (SSE) : a lightweight and standardized technology for pushing notifications from a HTTP server to a HTTP client (One way direction notification). https://fr.wikipedia.org/wiki/Server-sent_events I'd like to add...