-
# BEEP 0 - Index of Booster Evolution Enhancement Proposals | Booster Framework
This BEEP will contain the index of all Booster Evolution Enhancement Proposals, known as BEEPs. BEEP numbers are assig…
-
# Unexpected Event Ordering in Booster Framework
## Current Behavior
In the Booster Framework, when registering an array of events including [PersonCreated, ..., PersonUpdated] in a command, the…
-
```
Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/booster/.javacpp/cache/dnnl-3.3.4-1.5.10-macosx-x86_64.jar/org/bytedeco/dnnl/macosx-x86_64/libjnidnnl.dylib
```
Caused by…
-
## Documentation bug, improvement
**Improvement**
## Description
I've recently created a project, to be more precise, on the 9th March 2021 with Booster CLI version `@boostercloud/cli/0.11.5 da…
-
creating new builds with vite has this nice feature where you select from common frameworks. test frameworks and if you want a TypeScript project. I think this would be a really cool feature to have. …
-
## Documentation bug, improvement
**Improvement**
## Description
After upgrading the Booster cli version to the latest available, `@boostercloud/cli/0.12.3 darwin-x64 node-v13.14.0` I faced the f…
-
java.lang.NoSuchMethodError: No virtual method flip()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-l…
-
## Description
Right now, all lambda timeouts are set to 1 minute: https://github.com/boostercloud/booster/blob/master/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts#L24
…
-
# Bug Report
## Current Behavior
A read model that uses `Array` can be queried via GraphQL, while a read model that uses (the semantically identical notation) `T[]` will throw the following Grap…
-
## Feature Request
## Description
The current debugging setup for Booster projects requires manual configuration in Visual Studio Code. This can be a hindrance for developers who are new to the …