Antonio Gonzalez Gea
Antonio Gonzalez Gea
I'm also experiencing the same issue on Linux Mint and macOS. Here are the exact versions and user agents: - **Linux Mint 21.1 Cinnamon** and **Firefox 114.0.2 (64-bit)** - User...
I like the idea.
This script should run the deploy-docs workflow too (instead when changes on main) to sync the documentation with the latest released version. We could place the build version in the...
@Chemaclass can you add the bpkg installation instructions to the docs?
I've done a mini investigation and I want to leave the results here to advance this task a bit, first of all, I've tested 3 tools, `diff`, `wdiff`, and `colordiff`....
I've also discovered that very similar results can be obtained using git (which is very likely that our users have installed). ```bash git diff --no-index file1 file2 ```  ```bash...
Thanks for adding extra context. I also have an observation to make after trying out tput, the GitHub actions went from being colored to black and white. The truth is...
@Chemaclass In fact, this functionality was implemented at the beginning but the other way around. What it did was allow you to customize the success message of the assert and...
Yes and no @apotterri , what is implemented right now changes the name of the test when it fails, what should be modified is the reason for the error. So,...
Good morning @h0adp0re ! Thank you very much for your suggestion, we'll take a look at it! In the meantime, you might want to add this little script to your...