Myron Mavko
Myron Mavko
If I understand it correctly, what your talking in #9 is providing all templates (or some group of them based on task target) with a set of global params. This...
@rylax have you found a solution?
We ended up parsing `customScreenshotsByType` field from a JSON stored in ``.
Sure, take a look at this example: https://replit.com/@mmavko/App-Store-Scraper
I'm getting the same error in my React Native project where I have `babel.config.js` with the following preset: ```js module.exports = { presets: ['module:metro-react-native-babel-preset'], }; ``` (The parsed file has...
Consider you have a mixin `mixin1` that marks some state flag `flag` under specific conditions. Another mixin `mixin2` performs some side effect upon `flag` change. ``` clojure ;; NOT USABLE...
Because `:transfer-state` won't be called on `(rum/request-render cmp)`. Ok, probably the issue can be suspended till more obvious practical application found :)
`:will-update` of `mixin1` will change it (eventually) in my example. And `:will-update` of `mixin2` is willing to catch that change.
PR #1 deals with this well.