Ryan Cartwright
Ryan Cartwright
Fixes an issue where new lines don't maintain the colouring of the previous status message Original  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...
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...
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...
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