Adrian Rocke
Adrian Rocke
### What’s the bug you are facing? When `renderText` in a custom node produces text that is matched by a input rule, a position out of range error is triggered....
### Current Behavior Using `plugin:@nx/javascript` or `plugin:@nx/typescript` in my eslint configuration along with prettier configured to remove semicolons results an @typescript-eslint/no-extra-semi error on the following code ```js function test() {...
**The problem I am facing** Our application at Pivot Interactives has functionality that would benefit from being able to conditionally block transactions. For example, we have a series of questions...