Guillaume Grossetie
Guillaume Grossetie
The following diagram takes more than 30 seconds to produce an image: ``` +-------------------+ | ABCD_RSTAR_MAIL | | [ABCD_RSTAR_MAIL] | +-------------------+ | PROCESS_ALL_APPLICATIONS (//) -> subStep.each(createPod) V +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ||...
When I send an email I don't want to "block" my process. I'm using Akka to "schedule" the send: ``` scala Akka.system.scheduler.scheduleOnce(1.seconds) { } ``` Maybe we can add a...
There are a lot of email service providers with Web API: - SendGrid - https://sendgrid.com/docs/API_Reference/Web_API/mail.html - mailgun - http://documentation.mailgun.com/api-sending.html#sending - Mailjet - http://dev.mailjet.com/guides/send-api-guide/ - ... It could be nice to...
- linkcheck is written in Dart and available as a binary (for macOS, Windows, Linux on x64): https://github.com/filiph/linkcheck - linkcheck is fast! on my machine it takes less than 1...
Currently, the latest version `0.28.0-neo4j-4.2.3` published is not compatible with the latest version of Neo4j 4.3: Here's the exception thrown when Neo4j server is starting: ``` java.lang.RuntimeException: Error starting Neo4j...
Currently, we support 4 locations: Location Description Docinfo suffix header At the beginning of the presentation (i.e. before all slides) header-revealjs.html footer At the end of the presentation (i.e. after...
resolves #453
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to get an update now....