Alek Davis (Intel)
Alek Davis (Intel)
I wanted to post this under the discussions, but the submit button was grayed out. I'm not sure if there is something I'm not doing right, but it looks like...
When I process HTML text containing HTML entities, such as `©`, PreMailer.Net converts them to the corresponding characters (such as `©`). The problem with this particular case is that every...
I have a pattern with a few dozen test that I saved for myself under my patterns (it was not published). I wanted to make a change, so I made...
It would be helpful to have an option to test for all matches in a multi-line text (treating each line as an individual test). You can do the opposite via...
It would be nice to have a way of reordering of test.
After I lost all of my test (as I described in a different issue), I thought it would be nice to be able to export and import all pattern info...
I was looking though my logs and noticed that the Timings log entries (_so-and-so completed/abandoned in X ms_) do not contain the `SourceContext` values. I can see that the log...
I was helping a co-worker yesterday and noticed that while debugging some requests, any changes to the test (like adding or removing assserts) did not get reflected. I did not...
I just noticed a weird issue. I have a number of CRUD tests with dependencies: get some values necessary for item creation, then check if the item with the same...
When making a call to the existing endpoint for a non-supported operation (e.g. PATCH), the `Message` property of the `FlurlHttpException` has the following format: ``` Call failed with status code...