Pieter

Results 30 issues of Pieter

The deprecated `init` command was recently removed from all documentation (#273). Once it is deemed safe, the command should also be removed from the `cli` mod.

good first issue

**Describe the bug** When I import from Postgres using the `--collection` flag to only import a single table, Synth still scans all the tables. Since some of my other tables...

bug

**Describe the bug** Trying to generate a number for a postgres `int2` column gives an 'incorrect binary data format' error. **To Reproduce** Steps to reproduce the behavior: 1. Schema (postgres)...

bug

**Describe the bug** The end value used for the `date_time` generator is not included in the generated data. However, when importing a current schema the latest date becomes the end...

bug

It appears that the original Go code does not change the "Host" header value, so this removes setting the header value to that of the proxied request. I came across...

## Description of change Redirect to our home page when a project name is not given. ## How has this been tested? (if applicable) Will test on staging

## Description of change Cause otel to push docker metrics to a S3 bucket ## How has this been tested? (if applicable) Will on staging

## Description of change Adds a few extra helpers to `ApiError` ## How has this been tested? (if applicable) Na

## Description of change Changes the cors to allow staging to accept requests from any preview environments ## How has this been tested? (if applicable) Using the local stack

The readme states the following > To use the proxy server, clone and rehost the [crates.io index](https://github.com/rust-lang/crates.io-index) repository I understand how to clone the repo, but I'm not quite sure...