Alexandru Jircan

Results 5 issues of Alexandru Jircan

Why does `sampctl build` pull all files from git, and not just .inc ones?

Introducing a new feature that allows you to set a maximum duration for retry wait length using the `max_retry_wait_length` argument. If a response contains a `Retry-After` header with value greater...

### What did you do? ```python import ujson test_json = b'\xef\xbb\xbf{"prop1":"val1","prop2":"val2"}' # UTF-8 BOM encoded string test = ujson.loads(test_json) ``` ### What did you expect to happen? Pass without any...

### Proposal It would be nice to run some tests against a live Wiremock service, such as one running inside a container. This approach would make the tests more reliable,...

enhancement

### Summary Use VSCode Dev Containers for local development, as they are much easier to set up and help eliminate differences across development platforms among developers ### References https://code.visualstudio.com/docs/devcontainers/containers

chore