Justin René Back

Results 36 comments of Justin René Back

> @JustinBack May I take this? Sure, I cannot find time to work on this particular issue

> No real change here, it's on our timeline to update; other higher priority work has taken precedence but we're expecting an update in the next few months here. So,...

+1 Any update on this issue? Seems to be a deal breaker in prod

Yeah I can pick this up, not immediately but over the next weeks I can start the PR

> @JustinBack did you guys have that call? Unfortunately not yet! I am pretty busy over the next couple weeks and barely have time 😞 @scopsy You can contact me...

> Hi, > > I have added MJML into notifo (https://github.com/notifo-io/notifo) and it turned out that the performance is super slow. Like 30-50 ms to render the template slow. We...

Hey @scopsy, sure I just scheduled a call for monday!

You gotta keep in mind that some of these vulnerabilities are not applicable most of the time e.g. the container has the lib installed but it's not used. glib for...

I know it's a little late but you can just recompile the SCSS. ```scss @each $name, $code in $emoji-map { .twa-#{$name} { background-image: url("https://twemoji.maxcdn.com/2/svg/#{$code}.svg"); } } ``` Then just ```sh...