Oleksandr Bordun

Results 64 comments of Oleksandr Bordun

@aguriken try using https://github.com/actions/setup-node with your required node ver

@guaiamum @oscarmorrison I'm afraid not, usually, Github Actions uses 1 command per `uses` block.

so something like this: ``` uses: Borales/[email protected] with: cmd: install uses: Borales/[email protected] with: cmd: test ```

@thedanielforum the docker integration is limited by GitHub Actions. I can't promise it will be resolved, but I could take a look at it. In the meantime, please check setup-node...

@mohanrajendradcm that's hard to reproduce.. Are you sure it's not mpdf issue?

@jQsafi I haven't had such problem, I need to check the usage of 3rd party fonts

@rahulk-k please check your server log error, I guess it should give you more info

@rahulk-k this info is not enough. You should check your project logs as well. "error 500" can be caused by many things

@rahulk-k Do you have this error still?

@unglevan it is not always null. Attributes data is loading from this place https://github.com/Borales/yii2-elasticsearch-behavior/blob/master/src/Behavior.php#L166 Read how `dataMap` is loading here https://github.com/Borales/yii2-elasticsearch-behavior#configuring