Rafal W.

Results 509 issues of Rafal W.

E.g. ``` Strategy(Strategy *_strat) : sparams(_strat.GetParams()), trade(_strat.trade.GetParams(), _strat.trade.Chart().GetParams()) { } ```

enhancement

Improve StrategyAdd() so it can be reused by strategies (e.g. [Meta_Multi](https://github.com/EA31337/Strategy-Meta_Multi)).

Refs: - https://www.mql5.com/en/docs/marketinformation/symbolinfosessiontrade - https://www.mql5.com/en/forum/373227 - Related: GH-669.

enhancement

Refs: - https://github.com/marketplace/actions/test-reporter

enhancement

Checkout `v2.010` tag and apply the following fix: ``` git checkout v2.010 git cp 0bc026ad5746bc777f0854913385bbae5829f2ef ``` however the compilation still fails (e.g.: `tests/CompileTest.mq5`). Branch to send the patch: `v2.010-dev`

bug

``` code$ python3.9 main.py Traceback (most recent call last): File "2dimageto3dmodel/code/main.py", line 21, in from rendering.mesh_template import MeshTemplate File "2dimageto3dmodel/code/rendering/mesh_template.py", line 1, in import kaolin as kal File "/usr/local/lib/python3.9/dist-packages/kaolin/__init__.py", line...

When running debops.debops.kmod role for the first time on Ubuntu 22 with the default configuration, it fails with fatal error as below: ``` changed: [host] => {"changed": true, "checksum": "8a332f0af71949f9b7ad6eca286f1f227bd5a90b",...

After Unity upgrade from 2021.16f1 to 2021.18f1 (same for 2021.19f1) on Ubuntu, it broke all prefabs for the whole scene upon reimport causing most of meshes to disappear. It modified...

Is it possible to just extract .anim component from .fbx file with this tool?

Cloning location sometimes can be confusing and unpredictable and `github.workspace` not always works in all scenarios, e.g. #785 or when using reusable workflows (workflow call). So I'm proposing definition of...