Stefan Smith
Stefan Smith
This is still an issue on v2.1.0
Hit the same problem. Currently working around it with the following: ```javascript class EagerMathJaxProvider extends MathJax.Provider { componentDidMount() { this.state.registerNode(); super.componentDidMount && super.componentDidMount(); } } ```
Thank you @adamtornhill ! I'm away this week but will take a look next week. You may want to update the details in the README here: https://github.com/adamtornhill/code-maat#temporal-periods
Finally got round to verifying the change. Thanks @adamtornhill, it works as expected. I've integrated it into my pet project at https://github.com/StefanSmith/your-code-as-a-crime-scene-tools. In reality, I'm finding that multi-day coupling analysis...
As a follow up to this, does `code-maat` support coupling analysis using commit message regex to group commits (e.g by story numbers)?
Hi, I'd like to use flask-lambda with SAM as well and I'm hitting this issue too. Any ETA on merging this? Thanks!