Dustin Hagemeier

Results 10 comments of Dustin Hagemeier

For those who need a fullscreen background image: you add an absolute element that you set to fill the whole sheet and make sure to add `bottom: -1.2mm;`. This will...

@smee I ran into the same issue, until somebody fixes it, you can force a redraw with `timeline.zoomIn(0.00000000001)`

@developit Sorry about the spacing didn't notice it. I removed the spacing issue. I'll look into optimization tomorrow.

@developit The reduce function doesnt seem that costly in this situation: http://jsben.ch/#/Coso0 This evening I'll replace the v.trim() with parse(v), then it should allow inline styling

@developit might have found a way to minimize it, by combining the header and content. I'll try it out later.

@developit Shaved off 10 bytes. I think I reached my personal limit.

Still not merged... I have written my own tiny markdown parser in the meantime. So if you need Table or recursive List support: https://github.com/shynrou/micro-down

The trading view license does not allow us to publish their code. See https://github.com/DistributedCollective/Sovryn-frontend#external-contributors for more information. There you can find information on how to work as an external contributor...

@soulBit please investigate.

`\r\n` is specified as a seperator in SMTP. Best to avoid it's usage. Maybe use HTML instead of plain text and replace `\r\n` with `` @GreenPioneer Maybe replacement of `\r\n`...