Bernardo Castro

Results 3 comments of Bernardo Castro

[Bybrand](https://www.bybrand.io) generates beautiful signatures in pure HTML, and can place in the signature area on Nylas. Easy. You will not need to modify the email client, at least i think

I have the same problem. The keyboard shortcut only works if the command is in the "toolbarButtons" option of the editor. ``` new FroalaEditor('.selector', { toolbarButtons: [ ['bold', 'italic', 'fontFamily',...

All right, Or modify line https://github.com/kolanos/kohana-captcha/blob/master/classes/captcha.php#L430 Request::instance()->headers['Content-Type'] = 'image/'.$this->image_type; Request::instance()->headers['Cache-Control'] = 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0'; Request::instance()->headers['Pragma'] = 'no-cache'; Request::instance()->headers['Connection'] = 'close'; FOR " $request = Request::current(); $request->headers['Content-Type'] = 'image/'.$this->image_type;...