Safia Abdalla
Safia Abdalla
Unfortunately, we will need to include it in the package.json since it is no bundled with the default set of syntax highlighters that CodeMirror provides. I say "unfortunately" because this...
Hi @bmoteria -- not sure yet! We'll be investigating this issue soon and will post back about whether this a bug/known issue/fixable in your app/etc.
@commonsensesoftware Hopefully, yes! Trying to dust of some prototypes and figure out a plan, ATM.
Based on my experience, I think the best flow is Option 4 -> Option 2 -> Option 3. The refactor in Option 4 should split up the contents of the...
@AlOnestone01 Thanks for reporting this issue! This change in behavior is a result of some work we did in .NET 8 to add support for metrics to ASP.NET Core. The...
@robertkowalski Thanks for getting this PR out and apologies for being a little slow on the review. I tread a little careful with this link stuff because we have had...
@resaldiv Can you push a commit with the change your proposing and the tests? I'm having trouble visualizing how it looks ATM.
The `useClasses` option only sets the class names for the colors per a specific format such as "ansi-blue-fg". This pattern expects that your application provides a stylesheet that targets these...
The ansi-to-react package uses the `split` method [here](https://github.com/nteract/ansi-to-react/blob/4be20814c47d2094b1a9e6170e3eb5b306439189/src/index.ts#L105). Typically, this error will occur if no children are passed to the ansi-to-react component or no valid contents are parsed. I would...
@gillchristian Glad this library was helpful for you. Can you share what the HTML generated from the component looks like? It might be the case that the color key codes...