Marek
Marek
@tromp for your convenience during the review NRD Kernels https://github.com/marekyggdrasil/docs/blob/master/docs/wiki/transactions/transaction-body.md#nrd-no-recent-duplicate-kernels Block body is transaction body https://github.com/marekyggdrasil/docs/blob/master/docs/wiki/blocks/block-body.md
I resolved your comments @tromp could you please take another look?
Thanks for the review @tromp .
@arcivanov I'm expecting `project.name` to be used for creating the distribution directory, not the `name`. I also tried to removing `name` variable, but then it still ignores `project.name` and starts...
@arcivanov I think I know where the problem is The directory path is set to `DISTRIBUTION_PROPERTY` in this task being part of `@init` of `core` plugin. https://github.com/pybuilder/pybuilder/blob/64219f573b0086cc214813629ce54099c7702450/src/main/python/pybuilder/plugins/python/core_plugin.py#L40-L41 My guess is,...
I found the solution. In order to make sure the distribution name follows the project name set in the initialisation task we need to use `@before` decorator to indicate for...
Sure thing @arcivanov, just let me know if you have questions or if I can be of any use. I may have not described perfectly what I needed.
For me this problem occurs only when I attempt to generate children dynamically. I provide info how to reproduce in this StackOverflow question: https://stackoverflow.com/questions/71693351/generating-a-flicking-carousel-with-react-leads-to-the-getcomputedstyle-error
Ok for me actually [https://naver.github.io/egjs-flicking/docs/quick-start](this) has resolved it. Checked section `Bypassing ref forwarding` and added `useFindDOMNode={true}` to my Flicking.
@stephenwithav I really like this approach. I will implement it that way.