Denis Romanenko
Denis Romanenko
Emm, I'm afraid that PurgeCSS can lead to problems that is hard to test and find. As I see, all is configurable by hands in webpack and with trust to...
Like, you see, maybe we should start with purging images (or just using JPG)? 
I'm sorry. I mean the names of the variables. I see benefits of this in using .env file as a simple config file when you need to just set 2...
Sorry, wrong repo, will copy to the source repo with SQL example and delete this later
SQL DB dump for example: ``` SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false);...
Sure, I understand that Postgres has limit of only 63 chars. It's not a question about NAMEDATALE. But renaming of column is also relies on Postgres? I don't know the...
Hello, craigcosmo! You can change width of columns with simple "flex" property (in column), which can take percents as value. For your situation you can use (100/13)*2.5 = 19.23 %...
Thank you so much, Carlos! I had no idea about possibilities like patches!