Artem Besedin

Results 8 comments of Artem Besedin

From Jquery File Upload plugin's html files I got this: ``` var passscans = $('#documents-files-fileupload').addClass('fileupload-processing'); $.ajax({ url: '{$passScansUrl}', dataType: 'json', context: passscans[0] }).always(function () { $(this).removeClass('fileupload-processing'); }).done(function (result) { $(this).fileupload('option',...

Maybe better is: ```php use yii\helpers\ArrayHelper; class Module extends \yii\base\Module { public function __construct($id, $parent = null, $config = []) { $config = ArrayHelper::merge( require __DIR__ . '/config.php', $config );...

> First we should solve implementation issue: What we should do if previous build in pending/running status yet (When we have several workers and parallel builds)? > > May be...

Plugin for jenkins https://github.com/jenkinsci/coverage-ratcheting-plugin

I found library https://nodemailer.com/extras/mailparser/ for example ``` let emails = await mailhog.search(from, 'from'); let parsedEmail = await simpleParser(emails.items[0].Raw.Data); //parsedEmail.html //parsedEmail.attachments[0].filename ```

It is my first pr. Can you help me? I don't understand how using appveyor. I've create project for my profile and start build. It build success. But I see...

Workaround: install old version of `markdown-it` as dependency, `8.3.1` in my case ![image](https://github.com/nuxt-community/markdownit-module/assets/20854546/b3d934b4-e86c-451e-9115-8a06799abc97)