ansi-to-react icon indicating copy to clipboard operation
ansi-to-react copied to clipboard

:guardsman: ANSI to React

Results 20 ansi-to-react issues
Sort by recently updated
recently updated
newest added

Hello, it looks like the current npm package is a commonjs module, but when building locally I obtain an ESM module so it looks that the published version is not...

this PR adds full support for fuzzy links. to keep backward compat, the old linkify is still kept.

Looks like the current [linkify regular expression](https://github.com/nteract/ansi-to-react/blob/2034c381e5e0443add38d9e9ecbd7283fc083cb1/src/index.ts#L104) does not handle well strings with a significant number of whitespaces characters in a row (potentially a Catastrophic backtracking regex condition / ReDoS?)...

Currently, it seems that React can't handle the memory pressure when a large output of text is being rendered. This PR is part of the solution for this [issue](https://github.com/nteract/ansi-to-react/issues/47) and...

**Describe the problem** When a extremely large output of text is being rendered, React cannot seem to handle the memory pressure and crashes the app. Chunking the outputs to allow...

What has to be done that this option works? the classes are set but it looks like the css isn't generated/included

question

Hi! This is a really cool library, it made the problem of the rendering of ANSI for a project I work just stupidly easy :sweat_smile: Thanks! I found a problem...

Follow up of nteract/nteract#4875. We need to implement the same functionality when not using class names (_i.e.,_ when using the `style` prop). We'll probably support just a few (_e.g._, bold,...

Why trying to enable `` via https://review.opendev.org/#/c/716251/4/web/src/containers/build/BuildOutput.jsx I observed that this produces failures like https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_aa6/716251/4/check/zuul-build-dashboard/aa6b67f/npm/html/build/f88a6e20be834d5a8245b5473e609a8e ``` TypeError: "e.split is not a function" value index.js:291 value index.js:251 value index.js:99 default index.js:28...

bug
help wanted

Please release a new version to npm that is compatible with react 18