Andrii Fomenko

Results 12 issues of Andrii Fomenko

On the server, the correct time. When I copy files manually - they are with correct time. If synchronization is performed - they have wrong time (+3). This problem has...

Plugin does not work, push is not executed when access token is configured. A password request window pops up. ![image](https://user-images.githubusercontent.com/8464662/57184466-ae64d580-6ec4-11e9-94bc-ff69795684c0.png) constantly asking for a password when push ![image](https://user-images.githubusercontent.com/8464662/57184506-1b786b00-6ec5-11e9-9152-f7ddc8042a60.png) ![image](https://user-images.githubusercontent.com/8464662/57184492-f84dbb80-6ec4-11e9-946c-d55e681ba9e4.png)

Hello! Please help me figure out how to exclude several folders from the scan. documentation says to use valid regular expressions ![image](https://user-images.githubusercontent.com/8464662/183348808-74ff6d76-46b5-477e-948e-1575a11a3148.png) with one folder - exception works ![image](https://user-images.githubusercontent.com/8464662/183348896-1743d6c7-3b79-474d-bb52-75b1e2b53282.png) but...

help wanted
windows

when moving to the comments of an error occurs: Uncaught Error: Syntax error, unrecognized expression: a[href=#commentID the problem described here. whether you can solve it for the theme? https://wordpress.org/support/topic/wordpress-45-uncaught-error-syntax-error-unrecognized-expression-ahref?replies=3

Error running 'CSScomb': Cannot run program "D:\node_modules\csscomb\bin\csscomb" (in directory "D:\Temp\www\root"): CreateProcess error=193, %1 не является приложением Win32 I did everything according to the instructions. https://image.prntscr.com/image/UdYWI8nEQG6bTSEEdJZCBw.png In the project's root is...

I added csscomb to the file watchers with the next parameters https://image.prntscr.com/image/2c0f5YycTkGfudum_6LLpA.png all files are processed with the csscomb, except those that are included (_files.scss) is it possible to process...

In gulp 3.9.1, the code worked ``` var processBuild = function (destUrl, newest) { var buildCss = gulp.src([path.cssFiles]) .pipe(gulpif(newest, changed(path.tempFolder + path.cssFolder))) .pipe(gulp.dest(destUrl + path.cssFolder)); var buildCssMap = gulp.src([path.cssFolder +...

In gulp 3.9.1 there is a great run-sequence plugin that allowed you to run the next task at the end of the previous one. In gulp 4.0.0, this plugin does...

**Describe the bug** The HTML5Validator Action fails when encountering the `margin-inline` property in CSS. The validator reports that the property "doesn't exist", although it is part of modern CSS specifications....

unconfirmed
linter issue

Hello, I encountered an issue where `gulp-csscomb` causes the Gulp process to hang when working with SCSS files that use modern media query syntax with logical operators (`=`). The compilation...