Sampo Kivistö

Results 221 comments of Sampo Kivistö

merged latest changes from master branch

@bbyars I opened another PR to update to npm 8 to fix circle ci https://github.com/bbyars/mountebank/pull/701

I merged latest changes and tests are now passing @bbyars

I tried with your work around and that makes unix (osx, linux) environments fail with following exception: ``` > cross-env TS_NODE_COMPILER_OPTIONS='{\"target\":\"es5\",\"module\":\"commonjs\"}' mocha --recursive --bail --opts config/mocha.opts undefined:1 {\"target\":\"es5\",\"module\":\"commonjs\"} ^ ```

Why not just use String.prototype.substring ? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring

What kind of functionality you need from i18next framework? We are sing i18next package and calling translate method there.

Hi, Thanks for reporting this issue. You seem to have good knowledge about mobx, would you like to send PR to fix the issue? The reason why those lifecycle methods...

> am I understanding correctly that render can end up being called after componentWillUnmount if a state change ends up being async (at least if the change is forced)? That...

Empty text node is used to track position of Component with null children. Ideally we dont want to do this, but it fixes some issues. We could try remove that...

Yes, comment nodes could be used but they pollute DOM :( I need to check if same routines what we use for Fragments could be used to add support for...