Ben Keil

Results 46 issues of Ben Keil

When you add somewhere directories to your path and run `omf reload` the path gets every time bigger and bigger with duplicated entires. **Environment report** Run the command `omf doctor`...

Can we extend broadway to use it for stream processing? I have something like the Kafka Streams DSL in mind. Let's take `join` as an example. Like in `flow` we...

enhancement
help wanted

If there is a connection how the Changelog should look like, why does the release notes look different? Commit types that are set to `hidden: true` are shown.

First of all, I love what you did! It would be nice to use `async` functions in e.g. `ifPresent` and wait for them with `async`

When using non FIFO queues, it happens quite often that I receive the same message more than once. That's ok during processing, but when broadway wants to acknowledge the messages...

Kafka headers are a byte array, not a base64 encoded string.

bug
help wanted
good first issue

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

bug
new

### Expected behavior should build the lambdas ### Actual behavior ```swift ... .executableTarget( name: "HelloWorld", dependencies: [ .product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime"), ], plugins: [ .plugin(name: "AWSLambdaPackager", package: "swift-aws-lambda-runtime") ] ),...

### Terraform CLI and Provider Versions Terraform v1.2.8 on darwin_arm64 Your version of Terraform is out of date! The latest version is 1.3.2. You can update by downloading from https://www.terraform.io/downloads.html...

enhancement

I updated the `postcss.config.js` to ```js module.exports = { plugins: { 'postcss-import': {}, 'tailwindcss/nesting': {}, tailwindcss: {}, autoprefixer: {}, }, } ``` Created a new css file `components.css` with ```css...