Results 311 comments of Martin Klepsch

@andytudhope can we revoke this bounty? It conflates the creation of an illustration with the technical integration of that image and Euge and I decided it will be easier to...

@churik I think the issue conflates two things: using the locale for date rendering and showing the year when the timestamp is older than a year. I updated the title...

Besides fixing this we should consider using this opportunity to clean up some code and delete this filter entirely. We could later on bring it back in the form of...

@siphiuel not entirely sure but could be CircleCI is failing because this isn't rebased against master?

This should be super easy to fix by upgrading [cljs-web3](https://github.com/district0x/cljs-web3/commits/master) to `0.19.0-0-11` and replacing the web3 constructor we defined here: https://github.com/status-im/open-bounty/blob/b76ad70766e7d521f2df0c0ee3d7d59d533fd399/src/cljs/commiteth/common.cljs#L10-L11 with the one that has been added to `cljs-web3`...

This is great stuff @msuess! Seems like Infura might be the best option perf-wise? Did any of the other stand out for other reasons?

@jwagener that's a great idea to consider. Would be interesting to investigate how long one image-rendering takes given that we currently [launch a bunch of processes](https://github.com/status-im/open-bounty/blob/develop/html2png.sh) for it. But yeah...

Completely different approach could be using an API like Figma’s: https://blog.figma.com/introducing-figmas-platform-ee681bf861e7 Not even sure if possible but could be a nice opportunity to test drive some of this pretty exciting...

Just to double check: if we go with SVG we probably don't need a CDN at all? (for now at least)

It's about removing image/binary data from DB. Server load is a non-issue at this point :)