Adrian Falleiro
Adrian Falleiro
@thayerve I think you can also use the `toggleComment` method which is added by importing `codemirror/addon/comment/comment`. ```js import 'codemirror/addon/comment/comment'; ... useEffect(() => { const editor = editorRef.current; const modifier =...
@outoftime This doesn't completely fix the issue, but we can stop the app from crashing by adding `ignoreMissing: true` to the`rehype-highlight` plugin in `remarkWithHighlighting()` in `src/util/markdown.js` ```js return unified() .use(markdown)...
Is there any update on this? Using some something like what @Jeff-Lewis suggested doesn't seem to have much of an effect.
I am interested in this feature too. Would you accept a PR for this functionality?
@blindenvy Do you know how jacoco calculates complexity?
Any update on whether this might be merged?
Will you accept a PR for this? I would like to implement this
Ok made a first pass at this. Please take a look https://github.com/nodejs/undici/pull/3274
> Should we also handle rawdeflate? Yep, I'm using the existing `createInflate()` util from the fetch client which handles both deflate and deflateRaw so it should handle both already. I'll...
@tjhiggins Do you want to collaborate on this PR with me? I can give you commit access to the base branch. I think the interceptor interface has changed a little...