-
currently random string generated based on the domain / url are being use to generate identifiers.
Instead we need to UUIDv4 identifers (see https://www.npmjs.com/package/uuid )
-
Given we are considering joining GitHub secret scanning and creating service account, this is a perfect timing reconsider how we generate our token. We should use the same format GitHub uses to genera…
-
**Feature add**
Create random string of specific size
Suggested approach: Size of string to be determined by matching the following pattern `_size]`
**Example:**
RandomString -> $[taskcat_ran…
-
### Before Submitting Your Feature Request
- [X] Check that there isn't already a similar feature request to avoid creating a duplicate.
- [X] I have seen the [FAQ](https://github.com/p0deje/Maccy?ta…
-
# ❔ Question
I want to use generators in requests like this:
```swift
func testSubscription() throws {
mockService
.uponReceiving("Dx subscription")
…
-
**Describe the bug**
Inserting a NULL value on non nullable Enum column, ends as 0 and may not be part of the enum itself.
**How to reproduce**
Run:
```sql
CREATE TABLE t0 (c0 Enum('a' = 1)) E…
-
### What happened?
When using `ecr.NewImage` and adding `CacheFrom` attribute on `ImageArgs` it also adds `--target` to `docker build.
Which causes:
```
error: Error: The target "123.dkr.ecr.…
-
-
I didn't find these functions anywhere in the documentation (https://artillery.io/docs), but found them "luckily" while browsing an unrelated issue and in the artillery source code.
They are very i…
-
## Do you want to request a feature or to report a bug
Both(Either of them). Report a Bug/Feature. Not sure if this would be a potential bug. **This could be a feature when we can explicitly define a…