Ivan Rubinson
Ivan Rubinson
Are we sure that it's an issue with the Terminus package? I'm opening an issue in https://github.com/nestjs/terminus.
Whatever you want to call it. It's the default behavior of Express without anything, because Express is not a framework like Nest is. Express docs tell you that if you...
@Dibasic That would potentially generate invalid XML / HTML. Consider the following: [u]Hello [b]world[/b][/u] Where the selected text is: [u]Hello [b]wo We will end up with Hello [b]wo[u]rld[/b][/u]
How I'm imagining this could work: * If either end of selection is child of the tag we're adding, delete that parent. * Else, wrap selection in that tag This...
Overall tricky feature. Perhaps look in to how other WYSIWYG editors accomplish this?
Sharing a thought: To enforce FIFO one would need to take in consideration the timestamp of when locking, but because the user is a distributed system, the nodes most likely...
I don't have time to contribute a PR to this, but I can definitely consult pro-bono! Please send me an email, where I'll send you my Discord handle.
Can you please provide a [MCVE](https://stackoverflow.com/help/minimal-reproducible-example)?
Try `import type {...}` as opposed to `import {...}`
Coverage decreased by adding tests? Is it accidentally counting `tests/files/`?