adamscybot
adamscybot
Documentation for https://github.com/keystonejs/keystone/pull/2101 .
If the compilation actually fails in watch mode, Cypress just carries on using the last compiled file, which is incredibly confusing ("why aren't my changes coming through"). What is supposed...
See #380. Checks the results of the watch and if it failed with errors replaces the stored promise with a rejected one that contains the formatted esbuild message.
## What is the Problem Being Solved? Since the use of `AggregateErrorConstructor` was added you need to be using at least `es2021` (or more granular, `es2021.promise`) in the `compilerOptions.lib` of...
### Describe the bug When using the ProtoBuf emitter, arrays are only recognised as such when they are defined inline on the model property. If you reference a model which...