Giorgos Kontopoulos
Giorgos Kontopoulos
Based on the work done on https://github.com/hernansartorio/jquery-nice-select/pull/18 On the above pull request I believe an assumption is made that optgroup contains data-i attribute as index for each optgroup and hence...
Continuing from #1 when using `duplicated: true` the speed is not same anymore duplicated the test case above and added extra option http://jsfiddle.net/GiorgosK/1ohk07vw/
It works great inside `class="..."` but I can't make it work inside twig but not when its NOT associated with `class="..."` For example I have code adding classes conditionally in...
This is what I get after following all the steps described in readme ``` $ yarn storybook yarn run v1.22.5 $ start-storybook -p 6006 info @storybook/svelte v6.5.6 info info =>...
When adding title to under a field group pattern title does not appear as source in the list of sources to be mapped to a destination pattern. When using https://www.drupal.org/project/title_field_for_manage_display...
when inspecting variables in a pattern preprocess the context key `context` is holding an object of type `Drupal\ui_patterns\Element\PatternContext` which might go against [this change record](https://www.drupal.org/node/2971707) This does destroy any context...
I have encounced a situation where position.json contained ``` {"is_open": true, "sl": 0.6535125, "tp": 0.883125} ``` meanwhile there was no real position, had probably been already executed but the position.json...
Have tried to run the back the backtest.py but it was complaining about matplotlib ``` ❯❯ python testing/backtest.py Traceback (most recent call last): File "/home/soltrade/testing/backtest.py", line 54, in cerebro.plot() File...