Juan Carlos Medina

Results 45 comments of Juan Carlos Medina

Our rails application runs in HTTPS for development and production (and it is something that will most likely not change in the near future). This allows our development environment to...

We also use CDN for our frontend assets but do not configure webpack with any of it. Instead, we rely on the rails assets host to be configured properly. I...

Does it work with Stealth addresses?

We just had this issue affect our testing suite. Some of our view code will try to look up the state machine for a certain column while rendering it as...

At the moment, my solution is to duplicate the theme as a direct style to the Para component. Something like: ``` styles: { Para: { para: { fontSize: 14, }},...