Luca Salvarani
Luca Salvarani
Actually, it is already possible to compare colored text by using a [**custom matcher**](https://github.com/shellspec/shellspec/blob/master/docs/references.md#satisfy-matcher). I created [this matcher](https://github.com/LukeSavefrogs/column_ansi/blob/e8b8094413b43295ac4b5bc9531af4f3493b4ce4/tests/functional/parameters.test.sh#L13-L28) to **remove** all invisible control characters **before searching** the text: ```shell #...
# UPDATE I managed to get it working both **with and without** interpreting **escape codes**: In the following `Shellspec` test will be used two custom matchers: - `match_plain_text`: Converts the...
> I have not abandoned this project. I promise to resume this project in a few days. That's great! I'll be happy to be of any help (already submitted a...
> Oh, no > > Another ck.getcookiestxt.com. What do you mean?
> I'm no longer going to update this repository. Please use this new and improved one that makes use of the Epic Games desktop app rather than logging in via...
I had the same problem downloading a file using `axios` and `fs.createWriteStream`. I solved by waiting on the writeStream' `close` event and then resolving the `Promise`: ```typescript import os from...
> Opened a PR for docsify implementation that uses GitHub pages #248 Thank you @rishabkumar7! 😁🎉 How can the deployed website be accessed then? I think it should be displayed...
Thank you all 🎇
Did you find a solution?
> This is actually not a bug, we can consider adding a new mode when implementing #299 > > Right now you need `dynaconf_merge` to be present on the structures,...