-
Given @0xMochan's comment on #66 I took the liberty of creating an issue for it. Here are some of my thoughts. I hope it's helpful at all.
Integration testing of external services is a tricky issue…
-
While testing the version `v.0.3.0-alpha-77-g1d37356`, I noticed a weird error message:
```
2024-10-14T20:55:43.844058+02:00 error storing "https://www.cisco.com/.well-known/csaf/2017/cisco-sa-201…
-
Figure out a way to create automated UI tests for terminal UI apps that allows setting up a pty with specific dimensions and being able to assert alternate buffer content, as well as send mouse events…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
I usually use Bruno for testing and debugging m…
-
Hello! I tried scanning some credit cards with Lens24, and it works fine for some cards, but not all. For example, I tried using a Revolut card, and it didn’t work as expected. Do you know what types …
-
Hi Roberto,
I just got myself a new cross trainer and was wondering if you would be willing to add support for this cross trainer to QZ. It seems to be a pretty standard ftms device, the only nasty…
-
Currently, we have the charging port and sensor package assembled for the liquid color matching demo. It is necessary to test the performance of the AS7341 color sensor for detecting liquid dye in a w…
-
Request-URL with more complex query parameters won't match.
```
const url = "https://address-wont-matt.er/things?foo=a,b,c";
mockFetch.intercept(url).response("well done");
const result = await …
-
I want to add a totem cooldown to all the totems. Better totems adds a cooldown just to undying, but not modded ones. THis has been the only issue i havent been able to get working after trying to fix…
-
### Problem description
I am trying to add a space after the opening PHP tag for PSR12 compliance. Setting the rule to `@PSR12` does not seem to accomplish this. I've also tried to enable the options…