Vladimir Varlamov

Results 32 comments of Vladimir Varlamov
trafficstars

Inide splide__list should be splide__slide and inside you can insert svg. Make an example and show us.

data-splide is json string and minimal valid is [] or {} ``` 111 222 ``` https://jsfiddle.net/2t790bLz/

Not a Splide bug! Remove your own styles from splide__list: ``` .splide__list { grid-column-gap: 32px; grid-row-gap: 16px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; grid-auto-columns: 1fr; display: grid; } ``` because...

``` use utf8; require DBI; $dsn = "DBI:mysql:database=$dbname;host=$dbhost;port=$dbport;"; $dbh = DBI->connect($dsn,$dbuser,$dbpass, {AutoCommit => 1, mysql_enable_utf8mb4 => 1}); $dbh->do("DROP TABLE IF EXISTS unicode_json_test"); $dbh->do("CREATE TABLE unicode_json_test (id int auto_increment primary key,...

Raising awareness, please help. If not taking into account other installations, according to a recent survey (2021), an estimated 60% of internet servers run on Exim. Exim uses opendmarc for...

https://bugs.exim.org/show_bug.cgi?id=3090

need to update apktool ``` apk-mitm --apktool ./apktool29.jar base.apk ```

Don't take it as rudeness, but I thought imageflow was positioning itself as a replacement for imagemagick, but it turned out to be an enterprise server with a support plan......

All commands in the console must be able to compose a pipeline. For example, for quick testing, you can use such a line or third-party tools without saving the file...

Why we do not expand $Config{'binexp'} but sitebinexp (and all other \*site\*)? https://github.com/Perl/perl5/blob/12bfaf55b1cd5d72a7381be53a14e480fa3e70da/configpm#L368-L379