Facundo Rebord

Results 3 issues of Facundo Rebord

Steps to reproduce: - create-react-app - create a component with this code: ``` import React, { Component } from 'react' import { rhythm } from '../../utils/typography' import './index.css' export default...

Hey! I'm using a Thinkpad X1 Carbon with 4k display. (Display size is 310 x 174 mm). I've set the dpi in all config files available to be 210. The...

kind: bug

Hey, I'm trying to convert some time in seconds to string using `format`. My current approach is working but its showing the wrong amount of days. ``` DateFormat.format [ DateFormat.dayOfYearNumber...