Santiago Borrazás
Santiago Borrazás
Thanks for providing some real-world examples. I appreciate it. :)
I'm trying to reproduce the bug with some random images but the results seems to be right. I wonder if I need some particular image sizes to be able to...
@rajasimon Probably because `Grid--1of3` is a modifier of `Grid`, not a modifier of `Grid-cell`.
@scottnonnenberg-signal Could be, but in this bug report the MacBook is Intel, it's not running a VPN, and the macOS version is macOS Monterey 12.7.3. But certainly closing the lid...
I did this workaround to solve the issue: ``` // Resets req.session.returnTo if the user leaves login/signup page. app.get('*', function(req, res, next) { if (req.url.indexOf('/favicon.ico') < 0 && req.url.indexOf('/users/login') <...
It would be nice to allow an option to indent 'by hand'. This means that when you press the tab button, you get 4 spaces (or 2 spaces or 1...
@thomblake Amazing, thank you very much, I'm starting to use it :+1:
Yesterday I tried your library and it worked great. Thank you!