Ryan Cartwright

Results 8 issues of Ryan Cartwright

Fixes an issue where new lines don't maintain the colouring of the previous status message Original ![Screenshot 2024-04-18 at 7 15 17 pm](https://github.com/nitrictech/cli/assets/39504851/77209368-9e66-46f9-b0da-56ae1f312084) Updated ![Screenshot 2024-04-18 at 7 14 38 ...

The error recommends using `nitric start` however it fails on runtime gathering and therefore effects `run`, `up`, and `start`. Error: ``` the .NET runtime is not supported in containers using...

bug

This occurs on a `nitric start`, probably because it isn't being cleaned up on other project runs. ```bash ContainerCreate: Error response from daemon: Conflict. The container name "/nitric-test-project-local-sql" is already...

bug

Using HTTP proxies with Deno results in an error caused by the gRPC stream accessing a broken pipe. To quote the `grpc-node` maintainer: "The problem is that Deno's Http2Session implementation...

bug

Requires that a change to the Nitric providers is merged in beforehand. https://github.com/nitrictech/nitric/pull/724 Closes https://github.com/nitrictech/cli/issues/786